:root {
  --black: black;
  --light-grey: #f4f4f4;
  --verde: #006354;
  --white: white;
  --aqua: #00b8ad;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

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

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

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin-top-auto {
  margin-top: auto;
}

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

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

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

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

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid rgb(217, 199, 171);
  background-color: rgb(217, 199, 171);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--verde);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  border-color: var(--verde);
  color: var(--verde);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate.banner {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, .11);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-navbar2-button.movil {
  display: none;
}

.button.optin {
  border-color: var(--black);
  background-color: var(--black);
}

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

.heading-style-h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

.icon-1x1-large.amenidad {
  color: var(--verde);
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  min-width: 8em;
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: var(--white);
}

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

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

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

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

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

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: var(--black);
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

.form-field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

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

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

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

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

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

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

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

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

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

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

.is-gray {
  background-color: var(--light-grey);
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--black);
}

.navbar2_logo-link {
  color: var(--white);
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--white);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--black);
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_logo {
  height: 100px;
  width: 270px;
  color: var(--black);
}

.navbar2_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-size: cover;
  background-position: center;
  color: var(--white);
  align-items: center;
  padding: 8px 3%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* Navbar personalizado */
.navbar-fixed-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 1%;
  z-index: 1000;
  background: transparent;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  gap: 30px;
}

.navbar-logo-white {
  height: 100px;
  filter: brightness(0) invert(1);
}

/* Contenedor derecho para menú y botón */
.nav-menu-inline,
.lang-switcher-inline {
  margin-left: auto;
}

/* Menú de navegación alineado a la derecha */
.nav-menu-inline {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: 'Telegrafico', serif;
  text-transform: uppercase;
  order: 2;
  margin-top: 4.5%;
}

.nav-menu-item {
  color: white;
  text-decoration: none;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-right: 3px solid rgba(255,255,255);
  transition: all 0.3s ease;
}

.nav-menu-item:last-child {
  border-right: 0px solid rgba(255,255,255,0.5);
}

.nav-menu-item:hover {
  color: #d4af37;
}

/* Botón de idioma */
.lang-switcher-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 1;
  width: 100%;
  position: absolute;
  right: 3%;
  top: 15px;
}

