:root {
  --black-2: #2d2825;
  --dark-orange: #fd8b19;
  --black: black;
  --orange-red: #e95e27;
  --white: white;
  --gainsboro: #e2e2e2;
  --dark-grey: #b1b1b1;
  --red: #cd0909;
  --burlywood: #f7ba84;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0 0 0 1em;
}

ol {
  margin: 0;
  padding: 0 0 0 1.2em;
}

li {
  margin: 0;
  padding: 0;
}

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

label {
  margin-bottom: 0;
  display: block;
}

blockquote {
  border-left-style: solid;
  border-left-width: 5px;
  margin: 0;
  padding: 0 1em;
  font-size: 1.6rem;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

.page_main {
  position: relative;
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is-small {
  max-width: 70rem;
}

.section_bg_wrap--ab1 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.section_fg_wrap {
  z-index: 3;
}

.styleguide_grid_example-item {
  width: 100%;
  height: 100%;
  min-height: 5rem;
}

.styleguide_grid_main--gd1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.styleguide_layout_list {
  flex-direction: column;
  display: flex;
}

.styleguide_spacing_content {
  text-align: center;
  min-width: 6em;
  padding: .4em .8em;
  font-weight: 500;
}

.styleguide_type_item--pb2 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.styleguide_type_list--gv3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.styleguide_type_content-gv1-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_class_item--bc5g-fc2g-br1 {
  text-align: center;
  min-width: 3.9em;
  padding: .4em .7em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.type_rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.type_rich-text p {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.type_rich-text h2, .type_rich-text h3, .type_rich-text h4, .type_rich-text h5, .type_rich-text h6 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.type_rich-text figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.type_rich-text ul {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.type_rich-text li {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.type_rich-text blockquote {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.styleguide_spacing_item--gp0-5-pb1-bw1b {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_spacing_hidden {
  display: none;
}

.styleguide_spacing_list--gp1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_spacing_visual--bc4-br2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.styleguide_card_wrap--bc3-br2-pe2 {
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.styleguide_card_padding--pd2 {
  width: 100%;
  height: 100%;
  display: block;
}

.styleguide_card_content--gp1-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.styleguide_color_swatch_visual--br2-bw1 {
  width: 100%;
  padding-top: 60%;
}

.styleguide_color_swatch_item-gv1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.styleguide_color_mode_list--gv3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_color_mode_item--bc3-br2 {
  width: 100%;
}

.styleguide_class_list-gp1 {
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.styleguide_prevent-clean-up {
  display: none;
}

.styleguide_card_visual--bc1-oc4 {
  width: 100%;
  height: 100%;
  min-height: 5rem;
  position: relative;
}

.button_main_inner--fw2-br1-bw1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: .9rem 1.6rem;
  line-height: 1;
  display: flex;
}

.styleguide_components_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_play_inner {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
}

.button_play_icon {
  width: 36%;
  height: 36%;
}

.button_main_icon {
  width: .8rem;
  height: 1rem;
}

.form_main_component {
  width: 100%;
  margin-bottom: 0;
}

.form_main_inner-gv2-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_main_success--br1-bc3-bw1 {
  padding: 1.2rem;
}

.form_main_error--br1-bc4-ac3-fc2g {
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_field-wrap {
  width: 100%;
}

.form_main_field-label--fw2-fs7-1 {
  z-index: 1;
  position: relative;
}

.form_main_field--fs7-5-fc2-bw1b {
  z-index: 2;
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form_main_field--fs7-5-fc2-bw1b.is-message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.button_play_link--br3 {
  position: relative;
}

.button_play_bg--br3-bw1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_main_submit {
  display: inline-block;
}

.form_main_checkbox-wrap {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_main_button--bw1-oc2 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 .5rem 0 0;
}

.form_main_button--bw1-oc2.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.form_main_button--bw1-oc2.is-checkbox---br1.w--redirected-checked {
  background-image: var(--image-i461eff82);
  background-size: 60%;
}

.form_main_radio-wrap {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form_main_radio-list--gh1-5-gv1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide_card_text-stroke--fs1 {
  color: #0000;
}

.styleguide_grid_example--gd12-cd4-ct3-cl2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.space_section_top, .space_section_bottom {
  width: 100%;
}

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

.styleguide_card_title-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.navbar----shadow {
  z-index: 200;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.navbar_wrapp--bc2 {
  background-image: linear-gradient(315deg, var(--black-2) 66%, white 66%);
  width: 100%;
  position: relative;
}

.nav_logo_div {
  width: 100%;
  height: 100%;
  position: relative;
}

.navlinks_wrapp {
  height: 100%;
  display: flex;
  overflow: hidden;
}

.navlinks_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_logo {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #fff;
}

.body.no-scroll {
  overflow: hidden;
}

.navlink_wrapp {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navlink--fs7-1-fc1-tt1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.2;
  transition: background-color .2s;
  display: flex;
}

.navlink--fs7-1-fc1-tt1:hover {
  background-color: #fd8b19b0;
}

.navlink--fs7-1-fc1-tt1:active {
  background-color: #fd8b198c;
}

.navlink--fs7-1-fc1-tt1.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
}

.nav_cta_container--bc5g-fs7-fc1-br1 {
  padding: .5rem 1rem;
  transition: color .2s, background-color .2s;
}

.nav_cta_container--bc5g-fs7-fc1-br1:hover {
  background-color: var(--orange-red);
  color: var(--white);
}

.socials_wrapper {
  z-index: 199;
  position: fixed;
  inset: 8rem auto auto .7rem;
}

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

.social_icon_div--br3-fc4 {
  width: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
}

.social_icon {
  width: 100%;
  height: 100%;
}

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

.hero_info_wrapp--br1-shadow {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_texts_wrapp--fc1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.hero_filters_wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.hero_img {
  object-position: 20% 50%;
  height: 100%;
}

.hero_info_bg--ab1.gradient_bg {
  opacity: .37;
  display: flex;
}

.gradient_bg {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, transparent 50%, #00000075), radial-gradient(circle farthest-corner at 100% 100%, #fd8b19c9 1%, var(--orange-red) 66%, var(--orange-red) 86%, var(--orange-red));
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 15rem;
}

.hero_info_container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem 4rem 2rem 2rem;
  display: flex;
  position: relative;
}

.hero_heading--fs3-lh3 {
  text-shadow: 0 1px 1px #0003;
}

.hero_cta_button1--bc1-br1-fc4-fs7 {
  margin-top: auto;
  padding: .5rem 1rem;
  transition: color .2s;
}

.hero_cta_button1--bc1-br1-fc4-fs7:hover {
  color: var(--black);
}

.cta_text {
  text-align: center;
}

.filters_heading--fc1-fs5 {
  display: none;
}

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

.selectors_wrapp {
  width: 100%;
}

.form {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.select-field--br1-fs8-fc6g {
  margin-bottom: 0;
}

.filters_submit_button--bc3-fc4-fs7-br1 {
  padding: .5rem 1rem;
  transition: color .2s;
}

.filters_submit_button--bc3-fc4-fs7-br1:hover {
  color: var(--black);
}

.sec1_wrapp {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
  position: relative;
}

.sec1_div--br1-shadow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  max-width: 70rem;
  display: flex;
  overflow: hidden;
}

.sec1_info_wrapp--bc1-fc2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 2rem 4.5rem 2rem 2rem;
  display: flex;
}

.sec1_img_div {
  width: 50%;
}

.sec1_text--fs7 {
  text-align: justify;
}

.sec1_img, .sec1_bg_img {
  height: 100%;
}

.sec1_cta-button1-bc4-fc1-fs7-br1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.sec2_wrapp--bc1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  position: relative;
}

.sec2_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  display: flex;
}

.sec2_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.sec2_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.sec2_card_img_div {
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.sec2_card_texts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.sec3_bg_wrapp--ab1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero_section_wrapp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  height: 90vh;
  min-height: 35em;
  display: flex;
  position: relative;
}

.sec3_container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.sec3_bg_img {
  height: 100%;
}

.sec3_wrapp {
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3rem;
}

.sec3_card--bc1-br1-fc2-shadow {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.sec3_card_button--bc4-fc3-fs7-br1 {
  padding: .5rem 1rem;
}

.sec3_heading--fc1-fs3 {
  text-align: center;
  margin-bottom: 2rem;
}

.grey_lay--ab1 {
  z-index: 1;
  background-image: linear-gradient(#00000082 17%, #ffffff80);
}

.faq_sec_wrapp {
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 3rem 4rem;
}

.faq_sec_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_sec_heading_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

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

.faq_wrap {
  width: 100%;
}

.faq_question_div {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq_answer_wrapp {
  overflow: hidden;
}

.faq_icon_div {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.faq_icon {
  width: 100%;
  height: 100%;
}

.faq_answer_container {
  padding: 1rem 2rem 1rem 1rem;
}

.sec4_wrapp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  overflow: hidden;
}

.sec4_img_wrapp {
  width: 50%;
}

.sec4_info_wrapp-shadow {
  flex-direction: column;
  width: 50%;
  display: flex;
  position: relative;
}

.sec4_img {
  object-position: 0% 50%;
  height: 100%;
}

.sec4_info_container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.sec4_texts_wrapp--fc1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sec4_cta_button1--bc1-br1-fc4-fs7 {
  padding: .5rem 1rem;
  transition: color .2s;
}

.sec4_cta_button1--bc1-br1-fc4-fs7:hover {
  color: var(--black);
}

.sec_form_wrapp {
  width: 100%;
  padding: 3rem;
}

.sec_form_container--br1-shadow {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.form_bg--ab1 {
  width: 100%;
  height: 100%;
}

.form_wrapp {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

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

.form_heading--fc1-fs5 {
  text-align: center;
}

.form_block {
  width: 100%;
}

.filters_form {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.contact_form_field--br1-fc8 {
  margin-bottom: 0;
}

.contact_submit_button--bc3-fc1-fs7-br1 {
  padding: .5rem 1rem;
  transition: color .2s;
}

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

.sec5_container {
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7rem 3rem;
  display: flex;
}

.sec5_bg_wrapp--ab1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec5_bg_img {
  height: 100%;
}

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

.sec5_text--fs7, .sec5_heading--fs4--tt1 {
  text-align: center;
}

.sec5_cta_button1--bc1-br1-fc4-fs7 {
  margin-top: 2rem;
  padding: .5rem 1rem;
  transition: color .2s;
}

.sec5_cta_button1--bc1-br1-fc4-fs7:hover {
  color: var(--black);
}

.footer_wrapp {
  width: 100%;
  padding: 3rem;
}

.footer_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_logo_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 2rem;
  display: flex;
}

.footer_contact_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-style: normal;
  display: flex;
}

.footer_contact_div.in-right {
  text-align: right;
  align-items: flex-end;
}

.footer_links_div--bw2l-oc6g {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.footer_contact_heading--fs6-tt1 {
  margin-bottom: .5rem;
}

.footer_cta_button1--bc2g-br1-fc1-fs7 {
  margin-top: 1rem;
  padding: .5rem 1rem;
  transition: background-color .2s, color .2s;
}

.footer_cta_button1--bc2g-br1-fc1-fs7:hover {
  background-color: var(--gainsboro);
  color: var(--black);
}

.footer_links_heading--fs6-tt1 {
  margin-bottom: .5rem;
}

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

.location_link {
  width: 80%;
}

.footer_last_div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.terms-fs7-1 {
  text-align: right;
}

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

.menu_button--fc1 {
  z-index: 100;
  width: 2rem;
  height: 2rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.menu_open, .menu_close {
  width: 100%;
  height: 100%;
  position: absolute;
}

.menu_open_icon, .menu_close_button {
  width: 100%;
  height: 100%;
}

.nav_links_wrapp--bc2 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sec5_white_bg--br1-bc1 {
  padding: 2rem 1rem;
}

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

.sec5_cta_button1-link--bc4-br1-fc1-fs7 {
  margin-top: 2rem;
  padding: .5rem 1rem;
  transition: color .2s;
}

.sec5_cta_button1-link--bc4-br1-fc1-fs7:hover {
  color: var(--black);
}

.us_sec_wrapp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding: 2rem 3rem 4rem;
  display: flex;
  overflow: hidden;
}

.us_sec_container {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.us_sec_container.wide {
  max-width: 80rem;
}

.us_sec_slider_wrapp--bc2-fc1-br1-shadow {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.us_sec_slider_wrapp--bc2-fc1-br1-shadow.box_shadow {
  margin-top: 2rem;
}

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

.us_slider_wrapper {
  width: 100%;
}

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

.us_top-grid_div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.us_slider--br1-ow1-oc2-shadow {
  width: 100%;
  height: 35rem;
  overflow: hidden;
}

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

.text_track {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.us_star_div--br1-ow1-oc2-shadow {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.us_star_subtext--fs7 {
  display: none;
}

.us_star_text--fs7-1 {
  margin-top: auto;
}

.box_shadow {
  box-shadow: 0 0 10px 4px #00000080;
}

.alt_hero_wrapp {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.alt_hero_container {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.alt_hero_bg_wrapp--ab1 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.alt_hero_content--fc2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cms_filters_wrapp {
  width: 100%;
}

.cms_filters_container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cms_filters {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cms_filter_div--fs7 {
  padding: 1rem .5rem;
}

.nav_logo_link {
  width: 4rem;
  height: 100%;
}

.prop_wrapp {
  padding-left: 3rem;
  padding-right: 3rem;
}

.prop_container {
  flex-direction: column;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 4rem;
  display: flex;
}

.prop_info_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.prop_info_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

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

.prop_main_media--br1 {
  width: 100%;
  height: 31vw;
  min-height: 30rem;
  max-height: 30rem;
  position: relative;
  overflow: hidden;
}

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

.prop_main_info--br1-fc1-shadow.gradient_bg {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.prop_main_info_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.prop_icon_feature_div {
  width: 1.5rem;
  height: 1.5rem;
}

.prop_feature_icon {
  width: 100%;
  height: 100%;
}

.prop_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.prop_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 30%;
  display: flex;
  position: relative;
}

.prop_description_div {
  flex-direction: column;
  display: flex;
}

.details_wrapp--br1-bc6g-shadow {
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.cta_wrapp {
  margin-top: 3rem;
}

.prop_main_data--bw1b-oc2-br1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.prop_prize_data--fs7-5, .prop_data--fs7 {
  display: none;
}

.prop_sticky_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: sticky;
  inset: 3rem auto auto 0%;
}

.prop_media_wrapp {
  flex-direction: column;
  display: flex;
}

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

.prop_media_div {
  width: 100%;
  height: 20rem;
}

.prop_media_img--br1 {
  height: 100%;
}

.prop_next-prev_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.prop_prev_button {
  align-items: center;
  display: flex;
}

.prop_next_button {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.prev_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.next_icon {
  transform-style: preserve-3d;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.prop_cta-button1-bc4-fc1-fs7-br1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: color .2s;
  display: flex;
}

.prop_cta-button1-bc4-fc1-fs7-br1:hover {
  color: var(--black);
}

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

.prop_lightbox_img {
  height: 100%;
}

.preloader {
  z-index: 250;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_wrapp--bc2, .preloader_container {
  width: 100%;
  height: 100%;
}

.preloader_container.gradient_bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.us_dist_container {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  height: 100%;
}

.splide__list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-square_img {
  transform-origin: 50% 0;
  cursor: grab;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.sliders_text2 {
  font-style: italic;
}

.slider-square_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.slider-square--br1 {
  text-align: left;
  width: 100%;
  height: 100%;
  transition: color .35s;
  overflow: hidden;
}

.splide__slide {
  flex: none;
  width: 100%;
  height: 100%;
}

.text-opacity {
  opacity: .3;
  transition: opacity .35s;
}

.splide__track {
  width: 100%;
  height: 100%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

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

.loader_logo_wrapp--persp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 5rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.loader_text_wrapp--fc1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.loader_img {
  object-fit: contain;
}

.loading_div--fc1-fs7-1 {
  position: absolute;
  inset: auto auto 5rem;
}

.loader_text_div--persp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.persp {
  perspective: 1000px;
}

.footer_link--fs7-br1-bc6g {
  padding: .4rem 1rem;
  transition: background-color .2s;
}

.footer_link--fs7-br1-bc6g:hover {
  background-color: var(--dark-grey);
}

.countained_text--fs7 {
  justify-content: center;
  align-items: center;
  padding: .125rem 1rem;
  display: flex;
}

.nav_logo_div_movil {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.sec2_card_img {
  height: 100%;
}

.amenidades_wrapp {
  padding: 2rem 3rem 3rem;
}

.amenidades_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.amenidades_tabs_wrapp--br1-shadow {
  width: 100%;
  height: 38em;
  overflow: hidden;
}

.a-tabs--br1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.a-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.tab-link----bc3-fc1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.tab-link----bc3-fc1:hover {
  background-color: #653200;
}

.tab-link----bc3-fc1.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
}

.amen_tab_icon {
  width: 100%;
  height: 100%;
}

.tab_icon_div {
  width: 4rem;
  height: 4rem;
}

.tab_text--fs7-1-tt1 {
  text-align: center;
}

.a-tabs-content {
  width: 100%;
  height: 100%;
}

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

.tab_wrapper {
  width: 100%;
  height: 100%;
}

.tab_container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.tab_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab_info--bc8g-fc2-br1 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 75%;
  padding: 1rem 2rem 2rem 1rem;
  display: flex;
  position: relative;
}

.a-tab-pane {
  width: 100%;
  height: 100%;
}

.tab_media {
  height: 100%;
}

.tab_text--fs7-1 {
  text-shadow: 0 1px 1px #0003;
  width: 95%;
}

.parallax {
  width: 110%;
  height: 110%;
  overflow: hidden;
}

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

.unsplash-image.mrgn-top {
  object-position: 50% 50%;
}

.div-block {
  background-color: #00000073;
}

.locations_wrapp {
  padding: 3rem;
}

.locations_container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 86rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 3rem 3rem;
  display: flex;
}

.hero_heading_div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.location_tabs----br1-bc6g {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.loc-tabs_menu--bc2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
}

.loc-tabs_content {
  width: 100%;
}

.loc-tab_link----bc2-fc1-fs7 {
  white-space: nowrap;
  padding: 1rem 4rem;
  transition: color .2s, background-color .2s;
}

.loc-tab_link----bc2-fc1-fs7:hover {
  background-color: #663505;
}

.loc-tab_link----bc2-fc1-fs7.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
  background-image: var(--image-i27338a33);
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}

.loc-tab_pane {
  width: 100%;
  height: 100%;
}

.loc_pane_div {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loc-pane_media-div {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loc_tabs-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-us_texts_wrapp--fc1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-us_text--fs7-lh3 {
  text-shadow: 0 1px 1px #0003;
}

.sec3_card_icon-div-fc5g {
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
}

.sec3_card_icon {
  width: 100%;
  height: 100%;
}

.sec3_card_icon.small {
  width: 80%;
  height: 80%;
}

.sec2_card_container--br1-bc6g-shadow {
  padding: 1rem;
}

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

.sec2_tabs_wrapp--br1 {
  overflow: hidden;
}

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

.sec2_proyect_tabs_block--br1 {
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.sec2_tabs_menu--shadow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: .4rem;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.sec2_tab_link--bc2g-fc1 {
  padding: .5rem 2rem;
  transition: background-color .2s, color .2s;
}

.sec2_tab_link--bc2g-fc1:hover {
  background-color: #492704;
}

.sec2_tab_link--bc2g-fc1.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
}

.sec2_card_image, .sec2_card_lightbox_link, .sec2_card_cms_wrapp {
  width: 100%;
  height: 100%;
}

.sec2_card_cms_list {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.sec2_card_cms_item {
  width: 100%;
  height: 80%;
}

.sec2_card_wrapp {
  width: 100%;
  height: 100%;
}

.loc-pane_text--br1-shadow-bc1 {
  z-index: 1;
  padding: 1rem;
  position: relative;
}

.location_tabs_wrapp--br1-shadow {
  width: 100%;
  height: 100%;
}

.loc_media {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.prop_info_grid_tabs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.prop_tabs_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 30%;
  display: flex;
  position: relative;
}

.prop_tabs_wrapper {
  width: 100%;
}

.sec3_icon_div--fc5g {
  width: 5em;
  height: 5em;
}

.sec3_icon {
  width: 100%;
  height: 100%;
}

.contact_hero_wrapp, .contact_hero_container {
  height: 40vh;
}

.contact_form_wrapp {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.contact_form_container--br1-bc1-shadow {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contact_form_container--br1-bc1-shadow.gradient_bg, .contact_form_container--br1-bc1-shadow.gradient_bg_st {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: -10rem;
  padding: 3rem;
  display: flex;
}

.contact_hero_media_div {
  width: 100%;
  height: 100%;
}

.contact_hero_img {
  height: 100%;
}

.form_contain_div {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

.contact_form_heading_div--fc1 {
  flex-direction: column;
  display: flex;
}

.contact_form_info_wrapp--br1 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact_form_info_div--br1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact_form_block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 17.5rem;
  margin-bottom: 0;
  display: flex;
}

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

.form_inner_div {
  flex-direction: column;
  display: flex;
}

.contact_form_img {
  height: 100%;
}

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

.contact_form_buttons_div--br1-bc1-shadow {
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

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

.contact_icon_div {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact_icon--br3-fc5g {
  width: 90%;
  height: 90%;
  overflow: hidden;
}

.success-message----br1-bc2g-fs6-fc1, .error-message----br1-bc8g-fs7-fc2 {
  text-align: center;
  padding: 1rem;
}

.navlink_st--fs7-1-fc1-tt1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.2;
  transition: background-color .2s;
  display: flex;
}

.navlink_st--fs7-1-fc1-tt1:hover {
  background-color: #cd090999;
}

.navlink_st--fs7-1-fc1-tt1:active {
  background-color: #cd0909b3;
}

.navlink_st--fs7-1-fc1-tt1.w--current {
  background-color: var(--red);
  color: var(--white);
}

.nav_logo_div_st {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_st_logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-end;
  width: 15rem;
  height: 100%;
  margin-right: auto;
  padding-bottom: 1rem;
  display: flex;
}

.nav_logo_link_orgnl {
  width: 17rem;
  height: 100%;
}

.st_nav_logo_div {
  width: 60%;
}

.st_nav_logo_img {
  object-fit: contain;
  height: 100%;
}

.st_nav_logo_name_div {
  width: 40%;
}

.st_nav_logo_name {
  height: 100%;
  margin-bottom: 6px;
}

.navbar_st_wrapp--bc2 {
  background-image: linear-gradient(225deg, var(--black-2) 63%, white 63%);
  width: 100%;
  position: relative;
}

.st_hero_wrapp {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.st_hero_container {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 80rem;
  height: 80vh;
  min-height: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.st_hero_bg_wrapp {
  position: absolute;
  inset: 0%;
}

.st_hero_bg_media_div {
  width: 100%;
  height: 100%;
}

.st_hero_bg_img {
  height: 100%;
}

.hero_st_info_bg--ab1.gradient_bg {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, transparent 50%, #00000075), radial-gradient(circle farthest-corner at 100% 100%, var(--orange-red) 1%, var(--red) 66%, var(--red) 86%, var(--orange-red));
  opacity: .37;
  display: flex;
}

.prop_property_video--br1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.prop_other_media--br1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero_st_heading--fs2-lh3 {
  text-shadow: 0 1px 1px #0003;
}

.st_video_sec_wrapp {
  padding-left: 3rem;
  padding-right: 3rem;
}

.st_video_sec_container {
  flex-direction: column;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.gradient_bg_st {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, transparent 50%, #00000075), radial-gradient(circle farthest-corner at 100% 100%, #e95e27 1%, #cd0909e6 66%, #cd0909f2 86%, var(--orange-red));
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 15rem;
}

.contact_icon--br3-st {
  color: var(--red);
  width: 90%;
  height: 90%;
  overflow: hidden;
}

.st_info_tabs_wrapp--br1-shadow {
  position: relative;
  overflow: hidden;
}

.st_video_sec_headiv {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.st_tabs_videobg_dov {
  width: 100%;
  height: 29vw;
  min-height: 31rem;
  max-height: 33rem;
  position: relative;
  inset: 0%;
}

.st_tabs_videobg {
  width: 100%;
  height: 100%;
}

.st_tabs_div {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.st_tabs_block--bc1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.st_tabs_menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: .4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
  transform: translate(0, -100%);
}

.tabs-content, .st_tab_pane {
  width: 100%;
  height: 100%;
}

.st_tab_link--bc2-fc1 {
  padding: 1rem 2rem;
}

.st_tab_link--bc2-fc1.w--current {
  background-color: var(--red);
}

.st_tab_pane_wrapp {
  width: 100%;
  height: 100%;
}

.st_pane_info--lh1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.st_tab_icon_div {
  color: var(--red);
  width: 5rem;
  height: 5rem;
}

.st_tab_icon_div.orange {
  color: var(--dark-orange);
  -webkit-text-stroke-color: var(--dark-orange);
}

.st_pane_text {
  width: 75%;
  font-size: 1.7rem;
}

.st_location_tabs----br1-bc6g {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.st_loc-tabs_content {
  width: 100%;
  height: 42rem;
}

.st_loc-tabs_menu--bc2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.st_loc-tabs_menu--bc2._2colmns {
  grid-template-columns: 1fr 1fr;
}

.st_loc-tab_link----bc2-fc1-fs7 {
  text-align: center;
  white-space: nowrap;
  padding: 1rem 4rem;
  transition: color .2s, background-color .2s;
}

.st_loc-tab_link----bc2-fc1-fs7:hover {
  background-color: #581d1d;
}

.st_loc-tab_link----bc2-fc1-fs7.w--current {
  background-color: var(--red);
}

.prop_main_info--br1-fc1-copy.gradient_bg {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 1rem;
  display: grid;
}

.cta_prop_wrapp {
  flex-direction: column;
  display: flex;
}

.prop_cta_form_block {
  margin-bottom: 0;
}

.prop_cta_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.prop_cta_form {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.prop_cta_submit-button1-bc4-fc1-fs7-br1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: color .2s;
  display: flex;
}

.prop_cta_submit-button1-bc4-fc1-fs7-br1:hover {
  color: var(--black);
}

.foot_vents_link--br1-bw1-oc6g-bc6g {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  transition: background-color .2s;
  display: flex;
}

.foot_vents_link--br1-bw1-oc6g-bc6g:hover {
  background-color: var(--dark-grey);
}

.foot_vents_nmbr {
  background-color: var(--white);
  border-bottom-right-radius: .4rem;
  border-bottom-left-radius: .4rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.footer_grid_div.vert {
  grid-template-columns: 1fr;
}

.nav_cta_container--bc3g-fs7-fc1-br1 {
  padding: .5rem 1rem;
  transition: color .2s, background-color .2s;
}

.nav_cta_container--bc3g-fs7-fc1-br1:hover {
  background-color: var(--orange-red);
  color: var(--white);
}

.sec2_proyect_sendero {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec2_sendero_img {
  height: 100%;
}

.grey_lay_sendero--ab1 {
  z-index: 1;
  background-image: linear-gradient(#00000082, #fd8b1900);
}

.sec2_sendero_text_div {
  background-color: #2d2825a6;
  border-top-left-radius: .4rem;
  width: 50%;
  padding: 1rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.tour_embed {
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

  .navbar_container {
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_wrapp--bc2 {
    background-image: linear-gradient(315deg, var(--black-2) 40%, white 40%);
  }

  .navlinks_wrapp {
    opacity: 0;
    border-bottom-right-radius: .4rem;
    border-bottom-left-radius: .4rem;
    flex-direction: column;
    align-items: flex-end;
    width: 0;
    height: 100vh;
    padding-top: 5rem;
    display: flex;
    position: absolute;
    inset: 0 0% auto auto;
  }

  .navlinks_wrapp.active {
    opacity: 1;
    width: 100vw;
    display: flex;
  }

  .navlinks_container {
    flex-direction: column;
    align-items: stretch;
    height: 35%;
  }

  .navlink--fs7-1-fc1-tt1.w--current {
    color: var(--black);
  }

  .navlink_text {
    font-size: 1.5rem;
  }

  .socials_wrapper {
    top: 6.5rem;
    left: .5rem;
  }

  .hero_info_wrapp--br1-shadow {
    width: 100%;
  }

  .hero_texts_wrapp--fc1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-right: 2rem;
  }

  .hero_info_container {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_heading--fs3-lh3 {
    font-size: 4vw;
  }

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

  .sec2_card_img_div {
    height: 17rem;
  }

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

  .sec4_img_wrapp {
    width: 35%;
  }

  .sec4_info_wrapp-shadow {
    width: 65%;
  }

  .form_wrapp {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer_logo_div {
    width: 65%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .terms-fs7-1 {
    text-align: right;
  }

  .menu_button--fc1 {
    display: flex;
  }

  .menu_open {
    z-index: 5;
    opacity: 1;
    cursor: pointer;
    transition: transform .35s cubic-bezier(.645, .045, .355, 1), opacity .35s cubic-bezier(.645, .045, .355, 1);
  }

  .menu_open.active {
    opacity: 0;
    transform: translate(100%);
  }

  .menu_close {
    opacity: 0;
    cursor: pointer;
    transition: transform .35s, opacity .35s cubic-bezier(.645, .045, .355, 1);
    display: flex;
    transform: translate(100%);
  }

  .menu_close.active {
    z-index: 5;
    opacity: 1;
    transform: translate(0%);
  }

  .nav_links_wrapp--bc2 {
    opacity: 0;
    flex-direction: column;
    width: 40%;
    padding: 1rem;
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.785, .135, .15, .86);
    display: flex;
    transform: translate(100%);
  }

  .nav_links_wrapp--bc2.active {
    opacity: 1;
    transform: translate(0%);
  }

  .us_slider--br1-ow1-oc2-shadow {
    height: 23rem;
  }

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

  .prop_container {
    padding-top: 6rem;
  }

  .prop_info_grid {
    flex-direction: column;
    justify-content: flex-start;
  }

  .prop_main_media--br1 {
    height: 47vw;
    min-height: 23rem;
  }

  .prop_main_info_wrapp, .prop_main_info_container {
    width: 100%;
    height: 100%;
  }

  .prop_main_info--br1-fc1-shadow.gradient_bg {
    justify-content: space-around;
  }

  .prop_left, .prop_right {
    width: 100%;
  }

  .cta_wrapp {
    margin-top: 2rem;
  }

  .prop_sticky_div {
    position: relative;
    top: 0;
    overflow: visible;
  }

  .prop_info_layout {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }

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

  .amenidades_tabs_wrapp--br1-shadow {
    height: auto;
  }

  .a-tabs--br1 {
    flex-direction: column;
  }

  .a-tabs-menu {
    order: 1;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-link----bc3-fc1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab_icon_div {
    width: 3.5rem;
    height: 3.5rem;
  }

  .tab_container {
    min-height: 21em;
    padding: 1rem;
  }

  .tab_info--bc8g-fc2-br1 {
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .tab_text--fs7-1 {
    width: 100%;
  }

  .hero_container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero_heading_div {
    width: 95%;
  }

  .location_tabs----br1-bc6g {
    flex-direction: column;
  }

  .loc-tabs_menu--bc2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .loc-tabs_content {
    height: 22rem;
  }

  .loc-tab_link----bc2-fc1-fs7 {
    padding-left: 2.5rem;
    padding-right: 1rem;
  }

  .loc-tab_link----bc2-fc1-fs7.w--current {
    background-position: 3%;
  }

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

  .prop_info_grid_tabs {
    flex-direction: column;
    justify-content: flex-start;
  }

  .prop_tabs_menu {
    width: 100%;
  }

  .contact_form_container--br1-bc1-shadow.gradient_bg, .contact_form_container--br1-bc1-shadow.gradient_bg_st {
    margin-top: -15rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navlink_st--fs7-1-fc1-tt1.w--current {
    color: var(--black);
  }

  .nav_st_logo {
    padding-bottom: .5rem;
  }

  .navbar_st_wrapp--bc2 {
    background-image: linear-gradient(225deg, var(--black-2) 35%, white 35%);
  }

  .st_hero_container {
    min-height: 35rem;
    padding-bottom: 2rem;
  }

  .hero_st_heading--fs2-lh3 {
    font-size: 4vw;
  }

  .st_pane_text {
    font-size: 1.2rem;
  }

  .st_location_tabs----br1-bc6g {
    flex-direction: column;
  }

  .st_loc-tabs_content {
    height: 22rem;
  }

  .st_loc-tabs_menu--bc2 {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .st_loc-tab_link----bc2-fc1-fs7 {
    padding-left: 2.5rem;
    padding-right: 1rem;
  }

  .st_loc-tab_link----bc2-fc1-fs7.w--current {
    background-position: 3%;
  }

  .sec2_sendero_text_div {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .styleguide_type_item--pb2 {
    grid-template-columns: 100%;
  }

  .navbar_container {
    height: 4.5rem;
  }

  .navlinks_wrapp {
    padding-top: 4.5rem;
  }

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

  .socials_wrapper {
    left: .5rem;
  }

  .social_icon_div--br3-fc4 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .hero_texts_wrapp--fc1 {
    grid-template-columns: 1fr;
  }

  .form {
    flex-wrap: wrap;
  }

  .sec1_div--br1-shadow {
    flex-direction: column;
  }

  .sec1_info_wrapp--bc1-fc2 {
    width: 100%;
  }

  .sec1_img_div {
    width: 100%;
    height: 13.9rem;
  }

  .sec1_img {
    object-position: 50% 100%;
  }

  .sec2_card_img_div {
    height: 15rem;
  }

  .sec4_wrapp {
    flex-direction: column;
  }

  .sec4_img_wrapp {
    width: 100%;
    height: 20rem;
  }

  .sec4_info_wrapp-shadow {
    width: 100%;
  }

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

  .filters_form {
    flex-wrap: wrap;
  }

  .footer_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .footer_last_div {
    flex-direction: column;
  }

  .terms-fs7-1 {
    text-align: left;
    margin-right: auto;
  }

  .rights_resrvd-fs7-1 {
    margin-right: auto;
  }

  .nav_links_wrapp--bc2 {
    width: 45%;
  }

  .us_slider--br1-ow1-oc2-shadow {
    height: 17rem;
  }

  .prop_main_media--br1 {
    min-height: 17rem;
  }

  .cta_wrapp {
    margin-top: 1.5rem;
  }

  .prop_media_div {
    height: 15rem;
  }

  .splide__slide {
    width: 100%;
  }

  .tab_text--fs7-1-tt1 {
    display: none;
  }

  .location_tabs----br1-bc6g {
    flex-direction: column;
  }

  .loc-tabs_menu--bc2 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
  }

  .loc-tabs_content {
    height: 18rem;
  }

  .loc-tab_link----bc2-fc1-fs7 {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
  }

  .loc-tab_link----bc2-fc1-fs7.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-us_texts_wrapp--fc1 {
    grid-template-columns: 1fr;
  }

  .sec2_tab_link--bc2g-fc1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact_form_container--br1-bc1-shadow.gradient_bg, .contact_form_container--br1-bc1-shadow.gradient_bg_st {
    margin-top: -8rem;
    padding-top: 1rem;
  }

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

  .contact_form_block {
    min-height: 12rem;
  }

  .contact_form_buttons_wrapp {
    margin-top: 10em;
  }

  .contact_icon_div {
    width: 2rem;
    height: 2rem;
  }

  .nav_st_logo {
    width: 11rem;
  }

  .nav_logo_link_orgnl {
    width: 15rem;
  }

  .st_hero_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .st_hero_container {
    min-height: 22rem;
  }

  .st_video_sec_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .st_tabs_videobg_dov {
    min-height: 18rem;
  }

  .st_pane_info--lh1 {
    padding: 1rem;
  }

  .st_tab_icon_div {
    width: 4rem;
    height: 4rem;
  }

  .st_pane_text {
    width: 80%;
    font-size: 1rem;
  }

  .st_location_tabs----br1-bc6g {
    flex-direction: column;
  }

  .st_loc-tabs_content {
    height: 18rem;
  }

  .st_loc-tabs_menu--bc2 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
  }

  .st_loc-tab_link----bc2-fc1-fs7 {
    white-space: normal;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    display: flex;
  }

  .st_loc-tab_link----bc2-fc1-fs7.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .sec2_sendero_text_div {
    width: 85%;
    padding: .25rem .5rem .5rem;
  }
}

@media screen and (max-width: 479px) {
  .styleguide_spacing_content {
    width: 100%;
  }

  .navbar_container {
    height: 4rem;
  }

  .navbar_wrapp--bc2 {
    padding-left: 0;
  }

  .nav_logo_div {
    width: 16rem;
    display: none;
  }

  .navlinks_wrapp {
    padding-top: 4rem;
  }

  .navlinks_container {
    flex-direction: column;
  }

  .navlink--fs7-1-fc1-tt1 {
    width: 100%;
    padding: .5rem 2rem;
  }

  .navlink_text {
    font-size: 1.2rem;
  }

  .socials_wrapper {
    left: .25rem;
  }

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

  .social_icon_div--br3-fc4 {
    width: 1.3rem;
    height: 1.3rem;
  }

  .hero_texts_wrapp--fc1 {
    padding-right: .25rem;
  }

  .hero_info_container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sec1_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sec1_info_wrapp--bc1-fc2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sec2_wrapp--bc1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .sec2_card_img_div {
    height: 16rem;
  }

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

  .sec3_wrapp {
    padding: 3rem 2rem;
  }

  .sec3_heading--fc1-fs3 {
    margin-bottom: 2rem;
  }

  .faq_sec_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq_question_div, .faq_answer_container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sec4_info_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sec4_heading--fs4, .sec4_text--fs7 {
    text-align: center;
  }

  .sec4_cta_button1--bc1-br1-fc4-fs7 {
    margin-left: auto;
    margin-right: auto;
  }

  .sec_form_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_logo_div {
    width: 90%;
  }

  .nav_links_wrapp--bc2 {
    flex-direction: column;
    width: 55%;
  }

  .us_sec_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .us_sec_slider_wrapp--bc2-fc1-br1-shadow {
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .us_slider--br1-ow1-oc2-shadow {
    height: 10rem;
  }

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

  .nav_logo_link {
    width: 3rem;
  }

  .prop_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .prop_main_media--br1 {
    min-height: 10rem;
  }

  .prop_main_data--bw1b-oc2-br1 {
    grid-template-columns: 1fr;
    padding-top: 95%;
  }

  .prop_media_grid, .prop_info_layout {
    grid-template-columns: 1fr;
  }

  .loader_logo_wrapp--persp {
    width: 15rem;
  }

  .nav_logo_div_movil {
    width: 3rem;
    display: flex;
  }

  .amenidades_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .amenidades_container {
    padding-bottom: 0;
  }

  .tab-link----bc3-fc1 {
    overflow: hidden;
  }

  .tab_icon_div {
    width: 2rem;
    height: 2rem;
  }

  .tab_container {
    padding: .5rem;
  }

  .locations_wrapp, .hero_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .loc-tabs_menu--bc2 {
    grid-template-columns: 1fr;
  }

  .loc-tabs_content {
    height: 55vw;
  }

  .sec3_card_icon-div-fc5g {
    width: 5rem;
    height: 5rem;
  }

  .sec2_card_container--br1-bc6g-shadow {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sec2_proyect_tabs_block--br1 {
    width: 100%;
    height: 100%;
  }

  .sec2_tabs_menu--shadow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-left-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    position: relative;
    left: 0%;
  }

  .sec2_tab_link--bc2g-fc1 {
    justify-content: center;
    align-items: center;
    padding: .25rem .75rem;
    display: flex;
  }

  .contact_form_wrapp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact_form_container--br1-bc1-shadow.gradient_bg, .contact_form_container--br1-bc1-shadow.gradient_bg_st {
    margin-top: -8rem;
  }

  .contact_form_info_wrapp--br1 {
    height: 13.5em;
  }

  .navlink_st--fs7-1-fc1-tt1 {
    width: 100%;
    padding: .5rem 2rem;
  }

  .navlink_st--fs7-1-fc1-tt1.w--current {
    color: var(--white);
  }

  .nav_logo_div_st {
    display: flex;
  }

  .nav_st_logo {
    flex-direction: column;
    width: 4.2rem;
    padding-bottom: 0;
  }

  .nav_logo_link_orgnl {
    width: 5rem;
  }

  .st_nav_logo_div {
    width: 100%;
    height: 60%;
  }

  .st_nav_logo_name_div {
    width: 100%;
    height: 40%;
    margin-top: -5px;
  }

  .navbar_st_wrapp--bc2 {
    padding-left: 0;
  }

  .st_tab_link--bc2-fc1 {
    padding: .5rem 1rem;
    font-size: .8rem;
  }

  .st_tab_icon_div {
    display: none;
  }

  .st_pane_text {
    width: 100%;
    font-size: .9rem;
  }

  .st_loc-tabs_content {
    height: 55vw;
  }

  .st_loc-tabs_menu--bc2 {
    grid-template-columns: 1fr;
  }

  .st_loc-tab_link----bc2-fc1-fs7 {
    height: auto;
  }

  .foot_vents_links, .footer_grid_div {
    grid-template-columns: 1fr;
  }

  .sec2_proyect_sendero {
    height: 85vw;
  }

  .sec2_sendero_text_div {
    border-top-left-radius: 0;
    width: 100%;
  }

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

#w-node-_766e58b4-acd0-6418-a76f-504c82029307-d9094be1, #w-node-_446c147c-95cc-7459-015a-05f6409eaff4-d9094be1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_446c147c-95cc-7459-015a-05f6409eb008-d9094be1, #w-node-_446c147c-95cc-7459-015a-05f6409eb039-d9094be1, #w-node-_446c147c-95cc-7459-015a-05f6409eb06a-d9094be1, #w-node-_446c147c-95cc-7459-015a-05f6409eb09b-d9094be1, #w-node-_314252b7-03b2-4ad9-1720-87bff6daaf16-d9094be1, #w-node-a430ad38-974a-f332-8daa-8fa4e77a4e60-d9094be1, #w-node-_7d675941-ce4b-cb39-ab60-758c395926f5-d9094be1, #w-node-_41d3bf3a-b555-8e76-a0eb-d312c3c2dcaa-d9094be1, #w-node-_1574340d-f317-f47e-e972-c51f48a1a349-d9094be1, #w-node-ab9e5dbe-391a-2334-3870-7f7cc99ce8eb-b1d727a4, #w-node-_15d60096-b26e-2996-d3dd-2f5348212684-b1d727a4, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7079-d9094be2, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7080-d9094be2, #w-node-da104012-320b-8446-fc4b-d6ee6068424d-d9094be2, #w-node-_617ea0a9-b218-9db7-5e81-d87819e5abce-d9094be2, #w-node-_116b2b76-edda-b49e-ff91-fe6528c2ec33-d9094be2, #w-node-_116b2b76-edda-b49e-ff91-fe6528c2ec37-d9094be2, #w-node-_116b2b76-edda-b49e-ff91-fe6528c2ec3b-d9094be2, #w-node-_116b2b76-edda-b49e-ff91-fe6528c2ec3f-d9094be2, #w-node-_116b2b76-edda-b49e-ff91-fe6528c2ec43-d9094be2, #w-node-_116b2b76-edda-b49e-ff91-fe6528c2ec47-d9094be2, #w-node-_116b2b76-edda-b49e-ff91-fe6528c2ec4b-d9094be2, #w-node-_202e9c6f-baca-796f-edbf-f430a1e495b8-d9094be2, #w-node-_202e9c6f-baca-796f-edbf-f430a1e495bc-d9094be2, #w-node-_202e9c6f-baca-796f-edbf-f430a1e495c0-d9094be2, #w-node-_202e9c6f-baca-796f-edbf-f430a1e495c4-d9094be2, #w-node-_680792c2-1a79-a655-9c93-88456fba4299-d9094be2, #w-node-_680792c2-1a79-a655-9c93-88456fba429e-d9094be2, #w-node-_680792c2-1a79-a655-9c93-88456fba42a3-d9094be2, #w-node-_680792c2-1a79-a655-9c93-88456fba42a8-d9094be2, #w-node-_7303920b-e067-a02b-554c-a436681030d9-d9094be2, #w-node-_6feceda5-baba-1680-be45-053711160a35-d9094be2, #w-node-_9b14cccd-3dcd-7883-5759-8df875e002f1-d9094be2, #w-node-_1f89afd2-e71c-0666-fd5e-4ee804591fb9-d9094be3, #w-node-_5d9836e8-36b4-bbf2-4f52-953c9d6faf4b-d9094be3, #w-node-_4e57750e-c85c-996e-ff75-b21925908531-d9094be3, #w-node-_4e57750e-c85c-996e-ff75-b21925908532-d9094be3, #w-node-_26c86bf7-181a-cba8-90c5-b2bf78d6e362-d9094be3, #w-node-_66b713f3-f366-38a5-2926-746ebe0c02fe-d9094be3, #w-node-e2ed2e8b-d97f-a228-73c6-54cdafe119c6-d9094be3, #w-node-e2ed2e8b-d97f-a228-73c6-54cdafe119c7-d9094be3, #w-node-e2ed2e8b-d97f-a228-73c6-54cdafe119f2-d9094be3, #w-node-e2ed2e8b-d97f-a228-73c6-54cdafe119f3-d9094be3, #w-node-_50ec920a-c460-80af-39a3-af1a9f187a36-d9094be3, #w-node-eab881fb-ed55-bd29-ed21-d8ac6dae2fc4-d9094be3, #w-node-eab881fb-ed55-bd29-ed21-d8ac6dae2fcb-d9094be3, #w-node-eab881fb-ed55-bd29-ed21-d8ac6dae2fd2-d9094be3, #w-node-eab881fb-ed55-bd29-ed21-d8ac6dae2fd9-d9094be3, #w-node-_89a9891d-3ee6-c5bd-a9b5-ff5a15c408d8-d9094be4, #w-node-_340dd001-37d3-525b-ee43-941c446ac9da-d9094be4, #w-node-_340dd001-37d3-525b-ee43-941c446ac9c0-d9094be4, #w-node-_340dd001-37d3-525b-ee43-941c446ac9b3-d9094be4, #w-node-_64ff30c5-aab8-db8f-a407-bd7dfbdf6603-d9094be4, #w-node-_1a9c9243-fa5f-41a5-58f4-49463148ec1f-d9094be4, #w-node-_0863400f-4363-f1e5-b59c-7540e3477ac3-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c206-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c208-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20a-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20c-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20e-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c210-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c212-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c214-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c216-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c218-d9094be4, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c21a-d9094be4, #w-node-_937b2962-17c8-0c11-eabf-5c793cd50e6a-d9094be5, #w-node-_8e9ae8ac-d1f5-0689-894d-55570ed8adca-d9094be5, #w-node-_862e949d-0961-5443-09ac-99461f752961-d9094be7, #w-node-f89bfa4b-4b27-ffc7-70f5-79e33afdd12b-d9094be7, #w-node-ded1dd03-52b3-a61e-b6a3-e41c3618546d-d9094be7, #w-node-_2f0482f4-d303-859b-6204-fd054a8fea9f-d9094be7, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf1b-d9094be7, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf22-d9094be7, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf29-d9094be7, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf30-d9094be7, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b5ff-d9094be7, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b614-d9094be7, #w-node-_851f311e-14b5-c3aa-41c1-cb354d76929c-d9094be7, #w-node-_851f311e-14b5-c3aa-41c1-cb354d7692a3-d9094be7, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40827-d9094be7, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4082e-d9094be7, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40835-d9094be7, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4083c-d9094be7, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a5fa-d9094be8, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a601-d9094be8, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23a9-d9094be8, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b1-d9094be8, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b9-d9094be8, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23c1-d9094be8, #w-node-bcd96ef1-454d-6bee-d81e-43680c9805ff-d9094be8, #w-node-db280d27-0a01-e8ea-abd3-542538337e3b-d9094be8, #w-node-_588c267e-f78d-8e57-58fe-d9da276415b6-d9094be8, #w-node-beab3c3a-bf67-45b9-7dbc-bb94e8e0897b-d9094be8, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb458-d9094be8, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb460-d9094be8, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb468-d9094be8, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb470-d9094be8, #w-node-_265b3891-2362-c7cd-a831-cdadbd211280-d9094be8, #w-node-_265b3891-2362-c7cd-a831-cdadbd211288-d9094be8, #w-node-_265b3891-2362-c7cd-a831-cdadbd211296-d9094be8, #w-node-_265b3891-2362-c7cd-a831-cdadbd2112a4-d9094be8, #w-node-ee03750d-98ba-9780-11c4-2594987e6758-d9094be8, #w-node-ee03750d-98ba-9780-11c4-2594987e6760-d9094be8, #w-node-ee03750d-98ba-9780-11c4-2594987e6768-d9094be8, #w-node-ee03750d-98ba-9780-11c4-2594987e6770-d9094be8, #w-node-c5e77e45-6330-3989-dff9-16d7860bd763-d9094be8, #w-node-_9fcf89a7-81ae-0ec3-2a5a-c861701f3ca7-d9094be8, #w-node-_15624a92-df93-70aa-62c5-63a4950beaa2-d9094be8, #w-node-_6fbfb166-2961-a3a3-3bf1-cc3cc84660a1-7b2c4896, #w-node-e6558677-fb63-c928-6927-d77302a5a430-7b2c4896, #w-node-_7989aa78-c730-9a36-bd49-3d8934cfc9c3-7b2c4896, #w-node-d4229dae-0bb2-982a-558f-faffbb388812-7b2c4896, #w-node-f5e0cfe4-e9ae-4266-b19d-bba9c8d79466-7b2c4896, #w-node-_8a430074-87e0-0f3a-e924-822a223b7a62-7b2c4896, #w-node-_6bd0e1a6-9b52-c214-e8b6-c62de29b16f2-7b2c4896, #w-node-_314252b7-03b2-4ad9-1720-87bff6daaf16-7b2c4896, #w-node-a430ad38-974a-f332-8daa-8fa4e77a4e60-7b2c4896, #w-node-_7d675941-ce4b-cb39-ab60-758c395926f5-7b2c4896, #w-node-_41d3bf3a-b555-8e76-a0eb-d312c3c2dcaa-7b2c4896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a326bb8-8fb5-3e9a-d045-a3d186ff1460-d683a225 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84c127a2-e21e-1d12-ca1e-b0a0a6955f36-d683a225, #w-node-_84c127a2-e21e-1d12-ca1e-b0a0a6955f67-d683a225, #w-node-_84c127a2-e21e-1d12-ca1e-b0a0a6955f98-d683a225, #w-node-_84c127a2-e21e-1d12-ca1e-b0a0a6955fc9-d683a225, #w-node-_0e7c5828-0dd4-b1dc-68f0-3c8ff2c1b5f0-f2c1b5c4, #w-node-_0e7c5828-0dd4-b1dc-68f0-3c8ff2c1b5f4-f2c1b5c4, #w-node-_0e7c5828-0dd4-b1dc-68f0-3c8ff2c1b5f8-f2c1b5c4, #w-node-_0e7c5828-0dd4-b1dc-68f0-3c8ff2c1b5fc-f2c1b5c4, #w-node-_95058daa-0294-fc28-62dc-e96b40d3bb2c-1d7c5283, #w-node-_95058daa-0294-fc28-62dc-e96b40d3bb33-1d7c5283, #w-node-_95058daa-0294-fc28-62dc-e96b40d3bb3a-1d7c5283, #w-node-_95058daa-0294-fc28-62dc-e96b40d3bb41-1d7c5283, #w-node-_6f1ed500-f034-3a3a-d1d8-8832b93c7e04-775db2ee, #w-node-ec5b4946-8829-a416-4134-b98e689c0042-775db2ee, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3e-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3f-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b48-287eae27, #w-node-fde3b0cd-4043-b0ac-f1f7-4d8a51193e4a-287eae27, #w-node-_8975d5f9-0fc7-56cb-595d-f1cd7987858a-287eae27, #w-node-_958559ef-8326-715f-fa0c-b687b2c7d0fa-287eae27, #w-node-_0ba89f35-5983-5ac4-c0c8-6ef4dc5ba612-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b6d-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b70-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b76-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b78-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7c-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7e-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b82-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b84-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b88-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8a-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8e-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b90-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b94-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b96-287eae27, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac332-287eae27, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac334-287eae27, #w-node-_5023b1d7-a285-3403-10f3-4176822bb4e9-287eae27, #w-node-_5023b1d7-a285-3403-10f3-4176822bb4eb-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9a-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9c-287eae27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69ca0786-0dc2-97fc-0504-f09b27407991-287eae27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69ca0786-0dc2-97fc-0504-f09b274079a5-287eae27, #w-node-_69ca0786-0dc2-97fc-0504-f09b274079d6-287eae27, #w-node-_69ca0786-0dc2-97fc-0504-f09b27407a07-287eae27, #w-node-_69ca0786-0dc2-97fc-0504-f09b27407a38-287eae27, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3e-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3f-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b48-2652afd1, #w-node-fde3b0cd-4043-b0ac-f1f7-4d8a51193e4a-2652afd1, #w-node-_8975d5f9-0fc7-56cb-595d-f1cd7987858a-2652afd1, #w-node-_958559ef-8326-715f-fa0c-b687b2c7d0fa-2652afd1, #w-node-_10f02435-890b-52fc-1e76-791cb43763e0-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b6d-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b70-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b76-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b78-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7c-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7e-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b82-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b84-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b88-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8a-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8e-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b90-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b94-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b96-2652afd1, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac332-2652afd1, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac334-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9a-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9c-2652afd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86bd8c7d-b0fb-17b5-cc6b-7a172788192f-2652afd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86bd8c7d-b0fb-17b5-cc6b-7a1727881943-2652afd1, #w-node-_86bd8c7d-b0fb-17b5-cc6b-7a1727881974-2652afd1, #w-node-_86bd8c7d-b0fb-17b5-cc6b-7a17278819a5-2652afd1, #w-node-_86bd8c7d-b0fb-17b5-cc6b-7a17278819d6-2652afd1, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3e-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3f-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b48-810c63ae, #w-node-fde3b0cd-4043-b0ac-f1f7-4d8a51193e4a-810c63ae, #w-node-_8975d5f9-0fc7-56cb-595d-f1cd7987858a-810c63ae, #w-node-_958559ef-8326-715f-fa0c-b687b2c7d0fa-810c63ae, #w-node-_10f02435-890b-52fc-1e76-791cb43763e0-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b6d-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b70-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b76-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b78-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7c-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7e-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b82-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b84-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b88-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8a-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8e-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b90-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b94-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b96-810c63ae, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac332-810c63ae, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac334-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9a-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9c-810c63ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb4bcb4-4e83-f699-a1c3-56dda6306e9d-810c63ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffb4bcb4-4e83-f699-a1c3-56dda6306eb1-810c63ae, #w-node-ffb4bcb4-4e83-f699-a1c3-56dda6306ee2-810c63ae, #w-node-ffb4bcb4-4e83-f699-a1c3-56dda6306f13-810c63ae, #w-node-ffb4bcb4-4e83-f699-a1c3-56dda6306f44-810c63ae, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3e-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b3f-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b48-287dacf9, #w-node-fde3b0cd-4043-b0ac-f1f7-4d8a51193e4a-287dacf9, #w-node-_8975d5f9-0fc7-56cb-595d-f1cd7987858a-287dacf9, #w-node-_958559ef-8326-715f-fa0c-b687b2c7d0fa-287dacf9, #w-node-_10f02435-890b-52fc-1e76-791cb43763e0-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b6d-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b70-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b76-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b78-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7c-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b7e-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b82-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b84-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b88-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8a-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b8e-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b90-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b94-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b96-287dacf9, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac332-287dacf9, #w-node-_8268345c-ad8d-b261-02fd-c690e3dac334-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9a-287dacf9, #w-node-_9779b082-f783-f2b7-70e4-8d9ca5983b9c-287dacf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51b1e936-5afd-6a3d-010b-9a36ca3730f2-287dacf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51b1e936-5afd-6a3d-010b-9a36ca373106-287dacf9, #w-node-_51b1e936-5afd-6a3d-010b-9a36ca373137-287dacf9, #w-node-_51b1e936-5afd-6a3d-010b-9a36ca373168-287dacf9, #w-node-_51b1e936-5afd-6a3d-010b-9a36ca373199-287dacf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_766e58b4-acd0-6418-a76f-504c82029307-d9094be1, #w-node-_446c147c-95cc-7459-015a-05f6409eaff4-d9094be1, #w-node-_1a326bb8-8fb5-3e9a-d045-a3d186ff1460-d683a225, #w-node-_69ca0786-0dc2-97fc-0504-f09b27407991-287eae27, #w-node-_86bd8c7d-b0fb-17b5-cc6b-7a172788192f-2652afd1, #w-node-ffb4bcb4-4e83-f699-a1c3-56dda6306e9d-810c63ae, #w-node-_51b1e936-5afd-6a3d-010b-9a36ca3730f2-287dacf9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_766e58b4-acd0-6418-a76f-504c82029307-d9094be1 {
    grid-column: span 1 / span 1;
  }

  #w-node-e2f95ee4-dc15-8016-ec62-0ec8b1d727b5-b1d727a4 {
    order: -9999;
  }

  #w-node-e2f95ee4-dc15-8016-ec62-0ec8b1d727a9-b1d727a4, #w-node-b6472adf-55ce-24d3-4833-e643c25f0bbc-b1d727a4 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e2f95ee4-dc15-8016-ec62-0ec8b1d727b5-b1d727a4 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}