.btn-lang {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-lang:hover {
  background-color: white;
  color: #000;
}

/* Fuentes locales */
@font-face {
  font-family: 'Bavicka';
  src: url('./Bavicka.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Telegrafico';
  src: url('./telegrafico.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Video de fondo */
.hero-video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#video-olas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Botón de mute/unmute */
.button-toggle-audio-video {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.button-toggle-audio-video:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateX(-50%) scale(1.1);
}

.button-toggle-audio-video img {
  width: 24px;
  height: 24px;
  position: absolute;
  transition: opacity 0.3s ease;
}

.button-toggle-audio-video.video-muted .image-volume {
  opacity: 0;
}

.button-toggle-audio-video.video-muted .image-mute {
  opacity: 1;
}

.button-toggle-audio-video:not(.video-muted) .image-volume {
  opacity: 1;
}

.button-toggle-audio-video:not(.video-muted) .image-mute {
  opacity: 0;
}

/* Logo blanco central */
.hero-logo-white {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.hero-logo-white img {
  max-width: 300px;
  filter: brightness(0) invert(1);
}

/* Contenido hero */
.hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 3;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-family: 'Bavicka', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Redes sociales fijadas */
.social-media-fixed {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: rgb(217, 199, 171);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: rgb(197, 179, 151);
  transform: scale(1.1);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

/* Botón WhatsApp acceso directo */
.whatsapp-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.whatsapp-fixed:hover {
  background-color: #128C7E;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-fixed svg {
  width: 24px;
  height: 24px;
}

/* Responsive */
@media (max-width: 768px) {
  
  .navbar-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }
  
  .navbar-logo-link {
    grid-column: 1;
    grid-row: 1;
  }
  
  .lang-switcher-inline {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  
  .nav-menu-inline {
    grid-column: 1 / span 2;
    grid-row: 2;
    justify-self: center;
  }
  
  .navbar-logo-white {
    height: 40px;
  }
  
  .nav-menu-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    order: 3;
    font-size: 10px;
  }
  
  .btn-lang {
    font-size: 12px;
  }
  
  .hero-video-container {
    height: 70vh;
  }
  
  #video-olas {
    height: 70vh;
  }
  
  /* Ajustar botón de audio en móviles */
  .button-toggle-audio-video {
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 20px;
    top: auto !important;
  }
  
  .button-toggle-audio-video img {
    width: 20px;
    height: 20px;
  }
  
  .nav-menu-inline {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    order: 3;
  }
  
  .nav-menu-item {
    font-size: 10px;
    padding: 6px 12px;
    border-right: 1px solid rgba(255,255,255,0.3);
  }
  
  .nav-menu-item:last-child {
    border-right: 1px solid rgba(255,255,255,0.3);
  }
  
  .lang-switcher-inline {
    position: static;
    width: auto;
    order: 2;
    margin: 5px 0;
  }
  
  .btn-lang {
    padding: 6px 15px;
    font-size: 12px;
  }
  
  .hero-logo-white img {
    max-width: 200px;
  }
  
  .hero-content {
    top: 65%;
    max-width: 90%;
  }
  
  .hero-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .hero-description {
    font-size: 12px;
  }
  
  .whatsapp-fixed span {
    display: none;
  }
  
  .whatsapp-fixed {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
  }
  
  .layout1_image {
    height: 250px;
  }
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header5 {
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header5_content {
  max-height: 60rem;
  min-height: 100svh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header5_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer2_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_legal-link {
  color: var(--black);
  font-size: .875rem;
}

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

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer2_social-link {
  color: var(--black);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--black);
}

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

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer2_component {
  background-color: var(--white);
  color: var(--black);
  padding-bottom: 50px;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.success-message.banner-success-message {
  padding: .5rem 1rem;
}

.layout1_image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.layout1_image.redondeada {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

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

.layout1_content h3 {
  font-family: 'Bavicka', serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #5A3919;
  text-align: center;
  font-weight: 50;
  font-size: 1.7rem;
  line-height: 1.4;
}

.layout1_content {
  text-align: center;
}

.layout1_content .margin-top {
  display: flex;
  justify-content: center;
}

.layout1_content_text{
  color: #5A3919;
  
}

/* Sección Master Plan */
.section-masterplan {
  width: 100%;
  padding: 0;
  margin: 0;
}

.masterplan-background {
  width: 100%;
  height: auto;
  position: relative;
}

.masterplan-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Puntos interactivos del Master Plan */
.masterplan-hotspots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.hotspot {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: rgb(0, 99, 84);
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.hotspot::before {
  content: attr(data-zone);
}

.hotspot:hover {
  background-color: rgb(0, 120, 102);
  transform: scale(1.15);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.hotspot:active {
  transform: scale(0.95);
}

/* Hotspots para móviles - lista numerada */
.masterplan-hotspots-mobile {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
}

.hotspot-mobile {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  background-color: rgb(217, 199, 171);
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.hotspot-mobile:hover {
  background-color: rgba(217, 199, 171, 0.8);
}

/* Modal para imágenes */
.masterplan-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.masterplan-modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  z-index: 1;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  z-index: 10000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  animation: modalFadeIn 0.3s ease;
  pointer-events: auto;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10002;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: rotate(90deg);
}

.modal-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 90vh;
  object-fit: contain;
  pointer-events: auto;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  pointer-events: auto;
}

.modal-nav:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.modal-nav svg {
  width: 24px;
  height: 24px;
}

.modal-prev {
  left: 20px;
}

.modal-next {
  right: 20px;
}

.modal-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  z-index: 10001;
}

@media (max-width: 768px) {
  .masterplan-background {
    height: auto;
    min-height: 300px;
  }
  
  .masterplan-image {
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }
  
  .hotspot-mobile {
    padding: 10px 18px;
    font-size: 15px;
  }
  
  .masterplan-hotspots-mobile {
    margin-top: 10px;
  }
  
  /* Ajustes de posiciones para móviles (ya no necesarios, pero mantenemos por si acaso) */
  .hotspot[data-zone="1"] { bottom: 18%; right: 35%; }
  .hotspot[data-zone="2"] { bottom: 24%; right: 34%; }
  .hotspot[data-zone="3"] { bottom: 32%; right: 45%; }
  .hotspot[data-zone="4"] { bottom: 40%; right: 30%; }
  .hotspot[data-zone="5"] { top: 37%; right: 30%; }
  .hotspot[data-zone="6"] { top: 37%; right: 35%; }
  .hotspot[data-zone="7"] { top: 32%; left: 40%; }
  .hotspot[data-zone="8"] { top: 46%; left: 48%; }
  .hotspot[data-zone="9"] { bottom: 23%; right: 44%; }
  .hotspot[data-zone="10"] { bottom: 22%; right: 29%; }
  .hotspot[data-zone="11"] { top: 23%; right: 35%; }
  .hotspot[data-zone="12"] { top: 20%; left: 52%; }
}
  
  .modal-content {
    max-width: 95%;
    max-height: 85%;
  }

  .modal-close {
    width: 50px;
    height: 50px;
    font-size: 30px;
    top: 10px;
    right: 10px;
    z-index: 10002 !important;
  }
  
  .modal-nav {
    width: 40px;
    height: 40px;
  }
  
  .modal-nav svg {
    width: 20px;
    height: 20px;
  }
  
  .modal-prev {
    left: 10px;
  }
  
  .modal-next {
    right: 10px;
  }
  
  .modal-counter {
    font-size: 0.8rem;
    padding: 6px 12px;
    bottom: 15px;
  }
}

/* Sección Amenidades */
.section-amenidades {
  background-color: white;
  padding: 30px 0;
  position: relative;
}

.amenidades-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* Números de referencia (ocultos en producción) */
.amenidades-numero {
  position: absolute;
  display: none; /* Cambiar a 'flex' para ver las referencias durante desarrollo */
  align-items: center;
  gap: 10px;
  background: rgba(0, 99, 84, 0.9);
  color: white;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 12px;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.amenidades-numero span {
  width: 25px;
  height: 25px;
  background: white;
  color: rgb(0, 99, 84);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.numero-1 {
  top: 20px;
  left: 20px;
}

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

.numero-3 {
  bottom: 120px;
  left: 20px;
}

/* Header */
.amenidades-header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.amenidades-header h3 {
    font-family: 'Bavicka', serif;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #5A3919;
    text-align: center;
    font-weight: 50;
    font-size: 1.7rem;
    line-height: 1.4;
}

/* Carrusel */
.amenidades-carousel {
  position: relative;
  max-width: 1400px;
  overflow: visible;
}

.carousel-track-container {
  overflow: hidden;
  border-radius: 12px;
}

.carousel-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.carousel-slide-group {
  min-width: 100%;
  display: flex;
  gap: 20px;
  padding: 0 10px;
}

.carousel-item {
  flex: 1;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  position: relative;
}

.carousel-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.carousel-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.carousel-item:hover .carousel-image {
  transform: scale(1.05);
}

/* Botones de navegación */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.carousel-nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev {
  left: 20px;
}

.carousel-nav.next {
  right: 20px;
}

.carousel-nav svg {
  width: 24px;
  height: 24px;
  color: rgb(0, 99, 84);
}

/* Botón pantalla completa */
.carousel-fullscreen {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.carousel-fullscreen:hover {
  background: white;
  transform: scale(1.1);
}

.carousel-fullscreen svg {
  width: 22px;
  height: 22px;
  color: rgb(0, 99, 84);
}

/* Íconos de amenidades */
.amenidades-icons {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: row;
}

.amenidades-icons-image {
  max-width: 500px;
  height: auto;
  display: block;
  width: 50%;
  flex: none;
}

/* Responsive */
@media (max-width: 768px) {
  .section-amenidades {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  
  .amenidades-header h3 {
    font-size: 1.3rem;
  }
  
  .carousel-slide-group {
    flex-direction: column;
    gap: 15px;
  }
  
  .carousel-image {
    height: 300px;
  }
  
  .carousel-nav {
    width: 40px;
    height: 40px;
  }
  
  .carousel-nav.prev {
    left: 10px;
  }
  
  .carousel-nav.next {
    right: 10px;
  }
  
  .carousel-nav svg {
    width: 20px;
    height: 20px;
  }
  
  .amenidades-icons {
    flex-direction: column;
  }
  
  .amenidades-icons-image {
    width: 100%;
    height: auto;
    max-width: none;
  }
}

/* Sección 73 Residencias */
.section-residencias {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.residencias-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* Números de anotación */
.residencias-numero {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
}

.residencias-numero span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(0, 99, 84);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}

.residencias-numero p {
  max-width: 200px;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}

.residencias-numero.numero-1 {
  top: 20px;
  left: 20px;
}

.residencias-numero.numero-2 {
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.residencias-numero.numero-3 {
  top: 180px;
  right: 20px;
}

/* Encabezados */
.residencias-header {
  text-align: center;
  margin-bottom: 20px;
}

.residencias-header h2 {
  font-family: 'Telegrafico', serif;
  font-size: 3.5rem;
  color: rgb(126, 106, 79);
  letter-spacing: 0.09em;
  margin: 0;
  text-transform: uppercase;
}

.residencias-separator {
  width: 55%;
  margin: 20px auto;
  border: none;
  border-top: 2px solid rgb(126, 106, 79);
  opacity: 1;
}

.residencias-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.residencias-subtitle h3 {
  font-family: 'Bavicka', serif;
  font-size: 1.2rem;
  color: rgb(126, 106, 79);
  margin: 0;
  text-transform: uppercase;
}

/* Carrusel */
.residencias-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.residencias-track-container {
  overflow: hidden;
  position: relative;
}

.residencias-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* Tarjetas */
.residencias-card {
  min-width: calc(20% - 16px);
  background-color: rgb(242, 237, 227);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 480px;
  position: relative;
}

.residencias-card:hover {
  transform: translateY(-8px);
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.25);
}

.residencias-card-price {
  background-color: rgb(242, 237, 227);
  color: rgb(126, 106, 79);
  text-align: center;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.residencias-card-image-full {
  width: 100%;
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 0;
}

.residencias-card-image-full img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.residencias-card:hover .residencias-card-image-full img {
  transform: scale(1.05);
}

.residencias-card-footer {
  padding: 15px;
  background-color: rgb(242, 237, 227);
  flex-shrink: 0;
}

.residencias-btn-solicitar {
  width: 100%;
  padding: 12px;
  background-color: transparent;
  border: 2px solid rgb(217, 199, 171);
  color: rgb(126, 106, 79);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.residencias-btn-solicitar:hover {
  background-color: rgb(217, 199, 171);
  color: white;
}

/* Botones de navegación */
.residencias-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgb(217, 199, 171);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}

.residencias-nav:hover {
  background-color: rgb(126, 106, 79);
  transform: translateY(-50%) scale(1.1);
}

.residencias-nav.prev {
  left: 0;
}

.residencias-nav.next {
  right: 0;
}

.residencias-nav svg {
  width: 24px;
  height: 24px;
}

/* Indicadores */
.residencias-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1c6b8;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background-color: rgb(126, 106, 79);
  transform: scale(1.2);
}

/* Redes sociales */
.residencias-social {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.residencias-social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(217, 199, 171);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.residencias-social-icon:hover {
  background-color: rgb(126, 106, 79);
  transform: translateY(-3px);
}

.residencias-social-icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

/* WhatsApp flotante */
.residencias-whatsapp {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(217, 199, 171);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.residencias-whatsapp:hover {
  background-color: rgb(126, 106, 79);
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.residencias-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: white;
}

/* Sección Ubicación */
.section-ubicacion {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.ubicacion-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.ubicacion-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Sección Mapa */
.section-mapa {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
}

.mapa-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mapa-titulo {
  font-family: 'Bavicka', sans-serif;
  font-size: 1.9rem;
  line-height: 1.4;
  color: #5A3919;
  margin: 40px 0 40px 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 20px;
}

.mapa-iconos-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin-bottom: 40px;
}

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

.mapa-iframe-wrapper {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.mapa-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Sección Video Puerto Morelos */
.section-video-puerto-morelos {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin: -40px 0 0 0;
  padding: 0;
}

.video-puerto-morelos-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-puerto-morelos {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video-puerto-morelos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  z-index: 2;
}

.video-puerto-morelos-text {
  font-family: 'Bavicka', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  max-width: 1200px;
  padding: 0 40px;
  margin: 0;
}

/* Sección Baltic Capital */
.section-baltic-capital {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.baltic-capital-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

.baltic-capital-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.baltic-capital-header {
  width: 100%;
  margin-bottom: 30px;
}

.baltic-capital-titulo {
  font-family: 'Bavicka', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: rgb(126, 106, 79);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
  font-weight: 200;
}

.baltic-capital-line {
  width: 100%;
  border: none;
  border-top: 2px solid rgb(126, 106, 79);
  margin: 0;
  opacity: 1;
}

.baltic-capital-subtitulo {
  font-family: 'Telegrafico', serif;
  font-size: 1.75rem;
  line-height: 1.4;
  color: rgb(126, 106, 79);
  margin: 0 0 30px 0;
  font-weight: normal;
}

.baltic-capital-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgb(126, 106, 79);
  margin-bottom: 40px;
}

.baltic-capital-text p {
  margin: 0 0 20px 0;
}

.baltic-capital-text p:last-child {
  margin-bottom: 0;
}

.baltic-capital-logo {
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.baltic-logo-image {
  width: 80%;
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(38%) sepia(15%) saturate(1035%) hue-rotate(356deg) brightness(95%) contrast(85%);
}

/* Sección Contacto Nueva */
.section-contacto-nueva {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(210, 180, 140);
  position: relative;
}

.contacto-nueva-container {
  display: flex;
  width: 100%;
  min-height: 650px;
  max-width: 100%;
  margin: 0;
  position: relative;
}

.contacto-nueva-left {
  flex: 0 0 48%;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.contacto-nueva-imagen {
  width: 115%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0 50% 50% 0;
  position: relative;
  left: 0;
}

.contacto-nueva-right {
  flex: 0 0 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 100px 60px 80px;
  background-color: rgb(247, 244, 240);
  position: relative;
}

.contacto-nueva-content {
  width: 100%;
  max-width: 650px;
}

.contacto-nueva-logo {
  margin-bottom: 25px;
  text-align: right;
}

.contacto-logo-image {
  height: 55px;
  width: auto;
}

.contacto-nueva-titulo {
  font-family: 'Telegrafico', sans-serif;
  font-size: 1.85rem;
  line-height: 1.2;
  color: rgb(126, 106, 79);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 12px 0;
  font-weight: normal;
}

.contacto-nueva-descripcion {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgb(126, 106, 79);
  text-align: center;
  margin: 0 0 30px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contacto-nueva-form {
  width: 100%;
}

/* Estilos para el formulario HubSpot */
.contacto-nueva-form .hs-form fieldset {
  max-width: 100% !important;
}

.contacto-nueva-form .hs-form .hs-form-field {
  margin-bottom: 20px !important;
}

.contacto-nueva-form .hs-form .field {
  margin-bottom: 20px !important;
}

.contacto-nueva-form .hs-form label {
  font-family: 'Telegrafico', sans-serif !important;
  font-size: 0.7rem !important;
  color: rgb(126, 106, 79) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 8px !important;
  display: block !important;
  font-weight: normal !important;
}

.contacto-nueva-form .hs-form input[type="text"],
.contacto-nueva-form .hs-form input[type="email"],
.contacto-nueva-form .hs-form input[type="tel"],
.contacto-nueva-form .hs-form select,
.contacto-nueva-form .hs-form textarea {
  width: 100% !important;
  padding: 10px 12px !important;
  border: none !important;
  border-bottom: 1px solid rgb(126, 106, 79) !important;
  background-color: rgb(242, 238, 233) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  color: rgb(126, 106, 79) !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.contacto-nueva-form .hs-form input::placeholder,
.contacto-nueva-form .hs-form select::placeholder,
.contacto-nueva-form .hs-form textarea::placeholder {
  color: rgba(126, 106, 79, 0.5) !important;
}

.contacto-nueva-form .hs-form input:focus,
.contacto-nueva-form .hs-form select:focus,
.contacto-nueva-form .hs-form textarea:focus {
  border-bottom-width: 2px !important;
  box-shadow: none !important;
}

.contacto-nueva-form .hs-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237E6A4F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  background-size: 14px !important;
  padding-right: 25px !important;
  cursor: pointer !important;
}

.contacto-nueva-form .hs-form .hs-button {
  background-color: rgb(210, 180, 140) !important;
  color: #ffffff !important;
  font-family: 'Bavicka', sans-serif !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  padding: 15px 50px !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  width: auto !important;
  margin-top: 15px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contacto-nueva-form .hs-form .hs-button:hover {
  background-color: rgb(126, 106, 79) !important;
}

.contacto-nueva-form .hs-form .hs-error-msgs {
  list-style: none !important;
  padding: 0 !important;
  margin: 5px 0 0 0 !important;
}

.contacto-nueva-form .hs-form .hs-error-msgs label {
  color: #d32f2f !important;
  font-size: 0.7rem !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none !important;
}

.contacto-nueva-form .hs-form .hs-fieldtype-intl-phone {
  position: relative !important;
}

.contacto-nueva-form .hs-form .hs-fieldtype-intl-phone .hs-input {
  padding-left: 50px !important;
}

.contacto-nueva-form .hs-form .inputs-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.contacto-nueva-form .hs-form .hs-form-radio {
  display: inline-block !important;
  margin-right: 15px !important;
}

.contacto-nueva-form .hs-form .hs-form-booleancheckbox label {
  text-transform: none !important;
  font-size: 0.75rem !important;
}

/* Sección Contacto Footer */
.section-contacto-footer {
  width: 100%;
  padding: 50px;
  margin: 0;
  background-color: rgb(210, 180, 140);
  position: relative;
}

.contacto-footer-container {
  display: flex;
  width: 100%;
  min-height: auto;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0;
  gap: 0;
  align-items: stretch;
  border-radius: 200px 0 0 0;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.contacto-footer-left {
  flex: 0 0 42%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  z-index: 2;
  margin-left: 0;
}

.contacto-footer-imagen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 85px 0 185px 0;
  box-shadow: 10px 10px 45px rgba(0, 0, 0, 0.8);
  position: relative;
}

.contacto-footer-right {
  flex: 0 0 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  background-color: transparent;
  position: relative;
  margin-left: 0;
  z-index: 1;
}

.contacto-footer-content {
  width: 100%;
  max-width: 580px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contacto-footer-logo {
  margin-bottom: 20px;
  text-align: center;
}

.contacto-footer-logo-image {
  height: 55px;
  width: auto;
}

.contacto-footer-titulo {
  font-family: 'Bavicka', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: rgb(126, 106, 79);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 12px 0;
  font-weight: normal;
}

.contacto-footer-descripcion {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgb(126, 106, 79);
  text-align: center;
  margin: 0 0 30px 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contacto-footer-info {
  width: 100%;
}

.contacto-footer-item {
  margin-bottom: 18px;
}

.contacto-footer-label {
  font-family: 'Bavicka', sans-serif;
  font-size: 0.7rem;
  color: rgb(126, 106, 79);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 8px;
}

.contacto-footer-field {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-bottom: 2px solid rgb(126, 106, 79);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: rgb(126, 106, 79);
  background-color: transparent;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  height: 40px;
}

.contacto-footer-field:focus {
  border-bottom-color: rgb(210, 180, 140);
}

.contacto-footer-field::placeholder {
  color: rgba(126, 106, 79, 0.5);
}

.contacto-footer-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%237E6A4F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 35px;
  cursor: pointer;
  box-sizing: border-box;
  height: 40px;
}

.contacto-footer-field-phone {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-bottom: 2px solid rgb(126, 106, 79);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: rgb(126, 106, 79);
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  height: 40px;
}

.contacto-footer-field-phone-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: rgb(126, 106, 79);
  padding: 0;
  box-sizing: border-box;
}

.contacto-footer-field-textarea {
  min-height: 80px;
  padding-top: 10px;
  resize: vertical;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.phone-flag {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contacto-footer-field-textarea {
  min-height: 60px;
  align-items: flex-start;
}

.contacto-footer-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.contacto-footer-item-half {
  flex: 1;
  margin-bottom: 0;
}

.contacto-footer-item-third {
  flex: 1;
  margin-bottom: 0;
  margin-top: 10px;
}

.contacto-footer-item-full {
  width: 100%;
}

.contacto-footer-button {
  background-color: rgb(210, 180, 140);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 12px 15px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: auto;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contacto-footer-button:hover {
  background-color: rgb(126, 106, 79);
}

/* Responsive */
@media (max-width: 1200px) {
  .residencias-card {
    min-width: calc(25% - 15px);
  }
  
  .mapa-titulo {
    font-size: 1.75rem;
  }
  
  .mapa-iconos-wrapper {
    max-width: 1000px;
  }
  
  .contacto-footer-left {
    flex: 0 0 45%;
  }
  
  .contacto-footer-right {
    flex: 0 0 55%;
  }
  
  .contacto-footer-imagen {
    border-radius: 100px 0 200px 0;
  }
}

@media (max-width: 991px) {
  .mapa-titulo {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  
  .mapa-iconos-wrapper {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  
  .section-video-puerto-morelos {
    height: 500px;
  }
  
  .video-puerto-morelos-text {
    font-size: 2.5rem;
  }
  
  .section-baltic-capital {
    padding: 60px 0;
  }
  
  .baltic-capital-titulo {
    font-size: 2rem;
  }
  
  .baltic-capital-subtitulo {
    font-size: 1.5rem;
  }
  
  .contacto-nueva-container {
    flex-direction: column;
    min-height: auto;
  }
  
  .contacto-nueva-left {
    flex: 0 0 auto;
    min-height: 400px;
    padding: 0;
  }
  
  .contacto-nueva-imagen {
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
  
  .contacto-nueva-right {
    flex: 0 0 auto;
    padding: 50px 40px;
  }
  
  .contacto-nueva-content {
    max-width: 100%;
  }
  
  .contacto-nueva-titulo {
    font-size: 1.6rem;
  }
  
  .contacto-nueva-descripcion {
    font-size: 0.8rem;
  }
  
  .contacto-logo-image {
    height: 50px;
  }
  
  .section-contacto-nueva {
    background-color: rgb(255, 255, 255);
  }
  
  .contacto-footer-container {
    flex-direction: column;
    min-height: auto;
    padding: 40px 20px;
  }
  
  .contacto-footer-left {
    flex: 0 0 auto;
    min-height: auto;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  
  .contacto-footer-imagen {
    border-radius: 150px 0 150px 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
  }
  
  .contacto-footer-right {
    flex: 0 0 auto;
    padding: 50px 40px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  
  .contacto-footer-content {
    max-width: 100%;
  }
  
  .contacto-footer-titulo {
    font-size: 1.6rem;
  }
  
  .contacto-footer-descripcion {
    font-size: 0.8rem;
  }
  
  .contacto-footer-logo-image {
    height: 50px;
  }
  
  .section-contacto-footer {
    background-color: rgb(210, 180, 140);
  }
}

@media (max-width: 767px) {
  
  .mapa-titulo {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
  
  .mapa-iconos-wrapper {
    padding: 0 20px;
    margin-bottom: 25px;
  }
  
  .section-video-puerto-morelos {
    height: 400px;
  }
  
  .video-puerto-morelos-overlay {
    padding-top: 60px;
  }
  
  .video-puerto-morelos-text {
    font-size: 1.5rem;
    padding: 0 20px;
  }
  
  .section-baltic-capital {
    padding: 40px 0;
  }
  
  .baltic-capital-container {
    padding: 0 20px;
  }
  
  .baltic-capital-titulo {
    font-size: 1.5rem;
  }
  
  .baltic-capital-subtitulo {
    font-size: 1.25rem;
  }
  
  .baltic-capital-text {
    font-size: 0.95rem;
  }
  
  .baltic-capital-logo {
    max-width: 300px;
  }
  
  .contacto-nueva-left {
    flex: 0 0 auto;
    min-height: 350px;
    padding: 0;
  }
  
  .contacto-nueva-imagen {
    border-radius: 0;
    width: 100%;
    min-height: 350px;
  }
  
  .contacto-nueva-right {
    flex: 0 0 auto;
    padding: 40px 25px;
  }
  
  .contacto-nueva-titulo {
    font-size: 1.3rem;
  }
  
  .contacto-nueva-descripcion {
    font-size: 0.75rem;
  }
  
  .contacto-logo-image {
    height: 45px;
  }
  
  .contacto-nueva-logo {
    margin-bottom: 20px;
  }
  
  .contacto-footer-left {
    flex: 0 0 auto;
    min-height: auto;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .contacto-footer-imagen {
    border-radius: 100px 0 100px 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .contacto-footer-right {
    flex: 0 0 auto;
    padding: 40px 25px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  
  .contacto-footer-titulo {
    font-size: 1.3rem;
  }
  
  .contacto-footer-descripcion {
    font-size: 0.75rem;
  }
  
  .contacto-footer-logo-image {
    height: 45px;
  }
  
  .contacto-footer-logo {
    margin-bottom: 20px;
  }
  
  .contacto-footer-row {
    flex-direction: column;
    gap: 0;
  }
  
  .contacto-footer-item-half {
    margin-bottom: 20px;
  }
  
  .contacto-footer-container {
    padding: 15px 15px;
  }
}

@media (max-width: 479px) {
  .contacto-footer-left {
    min-height: auto;
    margin-bottom: 15px;
    width: 100%;
  }
  
  .contacto-footer-imagen {
    border-radius: 180px 0 0px 0;
    max-height: 260px;
    height: auto;
    aspect-ratio: 3 / 4;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  .contacto-footer-right {
    padding: 10px 15px;
  }
  
  .contacto-footer-titulo {
    font-size: 1.1rem;
  }
  
  .contacto-footer-descripcion {
    font-size: 0.7rem;
  }
  
  .contacto-footer-logo-image {
    height: 80px;
  }
  
  .contacto-footer-row {
    gap: 10px;
  }
  
  .contacto-footer-item-half {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .residencias-card {
    min-width: calc(33.333% - 14px);
  }
  
  .residencias-header h2 {
    font-size: 2.5rem;
  }
  
  .residencias-subtitle h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section-residencias {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  
  .residencias-carousel {
    padding: 0 50px;
  }
  
  .residencias-card {
    min-width: calc(50% - 10px);
  }
  
  .residencias-header h2 {
    font-size: 2rem;
  }
  
  .residencias-subtitle h3 {
    font-size: 1.3rem;
  }
  
  .residencias-numero span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .residencias-numero p {
    font-size: 11px;
  }
  
  .residencias-nav {
    width: 40px;
    height: 40px;
  }
  
  .residencias-nav svg {
    width: 20px;
    height: 20px;
  }
  
  .residencias-social {
    bottom: 30px;
    left: 20px;
  }
  
  .residencias-social-icon {
    width: 40px;
    height: 40px;
  }
  
  .residencias-social-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .residencias-whatsapp {
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  
  .residencias-whatsapp svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 479px) {
  .residencias-card {
    min-width: calc(100% - 0px);
  }
  
  .residencias-header h2 {
    font-size: 1.5rem;
  }
  
  .residencias-subtitle h3 {
    font-size: 1.1rem;
  }
  
  .residencias-carousel {
    padding: 0 40px;
  }
  
  .residencias-track {
    gap: 15px;
  }
}

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

.layout237_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.layout237_list {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-top: 5rem;
  display: grid;
}

.layout237_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta27_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_cta27 {
  position: relative;
}

.cta27_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section_contact2 {
  background-color: var(--verde);
  color: var(--white);
  background-image: url('../images/bg-verde-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact2_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.error-text {
  color: #e23939;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.image-overlay-layer-banner {
  z-index: 1;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_layout135 {
  background-color: var(--verde);
  color: var(--white);
  background-image: url('../images/bg-verde-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.h1-banner {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  font-family: Bavicka, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
}

.sombra-banner {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.heading {
  line-height: 1.3;
}

.logo-baltic {
  width: 9rem;
  height: auto;
  flex: none;
}

.section_layout409.bg-crema {
  background-color: #eee9e1;
  background-image: linear-gradient(rgba(252, 242, 227, .8), rgba(252, 242, 227, .8)), url('../images/bg-crema-01.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.layout409_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout409_card {
  height: 80vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-bottom: 10vh;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  overflow: hidden;
  box-shadow: 0 2px 12px 5px rgba(0, 0, 0, .05);
}

.layout409_card.card-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.layout409_card.card-4 {
  max-width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-container {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: stretch;
  justify-items: stretch;
  padding-left: 5em;
  padding-right: 5em;
  display: grid;
}

.layout409_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout409_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flecha-plantas {
  filter: invert();
}

.flecha-izq {
  margin-left: 10px;
}

.flecha-der {
  margin-right: 10px;
}

.header78_image-list-top {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.header78_image-list-bottom {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -62.7%;
  display: grid;
}

.header78_content-bottom {
  width: 100vw;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.header78_image-list {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.header78_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header78_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

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

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

.blog68_heading {
  flex: 1;
}

.blog68_title-wrapper {
  margin-bottom: .5rem;
}

.blog68_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog68_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_blog68 {
  background-image: linear-gradient(rgba(252, 242, 227, .8), rgba(252, 242, 227, .8)), url('../images/bg-crema-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.blog68_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.slide68_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide68_arrow.left {
  right: 4rem;
}

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

.blog68_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog68_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 8rem;
  position: relative;
}

.blog68_category {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog68_item {
  border: 1px none var(--black);
  background-color: var(--white);
}

.blog68_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog68_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog68_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog68_button-row.show-mobile-landscape {
  display: none;
}

.blog68_slide {
  padding-right: 2rem;
}

.blog68_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog68_item-link {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.optin-container {
  z-index: 99999;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.optin-bg {
  color: var(--white);
  background-color: #f55151;
  margin-left: 1em;
  margin-right: 1em;
  padding: 2rem 20px;
  position: relative;
}

.optin-heading {
  font-size: 1.5rem;
}

.banner1_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.banner1_form-block {
  width: 100%;
  max-width: 25rem;
  flex: none;
  margin-bottom: 0;
}

.banner1_wrapper {
  z-index: 99999;
  background-color: var(--white);
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.banner1_close-button {
  margin-left: 1rem;
}

.banner1_text-wrapper {
  max-width: 37.1em;
}

.banner1_icon-wrapper {
  flex: none;
  margin-right: 1rem;
}

.banner1_component {
  z-index: 99999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner1_content {
  flex: 0 auto;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.optin2-bg {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.optin-form-container {
  margin-top: 2em;
}

.form-block-2 {
  text-align: center;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.optin-campo {
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.optin-cerrar {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.optin-cerrar-link {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.optin-cerrar-txt {
  font-weight: 600;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-header5_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header5_title-wrapper {
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-header5_author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post-header5_author-image-wrapper {
  margin-bottom: 1rem;
}

.blog-post-header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-header5_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-header5_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_blog-post-header5 {
  position: relative;
}

.blog-post-header5_category-link {
  color: var(--white);
  margin-bottom: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post-header5_category-link.w--current {
  border-bottom: 2px solid #000;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.content29_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.content29_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.content29_author-wrapper {
  align-items: center;
  display: flex;
}

.content29_content {
  margin-bottom: 4rem;
}

.content29_author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.content29_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: var(--black);
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content29_author-image-wrapper {
  margin-right: 1rem;
}

.content29_share-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.video-banner {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

.optin-overlay {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.baltic-logos-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-baltic-2 {
  width: 8rem;
  height: 8rem;
}

.embed-mapa {
  display: flex;
}

.btn-lang-custom {
    border: 1.2px solid #FFFFFF !important;       
    background-color: rgb(146, 146, 146);
    opacity: 0.6;
    color: #FFFFFF !important;
    padding: 6px 15px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;  
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;                        
    transition: all 0.3s ease !important;
  }

  /* Efecto al pasar el mouse (Hover) */
  .btn-lang-custom:hover {
      background-color: #FFFFFF !important;
      color: #000000 !important;
  }

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 90dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .layout237_list {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .slide-container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .layout409_card-content {
    padding: 2rem;
  }

  .blog68_heading {
    margin-right: 3rem;
  }

  .blog68_mask {
    width: 50%;
  }

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

  .blog68_button-row {
    flex: none;
  }

  .blog68_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .banner1_form-block {
    flex: 1;
  }

  .banner1_icon-wrapper {
    display: none;
  }

  .content29_content {
    margin-bottom: 3rem;
  }

  .btn-lang-custom {
    border: 1px solid #FFFFFF !important;       /* Borde blanco de 1px */
    background-color: transparent !important;   /* Fondo transparente */
    color: #FFFFFF !important;       /* Letra blanca forzada */
    padding: 6px 15px !important;               /* Espacio interno (arriba/abajo - izq/der) */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;                /* Grosor de letra */
    text-transform: uppercase !important;       /* Mayúsculas automáticas */
    text-decoration: none !important;           /* Quitar subrayado */
    display: inline-flex !important;            /* Alineación correcta */
    align-items: center !important;
    gap: 5px !important;                        /* Espacio entre texto y flecha */
    transition: all 0.3s ease !important;       /* Suavidad al pasar el mouse */
  }

  /* Efecto al pasar el mouse (Hover) */
  .btn-lang-custom:hover {
      background-color: #FFFFFF !important;       /* Fondo se vuelve blanco */
      color: #000000 !important;       /* Letra cambia a negro */
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-xsmall.is-small-mobile {
    margin-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .button.is-secondary.is-alternate.desktop {
    display: none;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .button.is-navbar2-button.movil {
    display: block;
  }

  .button.is-navbar2-button.desktop {
    display: none;
  }

  .heading-style-h4 {
    line-height: 1.4;
  }

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_logo {
    height: 70px;
    width: 130px;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout237_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .layout409_card {
    height: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: static;
  }

  .layout409_card.card-1 {
    display: block;
  }

  .slide-container {
    grid-template-columns: 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .layout409_card-content {
    padding: 1.5rem;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .blog68_heading {
    margin-right: 0;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .blog68_mask {
    width: 80%;
  }

  .blog68_component {
    padding-bottom: 6rem;
  }

  .blog68_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog68_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog68_slide {
    padding-right: 1.5rem;
  }

  .blog68_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner1_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .banner1_close-button {
    margin-left: 0;
    position: absolute;
    top: .5rem;
    bottom: auto;
    left: auto;
    right: .5rem;
  }

  .banner1_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .form-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content29_content {
    margin-bottom: 2rem;
  }

  .content29_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .btn-lang-custom {
    border: 1px solid #FFFFFF !important;       /* Borde blanco de 1px */
    background-color: transparent !important;   /* Fondo transparente */
    color: #FFFFFF !important;       /* Letra blanca forzada */
    padding: 6px 15px !important;               /* Espacio interno (arriba/abajo - izq/der) */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;                /* Grosor de letra */
    text-transform: uppercase !important;       /* Mayúsculas automáticas */
    text-decoration: none !important;           /* Quitar subrayado */
    display: inline-flex !important;            /* Alineación correcta */
    align-items: center !important;
    gap: 5px !important;                        /* Espacio entre texto y flecha */
    transition: all 0.3s ease !important;       /* Suavidad al pasar el mouse */
  }

  /* Efecto al pasar el mouse (Hover) */
  .btn-lang-custom:hover {
      background-color: #FFFFFF !important;       /* Fondo se vuelve blanco */
      color: #000000 !important;       /* Letra cambia a negro */
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_logo {
    height: 50px;
    width: 120px;
  }

  .footer2_legal-list {
    grid-template-columns: auto;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

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

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

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

  .slide-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .blog68_mask {
    width: 95%;
  }

  .blog68_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .banner1_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-lang-custom {
    border: 1px solid #FFFFFF !important;       /* Borde blanco de 1px */
    background-color: transparent !important;   /* Fondo transparente */
    color: #FFFFFF !important;       /* Letra blanca forzada */
    padding: 6px 15px !important;               /* Espacio interno (arriba/abajo - izq/der) */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;                /* Grosor de letra */
    text-transform: uppercase !important;       /* Mayúsculas automáticas */
    text-decoration: none !important;           /* Quitar subrayado */
    display: inline-flex !important;            /* Alineación correcta */
    align-items: center !important;
    gap: 5px !important;                        /* Espacio entre texto y flecha */
    transition: all 0.3s ease !important;       /* Suavidad al pasar el mouse */
  }

  /* Efecto al pasar el mouse (Hover) */
  .btn-lang-custom:hover {
      background-color: #FFFFFF !important;       /* Fondo se vuelve blanco */
      color: #000000 !important;       /* Letra cambia a negro */
  }

}

#w-node-_9e05d4a1-564a-44f9-608b-e775c1865195-fc4b642b {
  justify-self: center;
}

#w-node-_9e05d4a1-564a-44f9-608b-e775c18651a8-fc4b642b {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-_6d39ba14-ebb3-b1d2-3e20-79534cfded26-fc4b642b, #w-node-_6d39ba14-ebb3-b1d2-3e20-79534cfdedc6-fc4b642b, #w-node-_6d39ba14-ebb3-b1d2-3e20-79534cfdee40-fc4b642b, #w-node-f85a0a69-6fcc-ded4-6163-f01379e7b022-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009aa9-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009aaa-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009aab-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009aac-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009aad-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009aae-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009aaf-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009ab0-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009ab1-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009ab2-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009ab3-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009ab4-fc4b642b, #w-node-_1ae9b185-d6ec-0dbe-752d-315c82009ab5-fc4b642b, #w-node-_729c9cbb-a457-80c6-95ad-69b35cb7c7ef-fc4b642b, #w-node-_729c9cbb-a457-80c6-95ad-69b35cb7c7f0-fc4b642b, #w-node-_7161023c-1b95-ce34-9e7c-21b77f1de555-fc4b642b, #w-node-_7161023c-1b95-ce34-9e7c-21b77f1de556-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff52-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff53-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff54-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff55-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff56-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff57-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff58-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff59-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff5a-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff5b-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff5c-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff5d-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff5e-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff5f-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff60-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff61-fc4b642b, #w-node-a4e62484-9968-ad99-e24e-1aa7dba5ff62-fc4b642b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f568e49-e046-d07a-5c96-1a1fae28724d-fc4b642b {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-fc4b6464 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-fc4b6464, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-fc4b6464, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-fc4b6464 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-fc4b6464, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-fc4b6464, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-fc4b6464 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-fc4b6464, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-fc4b6464, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-fc4b6464 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-fc4b6464, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-fc4b6464, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-fc4b6464 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-fc4b6464, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-fc4b6464, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-fc4b6464 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-fc4b6464, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-fc4b6464, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-fc4b6464 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-fc4b6464, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-fc4b6464, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-fc4b6464 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-fc4b6464, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-fc4b6464, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-fc4b6464 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-fc4b6464, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-fc4b6464 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-fc4b6464 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-fc4b6464 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-fc4b6464, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-fc4b6464, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-fc4b6464, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-fc4b6464 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-fc4b6464, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-fc4b6464, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-fc4b6464 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-fc4b6464, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-fc4b6464, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-fc4b6464 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-fc4b6464, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-fc4b6464, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-fc4b6464 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-fc4b6464, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-fc4b6464, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-fc4b6464 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-fc4b6464, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-fc4b6464, #w-node-ee961e8d-845a-edc3-3307-509470022457-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-fc4b6464 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-fc4b6464, #w-node-ee961e8d-845a-edc3-3307-50947002245b-fc4b6464, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-fc4b6464 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-fc4b6464, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-fc4b6464, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-fc4b6464 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-fc4b6464, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-fc4b6464, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-fc4b6464 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-fc4b6464, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-fc4b6464, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-fc4b6464 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-fc4b6464, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-fc4b6464, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-fc4b6464 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-fc4b6464, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-fc4b6464, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-fc4b6464 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-fc4b6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-fc4b6464 {
  justify-self: start;
}

#w-node-_510d7951-9882-cffa-af50-99c25647e3d9-5647e3d5 {
  justify-self: center;
}

#w-node-_510d7951-9882-cffa-af50-99c25647e3e0-5647e3d5 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_89a55ebb-69e1-c2af-e1a3-f3c5c97e3246-c97e3240 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


/* ========== Modal de Formulario de Contacto ========== */
.form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.form-modal.active {
  display: flex;
}

.form-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  z-index: 1;
  pointer-events: auto;
}

.form-modal-content {
  position: relative;
  background: rgba(217, 199, 171);
  border-radius: 0;
  width: 90%;
  max-width: 900px;
  max-height: 92vh;
  z-index: 10001;
  padding: 40px 35px 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: formModalFadeIn 0.3s ease;
  pointer-events: auto;
}

@keyframes formModalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  z-index: 10003;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

.form-modal-close:hover {
  transform: rotate(90deg);
  color: #333;
}

.form-modal-header {
  text-align: center;
  margin-bottom: 20px;
}

.form-modal-logo {
  max-width: 180px;
  height: auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-family: 'Bavicka', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px 12px;
  border: none;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  background: white;
  color: #333;
  outline: none;
  transition: all 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.form-group textarea {
  resize: vertical;
  min-height: 70px;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.phone-input-wrapper {
  display: flex;
  gap: 0;
  background: white;
}

.phone-flag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #333;
}

.phone-flag img {
  display: block;
}

.phone-input-wrapper input {
  flex: 1;
  border-radius: 0 !important;
}

.form-group-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 0;
}

.form-group-checkbox input[type="checkbox"] {
  margin-top: 3px;
  min-width: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #333;
}

.form-group-checkbox label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 1.3;
  color: #333;
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
}

.form-group-checkbox label a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.form-group-checkbox label a:hover {
  color: #000;
}

.form-submit-btn {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 12px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.form-submit-btn:hover {
  background: white;
  color: #b8a88e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .form-modal-content {
    width: 95%;
    padding: 35px 20px 25px;
    max-height: 95vh;
  }
  
  .form-modal-logo {
    max-width: 150px;
  }
  
  .form-group label {
    font-size: 10px;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 12px;
    padding: 9px 10px;
  }
  
  .phone-flag {
    font-size: 12px;
  }
  
  .form-submit-btn {
    font-size: 11px;
    padding: 11px 25px;
  }
  
  .contact-form {
    gap: 12px;
  }
  
  .form-group textarea {
    min-height: 60px;
  }
}

@media (max-width: 480px) {
  .form-modal-content {
    padding: 30px 18px 22px;
  }
  
  .contact-form {
    gap: 10px;
  }
  
  .form-modal-logo {
    max-width: 130px;
  }
  
  .form-modal-header {
    margin-bottom: 15px;
  }
  
  .form-group textarea {
    min-height: 55px;
  }
}

.section_layout1 {
  background: rgba(255, 255, 255, 1);
}

@font-face {
  font-family: 'Bavicka';
  src: url('../fonts/bavicka-webfont.woff') format('woff'), url('../fonts/Bavicka.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}