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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: Switzer, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

h1 {
  max-width: 930px;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 70px;
  line-height: 80px;
  font-weight: 100;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  max-width: 700px;
  margin: 20px auto 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

p {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.5;
}

.section {
  position: relative;
  width: 100%;
  margin-bottom: 160px;
  padding-top: 150px;
  background-color: #232323;
}

.section.overflow {
  overflow: hidden;
}

.section.overflow.bg-linen {
  background-color: #f1e7d9;
}

.section.sticky-wrapper {
  z-index: 4;
}

.section.bg-light-gray {
  display: block;
  overflow: visible;
  margin-top: 160px;
  margin-bottom: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.bg-light-gray._1 {
  background-color: rgba(51, 51, 51, 0);
}

.section.pilares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border-radius: 60px;
}

.section.bg-light-gray {
  display: block;
  overflow: visible;
  margin-top: 160px;
  margin-bottom: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.header-page {
  max-width: 1180px;
}

.container.expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  padding-bottom: 0em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container.outline-top {
  padding-top: 6em;
  padding-bottom: 6em;
  border-top: 1px solid #000;
}

.inner-padding-large {
  padding-top: 100px;
  padding-bottom: 160px;
}

.inner-padding-large.invert {
  position: relative;
}

.inner-padding-medium {
  padding-top: 120px;
  padding-bottom: 120px;
}

.inner-padding-small {
  padding-top: 45px;
  padding-bottom: 45px;
}

.inner-padding-xsmall {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-bottom-medium {
  padding-bottom: 110px;
}

.padding-bottom-small {
  padding-bottom: 6vh;
}

.margin-bottom-medium {
  margin-bottom: 90px;
}

.margin-bottom-small {
  margin-bottom: 45px;
}

.margin-bottom-xsmall {
  margin-bottom: 3vh;
}

.center-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.center-wrapper.hero.overflow {
  overflow: hidden;
}

.center-wrapper.detail {
  padding-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.center-wrapper.inner-padding-medium {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.center-wrapper.header {
  padding-top: 10em;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 64px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 160px;
  text-align: left;
  text-decoration: none;
}

.content-wrapper.right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.right.flex {
  padding-bottom: 0px;
}

.content-wrapper.form {
  max-height: 50px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.detail {
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-wrapper.detail.right {
  text-align: right;
}

.content-wrapper.list {
  display: none;
}

.content-wrapper.header {
  z-index: 5;
  height: auto;
  min-height: 100vh;
  padding-top: 13em;
  padding-bottom: 16em;
  background-color: #ebe4dd;
}

.content-wrapper.job {
  overflow: hidden;
  height: 90vh;
  padding-bottom: 35px;
}

.content-wrapper.full {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 350px;
  grid-row-gap: 350px;
}

.content-wrapper.full._2 {
  margin-top: 0px;
}

.content-wrapper.flex-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 5px;
}

.content-wrapper.flex-horizontal.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.med {
  height: 45vh;
}

.content-wrapper.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 225px;
  grid-row-gap: 225px;
}

.content-wrapper.pilares {
  position: relative;
  left: 0px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
  border-radius: 60px;
  background-color: #f4f6f8;
}

.content-wrapper.full {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 320px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 361px;
  grid-row-gap: 350px;
}

.content-wrapper.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 225px;
  grid-row-gap: 225px;
}

.overflow-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-left: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.overflow-wrapper.headings.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-wrapper.headings.flex {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.overflow-wrapper.flex-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.overflow-wrapper.flex-horizontal.outlined {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.overflow-wrapper.flex-horizontal.wall {
  padding-bottom: 90px;
}

.main-grid {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid.center {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.main-grid.overflow {
  overflow: hidden;
}

.main-grid.full-height {
  overflow: hidden;
  height: 100vh;
  max-width: 1680px;
}

.main-grid.nav {
  z-index: 5;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-grid.hero-area {
  padding-top: 200px;
  padding-bottom: 150px;
}

.main-grid.hero-area.full {
  min-height: 100vh;
  padding-bottom: 0px;
}

.main-grid.padding {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.main-grid.list {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #cfcfcf;
}

.main-grid.row {
  overflow: visible;
  grid-auto-flow: column;
  grid-column-gap: 40px;
}

.main-grid.no-gap {
  padding-top: 460px;
  padding-bottom: 86px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.main-grid.sticky-wrapper.bg-light-gray {
  background-color: #232323;
}

.main-grid.sticky-wrapper.bg-silver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #232323;
}

.main-grid.sticky-wrapper.bg-silver.pilares {
  top: -100px;
  bottom: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
}

.main-grid.sticky-wrapper.bg-silver.pilares._2 {
  top: -80px;
}

.main-grid.sticky-wrapper.bg-dark-gray {
  background-color: #232323;
}

.main-grid.contain {
  padding-right: 35px;
  padding-left: 35px;
}

.main-paragraph {
  font-size: 18px;
}

.main-paragraph.text-medium {
  position: relative;
  z-index: 4;
  font-size: 26px;
}

.text-medium {
  font-size: 2em;
  line-height: 1.35;
}

.heading-large {
  position: relative;
  z-index: 2;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 4em;
  line-height: 0.85;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-large.repeat {
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Hoefler text', sans-serif;
  color: #e4d6bc;
  font-size: 56px;
  line-height: 50px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.heading-large.repeat:hover {
  color: #e4d6bc;
}

.heading-large.repeat.invert {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Hoefler text', sans-serif;
  color: #e4d6bc;
  line-height: 50px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}

.heading-large.repeat.invert:hover {
  color: #e4d6bc;
}

.heading-large.list {
  overflow: visible;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  font-family: Helveticanowdisplay, sans-serif;
  color: #232323;
  font-size: 56px;
  line-height: 50px;
  font-weight: 300;
}

.heading-large.list._2 {
  padding-top: 2px;
  color: #fff;
}

.heading-large.list.invert {
  color: #f4f6f8;
  font-weight: 300;
  cursor: pointer;
}

.heading-large.list.invert.features {
  overflow: hidden;
  width: 880px;
  height: 100px;
  padding-right: 0vw;
  padding-left: 0vw;
  border-bottom: 1px solid #dfe1e3;
  box-shadow: 1px 1px 2px 0 hsla(0, 0%, 67.3%, 0.36);
  color: #232323;
  line-height: 70px;
}

.heading-large.large {
  padding-top: 3.5vh;
  font-size: 25vh;
}

.heading-large.large.title {
  padding-top: 0vh;
  font-family: Gambarino, sans-serif;
  font-size: 11em;
  line-height: 0.85;
  font-weight: 400;
  white-space: nowrap;
}

.heading-medium {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000;
  font-size: 3.2em;
  line-height: 0.95;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-medium.serif {
  font-family: 'Hoefler text', sans-serif;
  font-weight: 400;
}

.heading-medium.shop {
  font-size: 2em;
  font-weight: 600;
}

.heading-regular {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  font-family: Generalsans;
  color: #000;
  font-size: 4vh;
  line-height: 1.1;
  font-weight: 500;
}

.heading-small {
  font-family: Switzer, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.heading-small.regular-type {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.cover-image {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-image.on {
  position: relative;
  z-index: 2;
}

.cover-image.off {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.cover-image.opacity {
  opacity: 0.6;
}

.cover-image.rounded {
  border-radius: 6px;
}

.cover-image._2 {
  margin-left: 0px;
}

.cover-image._3 {
  width: 640px;
  height: 750px;
}

.button {
  padding: 20px 35px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #303030;
}

.heading-xlarge {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  font-size: 6px;
  line-height: 0.85;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.heading-xlarge.no-wrap {
  margin-bottom: 0px;
  white-space: nowrap;
}

.heading-xlarge.hero {
  font-family: Gambarino, sans-serif;
  font-size: 12em;
  line-height: 0.8;
  font-weight: 400;
  white-space: nowrap;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.sticky-wrapper.background {
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #61574a;
}

.sticky-wrapper.home-page {
  top: 120px;
}

.sticky-wrapper.full-height {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-color: #232323;
}

.sticky-wrapper.bg-mid-gray {
  z-index: 70;
}

.navbar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90;
  width: 1440px;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.navbar {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vh;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.w--current {
  width: 50.02px;
  height: 47.12px;
}

.brand.center {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.main-button {
  padding: 25px 35px;
  border-radius: 100px;
  background-color: #ffca0e;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Switzer, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-button:hover {
  border-color: #000;
  box-shadow: 8px 8px 0 0 #000;
}

.main-button.circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18em;
  height: 18em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-radius: 200px;
  color: #fff;
  white-space: normal;
}

.main-button.circle:hover {
  box-shadow: none;
}

.menu-button {
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 9px 0em 9px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Thunder;
  color: #000;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
}

.menu-button.w--open {
  background-color: transparent;
  color: #1c1c1c;
}

.text-white {
  color: #fff;
}

.image-logo {
  height: 26px;
}

.text-menu {
  position: relative;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-menu.close {
  display: none;
}

.text-menu.on {
  line-height: 1;
  letter-spacing: 0.02em;
}

.shape-button {
  width: 100%;
}

.shape-button.head {
  width: 24px;
}

.image-link.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular-link {
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.figure-wrapper {
  position: relative;
  padding-top: 9px;
  padding-right: 9px;
}

.container-wrapper {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container-wrapper.inner-page {
  padding-top: 15vh;
}

.container-wrapper.header-page {
  padding-top: 160px;
}

.container-wrapper.header-page.home {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.container-wrapper.expand {
  max-width: 1820px;
  padding-bottom: 45px;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image-wrapper.outline {
  z-index: 6;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: none;
}

.image-wrapper.product {
  height: 48em;
}

.image-wrapper.link {
  padding: 0px;
  border-radius: 0px;
}

.image-wrapper.med {
  height: 55em;
}

.image-wrapper.large {
  height: 75vh;
}

.text-large {
  color: #000;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 500;
}

.padding-top-large {
  padding-top: 180px;
}

.combo-img-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 5px solid #000;
  border-radius: 20px;
  box-shadow: none;
  text-align: left;
}

.combo-img-wrapper.hero {
  z-index: 6;
  height: 100vh;
  max-height: 100vh;
}

.combo-img-wrapper.hero-copy {
  z-index: 6;
  max-height: 80vh;
  max-width: 90%;
  min-height: 80vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bg-black {
  background-color: #1c1c1c;
}

.card-grid-wrapper {
  position: relative;
  width: 100%;
  padding: 32px 35px 55px;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-radius: 22px;
  text-decoration: none;
}

.card-grid-wrapper:hover {
  border: 4px solid #000;
  background-color: #d9aae4;
}

.heading-xlarge-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-xlarge-wrapper.overflow {
  overflow: hidden;
}

.link-block-heading {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 3.4em;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  cursor: pointer;
}

.link-block-heading:hover {
  color: #e4d6bc;
}

.section-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.section-background.full-hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: hidden;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.frame-image-one {
  position: relative;
  right: -15em;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 40em;
  max-width: 30em;
  min-height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-ticker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.flex-ticker.list {
  z-index: 5;
  overflow: visible;
  padding: 20px 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
}

.flex-ticker.list:hover {
  color: #e4d6bc;
}

.flex-ticker.list._2 {
  border-bottom: 0px solid #f4f6f8;
  outline-color: #f4f6f8;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
  color: #fff;
  font-size: 56px;
  line-height: 70px;
  font-weight: 300;
}

.flex-ticker.list._2:hover {
  border-bottom-style: none;
  box-shadow: none;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
}

.flex-ticker.list.invert {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f6f8;
  cursor: default;
}

.flex-ticker.list.invert.features {
  overflow: hidden;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
  box-shadow: none;
}

.flex-ticker.list.invert._3 {
  width: auto;
  margin-bottom: 40px;
  padding: 0px 0vw 20px;
  cursor: pointer;
}

.flex-ticker.second {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-detail {
  height: 25px;
}

.track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.track.auto {
  height: auto;
}

.detail-hero-grid {
  position: relative;
  z-index: 12;
  display: -ms-grid;
  display: grid;
  padding: 30px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.wrapper-footer {
  position: relative;
  z-index: 10;
}

.combo-img-wrapper {
  border-style: none;
  border-radius: 0px;
}

.heading-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.heading-page-wrapper.works {
  height: 100vh;
  min-height: auto;
  border-style: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.divider {
  width: 100%;
  height: 5vh;
  background-image: url('../images/divider.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.opacity {
  color: rgba(51, 51, 51, 0.75);
}

.link-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #f0ede7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.link-cards:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.screenshot-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #000;
}

.screenshot-wrapper.square {
  height: 10vw;
  border-style: none;
  border-width: 1px;
}

.screenshot-wrapper.image {
  padding: 25px 25px 20px;
  border-style: none;
  border-width: 1px;
  background-color: #f0ede7;
}

.alt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.main-heading-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #ff1212;
}

.inner-section {
  overflow: hidden;
}

.footer-wrapper {
  width: 100%;
}

.buttons-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  position: relative;
  display: block;
  width: 370px;
  height: 34px;
  margin-bottom: 56px;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: #000 #000 #f4f6f8;
  border-radius: 0px;
  background-color: transparent;
  color: #f4f6f8;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.text-field:active {
  color: #f4f6f8;
}

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

.text-field.oculto {
  display: block;
  padding-right: 0px;
  border-bottom-style: solid;
  border-bottom-color: #919191;
  border-left-color: #919191;
  color: #f4f6f8;
  cursor: auto;
}

.text-field.oculto:hover {
  color: #f4f6f8;
}

.text-field.oculto:active {
  color: #f4f6f8;
}

.text-field.oculto:focus {
  border-bottom-color: #fff;
  color: #f4f6f8;
}

.text-field.oculto:focus-visible {
  border-bottom-color: #fff;
}

.text-field.oculto[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.text-field.oculto::-webkit-input-placeholder {
  color: #919191;
}

.text-field.oculto:-ms-input-placeholder {
  color: #919191;
}

.text-field.oculto::-ms-input-placeholder {
  color: #919191;
}

.text-field.oculto::placeholder {
  color: #919191;
}

.text-field.oculto.cod-de-area {
  width: 96px;
  height: 34px;
  padding-right: 0px;
  line-height: 18;
}

.text-field.oculto.telefono {
  width: 262px;
}

.text-field.phone {
  padding-bottom: 16px;
  border-bottom-color: #919191;
  cursor: auto;
}

.text-field.phone:focus-visible {
  border-bottom-color: #fff;
}

.text-field.phone[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.text-field.phone::-webkit-input-placeholder {
  color: #919191;
}

.text-field.phone:-ms-input-placeholder {
  color: #919191;
}

.text-field.phone::-ms-input-placeholder {
  color: #919191;
}

.text-field.phone::placeholder {
  color: #919191;
}

.form-block {
  display: block;
  width: 60%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block.modulo-1 {
  margin-right: 0px;
}

.field-label {
  margin-bottom: 10px;
  padding-top: 0px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.field-label.form {
  margin-bottom: 5px;
  color: #949494;
  font-size: 13px;
}

.auto-grid {
  grid-auto-flow: column;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.auto-grid.shortgap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.header-page {
  padding-top: 12vh;
}

.text-blue {
  color: #1c1fca;
}

.link-content-wrapper {
  display: inline;
  width: 100%;
  color: #000;
  text-decoration: none;
}

.link-content-wrapper.styleguide {
  display: block;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.heading-xsmall {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-content.password {
  width: 450px;
  padding-right: 25px;
  padding-left: 25px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.box-center-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.box-center-wrapper.intro {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6em;
  padding-bottom: 6em;
}

.box-checkout {
  overflow: hidden;
  border-radius: 0px;
}

.paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-wrapper.inner-padding-medium {
  padding-top: 215px;
  padding-bottom: 215px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-wrapper.inner-padding-medium.pilares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: 10%;
  padding: 52px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.small-link {
  color: #1c1c1c;
  text-decoration: none;
}

.image-social {
  height: 100%;
}

.success {
  position: static;
  left: 26%;
  top: -59%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  padding: 0px;
  background-color: #232323;
  font-size: 13px;
  font-weight: 400;
}

.error {
  margin-top: 0px;
  padding: 0px;
  background-color: #232323;
  color: #da6632;
  font-size: 13px;
  text-align: left;
}

.textarea {
  display: block;
  width: 760px;
  min-height: auto;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f4f6f8;
  background-color: transparent;
  color: #f4f6f8;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.textarea.oculto {
  display: block;
  border-bottom-color: #919191;
  cursor: auto;
}

.textarea.oculto:focus-visible {
  border-bottom-color: #fff;
}

.textarea.oculto[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.textarea.oculto::-webkit-input-placeholder {
  color: #919191;
}

.textarea.oculto:-ms-input-placeholder {
  color: #919191;
}

.textarea.oculto::-ms-input-placeholder {
  color: #919191;
}

.textarea.oculto::placeholder {
  color: #919191;
}

.color-swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 38px;
  padding-left: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.color-swatch.bg-black {
  background-color: #000;
  color: #fff;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-mid-gray {
  background-color: #e4e4dd;
}

.medium-paragraph {
  font-size: 26px;
}

.paragraph-medium {
  font-size: 36px;
  line-height: 1.25;
}

.bg-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #000;
}

.small {
  font-family: Generalsans;
  color: #020202;
  font-size: 12px;
  text-transform: uppercase;
}

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

.small-bullet {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100px;
  background-color: #000;
}

.work-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 1200px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rich-text-works p {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  font-size: 1.25em;
  line-height: 1.44;
}

.rich-text-works h2 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: Gambarino, sans-serif;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 400;
}

.rich-text-works h4 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: Gambarino, sans-serif;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
}

.rich-text-works img {
  width: 100%;
  max-width: 2000px;
  margin: 60px auto;
}

.rich-text-works h3 {
  font-family: Gambarino, sans-serif;
  font-weight: 700;
}

.next-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14vh;
  margin-bottom: 1vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-arrow {
  height: 10vh;
}

.image-arrow.left {
  height: 20px;
  margin-right: 25px;
}

.image-arrow.right {
  height: 20px;
  margin-top: 8px;
  margin-left: 25px;
}

.next-link {
  overflow: hidden;
  height: 14vh;
  text-decoration: none;
}

.text-nav {
  padding-top: 0em;
  font-family: Switzer, sans-serif;
  font-size: 5em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.text-nav.serif {
  padding-right: 0.3em;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0em;
}

.link-block-nav {
  overflow: hidden;
  height: 5.2em;
  color: #fff;
  text-decoration: none;
}

.paragraph-large {
  color: #000;
  font-size: 60px;
  line-height: 0.93;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.paragraph-large.regular {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: none;
}

.uppercase-small {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.uppercase-small.small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Gambarino, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.uppercase-small.xsmall {
  font-size: 11px;
}

.uppercase-small.opacity {
  color: rgba(0, 0, 0, 0.5);
}

.uppercase-small.margin-bottom-xsmall {
  margin-bottom: 10px;
}

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

.uppercase-small._2 {
  color: #fff;
}

.uppercase-small.invert {
  color: #fff;
  font-weight: 100;
}

.uppercase-small.features {
  color: #232323;
}

.span-spacing {
  padding-right: 55px;
  padding-left: 55px;
}

.span-spacing.large {
  display: inline;
  padding-right: 1em;
  padding-left: 2em;
}

.divider-wrapper {
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.divider-wrapper.footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider-fill {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.divider-fill.bg-white {
  background-color: #fff;
}

.flex-cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vh 1vw;
}

.flex-cap.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-black {
  color: #000;
}

.grid-3-col {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ticker-large-type {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.square {
  overflow: visible;
  width: 480px;
  height: 320px;
}

.list-link-wrapper {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  color: #000;
  text-decoration: none;
}

.list-link-wrapper.no-gap {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  grid-column-gap: 0px;
  box-shadow: inset 0 -1px 0 0 #c5c5c5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.fixed-image-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: -33%;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 20em;
  height: 20em;
  margin-right: auto;
  margin-left: auto;
  background-color: #a29f9f;
}

.unlink {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 40vw;
  background-color: #e4dbdb;
}

.bio-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
}

.bio-picture.pilares {
  height: auto;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
}

.grid-link {
  width: 100%;
  text-decoration: none;
}

.paragraph-xlarge {
  color: #000;
  font-size: 8.8em;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: pre-line;
}

.paragraph-xlarge.regular {
  font-size: 5em;
  line-height: 1.05;
  font-weight: 400;
  text-transform: none;
}

.large-serif {
  font-family: Gambarino, sans-serif;
  color: #000;
  font-size: 40vh;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
}

.gray-bullet {
  width: 4px;
  height: 4px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 20px;
  background-color: #858585;
}

.p-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.text-light-gray {
  color: #787878;
}

.box {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  text-decoration: none;
}

.date-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

.article-wrapper {
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.inner-cell-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner-cell-wrapper.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow-small {
  width: 25px;
  margin-right: 0px;
  margin-left: auto;
}

.checkout-form {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-off-white {
  color: #858585;
}

.logo-footer {
  height: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.xxlarge {
  color: #000;
  font-size: 24vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.xxlarge.med {
  border: 1px solid transparent;
  font-family: Helveticanowdisplay, sans-serif;
  color: #75ffc6;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.xxlarge.med {
  overflow: visible;
  font-size: 80px;
  line-height: 162px;
  font-weight: 700;
}

.link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.cta-arrow {
  width: 12px;
  margin-left: 15px;
}

.cta-arrow.circle {
  width: 1.25rem;
  margin-left: 0px;
}

.hover-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.collection-list-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.blog-thumb {
  overflow: hidden;
  width: 300px;
  height: 230px;
}

.blog-thumb.wide {
  width: 100%;
  height: 42em;
}

.gallery-row {
  width: 150vw;
}

.gallery-row.margin-bottom-small {
  overflow: visible;
  width: 480px;
  height: 320px;
  margin-left: 0px;
  padding-left: 0px;
}

.dash {
  width: 32px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #000;
}

.spacer {
  height: 65vh;
}

.overflow {
  overflow: hidden;
}

.overflow.sticky-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity {
  width: 90px;
  height: 58px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-color: #e4e4e4;
  font-size: 22px;
}

.page-divider {
  width: 100%;
  height: 2px;
  margin-top: 90px;
  margin-bottom: 90px;
  background-color: #000;
}

.add-to-cart-button {
  padding: 20px 30px;
  border-radius: 100px;
  background-color: #ffca0e;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.rich-text-blog {
  line-height: 1.4;
}

.rich-text-blog h4 {
  font-family: Gambarino, sans-serif;
  color: #000;
  font-weight: 600;
}

.rich-text-blog h3 {
  max-width: none;
  font-family: Gambarino, sans-serif;
  font-weight: 600;
}

.rich-text-blog h2 {
  font-family: Gambarino, sans-serif;
  font-weight: 500;
}

.rich-text-blog p {
  margin-bottom: 45px;
}

.heading-bullet {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 0px;
  border-radius: 200px;
  background-color: #fff;
}

.heading-bullet._2 {
  background-color: #000;
}

.heading-bullet.black {
  background-color: #000;
}

.heading-bullet.black.invert {
  background-color: #fff;
}

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

.thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45em;
  background-color: #fff;
}

.thumbnail-wrapper.small {
  height: 35em;
}

.img-shop-wrapper {
  overflow: hidden;
  height: 32em;
}

.img-shop-wrapper.margin-bottom-xsmall {
  width: 100%;
}

.link-block-card {
  width: 100%;
  text-decoration: none;
}

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

.small-arrow {
  height: 14px;
  margin-left: 15px;
}

.bottom-cta {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.link {
  padding: 21px 35px;
  border-radius: 100px;
  background-color: #ffca0e;
  box-shadow: none;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  background-color: #ffe837;
}

.link.more {
  padding-top: 19px;
  padding-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #fff;
  color: #000;
}

.link.more:hover {
  background-color: #eeeef0;
}

.frame-grid-image {
  overflow: hidden;
  width: 50em;
  height: 45em;
}

.frame-grid-image.med {
  width: 100%;
  height: 35em;
  max-width: 35em;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.top {
  overflow: hidden;
  height: 10.8em;
  padding: 0.8em 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-section-content.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-section-content.bg-silver {
  position: relative;
}

.main-track {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-track._500 {
  height: 500vh;
}

.section-wide {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-section {
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 100%;
}

.inner-circle {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.circle-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/pexels-maksim-goncharenok-4352247-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.full-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.full-image-wrapper.med {
  height: 50em;
}

.inner-full-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.overflow-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.column-hero {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-image-hero {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/spacejoy-GNs831kqdoM-unsplash.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.column-image-hero.middle {
  position: absolute;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-image: none;
}

.column-image-hero.left {
  left: -200%;
  background-image: none;
}

.column-image-hero.first {
  background-image: none;
}

.slider-image-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.hero-grid {
  overflow: hidden;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-wrapper {
  position: relative;
  z-index: 20;
  overflow: hidden;
  text-align: center;
}

.serif-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gambarino, sans-serif;
  color: #fff;
  font-size: 12em;
  line-height: 1;
  font-weight: 400;
}

.text-span {
  display: inline-block;
  font-family: Switzer, sans-serif;
  font-size: 10rem;
  line-height: 0.8;
  font-weight: 700;
  text-align: right;
  letter-spacing: -0.045em;
}

.sub-section-wrapper {
  width: 100%;
  height: 100vh;
}

.small-ticker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 7em;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-headings {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-headings._2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-headings._3 {
  padding-top: 140px;
  padding-bottom: 60px;
}

.flex-headings.modulo {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
}

.fr-image-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.fr-image-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.fr-image-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.fr-image-04 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.fr-image-05 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.fr-image-01-reverse {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.heading-xlarge {
  font-size: 6.25em;
  line-height: 0.95;
}

.page-wrapper {
  position: relative;
  z-index: 3;
}

.slider-inner-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.flex-sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.uppercase-heading {
  font-family: Switzer, sans-serif;
  font-size: 2em;
  line-height: 0.9;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.arrow-icon-small {
  height: 16px;
  margin-left: 16px;
}

.link-gallery {
  width: 100%;
  height: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  color: #000;
  text-decoration: none;
}

.collection-image-wrapper {
  overflow: hidden;
  height: 30em;
  -webkit-transition: all 780ms ease-in-out;
  transition: all 780ms ease-in-out;
}

.italic {
  font-family: Gambarino, sans-serif;
  font-size: 5.2rem;
  font-style: italic;
  letter-spacing: 0em;
}

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

.flex-horizontal.justify-end-start {
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-horizontal.icons {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 15px;
}

.flex-horizontal.gap {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.flex-horizontal.projects {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.inner-section-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.col-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 0px 90px 110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #232323;
}

.col-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.square-wrapper-collection {
  overflow: hidden;
  height: 18em;
}

.container-small {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.overflow-section {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.overflow-section.sticky-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-small {
  font-size: 1.1em;
}

.link-image-wrapper {
  height: 100vh;
  max-width: 32vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.link-image-wrapper.sticky-wrapper {
  z-index: 1;
  width: 100%;
}

.ticker-heading-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #75ffc6;
}

.ticker-heading-wrapper.bottom {
  position: relative;
  z-index: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticker-heading-projects {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ticker-heading-reverse {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.xlarge-serif {
  font-family: Gambarino, sans-serif;
  font-size: 35em;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 32px;
}

.inner-gallery {
  width: 38em;
  height: 25em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.alt-tag {
  position: absolute;
  z-index: 2;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 0.88em;
  text-transform: uppercase;
}

.alt-tag.large {
  z-index: 3;
  font-size: 1em;
  line-height: 3.4;
  font-weight: 500;
}

.image-frame {
  overflow: hidden;
  width: 18em;
  height: 18em;
}

.serif {
  font-family: Gambarino, sans-serif;
}

.bg-dark-gray {
  background-color: #a1a7a1;
}

.hash {
  width: 30px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
}

.text-light-green {
  color: #c4c9a7;
}

.hover-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #1b1b1b;
  color: #fff;
  font-weight: 400;
}

.copyright-icon {
  height: 48px;
}

.copyright-icon.small {
  height: 24px;
}

.image-wrapper-hero {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 28em;
  height: 32em;
}

.logo-ticker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 2.5em;
  white-space: nowrap;
}

.logo-ticker-wrapper.wall {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0em;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.2);
}

.text-field-footer {
  height: 45px;
  margin-bottom: 0px;
  padding-left: 0px;
  border: 1px solid transparent;
  background-color: transparent;
}

.submit-button {
  width: 50px;
  height: 45px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  background-image: url('../images/arrow-black.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-collection {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  color: #111;
  text-decoration: none;
}

.collection-item:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.image-wrapper-collection {
  overflow: hidden;
  height: 35em;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
}

.content-wrapper-collection {
  padding: 25px 25px 45px;
}

.col-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.side-image-wrapper {
  width: 50vw;
  height: 100vh;
  padding-top: 5em;
  padding-bottom: 5em;
}

.collection-item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-wrapper-large {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #b1b1b1;
  background-image: url('../images/nathan-oakley-B1cAYsD4PVU-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.image-wrapper-large.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  background-image: url('../images/jared-rice-PibraWHb4h8-unsplash-1.jpg');
}

.paragraph-split {
  font-size: 1.6em;
  line-height: 1.45;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4em;
  column-gap: 4em;
}

.image-wrapper-medium {
  width: 100%;
  height: 55em;
}

.full-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-bg {
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.callout-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-detail {
  overflow: hidden;
  background-color: #ade0fd;
}

.bg-detail.short {
  height: 40vh;
  background-color: #bcc7c9;
}

.hero-grid-header-blue {
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 10em auto auto auto auto auto;
  grid-template-rows: 10em auto auto auto auto auto;
}

.profile {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.image-profile {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contain-icon {
  max-height: 35px;
  margin-bottom: 45px;
}

.image-profile-wrapper {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 85px;
  border-radius: 100px;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.button-circ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #2c7fc9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button-circ:hover {
  background-color: #55d099;
  color: #fff;
}

.grid-card {
  width: 100%;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.text-white-opacity-strong {
  color: hsla(0, 0%, 100%, 0.5);
}

.no-wrap {
  white-space: nowrap;
}

.p-medium {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: 400;
}

.p-medium.serif {
  font-weight: 400;
}

.p-medium.no-margin {
  margin-bottom: 0px;
}

.square-frame {
  overflow: hidden;
  height: 35em;
}

.title-tag {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 20px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9em;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

.image-logo-ticker {
  height: 36px;
  max-width: 145px;
  padding-right: 20px;
  padding-left: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-logo-ticker.left {
  height: 28px;
  padding-left: 0px;
}

.p-small {
  color: rgba(51, 51, 51, 0.75);
  font-size: 13px;
  text-decoration: none;
}

.p-small.right {
  color: #232323;
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.p-small.right._5 {
  color: #232323;
  font-size: 56px;
  font-weight: 700;
}

.bg-silver {
  background-color: #c4c5b9;
}

.center-container-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.square-wrapper {
  overflow: hidden;
  height: 22em;
}

.image-wrapper-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 45em;
}

.stats {
  font-family: Gambarino, sans-serif;
  color: #000;
  font-size: 15em;
  line-height: 1;
  font-weight: 400;
}

.superscript {
  font-size: 36px;
  line-height: 0.4;
}

.bg-light-gray {
  background-color: #eef0e9;
}

.cart-button {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #000;
}

.cart-quantity {
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
}

.icon {
  margin-right: 5px;
}

.p-large {
  color: #000;
  font-size: 5em;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.min-container {
  width: 100%;
  max-width: 380px;
}

.arrow-icon {
  height: 1.2em;
  margin-top: 0.65em;
  margin-left: 10px;
}

.link-block-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cap {
  padding-right: 1rem;
  float: left;
  font-family: Gambarino, sans-serif;
  font-size: 13rem;
  line-height: 0.8;
  font-weight: 400;
}

.col-wrapper-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 80vh;
  padding-right: 3em;
  padding-left: 3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 3em;
  background-color: #dedfdc;
}

.section-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 660px;
  padding-right: 4em;
  padding-left: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wide-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-itens:hover {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #c5c5c5, 0 -1px 0 0 #c5c5c5;
}

.square-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.square-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1c1c1c;
  text-decoration: none;
}

.square-links.center {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.bg-brown-gray {
  background-color: #998e80;
}

.image-detail-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-detail-wrapper.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-serif-medium {
  font-family: Gambarino, sans-serif;
  color: #000;
  font-size: 2.35em;
  font-weight: 400;
  text-transform: capitalize;
}

.h-serif-medium.text-white {
  color: #fff;
}

.list-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
}

.frame-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.frame-image {
  width: 20em;
  height: 20em;
  background-color: silver;
}

.frame-image.small {
  width: 18em;
  height: 18em;
}

.frame-rail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uppercase-medium {
  color: #000;
  font-size: 1.8em;
  font-weight: 500;
  text-transform: uppercase;
}

.uppercase-medium.list {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2;
}

.uppercase-medium.featured {
  white-space: nowrap;
}

.uppercase-medium.text-white {
  color: #fff;
}

.max-w-large {
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.collection-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-team {
  overflow: hidden;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.team-image-wrapper {
  height: 20em;
}

.p-regular {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.p-regular.no-margin {
  margin-bottom: 0px;
}

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

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h-xlarge {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 6.25em;
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.button-rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5em 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  color: #000;
  text-decoration: none;
}

.xsmall-link {
  color: #1c1c1c;
  font-size: 12px;
  text-decoration: none;
}

.xsmall {
  font-size: 12px;
}

.form-wrapper {
  color: #1c1c1c;
}

.form-wrapper:hover {
  color: #000;
}

.form-grid {
  width: 100%;
  margin-top: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.letter-01 {
  display: inline-block;
}

.letter-02 {
  display: inline-block;
}

.letter-03 {
  display: inline-block;
}

.letter-04 {
  display: inline-block;
}

.letter-05 {
  display: inline-block;
}

.h-serif-large {
  font-family: Gambarino, sans-serif;
  font-size: 6em;
  line-height: 0.95;
  font-weight: 400;
}

.h-serif-xlarge {
  font-family: Gambarino, sans-serif;
  font-size: 16em;
  line-height: 0.95;
  font-weight: 400;
}

.sans {
  font-family: Switzer, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.label-button {
  margin-bottom: 0px;
  font-size: 24px;
}

.team-image-col {
  overflow: hidden;
  height: 125vh;
  max-height: 980px;
}

.team-content-wrapper {
  min-height: auto;
  padding-top: 32em;
  padding-bottom: 10em;
}

.letter-06 {
  display: inline-block;
}

.letter-07 {
  display: inline-block;
}

.letter-08 {
  display: inline-block;
}

.letter-09 {
  display: inline-block;
}

.links-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 15px;
}

.button-link {
  padding: 20px 35px;
  border-radius: 100px;
  background-color: #ffca0e;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link:hover {
  background-color: #e9b600;
}

.button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7em;
  height: 7em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #c59d7d;
}

.overlayer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  background-color: #232323;
}

.body.vitrium {
  overflow: visible;
  background-color: #333;
  background-image: url('../images/Diseño-Estático-1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.body.vitrium.modulo {
  background-color: #232323;
  background-image: none;
}

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

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

.c-button {
  position: relative;
  width: 255px;
  height: 56px;
  max-width: none;
  padding: 18px 60px 21px 40px;
  border-radius: 100px;
  background-color: #75ffc6;
  font-family: Helveticanowdisplay, sans-serif;
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.c-button:hover {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
}

.c-button.secondary {
  width: 233px;
  border: 1px none #000;
  background-color: #fff;
  outline-color: #75ffc6;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.c-button.secondary:hover {
  background-color: #75ffc6;
}

.c-button.secondary._2 {
  position: absolute;
  left: 40%;
  top: 44%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 254px;
}

.c-button.secondary._2.menu {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.c-button.secondary._2.nav {
  left: auto;
  top: auto;
  right: 80px;
  bottom: 13px;
}

.c-button.secondary._3.modal {
  position: relative;
  left: 0px;
  overflow: visible;
  width: 222px;
  border-style: solid;
  border-color: #75ffc6;
  outline-color: #75ffc6;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
}

.c-button.secondary.modulo {
  display: none;
  width: 182px;
}

.c-button.center {
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.c-button.center:hover {
  border: 1px solid #75ffc6;
}

.c-button.center.modal:hover {
  background-color: #75ffc6;
}

.c-button.form {
  width: 123px;
}

.c-button.maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  padding: 14px 20px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  outline-color: #75ffc6;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.c-button.maps:hover {
  background-color: #75ffc6;
}

.c-button.maps.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #75ffc6;
}

.c-button._404 {
  width: 180px;
  margin-top: 41px;
  padding: 20px;
}

.c-button.nav {
  margin-right: 0px;
  margin-left: 0px;
}

.text-block {
  font-family: Helveticanowdisplay, sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 32%;
  right: 13%;
  bottom: 0%;
}

.paragraph-2 {
  line-height: 16;
}

.c-icon-button {
  position: absolute;
  left: auto;
  top: 32%;
  right: 12%;
  bottom: 0%;
}

.c-icon-button.secondary {
  top: 30%;
  right: 14%;
}

.c-icon-button.secondary.recorrido {
  left: auto;
  top: 50%;
  right: 15%;
  bottom: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.c-icon-button._2 {
  top: 50%;
  right: 15%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.c-text-button {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.c-div-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section {
  padding-bottom: 60px;
  font-family: Helveticanowdisplay, sans-serif;
}

.c-section.hero-heading {
  position: relative;
  height: 1400px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 500px;
  background-image: none;
}

.c-section._2 {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 240px;
  padding-bottom: 240px;
  background-image: none;
}

.c-section._3 {
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.c-section._4 {
  overflow: hidden;
  margin-top: -200px;
  padding-top: 240px;
  background-color: #f4f6f8;
  background-image: none;
}

.c-section._4.repeat {
  padding-top: 140px;
  background-color: #fff;
}

.c-section._4.repeat.invert {
  overflow: visible;
  margin-top: 0px;
  background-color: #232323;
}

.c-section._5 {
  position: relative;
  overflow: hidden;
  height: 832px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-section.vive-como-quieres {
  position: relative;
  padding-top: 101px;
  background-color: #232323;
  background-image: none;
}

.c-section.map {
  padding-bottom: 128px;
  background-color: #f4f6f8;
  background-image: none;
}

.c-section.pre-end {
  position: relative;
  z-index: 2;
  height: auto;
  margin-top: 0px;
  padding-top: 156px;
  padding-bottom: 0px;
  background-color: #232323;
  background-image: none;
}

.c-section.grillas {
  margin-bottom: 0px;
  padding-bottom: 56px;
  background-image: none;
}

.c-section.modulo {
  padding-bottom: 0px;
  background-image: none;
}

.c-section.modulo._2 {
  overflow: visible;
  height: 1284px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 60px;
  background-color: #f4f6f8;
}

.c-section.modulo.loop {
  position: static;
  margin-top: 150px;
}

.c-section.nav {
  margin-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.c-section.pilares {
  background-image: none;
}

.c-section.edge {
  padding-bottom: 100px;
  border-radius: 60px;
  background-color: #f4f6f8;
}

.c-section.pre-end {
  position: relative;
  z-index: 2;
  height: auto;
  margin-top: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
  background-image: none;
}

.c-section.pre-end.pilares {
  margin-top: 80px;
}

.c-container {
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.c-container.pilares-container {
  width: 1440px;
  border-radius: 60px;
}

.c-container.departs {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  padding-right: 200px;
  padding-left: 204px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-container.menu.home {
  margin-top: 23px;
}

.c-nav-bar {
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: transparent;
}

.c-div-heading-hero {
  position: relative;
  z-index: 20;
}

.c-paragraph-big {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 100px;
  font-family: 'Helveticanowdisplay extblk', sans-serif;
  color: #faf8f3;
  font-size: 162px;
  line-height: 162px;
  font-weight: 400;
}

.c-paragraph-big.mobile {
  display: none;
}

.text-span-2 {
  color: #75ffc6;
  font-weight: 700;
}

.text-span-3 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #75ffc6;
  font-weight: 900;
}

.text-span-4 {
  position: relative;
  z-index: 1;
  font-family: Helveticanowdisplay, sans-serif;
  color: #faf8f3;
  font-weight: 100;
}

.text-span-5 {
  position: relative;
  z-index: 1;
  font-family: Helveticanowdisplay, sans-serif;
  color: #75ffc6;
  font-weight: 900;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 46%;
  right: -1%;
  bottom: 0%;
  z-index: 0;
}

.c-grid-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 170px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-paragraph-mix {
  display: block;
  max-height: 308px;
  max-width: 482px;
  margin-right: 0px;
  padding-right: 0px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  font-weight: 300;
}

.text-span-6 {
  font-size: 18px;
  font-weight: 700;
}

.section-2 {
  background-image: url('../images/Fondo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-h1 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #faf8f3;
  font-size: 162.5px;
  line-height: 162.5px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.c-h1.center {
  margin-right: auto;
  margin-left: auto;
  font-weight: 100;
}

.c-h1.center.modify {
  max-width: none;
  padding-bottom: 30px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  text-align: center;
  text-transform: lowercase;
}

.c-h1.center.form {
  width: 800px;
  padding-left: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #f4f6f8;
  font-size: 56px;
  font-weight: 400;
}

.c-h1.center {
  margin-right: auto;
  margin-left: auto;
  font-weight: 100;
}

.c-h1.center.form {
  width: auto;
  min-width: 819px;
  padding-left: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #f4f6f8;
  font-size: 56px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: none;
}

.text-span-7 {
  font-family: 'Hoefler text', sans-serif;
  color: #75ffc6;
  font-weight: 400;
}

.c-div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 86px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-div-flex._2 {
  padding-top: 0px;
}

.c-div-flex.maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 78px;
}

.c-div-flex.features {
  margin-bottom: 80px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 16px;
}

.c-div-flex.features._1 {
  margin-top: 140px;
  padding-top: 0px;
  grid-column-gap: 420px;
}

.c-heading-white-center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
}

.c-paragraph.md.center {
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 40px;
}

.c-paragraph.md.center.pilares {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 64px;
  line-height: 64px;
}

.c-paragraph.md._1 {
  max-height: 342px;
  max-width: 320px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

.c-paragraph.md._2 {
  max-height: 304px;
  max-width: 318px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

.c-paragraph.md.form {
  padding-bottom: 32px;
  color: #f4f6f8;
  font-size: 56px;
  line-height: 70px;
}

.c-paragraph.md.error {
  padding: 0px;
  color: #f4f6f8;
  font-size: 18px;
  line-height: 18px;
}

.c-paragraph.menu {
  display: block;
  font-family: Helveticanowdisplay, sans-serif;
  color: #f4f6f8;
  font-size: 60px;
  line-height: 120px;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}

.c-paragraph.menu:hover {
  color: #75ffc6;
}

.c-paragraph.menu.edge {
  display: none;
}

.text-span-8 {
  color: #faf8f3;
  line-height: 40px;
  font-weight: 100;
}

.text-span-8.pilares {
  font-family: Helveticanowdisplay, sans-serif;
  color: #232323;
  line-height: 64px;
}

.text-span-9 {
  color: #e4d6bc;
  line-height: 40px;
  font-weight: 700;
}

.text-span-9.pilares {
  line-height: 64px;
}

.paragraph-3 {
  max-height: 224px;
  max-width: 477px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-3.pilares {
  max-height: 440px;
  max-width: 477px;
  min-width: 50%;
  margin-bottom: 0px;
  color: #232323;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.c-gif {
  position: static;
  padding-top: 0px;
  padding-bottom: 24px;
}

.c-division {
  height: 120px;
}

.heading-2 {
  position: absolute;
  left: -7%;
  top: -2.8%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  max-width: none;
  font-size: 120px;
  line-height: 162px;
  text-align: center;
}

.heading-2._2 {
  padding-top: 0px;
}

.text-span-10 {
  color: #faf8f3;
  font-weight: 100;
}

.text-span-11 {
  color: #75ffc6;
  font-weight: 900;
}

.image-5 {
  position: static;
  border-radius: 20px;
}

.c-div-image-absolute {
  position: absolute;
  top: auto;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 573px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: baseline;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  font-size: 120px;
}

.heading-4 {
  width: 1000px;
  max-width: none;
  margin: 0px auto;
  padding-left: 0px;
  color: #232323;
  font-size: 120px;
  line-height: 120px;
  font-weight: 100;
  text-align: center;
}

.heading-4._5 {
  width: auto;
  max-width: 1059px;
}

.text-span-12 {
  font-family: 'Hoefler text', sans-serif;
  color: #232323;
}

.c-image-vector {
  text-align: center;
}

.c-div-vector-center {
  padding-top: 80px;
  text-align: center;
}

.heading-5 {
  font-size: 120px;
  line-height: 120px;
}

.heading-6 {
  max-width: none;
  margin-bottom: auto;
  padding: 0px;
  color: #75ffc6;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  text-align: center;
}

.heading-6._1 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
}

.text-span-13 {
  color: #faf8f3;
  font-weight: 100;
}

.c-div-heading-final {
  padding-top: 0px;
}

.c-button-center {
  padding-top: 40px;
  text-align: center;
}

.image-6 {
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 0px;
}

.div-block-2 {
  text-align: right;
}

.c-div-button-right {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: right;
}

.c-image-mid {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 640px;
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 30% 50%;
  object-position: 30% 50%;
}

.c-image-mid.pilares {
  width: auto;
  height: 800px;
  max-width: 640px;
  margin-left: -53px;
  border-radius: 60px;
}

.c-image-mid._3 {
  position: static;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.c-image-mid._2 {
  width: auto;
  height: auto;
  max-width: none;
  min-height: auto;
  -o-object-fit: none;
  object-fit: none;
}

.c-image-mid.desktop {
  max-width: none;
  min-height: auto;
}

.c-image-mid.mobile {
  display: none;
}

.c-icon-image {
  position: static;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #f4f6f8;
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
}

.c-div-flex2 {
  display: block;
  padding-bottom: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-div-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-row-gap: 16px;
  color: #fff;
  font-weight: 700;
  cursor: auto;
}

.paragraph-4 {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  cursor: auto;
}

.paragraph-5 {
  color: #fff;
  font-weight: 700;
}

.paragraph-6 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-7 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-8 {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.text-span-14 {
  font-weight: 400;
}

.text-span-15 {
  font-weight: 400;
}

.text-span-16 {
  font-size: 16px;
  font-weight: 400;
}

.c-vector-2 {
  overflow: hidden;
  padding-top: 0px;
}

.c-div-flex-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-9 {
  color: #fff;
  font-size: 16px;
}

.paragraph-10 {
  color: #fff;
  font-size: 16px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-8 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 100;
  text-align: left;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 16px;
}

.content1 {
  overflow: visible;
  padding-top: 0px;
}

.gridscroll {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 58vh;
  height: 530px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-div-map-flex {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 80px;
  padding: 50px 40px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #eef0f0;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
}

.c-div-map-flex:hover {
  background-color: #75ffc6;
}

.c-div-map-flex.white {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -9%;
  z-index: 3;
  width: 490px;
  height: 180px;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(244, 246, 248, 0.1)), color-stop(58%, #f4f6f8));
  background-image: linear-gradient(180deg, rgba(244, 246, 248, 0.1) 22%, #f4f6f8 58%);
  opacity: 1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  mix-blend-mode: normal;
}

.c-div-map-flex.white._2 {
  position: relative;
}

.div-block-6 {
  position: relative;
  width: auto;
  height: auto;
  padding-top: 0px;
}

.paragraph-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #232323;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.paragraph-11._2 {
  max-width: 296px;
  font-size: 18px;
}

.paragraph-12 {
  color: #232323;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.c-div-button-video {
  position: relative;
  width: 144px;
  height: 144px;
  padding-right: 0px;
  border: 1px none #000;
  border-radius: 100px;
  outline-color: #75ffc6;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.c-div-button-video:hover {
  display: block;
  background-color: #75ffc6;
  outline-color: #75ffc6;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.c-div-button-video.open-modal {
  display: block;
}

.c-div-button-video.open-modal.link {
  display: none;
}

.image-7 {
  position: absolute;
  left: 40%;
  top: 40%;
  right: 40%;
  bottom: 40%;
  display: inline-block;
}

.image-7:hover {
  display: none;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 40%;
  display: block;
  overflow: visible;
  opacity: 1;
}

.image-8:hover {
  display: inline-block;
}

.image-11 {
  position: absolute;
  left: 25%;
  top: 30%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 0;
}

.image-10 {
  position: absolute;
  left: 34%;
  top: 34%;
  right: 34%;
  bottom: 34%;
  display: block;
  width: 50px;
  height: 44px;
}

.image-12 {
  left: auto;
  top: auto;
  right: 5%;
  bottom: 10%;
}

.image-12.effect {
  position: absolute;
  left: auto;
  top: auto;
  right: 9.5%;
  bottom: 16%;
}

.image-13 {
  position: static;
  width: auto;
  height: auto;
  max-width: 732.28px;
  border-radius: 20px;
}

.c-logo {
  position: static;
}

.text-block-2 {
  margin-left: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.ticker-heading-wrapper-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ticker-heading-wrapper-2.bottom {
  position: relative;
  z-index: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover-image-2 {
  overflow: hidden;
  width: 100%;
  height: 85%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  cursor: default;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-div-image-b {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 640px;
  height: 748px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.c-div-flex-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-body-404 {
  background-image: url('../images/Fondo_1.png');
  background-position: 0px 0px;
  background-size: 1440px;
}

.image-14 {
  padding-bottom: 30px;
}

.c-paragraph-404 {
  font-family: 'Hoefler text', sans-serif;
  color: #faf8f3;
  font-size: 40px;
  line-height: 48px;
}

.text-span-18 {
  color: #75ffc6;
  text-transform: lowercase;
}

.text-block-3 {
  line-height: 16px;
}

.heading-9 {
  position: static;
  left: 6%;
  top: 5.6%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 0px;
  color: #f4f6f8;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  text-align: center;
}

.text-span-19 {
  font-family: 'Hoefler text', sans-serif;
  color: #75ffc6;
}

.c-div-nav-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 65px;
}

.c-div-button-recorrido {
  display: block;
}

.tabs {
  overflow: visible;
}

.c-wrapper-image {
  position: absolute;
  left: auto;
  top: 38%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 640px;
  height: 750px;
  border-radius: 20px;
  background-image: url('../images/Image-tittle.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 21;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vw;
  background-color: transparent;
  background-image: url('../images/Fondo_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-modal.video {
  position: fixed;
  top: 0%;
  display: none;
  height: 270vw;
  background-color: rgba(35, 35, 35, 0.9);
  background-image: none;
}

.c-modal.recorrido {
  display: none;
  background-color: rgba(35, 35, 35, 0.9);
  background-image: none;
}

.c-modal.reunion {
  display: none;
}

.c-modal.map {
  display: none;
  background-color: rgba(35, 35, 35, 0.9);
  background-image: none;
}

.c-modal.calendly {
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.9);
  background-image: none;
}

.c-modal.calendly.modulo1 {
  display: none;
}

.c-modal.departamento {
  position: fixed;
  top: 0%;
  display: block;
  overflow: auto;
  height: 260vw;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(35, 35, 35, 0.64);
  background-image: none;
}

.c-div-modal {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 960px;
  height: 540px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.c-div-modal.video {
  top: 5%;
  display: block;
}

.c-div-modal.recorrido {
  position: relative;
  top: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1160px;
  height: 90vh;
  margin: auto;
}

.c-div-modal.map {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-div-modal.departamento {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 1244px;
  height: 2500px;
  margin-top: 10%;
  margin-right: auto;
  margin-bottom: 10%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f6f8;
}

.c-close-button {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 125px;
  right: 1277px;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin-right: 33px;
  margin-left: auto;
  padding-top: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  cursor: pointer;
}

.c-close-button.recorrido {
  position: absolute;
  top: -6%;
  right: 0%;
  width: 50px;
  height: 50px;
}

.c-close-button.reunion {
  position: absolute;
  left: auto;
  top: 4%;
  right: 20%;
  bottom: auto;
  z-index: 1;
}

.c-close-button.map {
  position: absolute;
  left: auto;
  top: 15%;
  right: 13%;
  bottom: auto;
  display: block;
}

.c-close-button.video {
  position: absolute;
  left: auto;
  top: -25%;
  right: -10%;
  bottom: auto;
}

.c-icon-close {
  z-index: 4;
  width: 56px;
  height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-icon-close:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.c-recorrido {
  position: static;
  left: auto;
  top: -200px;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -22%) scale(0.5);
  -ms-transform: translate(0px, -22%) scale(0.5);
  transform: translate(0px, -22%) scale(0.5);
}

.loader_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 116px;
  padding-left: 84px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.container-3 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1.3em;
}

.container-3.is-loader-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: difference;
}

.container-3.is-loader-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: url('../images/Diseño-Estático-1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  color: #000;
}

.loader_progress {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 0%;
  height: 100%;
  background-color: transparent;
}

.loader_p {
  font-size: 1.82em;
  line-height: 1;
  text-transform: uppercase;
}

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

.loader_top {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-left: 84px;
  border-bottom: 0px none #000;
  color: transparent;
}

.loader_number {
  padding-right: 30px;
  padding-bottom: 80px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #75ffc6;
  font-size: 200px;
  line-height: 200px;
  font-weight: 100;
}

.trigger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 0px;
  height: 0px;
  padding: 0px;
}

.c-perc {
  padding-right: 84px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #75ffc6;
  font-size: 180px;
  line-height: 200px;
  font-weight: 100;
}

.c-div-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1080px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-div-map.reunion {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-4 {
  display: block;
  padding-bottom: 16px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
  text-align: justify;
  cursor: pointer;
}

.text-block-4:active {
  color: #fff;
}

.text-block-4:focus {
  color: #fff;
}

.text-block-4:focus-visible {
  color: #fff;
}

.text-block-4[data-wf-focus-visible] {
  color: #fff;
}

.tap-form-animation {
  display: block;
  cursor: auto;
}

.tap-form-animation:hover {
  color: #000;
}

.tap-form-animation:active {
  color: #f4f6f8;
}

.tap-form-animation:focus {
  color: #f4f6f8;
}

.tap-form-animation:focus-visible {
  color: #f7f7f7;
}

.tap-form-animation[data-wf-focus-visible] {
  color: #f7f7f7;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-span-20 {
  color: #75ffc6;
}

.paragraph-13 {
  padding-left: 32px;
  color: #f4f6f8;
  font-weight: 300;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 32px;
}

.c-captcha {
  z-index: 0;
}

.c-div-captcha {
  position: relative;
  z-index: 0;
  padding-top: 40px;
}

.c-embed-reunion {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.c-wrapper-agenda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f77;
}

.c-div-contain {
  background-color: transparent;
}

.body-2 {
  background-image: url('../images/Fondo_1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section-3 {
  margin-top: 123px;
  padding-top: 397px;
  background-color: #1c1c1c;
}

.c-div-entry-animation {
  overflow: hidden;
}

.hover-image {
  position: absolute;
  left: 30%;
  top: 38%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  opacity: 0;
}

.input-block {
  color: #1c1c1c;
  font-size: 14px;
}

.input-block:hover {
  color: #1c1c1c;
}

.field-label-2 {
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.text-field-2 {
  height: 48px;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: 10px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2:hover {
  border-color: #3b82f6;
}

.text-field-2:focus {
  border-color: #2563eb;
}

.text-field-2::-webkit-input-placeholder {
  color: #d1d5db;
}

.text-field-2:-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-2::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-2::placeholder {
  color: #d1d5db;
}

.html-embed-2 {
  display: block;
}

.html-embed-2-copy {
  display: block;
}

.html-embed-3 {
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #1c1c1c;
}

.c-text-diferential {
  font-family: 'Hoefler text', sans-serif;
  color: #75ffc6;
}

.c-icon-map {
  position: absolute;
  left: auto;
  top: 16%;
  right: 23%;
  bottom: auto;
}

.c-icon-map._1.hover {
  top: 14%;
  right: 20.7%;
  opacity: 0;
}

.c-icon-map._2 {
  top: 42%;
  right: 30%;
}

.c-icon-map._2.hover {
  top: 40.2%;
  right: 27.7%;
  opacity: 0;
}

.c-icon-map._3 {
  top: 53%;
  right: 21%;
}

.c-icon-map._3.hover {
  top: 51.2%;
  right: 18.7%;
  opacity: 0;
}

.c-icon-map._4 {
  top: 58%;
  right: 40%;
}

.c-icon-map._4.hover {
  top: 56%;
  right: 38%;
  overflow: visible;
  opacity: 0;
}

.c-icon-map._5 {
  top: 59%;
  right: 63%;
}

.c-icon-map._5.hover {
  top: 57.3%;
  right: 60.7%;
  opacity: 0;
}

.c-icon-map._6 {
  left: 20%;
  top: 26%;
  right: auto;
  bottom: auto;
}

.c-icon-map._6.hover {
  left: 17.5%;
  top: 24.2%;
  opacity: 0;
}

.c-icon-map._7 {
  left: 2%;
  top: 52%;
  right: auto;
  bottom: 0px;
}

.c-icon-map._7.hover {
  left: -3px;
  top: 381px;
  opacity: 0;
}

.c-icon-map._8 {
  left: 6%;
  top: auto;
  right: auto;
  bottom: 36%;
}

.c-icon-map._8.hover {
  left: 3.5%;
  bottom: 33.9%;
  opacity: 0;
}

.c-icon-map._9 {
  left: 7%;
  top: auto;
  right: auto;
  bottom: 13%;
}

.c-icon-map._9.hover {
  left: 4.5%;
  bottom: 10.8%;
  opacity: 0;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 469px;
  height: 280px;
  background-color: rgba(177, 176, 173, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(93%, #f4f6f8));
  background-image: linear-gradient(180deg, transparent, #f4f6f8 93%);
  cursor: auto;
}

.div-block-14 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 232px;
  background-color: #fff;
  opacity: 0;
}

.fade-effect {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.fade-effect.bottom {
  bottom: -13%;
  z-index: 1;
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(59%, #f4f6f8), to(transparent));
  background-image: linear-gradient(360deg, #f4f6f8 59%, transparent);
}

.fade-effect.top {
  position: relative;
  left: 0%;
  top: 26%;
  right: 0%;
  bottom: auto;
  height: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f6f8), to(transparent));
  background-image: linear-gradient(180deg, #f4f6f8, transparent);
}

.image-17 {
  position: absolute;
  left: 41%;
  top: 0%;
  right: 34%;
  bottom: auto;
  background-color: #5c2c2c;
  opacity: 0.24;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-16 {
  position: absolute;
  top: 15787.7px;
  right: 310px;
  width: 280px;
  height: 160px;
  background-color: #e90000;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: -6%;
  right: 0%;
  bottom: auto;
  height: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #f4f6f8), to(transparent));
  background-image: linear-gradient(180deg, #f4f6f8 74%, transparent);
}

.div-block-17.bot {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 110px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(63%, #f4f6f8), to(transparent));
  background-image: linear-gradient(360deg, #f4f6f8 63%, transparent);
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 250px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f6f8), to(transparent));
  background-image: linear-gradient(360deg, #f4f6f8, transparent);
}

.div-block-19 {
  box-shadow: 1px 1px 3px 20px #000;
}

.tabs-content {
  overflow: visible;
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 177%;
}

.div-block-21 {
  position: absolute;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
}

.divscroll {
  overflow: scroll;
  height: 60vh;
}

.scroll-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  height: 530px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 16px;
}

.divscroll2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-23 {
  height: 800px;
}

.div-no-overflow {
  overflow: hidden;
}

.c-nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #232323;
}

.c-div-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px auto 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

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

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-close-button-menu {
  position: static;
  left: auto;
  top: 33.5px;
  right: 89px;
  bottom: auto;
  margin-top: 15px;
  margin-right: 5px;
}

.c-close-button-menu.home {
  margin-top: 10px;
}

.c-div-text {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.c-div-text._2 {
  padding-bottom: 50px;
}

.c-div-renders {
  padding-top: 94px;
}

.c-div-heading-modulo {
  margin-top: 100px;
  text-align: center;
}

.c-h1-modulos {
  margin: 68px auto 0px;
  color: #232323;
  text-align: center;
}

.text-span-21 {
  font-family: 'Hoefler text', sans-serif;
  font-size: 86px;
}

.c-carrousel-animate-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-carrousel-animate-1.animation-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-paragraph-2 {
  color: #18064d;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: left;
}

.c-paragraph-2.white {
  color: #fff;
}

.c-paragraph-2.white.center {
  text-align: center;
}

.icon-verified {
  position: absolute;
  left: auto;
  top: 6%;
  right: 8%;
  bottom: auto;
}

.c-card {
  position: relative;
  width: 400px;
  height: 400px;
  margin-right: -32px;
  margin-left: 80px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-image: url('../images/image-139_2.png');
  background-position: 50% 50%;
  background-size: 400px 400px;
  background-repeat: no-repeat;
}

.c-card._2 {
  margin-top: 80px;
  background-image: url('../images/12.png');
  opacity: 1;
}

.c-card._2._3 {
  width: 400px;
  height: 400px;
  margin-top: 0px;
  background-image: url('../images/image-139_1.png');
  background-position: 0px 0px;
  background-size: 400px;
}

.c-card._2._3.adam {
  background-image: url('../images/image-139_2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.c-card.card2 {
  width: 400px;
  height: 400px;
  background-image: url('../images/141.png');
  background-position: 50% 50%;
  background-size: 400px;
}

.c-card.card2.trujillo {
  background-image: url('../images/image-139_1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.c-button-2 {
  width: auto;
  height: 56px;
  margin-top: 0px;
  padding: 12px 54px;
  border-radius: 100px;
  background-color: transparent;
  background-image: linear-gradient(295deg, #732ef0, #9861fb);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-button-2:hover {
  background-image: linear-gradient(276deg, #37137a, #6630c8 78%);
}

.c-button-2:active {
  display: inline-block;
  background-image: linear-gradient(96deg, #18064d, #9258f9);
}

.c-button-2.mid {
  box-shadow: 0 20px 40px 20px rgba(71, 24, 159, 0.25);
}

.c-button-2.mid.influencers {
  height: 46px;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 24px;
}

.c-wrapper-infs {
  position: absolute;
  left: 0%;
  top: 180%;
  right: 0%;
  bottom: auto;
  z-index: 12;
  display: block;
  margin-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-wrapper-text-influencer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.loop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textscroll {
  padding-bottom: 80px;
  color: #f4f6f8;
  font-size: 70px;
  line-height: 80px;
  font-weight: 100;
  text-align: center;
}

.tittle-progress {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1px;
  text-align: center;
}

.progress1 {
  color: #75ffc6;
  font-weight: 700;
}

.progressbar {
  width: 890px;
  height: 9px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 116px;
  background-color: #fff;
}

.progress {
  width: 200px;
  height: 9px;
  border-radius: 116px;
  background-color: #75ffc6;
}

.check {
  position: absolute;
  left: 0%;
  top: 118px;
  right: auto;
  bottom: auto;
}

.check._1 {
  position: absolute;
  left: 15%;
  top: 68%;
  right: auto;
  bottom: auto;
}

.check._2 {
  position: absolute;
  left: 30%;
  top: 68%;
  right: auto;
  bottom: auto;
}

.scroll_wrapper {
  position: static;
  top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f0f4ff;
  text-align: center;
}

.horiz-wrapper {
  position: relative;
  top: 150px;
  height: 700vh;
}

.horiz {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  overflow: hidden;
  margin-top: 200px;
}

.cards {
  display: block;
  width: 296px;
  height: 296px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: left;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-item {
  position: relative;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.counter {
  color: #75ffc6;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}

.percentage {
  color: #75ffc6;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}

.text-completado {
  font-family: 'Helveticanowdisplay hairline', sans-serif;
  color: #f4f6f8;
  font-size: 70px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}

.c-tab {
  position: absolute;
  left: auto;
  top: -170px;
  right: 28%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 590px;
  background-color: #000;
}

.c-tab._1 {
  left: 20%;
  top: -170px;
  right: 0%;
  bottom: 0%;
}

.c-tab._2 {
  left: 38%;
  top: -170px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-tab._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-tab-text {
  font-family: 'Helveticanowdisplay hairline', sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  text-align: center;
}

.image-18 {
  position: relative;
  z-index: 0;
}

.tabs-2 {
  position: static;
}

.tab-pane-tab-1 {
  position: static;
  bottom: 321px;
  z-index: 999;
}

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

.image-19 {
  position: absolute;
  top: -465px;
  bottom: -475.375px;
  z-index: 1;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 137px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.c-div-flex-pilares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  text-align: left;
}

.c-text-pilares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #f4f6f8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.c-div-page {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #75ffc6;
}

.c-text-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 30px;
  line-height: 64px;
  font-weight: 100;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-3 {
  background-color: #232323;
}

.c-h2 {
  position: static;
  display: block;
  width: 631px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.image-20 {
  position: absolute;
  left: 10%;
  top: 106%;
  right: 10%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-31 {
  position: absolute;
  left: 133px;
  top: 1065px;
  width: 262px;
  height: 210px;
}

.grid-3 {
  position: relative;
  top: -224px;
  grid-auto-flow: row;
  grid-column-gap: 533px;
  grid-row-gap: 230px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.c-div-edge {
  position: absolute;
  top: 998.5px;
  width: 262px;
  height: 210px;
  text-align: right;
}

.c-div-edge._2 {
  top: 95%;
  right: 5%;
  width: 322px;
  height: 323px;
}

.c-div-edge._2._3 {
  top: 134%;
  right: 5%;
}

.c-div-edge._2._4 {
  left: 9%;
  top: 133%;
  right: auto;
  bottom: auto;
}

.c-div-edge._1 {
  left: 14%;
  top: 94%;
  right: auto;
  bottom: auto;
}

.c-numero {
  position: static;
  top: -26px;
  font-family: 'Helveticanowdisplay extlt', sans-serif;
  font-size: 64px;
  line-height: 120px;
  font-weight: 100;
  text-align: right;
}

.c-numero.right {
  text-align: left;
}

.c-title {
  margin-top: 9px;
  padding-top: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 110%;
  font-weight: 700;
}

.c-title.right {
  margin-top: 0px;
  color: #232323;
  text-align: left;
}

.c-paragraph-edge {
  width: 262px;
  margin-top: 16px;
  float: right;
  font-family: Inter, sans-serif;
  color: #232323;
  line-height: 15.4px;
  font-weight: 400;
}

.c-paragraph-edge.right {
  float: left;
  color: #232323;
  text-align: left;
}

.c-paragraph-edge.right.component {
  width: 166px;
  margin-top: 0px;
  padding: 4px 10px;
  background-color: transparent;
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.c-paragraph-edge.right.component._4 {
  width: 180px;
}

.c-div-image-edge {
  height: 1109px;
}

.c-paragraph-component {
  position: static;
  width: 260px;
  height: 140px;
}

.c-div-component {
  margin-top: 0px;
  border-radius: 100px;
  background-color: #ebebeb;
}

.c-div-component._2 {
  width: 152px;
  margin-top: 0px;
}

.c-div-component._4 {
  width: 130px;
}

.c-div-component._4.left {
  width: 180px;
}

.c-grid-components {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -16%;
  display: -ms-grid;
  display: grid;
  width: 350px;
  padding-top: 16px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-grid-components._3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.c-grid-components._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  clear: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 307px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  text-decoration: none;
}

.text-block-8 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #f4f6f8;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.c-h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #232323;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.c-h3.apartamentos {
  padding: 0px;
}

.c-div-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.c-div-flex-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
}

.c-button-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
}

.c-button-filter._2 {
  grid-column-gap: 46px;
}

.c-button-filter._3 {
  max-width: none;
  grid-column-gap: 26px;
}

.c-button-filter._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button-filter._1.w--open {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.c-dropdown-filter {
  max-width: 156px;
  border-radius: 16px;
  background-color: #e2d6bf;
}

.c-dropdown-filter._2 {
  max-width: 174px;
}

.c-dropdown-filter._3 {
  max-width: 109px;
}

.c-dropdown-filter._1 {
  width: 180px;
  max-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  background-color: #e2d6bf;
}

.dropdown-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.template-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #eaeaea;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.template-item.w--current {
  color: #000;
}

.template-item._2 {
  width: 174px;
  margin-top: 6px;
}

.template-item._2:hover {
  background-color: #e1e0e0;
}

.template-item._3 {
  width: 109px;
  margin-top: 6px;
}

.template-item._3:hover {
  background-color: #e1e0e0;
  color: #000;
}

.dropdown-list {
  border-radius: 0px;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 4px;
  border-radius: 16px;
  background-color: transparent;
}

.dropdown-link-2 {
  border-radius: 16px;
  background-color: #eaeaea;
}

.c-butt-refresh {
  position: absolute;
  left: auto;
  top: 70px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #75ffc6;
  border-radius: 100px;
  background-color: #fff;
}

.c-butt-refresh.mobile {
  display: none;
}

.button-refresh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-10 {
  color: #000;
  font-size: 16px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #d9dbdc;
}

.c-wrapper-tittle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 142px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 100px;
  background-color: #e2d6bf;
}

.text-block-11 {
  color: #000;
  line-height: 24px;
  font-weight: 400;
}

.text-block-12 {
  font-size: 80px;
}

.text-block-13 {
  color: #000;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.text-block-13.cms {
  font-weight: 100;
}

.text-span-22 {
  font-weight: 100;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: -32px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  border-top: 1px solid #d9dbdc;
  cursor: auto;
}

.collection-item-2:hover {
  width: 1280px;
  height: 265px;
  border: 1px none #000;
  border-radius: 16px;
  background-color: #fff;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 32px;
}

.c-container-apartamentos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-wrapper-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  height: 265px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.c-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 269px;
  height: 201px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 18px;
  background-color: #fff;
}

.text-span-23 {
  font-weight: 100;
}

.text-block-14 {
  font-weight: 100;
}

.caracteristicas-text {
  width: 140px;
  height: 104px;
  font-family: 'Helveticanowdisplay extlt', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
}

.superficie-text {
  display: block;
  font-size: 32px;
  line-height: 80px;
  font-weight: 400;
}

.c-filtros_form-block {
  display: block;
  overflow: visible;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-filtros_form {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 1px;
}

.c-filtro {
  margin-bottom: 20px;
}

.c-title-wrapper {
  margin-bottom: 8px;
}

.c-title-wrapper.cc-blue {
  color: #231575;
  font-weight: 600;
}

.c-text-1 {
  font-size: 18px;
  line-height: 1.2;
}

.c-provincia_collection {
  display: none;
}

.c-filtros-apartamento {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-select-dormitorios {
  display: none;
  height: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 16px;
  background-color: #e2d6bf;
}

.div-block-37 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.c-wrapper-dormitorios {
  max-height: 40px;
  max-width: 142px;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #e2d6bf;
}

.tittle-dormitorio {
  float: none;
  font-family: 'Helveticanowdisplay hairline', sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.c-dormitorios_text {
  display: block;
}

.c-dropdown-collection {
  display: none;
}

.html-embed-4 {
  display: block;
  font-family: 'Helveticanowdisplay hairline', sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.c-select-2 {
  height: 40px;
  border-radius: 12px;
  background-color: #fff;
}

.c-piso_text {
  display: block;
}

.c-select-superficie {
  display: none;
  border-radius: 100px;
  background-color: #e2d6bf;
}

.c-select-piso {
  display: none;
  border-radius: 100px;
  background-color: #e2d6bf;
}

.html-embed-5 {
  display: none;
  color: #1c1c1c;
  font-size: 80px;
  line-height: 80px;
  font-weight: 100;
}

.c-tittle-dormitorios {
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.filter-piso {
  display: none;
}

.filter-superficie {
  display: none;
}

.c-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #7545ff;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.image-21 {
  display: inline-block;
  float: left;
}

.tag-text {
  position: static;
  display: block;
  border-radius: 100px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 100;
}

.tag-text.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 142px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e2d6bf;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.tag-text.tags._2 {
  width: 88px;
  border: 1px solid #e2d6bf;
  background-color: transparent;
}

.tag-text.tags.disponibilidad {
  position: static;
  left: 52%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  background-color: #f5eaec;
  color: red;
  text-align: center;
  text-transform: uppercase;
}

.tag-text.tags.disponibilidad.list-item {
  left: -117px;
  top: -25%;
  width: 101px;
  height: 32px;
}

.tag-text.tags.disponibilidad.deskop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tag-text.name {
  font-size: 80px;
  line-height: 80px;
}

.tag-text.caracteristicas-areas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  border-radius: 0px;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.tag-text.caracteristicas-areas._1 {
  font-size: 32px;
  line-height: 80px;
  font-weight: 700;
}

.text-block-18 {
  display: block;
  overflow: visible;
  float: left;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}

.text-block-19 {
  padding-top: 128px;
  padding-bottom: 0px;
  font-family: 'Helveticanowdisplay extblk', sans-serif;
  font-weight: 400;
}

.image-22 {
  cursor: pointer;
}

.c-div-departs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-div-flex-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.c-div-flex-tags.mobile {
  display: none;
}

.c-div-flex-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.text-block-20 {
  font-size: 80px;
  line-height: 80px;
}

.c-description-modal {
  max-height: 96px;
  max-width: 815px;
  margin-bottom: 43px;
  font-family: Inter, sans-serif;
  color: #979797;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.c-div-flex-buttons-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-superficie-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 105px;
}

.image-23 {
  margin-bottom: 50px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 8px;
}

.bio-picture-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: -100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-image-mid-2 {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 20px;
}

.content-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 64px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 160px;
  text-align: left;
  text-decoration: none;
}

.text-block-21 {
  padding-top: 0px;
  text-transform: uppercase;
}

.text-block-22 {
  text-transform: uppercase;
}

.div-block-40 {
  width: 847px;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 90px;
  border-top: 1px none #e4e6e8;
  border-bottom: 1px solid #e4e6e8;
  color: #232323;
  font-size: 56px;
  line-height: 70px;
  font-weight: 300;
}

.text-block-23 {
  text-transform: uppercase;
}

.c-div-flex-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.img-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-sm {
  font-size: 0.75em;
}

.strip__item-link {
  margin-bottom: 0.125em;
  font-size: 6em;
  line-height: 0.5;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.draggable {
  display: none;
}

.strip__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strip__item-number {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.strip-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  border-radius: 0.25em;
}

.projects_content-wrapper {
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.splide__track {
  width: 100%;
  padding-left: 0px;
}

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

.splide.slider {
  z-index: 9;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.page-padding {
  padding-right: 0rem;
  padding-left: 0rem;
}

.my-slider-progress {
  overflow: hidden;
  height: 4px;
  margin-top: 64px;
  background-color: #2e2a27;
  color: #e8e2da;
}

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

.padding-vertical.padding-xhuge {
  padding-left: 0rem;
}

.splide__slide {
  width: 35%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.splide__slide:first-child {
  padding-left: 0px;
}

.my-slider-progress-bar {
  width: 30vw;
  height: 7px;
  background-color: #b3b641;
}

.projects_image {
  width: 420px;
  height: 420px;
  max-width: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.margin-bottom.margin-xxlarge {
  overflow: visible;
}

.projects_image-wrapper {
  position: relative;
  overflow: hidden;
  width: 420px;
  height: 420px;
  border-radius: 40px;
}

.section-projects {
  position: relative;
  overflow: hidden;
}

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

.slide-nav {
  display: none;
}

.slide {
  width: 420px;
  height: 420px;
  border-radius: 40px;
}

.image-24 {
  border-radius: 40px;
}

.slider-2 {
  border-radius: 40px;
}

.mask {
  padding-left: 0px;
}

.grid-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-pic-team {
  position: absolute;
  left: 2%;
  top: -18%;
  right: 0%;
  bottom: 0%;
}

.c-h3-2 {
  overflow: visible;
  color: #000;
  font-size: 38px;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
}

.c-h3-2.asesores {
  width: 400px;
  font-weight: 700;
}

.c-div-design-gallery {
  display: block;
  width: 420px;
  height: 420px;
  max-width: 98%;
}

.gallery17_slider {
  position: relative;
  height: auto;
  padding-bottom: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.gallery17_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: transparent;
}

.gallery17_arrow.hide-mobile-landscape {
  left: auto;
  top: auto;
  right: -22%;
  bottom: 12%;
  display: block;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.gallery17_arrow.hide-mobile-landscape:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery17_arrow.hide-mobile-landscape.left {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: 12%;
  z-index: 20;
  display: block;
  overflow: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-paragraph-3 {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.c-paragraph-3.md {
  font-size: 18px;
  font-weight: 500;
}

.c-paragraph-3.md.asesores {
  padding-top: 40px;
  font-weight: 500;
}

.gallery17_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
}

.section-gallery17 {
  overflow: visible;
  padding-left: 0px;
}

.c-paragraph-4 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.c-paragraph-4.big.team {
  color: #8a8a8a;
  font-size: 17px;
}

.gallery17_slide {
  position: static;
  overflow: visible;
  width: 420px;
  height: 420px;
  margin-right: 0px;
  margin-left: 0px;
}

.gallery17_mask {
  position: static;
  overflow: visible;
}

.c-div-pic-team {
  position: relative;
  width: 164px;
  height: 160px;
  border-radius: 50px;
  background-color: #97c2e1;
  box-shadow: 7px 7px 0 1px #000;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.c-div-pic-team._2 {
  background-color: #9897e1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.container-large-2 {
  display: block;
  max-width: 45%;
  margin-right: 0px;
  margin-left: 0px;
}

.c-content-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-25 {
  max-width: 98%;
}

.image-26 {
  display: block;
  margin-left: 54px;
}

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

.gallery21_component {
  display: block;
  overflow: visible;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery21_lightbox-link {
  width: 100%;
}

.gallery21_lightbox-link.modulos {
  text-decoration: none;
}

.gallery21_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery21_image.modulos {
  width: 400px;
  height: 400px;
  max-width: none;
}

.gallery21_image.modulos {
  position: static;
  width: 400px;
  height: 400px;
  cursor: auto;
}

.gallery21_image-wrapper {
  position: relative;
  z-index: 99;
  width: 100%;
  padding-top: 100%;
  border-radius: 0px;
}

.gallery21_image-wrapper.modulos {
  display: block;
  padding-top: 0%;
  text-decoration: none;
}

.gallery21_arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 100%;
  background-color: transparent;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

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

.padding-global.modulo {
  padding-right: 0px;
}

.padding-global.modulo {
  overflow: visible;
  margin-top: 180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px 0%;
}

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

.gallery21_slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  height: 1.75rem;
  background-color: red;
  color: red;
  font-size: 0.5rem;
}

.gallery21_slider {
  position: relative;
  display: block;
  width: 67.7rem;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-bottom: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.gallery21_slider.modulo {
  overflow: visible;
}

.gallery21_slide {
  z-index: 1;
  padding-right: 18.3rem;
}

.gallery21_slide.modulos {
  padding-right: 0rem;
}

.section_gallery21 {
  position: static;
  overflow: visible;
  width: 1040px;
}

.section_gallery21.modulo {
  width: 900px;
  margin-top: -170px;
  margin-left: 0px;
  padding-left: 0px;
}

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

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

.container-large-3.modulo {
  max-width: none;
}

.gallery21_mask {
  overflow: hidden;
  width: 64.3rem;
}

.gallery21_mask.modulo {
  overflow: visible;
  width: 48%;
}

.image-27 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.text-span-24 {
  font-weight: 300;
}

.div-caracteristicas-superficie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

.tittle-superficie {
  padding-right: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.cms-tittle-superficie {
  padding-right: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.div-total-superficie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 32px;
  line-height: 80px;
  font-weight: 300;
}

.tittle-total-superficie {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 32px;
  line-height: 80px;
  font-weight: 300;
}

.cms-total-superficie {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
}

.div-cms-superficie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-cms-superficie.mobile {
  display: none;
}

.tittle-total-modulo {
  font-size: 32px;
  line-height: 80px;
}

.html-embed-6 {
  display: block;
}

.text-block-24 {
  display: none;
}

.c-wrapper-modal {
  position: static;
  overflow: hidden;
}

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

.text-block-25 {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
  background-color: #e2d6bf;
}

.dropdown-toggle.w--open {
  border-radius: 16px;
  background-color: #e2d6bf;
}

.dropdown-filter-button {
  position: static;
  z-index: 0;
  overflow: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-list-2 {
  position: static;
  background-color: transparent;
}

.modal-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contenedor {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 2500px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-images {
  position: static;
  overflow: visible;
  width: 1040px;
}

.gallery-images.modulo {
  position: static;
  overflow: visible;
  width: 900px;
  margin-top: -170px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.arrow-slider {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-container-3 {
  position: relative;
  display: block;
  overflow: visible;
  width: 1300px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 8px;
}

.c-container-3.modulo {
  width: auto;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.text-gallery {
  max-width: 400px;
  padding-top: 16px;
  padding-bottom: 0px;
  color: #f4f6f8;
  font-size: 40px;
  line-height: 100%;
  font-weight: 100;
  text-decoration: none;
}

.gallery21_arrow-2 {
  left: auto;
  top: auto;
  right: 13%;
  bottom: -7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-top: 50px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 100%;
  background-color: transparent;
}

.gallery21_arrow-2.is-left {
  left: auto;
  top: auto;
  right: 20%;
  bottom: -7%;
  margin-top: 50px;
  padding-top: 0px;
}

.gallery21_arrow-2.is-left.modulo {
  position: absolute;
  left: 134%;
  top: auto;
  right: auto;
  background-color: transparent;
  color: transparent;
}

.gallery21_arrow-2.modulo {
  position: absolute;
  left: 141%;
  top: auto;
  right: auto;
  bottom: 0%;
  background-color: transparent;
}

.wrapper-tabs-modulos {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.text-span-29 {
  font-size: 86px;
}

.c-h1-modulos-2 {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #232323;
}

.div-images {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.text-block-27 {
  margin-top: 24px;
  margin-right: 24px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 80px;
  line-height: 80px;
  font-weight: 100;
}

.button-modulo {
  position: absolute;
  left: 20%;
  top: 68%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  color: #000;
  text-align: center;
}

.button-modulo._1 {
  left: 35%;
  top: 79%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 78px;
  height: 78px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-modulo._3 {
  left: 42%;
  top: 79%;
  z-index: 100;
}

.button-modulo._2 {
  left: 19%;
  top: 79%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-hover-modulos {
  position: absolute;
  left: auto;
  top: 13%;
  right: 63%;
  bottom: auto;
  width: 290px;
  height: 548px;
}

.div-hover-modulos.modulo1 {
  right: 68%;
  z-index: auto;
  width: 290px;
}

.div-hover-modulos.modulo2 {
  right: 49%;
  z-index: auto;
  width: 250px;
}

.div-hover-modulos.modulo3 {
  right: 12%;
  z-index: auto;
  width: 510px;
}

.div-hover-text {
  position: absolute;
  left: 26%;
  top: 65%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 234px;
  height: 262px;
  max-height: 262px;
  max-width: 234px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  background-color: #e2d6bf;
}

.div-hover-text.modulo2 {
  left: 40%;
  display: none;
  width: 234px;
  height: 262px;
  max-width: 234px;
  padding-right: 14px;
  padding-bottom: 27px;
}

.div-hover-text.modulo1 {
  left: 22%;
  display: none;
  width: 234px;
  height: 262px;
  max-height: 262px;
  max-width: 234px;
  padding-top: 0px;
  padding-bottom: 27px;
}

.div-hover-text.modulo3 {
  left: 70%;
  display: none;
  width: 234px;
  height: 262px;
  padding-right: 14px;
  padding-bottom: 27px;
}

.vitrium-image {
  position: static;
  z-index: 0;
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.vitrium-image.hover-state {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.vitrium-image.hover-state._3 {
  display: none;
}

.vitrium-image.hover-state._2 {
  display: none;
}

.vitrium-image.hover-state._1 {
  display: none;
}

.text-block-26 {
  margin-top: 49px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.text-1-mod {
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  font-weight: 100;
}

.c-section-2 {
  padding-bottom: 60px;
}

.c-section-2.modulo {
  padding-bottom: 0px;
  background-image: none;
}

.c-section-2.modulo._2 {
  height: 1284px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 60px;
  background-color: #f4f6f8;
}

.text-modulo {
  font-family: 'Hoefler text', sans-serif;
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
}

.text-1-modulo {
  font-size: 80px;
  line-height: 100%;
  font-weight: 100;
}

.div-text-mod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-text-apartmentos {
  width: 112px;
  height: 42px;
}

.apartamentos-disponibles {
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.text-span-30 {
  font-weight: 700;
}

.hoverbutton-state {
  position: absolute;
  display: none;
}

.hoverbutton-state._3 {
  display: none;
}

.hoverbutton-state._2 {
  display: none;
}

.hoverbutton-state._1 {
  display: none;
}

.button-2 {
  display: none;
}

.text-progressbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 84px;
  grid-row-gap: 84px;
}

.text-progress {
  position: absolute;
  color: #75ffc6;
  line-height: 70px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-progress._1 {
  position: absolute;
  left: 12%;
  top: 0%;
  right: auto;
  bottom: auto;
  color: #fff;
}

.text-progress._2 {
  position: absolute;
  left: 27%;
  top: 0%;
  right: auto;
  bottom: auto;
  color: #fff;
}

.text-progress._3 {
  left: 650px;
  color: #fff;
}

.text-progress._4 {
  left: auto;
  top: 0%;
  right: 23%;
  bottom: auto;
  color: #fff;
}

.text-progress._5 {
  left: auto;
  top: 0%;
  right: 12.4%;
  bottom: auto;
  color: #fff;
}

.text-completed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 84px;
  grid-row-gap: 84px;
}

.link-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 28px;
  bottom: 19px;
  width: 56px;
  height: 56px;
}

.cmodal1 {
  position: fixed;
}

.modal {
  position: static;
  left: 120px;
  display: block;
  overflow: hidden;
  width: 1244px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.close-btn-w {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #f5efef;
}

.modal-1-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(41, 40, 40, 0.4);
}

.modal-w {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 0rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.modal-content-w {
  padding: 129px 225px 0rem 150px;
}

.close-btn-line {
  position: absolute;
  width: 1.75rem;
  height: 2px;
  border-radius: 1px;
  background-color: #4353ff;
}

.close-btn-line.is--2nd {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn-w-2 {
  position: -webkit-sticky;
  position: sticky;
  left: -13px;
  top: 2rem;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 10.1rem;
  margin-right: 2rem;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #f5efef;
}

.modal-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(41, 40, 40, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  height: 265px;
  margin-bottom: -32px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  height: 265px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1265px;
  height: 265px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-image {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 16px;
}

.c-flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-left: 81px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 24px;
}

.text-block-29 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-47 {
  margin-right: 80px;
  margin-bottom: 88px;
}

.text-block-30 {
  background-color: #1c1c1c;
}

.div-block-48 {
  width: 150px;
  height: 32px;
  padding: 4px 10px;
  border-radius: 100px;
  background-color: #ebebeb;
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}

.div-block-48._2 {
  width: 179px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 500;
  text-transform: uppercase;
}

.slider-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px 15px 54px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-button {
  margin-right: 4px;
  margin-left: 4px;
}

.wrapper {
  overflow: hidden;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 50vh;
  max-height: 400px;
  min-width: 30vw;
  margin-right: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading {
  font-size: 1.6rem;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-contain {
  overflow: hidden;
  width: 100%;
}

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

.section-4 {
  position: static;
  overflow: visible;
  margin-top: -321px;
}

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

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

.text-contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-header {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 50vh;
  min-width: 30vw;
  margin-right: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff4dc;
}

.slider_wrap.is-first {
  padding-bottom: 8em;
}

.team_heading-wrap {
  padding-bottom: 3.1em;
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.item-3 {
  width: 400px;
  height: 400px;
  padding-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.track-2 {
  width: 100%;
  height: 4px;
  margin-top: 3em;
  border-radius: 100vw;
  background-color: #000;
}

.handle {
  position: relative;
  top: -150%;
  width: 6em;
  height: 400%;
  border-radius: 100vw;
  background-color: #000;
  cursor: -webkit-grab;
  cursor: grab;
}

.carrousel-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.carrousel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.amenities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carrusel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.testimonio {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 15px;
  background-color: #7c1414;
}

.image-29 {
  position: absolute;
  left: 50%;
  top: -52px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.section-6 {
  overflow: hidden;
  padding: 31px 7px;
}

.carrusel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  grid-column-gap: 531px;
  grid-row-gap: 531px;
}

.carruseel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.testimonios {
  position: relative;
  margin: 12px;
  padding: 31px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: transparent;
}

.imagen {
  position: absolute;
  left: 50%;
  top: -29px;
  width: 80px;
  border: 4px solid #000;
  border-radius: 50px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.loop-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-carrousel-animate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-carrousel-animate.animation-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-wrapper-amenities {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 640px;
  max-height: 640px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card-amenities {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  margin-right: 16px;
  margin-left: 34px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 47px;
}

.c-card-amenities._2 {
  margin-top: 80px;
  background-image: url('../images/12.png');
  opacity: 1;
}

.c-card-amenities._2._3 {
  margin-top: 0px;
  background-image: url('../images/1.png');
}

.c-card-amenities._2._3.adam {
  background-image: url('../images/Adam.png');
  background-position: 50% 50%;
}

.c-card-amenities.card2 {
  background-image: url('../images/222.png');
}

.c-card-amenities.card2.trujillo {
  background-image: url('../images/trujillo.png');
}

.image-30 {
  width: 100%;
  padding-top: 0px;
}

.hover-div {
  position: absolute;
  left: 11.3%;
  top: 15%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 315px;
  height: 460px;
}

.hover-div._2 {
  left: 34.5%;
  width: 270px;
}

.hover-div._3 {
  left: 54.5%;
  width: 472px;
}

.list-3 {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 0px;
}

.list-3._2 {
  list-style-type: disc;
}

.list-item {
  width: 200px;
  max-width: none;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 116px;
}

.list-item-2 {
  width: 350px;
}

.list-item-3 {
  font-family: Inter, sans-serif;
  color: #232323;
  font-weight: 300;
}

.list-item-3._2 {
  width: 200px;
}

.list-item-3._3 {
  width: 400px;
}

.c-div-flex-final-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-div-heading-final-2 {
  padding-top: 100px;
}

.heading-10 {
  max-width: none;
  color: #75ffc6;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  text-align: center;
}

.input-block-2 {
  color: #1c1c1c;
  font-size: 14px;
}

.input-block-2:hover {
  color: #1c1c1c;
}

.html-embed-7 {
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #1c1c1c;
}

.heading-11 {
  margin-bottom: 0px;
  padding-left: 16px;
  color: #f4f6f8;
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
}

.form-wrapper-2 {
  color: #1c1c1c;
}

.form-wrapper-2:hover {
  color: #000;
}

.form-wrapper-2.body-2 {
  background-image: none;
}

.c-text-button-2 {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.c-div-flex2-2 {
  display: block;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-container-4 {
  width: 1300px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.c-div-numbers-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-row-gap: 16px;
  color: #fff;
  font-weight: 700;
  cursor: auto;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
}

.disponibilidad-text {
  position: absolute;
  left: -117px;
  top: -30%;
  right: auto;
  bottom: auto;
  padding: 4px 16px;
  border-radius: 100px;
  background-color: rgba(255, 0, 0, 0.05);
  color: red;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-image-modal {
  width: 842px;
  height: 294px;
}

.div-mobile-superficie {
  display: none;
}

.c-button-ver-mas {
  display: none;
}

.collection-item-3 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wrapper-tabs-modulos-mobile {
  display: none;
}

.div-modulo-text-mobile {
  display: none;
}

.button-mobile-modulo {
  position: absolute;
  left: 20%;
  top: 68%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  color: #000;
  text-align: center;
}

.button-mobile-modulo._1 {
  left: 17%;
  top: 79%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 78px;
  height: 78px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-mobile-modulo._3 {
  left: 42%;
  top: 79%;
  z-index: 100;
}

.button-mobile-modulo._2 {
  left: 19%;
  top: 79%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.grid-item-title {
  margin-bottom: 2.5em;
}

.grid-image-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.container-w1 {
  max-width: 1430px;
}

.grid-text-wrapper {
  padding-right: 3em;
  padding-left: 3em;
  text-align: center;
}

.grid-item-link {
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #f9f7e8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f9f7e8;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.grid-item-link:hover {
  border-bottom-color: #2d2d2d;
  color: #fff9cb;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #242424;
}

.section-project-teaser {
  padding-top: 7.1em;
  padding-bottom: 9em;
}

.grid-row {
  margin-bottom: 12em;
  grid-column-gap: 3em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-12 {
  font-family: 'Helveticanowdisplay extbdita', sans-serif;
}

.heading-13 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #75ffc6;
  font-size: 80px;
  line-height: 162px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-14 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #75ffc6;
  font-size: 80px;
  line-height: 162px;
  font-weight: 700;
}

.lightbox-link {
  display: none;
}

.lightbox-link-2 {
  display: none;
}

.lightbox-link-3 {
  display: none;
}

.sticky-div-amenities {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.image-31 {
  display: block;
  max-height: 100vh;
  min-height: 100vh;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.image-31._1 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-31._2 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-31._3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-31._4 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-31._5 {
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-34 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
}

.html-embed-8 {
  padding-bottom: 0px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
}

.c-modal-gallery {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 21;
  display: none;
  overflow: visible;
  width: auto;
  height: auto;
  background-color: #fff;
}

.wrapper-gallery {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1244px;
  height: 100vh;
  padding-right: 80px;
  padding-left: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-3 {
  width: 960px;
  height: 587px;
  margin-top: 60px;
  border-radius: 40px;
}

.image-32 {
  width: 960px;
  height: 587px;
  border-radius: 40px;
}

.image-33 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.image-33._2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 9%;
  bottom: -10%;
  display: block;
}

.right-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -10%;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  grid-column-gap: 16px;
}

.text-block-35 {
  font-size: 16px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-34 {
  position: static;
}

.link-block-5 {
  position: absolute;
  left: auto;
  top: 28%;
  right: 10%;
  bottom: auto;
  z-index: 40;
}

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

.mask-2 {
  border-radius: 40px;
}

.text-block-36 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
}

.collection-list-wrapper-4 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lightbox-link-4 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  width: 100%;
  border-radius: 40px;
}

.image-37 {
  border-radius: 40px;
}

.gallery21_slide-2 {
  z-index: 1;
  width: 30rem;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 2rem;
  padding-bottom: 0px;
}

.text-block-37 {
  display: block;
}

.post_content_block-2 {
  display: block;
  padding: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery21_slide-nav-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -6%;
  display: block;
  height: 1.75rem;
  background-color: transparent;
  color: transparent;
  font-size: 0.5rem;
}

.fs_cmsattribute_settings-2 {
  display: none;
  overflow: visible;
}

.post_content_component-2 {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  color: #000;
}

.wrapper-amenities-home-2 {
  background-image: url('../images/Diseño-Estático.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.sticky-div-amenities-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  max-width: none;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
}

.heading-15 {
  position: static;
  left: 6%;
  top: 5.6%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 261px;
  margin-left: auto;
  padding-top: 0px;
  color: #f4f6f8;
  font-size: 67px;
  line-height: 70px;
  font-weight: 100;
  text-align: center;
}

.image-38 {
  width: 420px;
  height: 420px;
  max-width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-39 {
  position: relative;
}

.text-block-38 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.empty-state {
  background-color: transparent;
}

.background-div {
  height: 832px;
  background-image: url('../images/VIEW_03_AEREA_FACHADA_VITRIUM_ATM_3PREVIO-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.empty-state-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link-6 {
  display: block;
  width: 420px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-41 {
  cursor: pointer;
}

.c-nav-menu-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #232323;
}

.c-close-button-menu-2 {
  position: absolute;
  left: auto;
  top: 33.5px;
  right: 89px;
  bottom: auto;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 57px auto -32px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-42 {
  display: block;
}

.image-43 {
  width: 420px;
  border-radius: 40px;
}

.div-modulo-text-mobile-2 {
  display: none;
}

.vitrium-image-2 {
  position: static;
  z-index: 0;
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.vitrium-image-2.hover-state {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.vitrium-image-2.hover-state._3 {
  display: none;
}

.vitrium-image-2.hover-state._2 {
  display: none;
}

.vitrium-image-2.hover-state._1 {
  display: none;
}

.image-45 {
  height: 800px;
  max-width: 640px;
  border-radius: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 10% 50%;
  object-position: 10% 50%;
}

.image-45._2 {
  height: auto;
  max-width: none;
}

.image-mobile {
  display: none;
}

.div-block-57 {
  position: absolute;
  left: 0%;
  top: 206px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 3.4rem;
}

.planosmodal {
  width: 842px;
  height: 249px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-2 {
  -webkit-transform: translate(0px, -10%);
  -ms-transform: translate(0px, -10%);
  transform: translate(0px, -10%);
}

.html-embed-9 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 150px;
  }

  .section.bg-light-gray {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .section.bg-light-gray {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .content-wrapper {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 200px;
  }

  .content-wrapper.full {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .content-wrapper.pilares {
    width: 100%;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-wrapper.full {
    margin-top: 32px;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .overflow-wrapper {
    margin-left: 0px;
  }

  .main-grid {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .main-grid.no-gap {
    margin-top: -10px;
    padding-bottom: 120px;
  }

  .main-grid.sticky-wrapper.bg-silver.pilares {
    top: 0px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-grid.sticky-wrapper.bg-silver.pilares._2 {
    margin-top: 0px;
  }

  .heading-large.repeat {
    margin-top: 0px;
    padding-top: 0px;
    color: #e4d6bc;
    font-size: 50px;
    text-transform: capitalize;
  }

  .heading-large.repeat.invert {
    color: #e4d6bc;
  }

  .heading-large.list.invert.features {
    overflow: hidden;
  }

  .cover-image {
    margin-left: 0px;
  }

  .navbar-wrapper {
    width: 1920px;
  }

  .flex-ticker.list._2 {
    background-color: #fff;
    color: #000;
  }

  .flex-ticker.list.invert.features {
    overflow: hidden;
  }

  .flex-ticker.list.invert._3 {
    width: 1400px;
  }

  .paragraph-wrapper.inner-padding-medium {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-wrapper.inner-padding-medium.pilares {
    margin-top: 50px;
    margin-right: auto;
    margin-left: 10%;
    padding: 100px 150px 100px 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .error {
    width: 442px;
    height: 120px;
    margin-top: 0px;
    padding: 0px;
    background-color: #232323;
    color: #fff;
  }

  .square {
    width: 480px;
    height: 320px;
  }

  .bio-picture {
    overflow: hidden;
    max-width: 960%;
    margin-top: 0px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .gallery-row.margin-bottom-small {
    overflow: visible;
  }

  .body {
    background-size: cover;
  }

  .body.vitrium {
    background-image: url('../images/Diseño-Estático_1.png');
    background-repeat: repeat;
  }

  .c-section {
    padding-top: 0px;
  }

  .c-section.hero-heading {
    padding-bottom: 600px;
  }

  .c-section._2 {
    padding-top: 240px;
  }

  .c-section._4.repeat.invert {
    margin-top: 160px;
    padding-top: 0px;
  }

  .c-section._5 {
    padding-top: 0px;
  }

  .c-section.vive-como-quieres {
    margin-top: -90px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-section.pre-end {
    background-color: #232323;
  }

  .c-section.grillas {
    margin-top: -10px;
    padding-top: 60px;
  }

  .c-section.pre-end {
    margin-top: 200px;
    background-color: #232323;
  }

  .c-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-container.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-nav-bar {
    z-index: 0;
  }

  .c-paragraph-big.mobile {
    display: none;
  }

  .c-h1.center.modify {
    padding-bottom: 50px;
  }

  .c-paragraph.md.center {
    font-size: 44px;
  }

  .c-paragraph.md.form {
    padding-bottom: 32px;
    font-size: 56px;
    line-height: 70px;
    font-weight: 400;
    text-align: left;
  }

  .c-paragraph.md.error {
    width: auto;
    height: auto;
    color: #f4f6f8;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .paragraph-3.pilares {
    font-size: 16px;
  }

  .c-division {
    margin-bottom: -10px;
  }

  .c-div-image-absolute {
    top: 249px;
    margin-top: -146px;
  }

  .grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-4 {
    display: block;
  }

  .c-div-button-right {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .c-image-mid {
    height: 790px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-image-mid.pilares {
    width: auto;
  }

  .c-image-mid.tablet {
    height: auto;
    max-height: 800px;
  }

  .c-image-mid._2 {
    width: 810px;
    height: 1000px;
  }

  .c-image-mid.desktop {
    display: none;
  }

  .c-image-mid.mobile {
    display: block;
    width: 810px;
    height: 1000px;
    min-height: auto;
  }

  .c-div-flex2 {
    text-align: center;
  }

  .c-div-map-flex.white {
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    padding-top: 49px;
  }

  .c-div-button-video {
    width: 144px;
    height: 144px;
    border-width: 1px;
    opacity: 1;
  }

  .c-div-button-video:hover {
    border-color: #75ffc6;
    background-color: #75ffc6;
    outline-color: #75ffc6;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .image-8 {
    left: 40px;
    top: 31%;
    right: auto;
    bottom: auto;
    opacity: 0;
  }

  .div-block-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/Arrow-button.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-7:hover {
    background-image: url('../images/Large-Arrow.png');
    background-position: 50% 50%;
    background-size: 100px;
    background-repeat: no-repeat;
  }

  .image-9 {
    position: absolute;
    left: 25%;
    top: 25%;
    right: 0%;
    bottom: 0%;
  }

  .image-11 {
    position: absolute;
    left: 35%;
    top: 35%;
    right: 0%;
    bottom: 0%;
    width: 49px;
    height: 40px;
  }

  .image-13 {
    max-width: 900px;
  }

  .cover-image-2 {
    height: 100%;
  }

  .c-div-image-b {
    background-image: url('../images/hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-9 {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-15 {
    position: absolute;
  }

  .c-modal {
    position: fixed;
    width: 100vh;
  }

  .c-modal.video {
    display: none;
    width: 100vw;
    height: 100vh;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-modal.recorrido {
    display: none;
    width: 100vw;
    margin: auto;
  }

  .c-modal.map {
    display: none;
    width: 100vw;
  }

  .c-modal.calendly {
    display: none;
  }

  .c-modal.departamento {
    display: none;
    width: 100vw;
    height: 300vw;
  }

  .c-div-modal.video {
    top: 18%;
  }

  .c-div-modal.recorrido {
    position: relative;
    left: auto;
    top: 20%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .c-div-modal.departamento {
    left: auto;
    top: 10%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 1680px;
  }

  .c-close-button {
    left: auto;
    top: 120px;
    right: auto;
    bottom: auto;
    overflow: visible;
  }

  .c-close-button.recorrido {
    top: 11%;
    right: 0%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .c-close-button.recorrido:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .c-close-button.reunion {
    right: 18%;
  }

  .c-close-button.map {
    position: absolute;
    left: auto;
    top: 11%;
    right: 20%;
    bottom: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .c-close-button.map:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .c-icon-close {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .c-icon-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .c-recorrido {
    position: static;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .loader_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .loader {
    display: none;
    background-color: transparent;
  }

  .loader_top {
    padding-left: 116px;
  }

  .loader_number {
    padding-right: 30px;
  }

  .c-perc {
    padding-right: 80px;
    font-family: Helveticanowdisplay, sans-serif;
    color: #75ffc6;
    font-size: 200px;
    line-height: 200px;
    font-weight: 100;
  }

  .c {
    color: transparent;
  }

  .c-div-captcha {
    padding-top: 40px;
  }

  .c-icon-map._1.hover {
    top: 14.5%;
    right: 21%;
    opacity: 0;
  }

  .c-icon-map._2.hover {
    top: 40.5%;
    right: 28%;
    opacity: 0;
  }

  .c-icon-map._3.hover {
    top: 51.5%;
    right: 19.1%;
    opacity: 0;
  }

  .c-icon-map._4.hover {
    top: 56.5%;
    right: 38.1%;
    opacity: 0;
  }

  .c-icon-map._5.hover {
    top: 57.5%;
    right: 61%;
    opacity: 0;
  }

  .c-icon-map._6.hover {
    left: 18%;
    top: 24.5%;
    opacity: 0;
  }

  .c-icon-map._7.hover {
    left: 0%;
    top: 50.5%;
    opacity: 0;
  }

  .c-icon-map._8.hover {
    left: 3.9%;
    bottom: 34.2%;
    opacity: 0;
  }

  .c-icon-map._9.hover {
    left: 5%;
    bottom: 11%;
    opacity: 0;
  }

  .scroll-flex {
    overflow: auto;
    height: 630px;
  }

  .div-no-overflow {
    overflow: hidden;
  }

  .c-nav-menu {
    display: none;
    background-color: #232323;
  }

  .c-close-button-menu {
    position: static;
    left: auto;
    top: 6%;
    right: 19%;
    bottom: auto;
    margin-top: 25px;
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c-close-button-menu.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c-button-2.mid {
    box-shadow: 0 20px 40px 20px rgba(71, 24, 159, 0.25);
  }

  .c-wrapper-infs {
    position: absolute;
    top: 160%;
    z-index: 200;
    overflow: hidden;
    margin-top: 0px;
  }

  .horiz-wrapper {
    overflow: visible;
  }

  .grid-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr 0.75fr;
    grid-template-columns: 1fr 1fr 1fr 0.75fr;
  }

  .c-div-flex-pilares {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-div-page {
    left: auto;
    top: 40px;
    right: 40px;
    bottom: auto;
  }

  .c-text-number {
    font-weight: 100;
  }

  .image-20 {
    position: absolute;
    left: 0%;
    top: 72%;
    right: 0%;
    bottom: auto;
    float: left;
    clear: none;
  }

  .c-div-edge._2 {
    top: 65%;
    right: 18%;
  }

  .c-div-edge._2._3 {
    top: 92%;
    right: 18%;
  }

  .c-div-edge._2._4 {
    left: 18%;
    top: 92%;
  }

  .c-div-edge._1 {
    left: 20%;
    top: 65%;
  }

  .bio-picture-2 {
    width: 50%;
    margin-top: 0px;
  }

  .content-wrapper-2 {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 200px;
  }

  .c-div-design-gallery {
    width: 500px;
  }

  .gallery17_slider {
    overflow: visible;
    padding-bottom: 3rem;
  }

  .gallery17_arrow.hide-mobile-landscape {
    bottom: 12%;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }

  .gallery17_arrow.hide-mobile-landscape:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .gallery17_arrow.hide-mobile-landscape.left {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .gallery17_arrow.hide-mobile-landscape.left:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .c-paragraph-3 {
    margin-bottom: 0px;
  }

  .gallery17_mask {
    overflow: visible;
  }

  .left {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container-large-2 {
    max-width: 50%;
    margin-left: 200px;
  }

  .c-container-3 {
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .gallery21_arrow-2.is-left.modulo {
    left: 170%;
  }

  .gallery21_arrow-2.modulo {
    left: 180%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .c-section-2 {
    padding-top: 0px;
  }

  .text-progress._1 {
    color: #fff;
  }

  .text-progress._2 {
    color: #fff;
  }

  .modal {
    display: block;
    overflow: hidden;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .modal-w {
    overflow: visible;
  }

  .modal-popup {
    display: none;
  }

  .c-wrapper-amenities {
    z-index: 200;
    margin-top: 92px;
  }

  .c-card-amenities {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-49 {
    margin-top: 16px;
  }

  .c-div-heading-final-2 {
    padding-top: 0px;
  }

  .c-div-flex2-2 {
    text-align: center;
  }

  .c-container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-container-4._2 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .collection-item-3 {
    overflow: hidden;
  }

  .sticky-div-amenities {
    top: 2px;
    bottom: auto;
    max-width: none;
  }

  .sticky-div-amenities-2 {
    top: 2px;
    bottom: auto;
    max-width: none;
  }

  .heading-15 {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #232323;
  }

  .c-close-button-menu-2 {
    left: auto;
    top: 6%;
    right: 16.5%;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-45 {
    width: 970px;
    height: 950px;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-45._2 {
    width: 810px;
    height: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
  }

  .section.pilares {
    width: auto;
    padding-top: 0px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .inner-padding-large {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .inner-padding-medium {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .inner-padding-small {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .inner-padding-xsmall {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .padding-bottom-medium {
    padding-bottom: 8vh;
  }

  .padding-bottom-small {
    padding-bottom: 4vh;
  }

  .margin-bottom-medium {
    margin-bottom: 8vh;
  }

  .margin-bottom-small {
    margin-bottom: 4vh;
  }

  .margin-bottom-xsmall {
    margin-bottom: 2vh;
  }

  .content-wrapper {
    overflow: hidden;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-wrapper.right.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.detail {
    padding-left: 25px;
  }

  .content-wrapper.detail.right {
    padding-right: 25px;
    padding-left: 0px;
  }

  .content-wrapper.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-bottom: 5vh;
    padding: 30px;
    border-bottom: 2px none #000;
  }

  .content-wrapper.full {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 200px;
  }

  .content-wrapper.flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-wrapper.pilares {
    width: 768px;
    height: 1000px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 200px;
  }

  .content-wrapper.flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .main-grid.no-gap {
    padding-top: 264px;
    padding-bottom: 0px;
    background-image: none;
  }

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

  .main-grid.sticky-wrapper.bg-silver {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .main-grid.sticky-wrapper.bg-silver.pilares {
    top: -100px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-large {
    font-size: 60px;
  }

  .heading-large.repeat {
    display: none;
  }

  .heading-large.list {
    font-size: 3em;
    text-align: left;
  }

  .heading-large.list._2 {
    padding-top: 0px;
  }

  .heading-large.large {
    font-size: 120px;
  }

  .heading-large.large.title {
    font-size: 5em;
    white-space: nowrap;
  }

  .heading-xlarge {
    font-size: 120px;
  }

  .heading-xlarge.no-wrap {
    letter-spacing: 0em;
  }

  .heading-xlarge.hero {
    font-size: 125px;
  }

  .sticky-wrapper.home-page {
    position: relative;
    top: 0px;
  }

  .sticky-wrapper.full-height {
    height: auto;
  }

  .sticky-wrapper.inner-padding-medium.mob {
    position: relative;
  }

  .nav-grid {
    padding-right: 30px;
    padding-left: 30px;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
  }

  .brand {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .container-wrapper.header-page {
    padding-top: 180px;
  }

  .image-wrapper.outline {
    margin-right: auto;
    margin-left: auto;
  }

  .text-large {
    font-size: 36px;
  }

  .padding-top-large {
    padding-top: 12vh;
  }

  .combo-img-wrapper.hero {
    max-width: 80vw;
  }

  .combo-img-wrapper.hero-copy {
    max-width: 80vw;
  }

  .card-grid-wrapper:hover {
    background-color: transparent;
  }

  .link-block-heading {
    width: 100%;
    height: 8.2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .section-background.full-hero {
    position: relative;
    display: none;
    border-style: none;
  }

  .frame-image-one {
    right: 0em;
  }

  .flex-ticker.list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: none;
  }

  .flex-ticker.list.invert.features {
    border-bottom-style: solid;
  }

  .link-cards:hover {
    border-style: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .screenshot-wrapper {
    height: auto;
  }

  .screenshot-wrapper.square {
    height: 245px;
  }

  .screenshot-wrapper.image {
    padding: 20px;
  }

  .main-heading-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 100%;
    text-align: center;
  }

  .box-center-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-wrapper.inner-padding-medium {
    display: block;
    width: auto;
    padding: 0vh 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-wrapper.inner-padding-medium.pilares {
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .success {
    position: static;
    left: 44%;
    top: 4%;
    width: auto;
    height: auto;
    padding: 0px;
  }

  .work-image-wrapper {
    max-width: none;
  }

  .rich-text-works p {
    max-width: none;
  }

  .rich-text-works h2 {
    max-width: none;
  }

  .rich-text-works h4 {
    max-width: none;
  }

  .next-wrapper {
    height: auto;
  }

  .image-arrow {
    height: 60px;
  }

  .image-arrow.right {
    display: none;
  }

  .next-link {
    height: auto;
  }

  .text-nav.serif {
    display: none;
  }

  .span-spacing.large {
    padding-right: 10%;
    padding-left: 10%;
  }

  .square {
    width: 320px;
    height: 280px;
  }

  .list-link-wrapper.no-gap {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 25px;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bio-picture {
    overflow: hidden;
    width: auto;
    height: 420px;
    max-width: 768px;
    min-height: 420px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .paragraph-xlarge {
    font-size: 120px;
  }

  .paragraph-xlarge.regular {
    font-size: 42px;
  }

  .large-serif {
    font-size: 200px;
  }

  .box {
    padding-right: 30px;
    padding-left: 30px;
  }

  .inner-cell-wrapper {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .xxlarge.med {
    font-size: 56px;
  }

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

  .blog-thumb {
    width: auto;
    height: auto;
  }

  .bottom-cta {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .frame-grid-image {
    width: 100%;
  }

  .flex.top {
    height: auto;
  }

  .hero-grid {
    width: 100%;
  }

  .serif-hero {
    font-size: 8em;
  }

  .text-span {
    font-size: 5rem;
  }

  .flex-headings {
    grid-column-gap: 220px;
  }

  .flex-headings._3 {
    padding-top: 62px;
  }

  .flex-headings.modulo {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-xlarge {
    font-size: 90px;
  }

  .heading-xlarge.no-wrap {
    font-size: 90px;
  }

  .italic {
    font-size: 90px;
  }

  .flex-horizontal.icons {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-image {
    width: auto;
  }

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

  .link-image-wrapper {
    max-width: 80vw;
  }

  .xlarge-serif {
    font-size: 13em;
  }

  .alt-tag.large {
    font-size: 12px;
  }

  .image-frame {
    width: 10em;
    height: 10em;
  }

  .image-wrapper-hero {
    width: 25em;
    height: 32em;
  }

  .logo-ticker-wrapper.wall {
    width: 100%;
    padding-right: 0em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .collection-item:hover {
    background-color: transparent;
  }

  .image-wrapper-collection {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-fixed {
    position: relative;
    width: 100%;
    height: auto;
  }

  .col-fixed.bg-light-gray {
    height: auto;
  }

  .side-image-wrapper {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .collection-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .callout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .bg-detail {
    height: 30vh;
    min-height: 30vh;
  }

  .hero-grid-header-blue {
    min-height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .button-circ {
    padding: 18px 40px;
  }

  .button-circ:hover {
    background-color: #2c7fc9;
  }

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

  .image-logo-ticker.wall {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
  }

  .stats {
    font-size: 9em;
  }

  .link-block-col {
    padding-top: 5em;
    padding-bottom: 10em;
  }

  .col-wrapper-gallery {
    width: auto;
    height: 50vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-wrapper {
    max-width: none;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .frame-image {
    width: 100%;
    height: 15em;
  }

  .h-xlarge {
    font-size: 90px;
  }

  .team-image-col.sticky-wrapper {
    position: relative;
  }

  .team-content-wrapper {
    min-height: auto;
    padding: 45px 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .body.vitrium {
    background-color: #232323;
    background-image: none;
  }

  .c-icon-button.secondary.recorrido {
    right: 17%;
  }

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

  .c-text-button._1 {
    width: 120px;
    margin-left: 20px;
    text-align: center;
  }

  .c-section.hero-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 990px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .c-section._2 {
    padding-top: 200px;
    padding-bottom: 140px;
    background-image: none;
  }

  .c-section._3 {
    background-image: none;
  }

  .c-section._4.repeat.invert {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-section.vive-como-quieres {
    display: none;
  }

  .c-section.pre-end {
    margin-top: 0px;
    padding-top: 0px;
  }

  .c-section.modulo._2 {
    height: 1230px;
  }

  .c-section.edge {
    height: auto;
    background-color: #fff;
  }

  .c-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 768px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c-container.pilares-container {
    width: auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .c-container.menu {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .c-nav-bar {
    background-image: none;
  }

  .c-div-heading-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-paragraph-big {
    position: static;
    max-width: none;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 100px;
    line-height: 100px;
  }

  .c-grid-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 0px;
    grid-row-gap: 120px;
  }

  .c-h1.center {
    max-width: none;
    font-size: 100px;
    line-height: 100px;
  }

  .c-h1.center.modify {
    font-size: 68px;
  }

  .c-h1.center {
    max-width: none;
    font-size: 100px;
    line-height: 100px;
  }

  .c-div-flex.maps {
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-div-flex.features {
    margin-bottom: 50px;
  }

  .c-div-flex.features._1 {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .c-heading-white-center {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 46px;
    line-height: 56px;
  }

  .c-paragraph.md.center {
    padding-bottom: 18px;
    font-size: 56px;
    line-height: 56px;
  }

  .c-paragraph.md._1 {
    margin-bottom: 80px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .c-division {
    height: auto;
    background-image: none;
  }

  .heading-2 {
    top: -51.8%;
    display: none;
  }

  .grid {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    font-size: 80px;
    line-height: 80px;
  }

  .c-div-vector-center {
    padding-top: 41px;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 56px;
    line-height: 60px;
  }

  .c-div-heading-final {
    margin-top: 100px;
    padding-top: 0px;
  }

  .c-button-center {
    padding-top: 28px;
  }

  .image-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-div-button-right {
    padding-top: 30px;
    padding-bottom: 16px;
  }

  .c-image-mid {
    overflow: visible;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
  }

  .c-image-mid.pilares {
    width: 300px;
    height: 400px;
  }

  .c-image-mid.tablet {
    width: auto;
    height: auto;
    max-height: 660px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-image-mid.tablet._7 {
    width: auto;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 10px 60px;
    object-position: 10px 60px;
  }

  .c-image-mid._2 {
    display: block;
  }

  .c-image-mid.desktop {
    display: none;
  }

  .c-image-mid.mobile {
    display: block;
  }

  .c-div-flex2 {
    padding-bottom: 0px;
  }

  .c-div-numbers {
    width: 100%;
    padding-top: 0px;
  }

  .c-div-flex-final {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 220px;
  }

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

  .div-block-6 {
    padding-top: 0px;
  }

  .image-12.effect {
    left: -0.5%;
    top: auto;
    right: 0%;
    bottom: -6%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-13 {
    height: 80%;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ticker-heading-wrapper-2.bottom {
    z-index: 2;
  }

  .c-div-image-b {
    position: static;
    width: 100%;
  }

  .heading-9 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .c-wrapper-image {
    left: 0%;
    top: 44%;
    right: 0%;
    bottom: 0%;
    margin-top: 130px;
  }

  .c-modal.video {
    display: none;
    width: 100vh;
    height: 100vh;
  }

  .c-modal.recorrido {
    display: none;
    width: 100vh;
    height: 100vh;
  }

  .c-modal.map {
    display: none;
    width: auto;
    height: 100vh;
  }

  .c-modal.calendly {
    display: none;
  }

  .c-div-modal.video {
    top: 28%;
    right: 11%;
    width: 600px;
  }

  .c-div-modal.recorrido {
    left: -13%;
    width: 600px;
    height: 90vh;
  }

  .c-div-modal.map {
    left: -8%;
    display: block;
    width: auto;
  }

  .c-close-button {
    top: -10%;
    right: 0%;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
  }

  .c-close-button.recorrido {
    top: -4%;
    right: -10%;
  }

  .c-close-button.reunion {
    left: auto;
    top: 9%;
    right: 15%;
    bottom: auto;
  }

  .c-close-button.map {
    left: auto;
    top: 30%;
    right: 5%;
    bottom: auto;
  }

  .c-close-button.video {
    position: absolute;
    top: -12%;
    right: -4%;
  }

  .c-code-html-google-maps {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .container-3 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .loader {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .loader_top {
    position: absolute;
    left: 43%;
    top: 20%;
    right: 0%;
    bottom: 0%;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
  }

  .c-div-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 1024px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .tap-form-animation {
    display: block;
  }

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

  .div-block-11 {
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .c-div-captcha {
    padding-top: 40px;
  }

  .html-embed {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    text-align: left;
  }

  .image-16 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
  }

  .bold-text-6 {
    display: none;
  }

  .c-nav-menu {
    display: none;
  }

  .c-h1-modulos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 60px;
    text-align: center;
  }

  .text-span-21 {
    font-size: 70px;
  }

  .c-div-modal-2 {
    text-align: center;
  }

  .c-card {
    width: 330px;
  }

  .c-card._2._3 {
    margin-top: 0px;
  }

  .c-wrapper-infs {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .loop-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .progressbar {
    width: 710px;
  }

  .check._1 {
    left: 0%;
    top: 62%;
  }

  .check._2 {
    left: 25%;
    top: 62%;
  }

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

  .grid-2 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: flex-start;
    grid-auto-columns: 1fr;
  }

  .c-text-pilares {
    font-size: 10px;
  }

  .c-div-page {
    left: auto;
    top: 48%;
    right: 11%;
    bottom: auto;
    width: 102px;
    height: 84px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-div-page._2 {
    top: 37%;
    right: 5%;
  }

  .c-div-image-edge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-div-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-div-flex-filters {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .c-div-flex-tittle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .c-butt-refresh {
    left: auto;
    top: auto;
    right: auto;
    bottom: -28%;
    margin-right: auto;
    margin-left: auto;
  }

  .c-butt-refresh.desktop {
    position: relative;
    left: 318px;
    bottom: -62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-butt-refresh.mobile {
    position: relative;
    left: 318px;
    top: 63px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-32 {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
  }

  .collection-item-2 {
    height: auto;
    margin-top: 60px;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 0px;
    border-radius: 32px;
    background-color: #f4f6f8;
  }

  .collection-item-2:hover {
    width: auto;
    height: auto;
    background-color: #f4f6f8;
  }

  .collection-list-2 {
    grid-row-gap: 0px;
  }

  .c-wrapper-card-button {
    display: block;
    width: auto;
    height: auto;
    padding: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-wrapper-card-button:hover {
    width: auto;
    height: auto;
  }

  .c-image-wrapper {
    width: auto;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 18px;
    background-color: #fff;
  }

  .caracteristicas-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
  }

  .caracteristicas-text.deskop {
    margin-top: 10px;
  }

  .superficie-text {
    font-size: 24px;
    line-height: 50px;
  }

  .c-filtros_form-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-filtros_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-text-1 {
    font-size: 16px;
  }

  .c-div-name-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .c-wrapper-dormitorios {
    display: block;
    max-height: none;
    max-width: none;
  }

  .image-22 {
    display: none;
  }

  .div-superficie-modal {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 93px;
  }

  .bio-picture-2 {
    overflow: hidden;
    width: auto;
    height: 80vh;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-image-mid-2 {
    overflow: visible;
    width: auto;
    max-height: 608px;
    max-width: 630px;
  }

  .content-wrapper-2 {
    overflow: hidden;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .strip {
    overflow: scroll;
  }

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

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

  .projects_image-wrapper {
    height: 550px;
  }

  .c-h3-2 {
    font-size: 40px;
    text-align: center;
  }

  .c-h3-2.asesores {
    width: auto;
    min-width: 330px;
  }

  .gallery17_slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .gallery17_arrow.hide-mobile-landscape {
    left: auto;
    top: auto;
    right: 10%;
    bottom: 11%;
    width: 3rem;
    height: 3rem;
  }

  .gallery17_arrow.hide-mobile-landscape.left {
    left: auto;
    top: auto;
    right: 21%;
    bottom: 11%;
  }

  .c-paragraph-3 {
    text-align: center;
  }

  .c-paragraph-3.md.asesores {
    text-align: left;
  }

  .gallery17_slide {
    margin-right: 0px;
    margin-left: 0px;
  }

  .gallery17_mask {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-large-2 {
    max-width: 100%;
  }

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

  .padding-section-large.modulo {
    padding-bottom: 0rem;
  }

  .gallery21_lightbox-link.modulos {
    width: auto;
  }

  .gallery21_image.modulos {
    width: 200px;
    height: 200px;
  }

  .gallery21_image-wrapper.modulos {
    width: auto;
  }

  .gallery21_slider.modulo {
    height: auto;
  }

  .gallery21_slide.modulos {
    width: 260px;
  }

  .section_gallery21 {
    width: auto;
  }

  .container-large-3.modulo {
    width: auto;
  }

  .gallery21_mask.modulo {
    width: auto;
  }

  .div-caracteristicas-superficie {
    font-size: 10px;
  }

  .tittle-superficie {
    font-size: 16px;
  }

  .cms-tittle-superficie {
    font-size: 16px;
  }

  .tittle-total-superficie {
    font-size: 30px;
  }

  .cms-total-superficie {
    font-size: 30px;
  }

  .div-cms-superficie {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tittle-total-modulo {
    font-size: 24px;
    line-height: 50px;
  }

  .dropdown-toggle {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-filter-button {
    min-width: 700px;
  }

  .gallery-images.modulo {
    width: auto;
  }

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

  .text-gallery {
    max-width: 200px;
    font-size: 24px;
  }

  .wrapper-tabs-modulos {
    display: none;
  }

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

  .vitrium-image.hover-state._3.mobile {
    position: static;
    max-width: 768px;
  }

  .vitrium-image.hover-state._2.mobile {
    position: static;
    max-width: 768px;
  }

  .vitrium-image.hover-state._1.mobile {
    position: static;
    display: block;
    max-width: 768px;
  }

  .text-progressbar {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-self: flex-start;
    grid-column-gap: 54px;
    grid-row-gap: 0px;
  }

  .text-progress._1 {
    position: static;
  }

  .text-progress._2 {
    position: static;
    left: 46%;
    top: -16%;
    right: 0%;
    bottom: 0%;
  }

  .text-progress._3 {
    position: static;
    display: block;
  }

  .text-progress._4 {
    position: static;
    display: block;
  }

  .text-progress._5 {
    position: static;
    display: block;
  }

  .modal {
    overflow: hidden;
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-w {
    overflow: hidden;
    padding-top: 116px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-w {
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .modal-popup {
    display: none;
    width: auto;
    height: auto;
  }

  .div-image {
    display: none;
  }

  .div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-48._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-48._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 16px;
  }

  .collection-list-wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-28 {
    max-width: none;
  }

  .link-block-4 {
    display: none;
  }

  .section-4 {
    margin-top: -170px;
  }

  .c-wrapper-amenities {
    height: 320px;
    max-height: none;
    margin-top: 0px;
    align-self: flex-start;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-card-amenities {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-card-amenities._2._3 {
    margin-top: 0px;
  }

  .list-3 {
    margin-top: 0px;
  }

  .list-item {
    width: auto;
  }

  .div-block-49 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 120px;
  }

  .c-div-heading-final-2 {
    padding-top: 44px;
  }

  .heading-10 {
    font-size: 80px;
    line-height: 80px;
  }

  .c-div-flex2-2 {
    padding-bottom: 80px;
  }

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

  .c-div-numbers-2 {
    width: 100%;
    padding-top: 48px;
  }

  .div-block-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 16px;
  }

  .disponibilidad-text.mobile {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .div-image-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-mobile-superficie {
    display: none;
  }

  .c-button-ver-mas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 294px;
    height: 49px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #75ffc6;
    border-radius: 100px;
    background-color: #fff;
  }

  .bold-text-7 {
    font-size: 10px;
  }

  .wrapper-tabs-modulos-mobile {
    display: block;
  }

  .div-modulo-text-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card-modulo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 266px;
    height: 290px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    background-color: #e2d6bf;
  }

  .div-button-ver-mas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 208px;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 100px;
    background-color: #fff;
    text-decoration: none;
  }

  .ver-mas-text {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
  }

  .wrapper-buttons-mobile._2 {
    position: absolute;
    left: 32.3%;
    width: 174px;
    height: 350px;
  }

  .wrapper-buttons-mobile._3 {
    position: absolute;
    left: 55%;
    width: 291px;
    height: 350px;
  }

  .wrapper-buttons-mobile._1 {
    position: absolute;
    left: 6.3%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 200px;
    height: 350px;
  }

  .modulo-mobile-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-family: 'Hoefler text', sans-serif;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    text-align: right;
  }

  .text-1-mobile {
    font-family: Helveticanowdisplay, sans-serif;
    font-size: 87px;
    line-height: 100%;
    font-weight: 100;
  }

  .span-text-apartamentos-mobile {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }

  .apartamentos-mobile {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .mobile-text-apartamentos {
    display: block;
    width: 130px;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
  }

  .button-mobile-modulo.mobile._2 {
    left: 15%;
    top: 80%;
    width: 60px;
    height: 60px;
  }

  .button-mobile-modulo.mobile._1 {
    left: 30%;
    top: 80%;
    width: 60px;
    height: 60px;
  }

  .button-mobile-modulo.mobile._3 {
    left: 37%;
    top: 80%;
    width: 60px;
    height: 60px;
  }

  .mobile-text-1 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 100;
  }

  .grid-text-wrapper {
    margin-bottom: 4em;
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid-row {
    margin-bottom: 0em;
    padding-top: 6em;
    padding-bottom: 6.5em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-top: 1px solid hsla(0, 0%, 100%, 0.16);
  }

  .grid-row.is-first {
    padding-top: 0em;
    border-top-width: 0px;
  }

  .heading-15 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .div-modulo-text-mobile-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .vitrium-image-2.hover-state._3.mobile {
    position: static;
    max-width: 768px;
  }

  .vitrium-image-2.hover-state._2.mobile {
    position: static;
    max-width: 768px;
  }

  .vitrium-image-2.hover-state._1.mobile {
    position: static;
    display: block;
    max-width: 768px;
  }

  .image-45 {
    height: 930px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .image-45._2 {
    overflow: visible;
    height: auto;
    max-width: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-45._2.desktop {
    display: none;
  }

  .image-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .inner-padding-large {
    padding-top: 8vh;
  }

  .content-wrapper.full {
    grid-column-gap: 120px;
  }

  .content-wrapper.pilares {
    width: 568px;
    height: auto;
  }

  .content-wrapper.pilares._2 {
    padding-bottom: 0px;
  }

  .content-wrapper.full {
    grid-column-gap: 120px;
  }

  .main-grid.row {
    margin-left: -15px;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .main-grid.sticky-wrapper.bg-silver {
    position: -webkit-sticky;
    position: sticky;
  }

  .main-paragraph.text-medium {
    position: relative;
    z-index: 1;
  }

  .text-medium {
    font-size: 24px;
  }

  .heading-large {
    font-size: 50px;
  }

  .heading-large.list {
    white-space: nowrap;
  }

  .heading-large.large.title {
    padding-top: 25px;
  }

  .heading-regular {
    font-size: 20px;
  }

  .cover-image {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    cursor: default;
  }

  .heading-xlarge {
    font-size: 70px;
  }

  .link-block-heading {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: default;
  }

  .link-cards {
    font-size: 14px;
  }

  .text-field {
    width: auto;
  }

  .text-field.oculto {
    width: 220px;
    height: auto;
  }

  .text-field.oculto.cod-de-area {
    width: 100px;
  }

  .text-field.oculto.telefono {
    width: auto;
  }

  .paragraph-wrapper.inner-padding-medium.pilares {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 16px;
    padding-bottom: 83px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .textarea {
    width: 542px;
  }

  .image-arrow {
    height: 40px;
  }

  .text-nav {
    font-size: 6em;
    font-weight: 700;
  }

  .link-block-nav {
    height: 6em;
  }

  .paragraph-large.regular {
    font-size: 38px;
  }

  .span-spacing.large {
    padding-right: 16%;
    padding-left: 16%;
  }

  .square {
    width: 300px;
    height: 100%;
  }

  .bio-picture {
    width: 568px;
  }

  .bio-picture.pilares {
    width: 568px;
  }

  .paragraph-xlarge {
    font-size: 80px;
  }

  .paragraph-xlarge.regular {
    font-size: 50px;
  }

  .large-serif {
    font-size: 80px;
  }

  .date-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xxlarge.med {
    font-size: 40px;
  }

  .gallery-row {
    width: 300vw;
  }

  .gallery-row.margin-bottom-small {
    width: 100%;
  }

  .flex-headings {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-column-gap: 200px;
  }

  .flex-headings._3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 220px;
  }

  .flex-headings.modulo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .italic {
    font-size: 70px;
  }

  .alt-tag.large {
    line-height: 1;
  }

  .paragraph-split.inner-padding-medium {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .button-circ {
    width: auto;
    font-size: 16px;
  }

  .center-container-medium {
    width: 100%;
  }

  .p-large {
    font-size: 3.2em;
  }

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

  .h-xlarge {
    font-size: 45px;
  }

  .h-serif-large {
    font-size: 4.5em;
  }

  .h-serif-xlarge {
    font-size: 4.5em;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .c-button.nav {
    display: none;
  }

  .c-div-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-section.hero-heading {
    padding-top: 0px;
  }

  .c-section._2 {
    margin-bottom: 0px;
    padding-top: 61px;
    padding-bottom: 100px;
  }

  .c-section._4 {
    padding-top: 100px;
  }

  .c-section.modulo._2 {
    height: 1180px;
  }

  .c-container {
    width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-nav-bar {
    padding-bottom: 0px;
  }

  .c-div-heading-hero {
    position: static;
  }

  .c-paragraph-big {
    max-width: none;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 68px;
    line-height: 68px;
  }

  .c-h1.center.modify {
    font-size: 42px;
    line-height: 42px;
  }

  .c-div-flex.maps {
    padding-top: 32px;
  }

  .c-heading-white-center {
    left: 32%;
    top: 37%;
    right: 0%;
    bottom: 0%;
    width: 242px;
    height: 170px;
    font-size: 46px;
    line-height: 115px;
    text-align: center;
  }

  .heading-4 {
    width: 540px;
  }

  .heading-4._5 {
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .c-div-vector-center {
    padding-top: 40px;
  }

  .heading-6 {
    font-size: 48px;
  }

  .c-div-heading-final {
    margin-bottom: 84px;
  }

  .c-image-mid {
    position: static;
    width: 568px;
    font-family: Switzer, sans-serif;
    font-weight: 500;
    white-space: normal;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c-image-mid.pilares {
    width: 568px;
  }

  .c-image-mid.desktop {
    display: block;
  }

  .c-image-mid.mobile {
    display: none;
  }

  .heading-7 {
    margin-top: 0px;
    padding: 0px;
  }

  .c-div-flex-final {
    grid-column-gap: 160px;
  }

  .div-block-6 {
    width: 100%;
  }

  .c-div-button-video {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #75ffc6;
    outline-color: #75ffc6;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .c-div-button-video:hover {
    width: 144px;
    height: 144px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-12.effect {
    position: absolute;
    left: 0%;
    top: -26%;
    right: 0%;
    bottom: 0%;
  }

  .image-13 {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .c-logo {
    max-width: none;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ticker-heading-wrapper-2.bottom {
    z-index: 1;
  }

  .heading-9 {
    font-size: 56px;
  }

  .c-div-nav-in {
    grid-column-gap: 20px;
  }

  .c-div-wrapper-image {
    position: relative;
    width: 220px;
  }

  .c-wrapper-image {
    top: 31%;
    margin-top: -112px;
  }

  .c-modal.video {
    display: none;
  }

  .c-modal.recorrido {
    display: none;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-modal.map {
    display: none;
  }

  .c-modal.calendly {
    display: none;
  }

  .c-div-modal.video {
    left: -24%;
    width: 500px;
  }

  .c-div-modal.recorrido {
    position: static;
    left: 0%;
    display: block;
    width: auto;
    height: 1024px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-div-modal.map {
    left: -2%;
    width: 942.828125px;
  }

  .c-close-button {
    top: -10%;
    right: 0%;
  }

  .c-close-button.recorrido {
    left: auto;
    top: 23%;
    right: 4%;
    bottom: auto;
  }

  .c-close-button.reunion {
    left: auto;
    top: 9%;
    right: 11%;
    bottom: auto;
  }

  .c-close-button.map {
    left: auto;
    top: 33%;
    right: 2%;
    bottom: auto;
  }

  .c-recorrido {
    margin-top: 240px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .c-code-html-google-maps {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .c-div-map {
    position: relative;
  }

  .c-div-position {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .c-div-wrapper-button {
    position: relative;
  }

  .tap-form-animation {
    display: block;
  }

  .bold-text-6 {
    display: none;
    font-size: 12px;
    text-align: center;
  }

  .c-image-menu {
    max-width: none;
  }

  .progressbar {
    width: 550px;
  }

  .check._2 {
    left: 34%;
  }

  .c-div-page._1 {
    top: 34%;
    right: 10%;
  }

  .c-div-page._2 {
    top: 31%;
    right: 10%;
  }

  .c-div-page._3 {
    top: 34%;
    right: 10%;
  }

  .c-h3 {
    display: block;
  }

  .c-butt-refresh {
    bottom: -32%;
  }

  .c-butt-refresh.desktop {
    position: relative;
    left: 184px;
    top: auto;
    bottom: -62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-32 {
    grid-column-gap: 24px;
  }

  .strip {
    padding-right: 1.25em;
    padding-left: 1.25em;
    grid-auto-columns: 33.3vw;
    -ms-grid-columns: 33.3vw;
    grid-template-columns: 33.3vw;
  }

  .strip__item-link {
    font-size: 3em;
  }

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

  .my-slider-progress {
    margin-top: 32px;
  }

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

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

  .projects_image-wrapper {
    height: 450px;
  }

  .c-h3-2 {
    font-size: 22px;
    text-align: left;
  }

  .c-div-design-gallery {
    width: auto;
    height: 500px;
  }

  .gallery17_slider {
    padding-right: 0px;
    padding-bottom: 3rem;
    padding-left: 0px;
  }

  .c-paragraph-3.md.asesores {
    font-size: 16px;
  }

  .gallery17_slide-nav {
    display: none;
  }

  .c-paragraph-4 {
    font-size: 1rem;
  }

  .gallery17_slide {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .gallery17_mask {
    width: 100%;
    padding-right: 0px;
    padding-left: 8px;
  }

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

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

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

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_slide.modulos {
    width: 216px;
  }

  .gallery21_mask {
    width: 100%;
  }

  .dropdown-toggle {
    width: 440px;
  }

  .contenedor {
    margin-top: 0%;
  }

  .c-container-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gallery21_arrow-2.is-left {
    right: 3.5rem;
  }

  .wrapper-tabs-modulos {
    display: none;
  }

  .vitrium-image.hover-state._3.mobile {
    max-width: 600px;
  }

  .vitrium-image.hover-state._2.mobile {
    max-width: 600px;
  }

  .vitrium-image.hover-state._1.mobile {
    display: block;
    max-width: 600px;
  }

  .vitrium-image.mobile {
    max-width: 480px;
  }

  .text-progress._3 {
    display: none;
  }

  .text-progress._4 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .text-progress._5 {
    display: none;
  }

  .modal-w {
    margin-bottom: 0px;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .section-4 {
    margin-top: -130px;
  }

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

  .c-wrapper-amenities {
    height: auto;
  }

  .c-container-4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .wrapper-tabs-modulos-mobile {
    display: block;
  }

  .div-modulo-text-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wrapper-buttons-mobile._2 {
    width: 148px;
    height: 270px;
  }

  .wrapper-buttons-mobile._3 {
    left: 58%;
    width: 229px;
    height: 270px;
  }

  .wrapper-buttons-mobile._1 {
    width: 160px;
    height: 270px;
  }

  .gallery21_slide-2 {
    padding-right: 1.5rem;
  }

  .heading-15 {
    font-size: 56px;
  }

  .div-modulo-text-mobile-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .vitrium-image-2.hover-state._3.mobile {
    max-width: 600px;
  }

  .vitrium-image-2.hover-state._2.mobile {
    max-width: 600px;
  }

  .vitrium-image-2.hover-state._1.mobile {
    display: block;
    max-width: 600px;
  }

  .image-45._2.desktop {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 0px;
  }

  .section.pilares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .inner-padding-large {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .inner-padding-large.invert {
    padding-bottom: 40px;
  }

  .center-wrapper.detail {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .center-wrapper.justify {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .center-wrapper.heading {
    padding-top: 12em;
    padding-bottom: 4em;
  }

  .content-wrapper.right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-wrapper.right.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-wrapper.detail.right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .content-wrapper.list {
    width: 345px;
    height: 240px;
    margin-bottom: 0vh;
    padding: 0px 0px 0vh;
  }

  .content-wrapper.header {
    padding-right: 35px;
    padding-left: 35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-wrapper.full {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 69px;
  }

  .content-wrapper.full._2 {
    grid-column-gap: 69%;
    grid-row-gap: 350%;
  }

  .content-wrapper.flex-form {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .content-wrapper.pilares {
    width: 100vw;
    padding-bottom: 100px;
    border-radius: 30px;
  }

  .content-wrapper.pilares._2 {
    padding-bottom: 50px;
  }

  .content-wrapper.full {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 69px;
  }

  .overflow-wrapper {
    overflow: visible;
    margin-left: 0px;
  }

  .overflow-wrapper.headings.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .overflow-wrapper.flex-horizontal.wall {
    padding-bottom: 45px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-grid.row {
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 10px;
  }

  .main-grid.no-gap {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-top: 264px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .main-grid.sticky-wrapper.bg-silver.pilares {
    position: -webkit-sticky;
    position: sticky;
    top: -180px;
    border-radius: 30px;
  }

  .main-grid.sticky-wrapper.bg-silver.pilares._2 {
    top: -400px;
  }

  .main-paragraph.text-medium {
    position: relative;
    z-index: 4;
    font-size: 18px;
  }

  .main-paragraph.text-large {
    font-size: 36px;
  }

  .heading-large {
    font-size: 35px;
  }

  .heading-large.list {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .heading-large.list.invert {
    font-size: 18px;
  }

  .heading-large.list.invert.features {
    overflow: hidden;
    font-size: 24px;
  }

  .heading-large.large {
    font-size: 75px;
  }

  .heading-large.large.title {
    padding-top: 0px;
    font-size: 32px;
  }

  .heading-medium {
    font-size: 34px;
  }

  .heading-regular {
    font-size: 26px;
  }

  .cover-image {
    width: 320px;
    height: 200px;
  }

  .cover-image.rounded {
    border-radius: 3px;
  }

  .cover-image.carrousel {
    width: 217px;
    height: 145px;
  }

  .heading-xlarge.hero {
    font-size: 80px;
  }

  .nav-grid {
    grid-column-gap: 0px;
  }

  .brand {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    white-space: nowrap;
  }

  .main-button.circle {
    width: 12em;
    height: 12em;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 0.75rem;
  }

  .menu-button {
    padding-left: 10px;
  }

  .container-wrapper.header-page {
    padding-top: 120px;
  }

  .image-wrapper.product {
    height: 25em;
  }

  .text-large {
    font-size: 26px;
  }

  .combo-img-wrapper.hero {
    max-height: 30vh;
    max-width: none;
    opacity: 1;
  }

  .combo-img-wrapper.hero-copy {
    max-height: 30vh;
    max-width: 85vw;
    min-height: 50vh;
    opacity: 1;
  }

  .card-grid-wrapper {
    padding: 0px;
  }

  .card-grid-wrapper:hover {
    background-color: transparent;
  }

  .link-block-heading {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-ticker.list {
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-ticker.list.invert.features {
    position: static;
    width: 88vw;
  }

  .flex-ticker.first {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-ticker.second {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .detail-hero-grid {
    -ms-grid-columns: 0.5fr 2fr 0.5fr;
    grid-template-columns: 0.5fr 2fr 0.5fr;
  }

  .collection-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-cards {
    border-radius: 6px;
    font-size: 13px;
    line-height: 1;
  }

  .screenshot-wrapper.square {
    height: 150px;
  }

  .screenshot-wrapper.image {
    padding: 5px;
  }

  .alt-wrapper {
    padding: 10px 10px 15px;
    font-size: 12px;
  }

  .text-field {
    font-size: 12px;
  }

  .text-field.oculto {
    width: 350px;
  }

  .text-field.oculto.cod-de-area {
    width: 65px;
  }

  .text-field.oculto.telefono {
    width: 120px;
  }

  .text-field.phone {
    width: 350px;
  }

  .text-field.phone._1 {
    margin-top: 11px;
    padding-top: 0px;
  }

  .box-center-wrapper.intro {
    padding-bottom: 0em;
  }

  .paragraph-wrapper.inner-padding-medium {
    padding: 0px 15px;
  }

  .paragraph-wrapper.inner-padding-medium.pilares {
    margin-top: 70px;
    margin-bottom: 50px;
    padding: 0px 16px;
  }

  .textarea {
    font-size: 12px;
  }

  .textarea.oculto {
    overflow: hidden;
  }

  .medium-paragraph {
    font-size: 18px;
  }

  .small {
    font-size: 15px;
  }

  .image-arrow {
    height: 35px;
  }

  .image-arrow.left {
    margin-right: 10px;
  }

  .text-nav {
    font-size: 4.5em;
    font-weight: 500;
  }

  .link-block-nav {
    height: 5em;
  }

  .paragraph-large {
    font-size: 38px;
  }

  .paragraph-large.regular {
    font-size: 26px;
  }

  .uppercase-small {
    padding-left: 5px;
    font-size: 14px;
  }

  .uppercase-small.xsmall {
    font-size: 10px;
  }

  .uppercase-small.features {
    font-size: 16px;
  }

  .span-spacing {
    padding-right: 20px;
    padding-left: 20px;
  }

  .span-spacing.large {
    padding-right: 10%;
    padding-left: 10%;
  }

  .divider-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .flex-cap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-cap.z-index.overflow {
    width: 100%;
  }

  .flex-cap.overflow {
    width: 100%;
  }

  .grid-3-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .square {
    width: 217px;
    height: 145px;
  }

  .list-link-wrapper.no-gap {
    grid-column-gap: 10px;
  }

  .bio-picture {
    width: 400px;
    height: 230px;
    max-width: 400px;
    min-height: 230px;
    border-radius: 30px;
  }

  .bio-picture.pilares {
    width: 375px;
  }

  .paragraph-xlarge {
    font-size: 40px;
  }

  .paragraph-xlarge.regular {
    font-size: 26px;
  }

  .logo-footer {
    width: 20vw;
    height: auto;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .xxlarge.med {
    font-size: 32px;
  }

  .xxlarge.med {
    margin-right: 200px;
    padding-right: 0px;
    font-size: 38px;
    line-height: 105px;
  }

  .link-wrapper {
    font-size: 18px;
  }

  .blog-thumb.wide {
    height: 25em;
  }

  .gallery-row {
    width: 300vw;
  }

  .gallery-row.margin-bottom-small {
    overflow: visible;
  }

  .spacer {
    display: none;
  }

  .heading-bullet.black {
    margin: 0px;
  }

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

  .thumbnail-wrapper {
    height: 35em;
  }

  .thumbnail-wrapper.small {
    height: 35em;
  }

  .img-shop-wrapper {
    height: 25em;
  }

  .bottom-cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .frame-grid-image {
    width: 100%;
    height: 25em;
  }

  .frame-grid-image.med {
    height: 25em;
  }

  .flex.top {
    padding-top: 0em;
    padding-bottom: 0.2em;
  }

  .main-track._500 {
    height: auto;
  }

  .hero-grid {
    justify-items: center;
  }

  .heading-wrapper {
    width: auto;
  }

  .serif-hero {
    font-size: 4.5em;
  }

  .text-span {
    font-size: 32px;
  }

  .flex-headings {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-headings._3 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-headings.modulo {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 240px;
    grid-row-gap: 240px;
  }

  .heading-xlarge {
    font-size: 38px;
  }

  .uppercase-heading {
    font-size: 1.5em;
  }

  .arrow-icon-small {
    margin-left: 5px;
  }

  .arrow-icon-small.center {
    height: 12px;
  }

  .italic {
    font-size: 38px;
  }

  .flex-horizontal.icons {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-horizontal.projects {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .flex-horizontal.list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-image {
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
  }

  .square-wrapper-collection {
    height: 10em;
  }

  .link-image-wrapper {
    max-height: 700px;
  }

  .link-image-wrapper.sticky-wrapper {
    top: 0px;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .ticker-heading-projects {
    width: auto;
  }

  .ticker-heading-reverse {
    width: auto;
  }

  .xlarge-serif {
    font-size: 8em;
  }

  .inner-gallery {
    width: 100%;
    height: 22em;
  }

  .alt-tag.large {
    position: relative;
    font-size: 13px;
  }

  .hash {
    width: 15px;
  }

  .hover-grid {
    display: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .copyright-icon {
    height: 24px;
  }

  .image-wrapper-hero {
    position: relative;
    width: 80vw;
    height: 35vh;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .logo-ticker-wrapper.wall {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0em;
  }

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

  .image-wrapper-collection {
    height: 20em;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper-collection {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-split {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .grid-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .callout-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-detail {
    height: 15vh;
    min-height: auto;
  }

  .hero-grid-header-blue {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .button-circ {
    width: auto;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-medium {
    font-size: 1.6em;
  }

  .title-tag {
    margin-top: 0px;
  }

  .image-logo-ticker.left {
    height: 24px;
  }

  .image-logo-ticker.wall {
    width: auto;
    height: 20px;
    max-width: 70%;
    margin-right: 11px;
    margin-left: 11px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-small.right {
    font-size: 28px;
  }

  .p-large {
    font-size: 2.25em;
  }

  .arrow-icon {
    margin-top: 0em;
  }

  .link-block-col {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .cap {
    font-size: 8rem;
  }

  .col-wrapper-gallery {
    height: 35vh;
    padding-right: 15px;
    padding-left: 15px;
    grid-column-gap: 0px;
  }

  .col-wrapper {
    padding: 50px 30px;
  }

  .frame-image {
    height: 7em;
  }

  .frame-image.small {
    width: 100%;
    height: 4em;
  }

  .uppercase-medium.list {
    font-size: 1.35em;
  }

  .uppercase-medium.featured {
    font-size: 1.6em;
  }

  .collection-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-image-wrapper {
    height: 12em;
  }

  .p-regular {
    font-size: 2em;
  }

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

  .logo-wrapper.exp {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .h-xlarge {
    font-size: 38px;
  }

  .button-rounded {
    padding: 1.5em 2em;
  }

  .form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 0px;
  }

  .h-serif-large {
    font-size: 2.6em;
  }

  .h-serif-xlarge {
    font-size: 3em;
  }

  .label-button {
    font-size: 16px;
  }

  .links-footer-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body {
    overflow: visible;
  }

  .body.vitrium {
    overflow: visible;
  }

  .c-button.secondary {
    position: relative;
    width: 300px;
    border-style: solid;
    border-color: #75ffc6;
    outline-color: #75ffc6;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 1px;
  }

  .c-button.secondary._3.modal {
    left: auto;
    width: 300px;
    height: 56px;
    padding-right: 70px;
    padding-left: 70px;
    border-radius: 100px;
  }

  .c-button.center {
    width: 300px;
  }

  .c-button.maps {
    width: 88px;
    border: 1px solid #75ffc6;
    outline-color: #75ffc6;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 1px;
  }

  .c-button.maps.w--current {
    width: 88px;
    border: 1px solid #75ffc6;
    outline-color: #75ffc6;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 1px;
  }

  .c-button.nav {
    display: none;
    width: 183px;
    height: 40px;
    padding: 12px 42px 6px 7px;
  }

  .c-icon-button {
    top: 22%;
    right: 10%;
  }

  .c-icon-button.secondary.recorrido {
    top: 50%;
    right: 23%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .c-icon-button._2 {
    top: 50%;
    right: 15%;
  }

  .c-icon-button._2 {
    top: 46%;
    right: 17%;
  }

  .c-text-button {
    color: #232323;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .c-text-button._1 {
    margin-left: 0px;
  }

  .c-div-nav {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .c-section.hero-heading {
    height: 600px;
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .c-section._2 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .c-section._3 {
    overflow: hidden;
  }

  .c-section._4 {
    overflow: visible;
    margin-top: -285px;
    margin-bottom: -112px;
    padding-top: 200px;
  }

  .c-section._4.repeat.invert {
    margin-top: 0px;
  }

  .c-section._5 {
    overflow: visible;
    width: auto;
    height: 664px;
    margin-top: 40px;
    margin-bottom: 85px;
    padding-top: 0px;
  }

  .c-section.pre-end {
    height: 1550px;
  }

  .c-section.grillas {
    margin-top: 80px;
  }

  .c-section.modulo._2 {
    overflow: hidden;
    height: 890px;
  }

  .c-section.modulo.loop {
    margin-top: 132px;
  }

  .c-section.pilares {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .c-section.pre-end {
    height: 1550px;
  }

  .c-container {
    overflow: visible;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .c-container.tittle-section {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-container.menu {
    width: 390px;
    height: 0px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 38px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .c-container.menu.home {
    margin-top: 28px;
  }

  .c-nav-bar {
    display: block;
    overflow: hidden;
    background-image: none;
  }

  .c-paragraph-big {
    display: none;
    width: 292px;
    max-width: 400px;
  }

  .c-paragraph-big.mobile {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .c-grid-flex {
    padding-bottom: 83px;
    grid-row-gap: 100px;
  }

  .c-paragraph-mix {
    max-height: none;
    max-width: none;
    padding-top: 0px;
    font-size: 16px;
    line-height: 36px;
  }

  .text-span-6 {
    font-size: 16px;
  }

  .c-div-paragraph {
    max-width: 320px;
    line-height: 16px;
  }

  .c-h1.center {
    width: 251.234375px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .c-h1.center.modify {
    width: 300px;
    margin: 50px auto 30px;
    font-size: 32px;
    line-height: 32px;
  }

  .c-h1.center._1 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 62px;
  }

  .c-h1.center {
    font-size: 69px;
    line-height: 60px;
    text-align: left;
  }

  .c-h1.center.form {
    min-width: auto;
    font-size: 20px;
    text-align: left;
  }

  .text-span-7 {
    line-height: 32px;
  }

  .c-div-flex {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .c-div-flex.modulo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-div-flex.features {
    width: 343px;
    height: 46px;
    margin-top: 0px;
    margin-bottom: -30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-div-flex.features._1 {
    margin-bottom: 50px;
  }

  .c-heading-white-center {
    left: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-paragraph.md.center {
    font-size: 40px;
    line-height: 40px;
  }

  .c-paragraph.md.center.pilares {
    margin-bottom: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 32px;
    line-height: 32px;
  }

  .c-paragraph.md._1 {
    margin-bottom: 40px;
  }

  .c-paragraph.md.form {
    font-size: 32px;
    line-height: 32px;
  }

  .c-paragraph.md.error {
    font-size: 16px;
    line-height: 16px;
  }

  .text-span-8.pilares {
    line-height: 32px;
  }

  .text-span-9.pilares {
    line-height: 32px;
  }

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

  .paragraph-3.pilares {
    max-height: none;
    max-width: none;
    min-width: 343px;
    margin-bottom: 0px;
  }

  .c-division {
    display: none;
    overflow: visible;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-4 {
    width: auto;
    max-width: 345px;
    font-size: 36px;
    line-height: 48px;
  }

  .heading-4._5 {
    padding-top: 46px;
  }

  .heading-6 {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    font-size: 37px;
    line-height: 37px;
  }

  .text-span-13 {
    font-size: 37px;
  }

  .image-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-div-button-right {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .c-image-mid {
    width: auto;
    height: 206px;
    max-width: 100%;
    min-height: 0px;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 180%;
    object-position: 0px 180%;
  }

  .c-image-mid.pilares {
    width: 375px;
    height: 300px;
    -o-object-position: 0px 0%;
    object-position: 0px 0%;
  }

  .c-image-mid.tablet {
    width: 420px;
    height: 206px;
    max-height: none;
    max-width: none;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .c-image-mid.tablet._7 {
    height: 295px;
    max-height: none;
    border-radius: 30px;
  }

  .c-image-mid._2 {
    width: 400px;
    height: auto;
    max-width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-image-mid.desktop {
    display: none;
  }

  .c-image-mid.mobile {
    display: block;
    height: 230px;
    max-width: 400px;
  }

  .c-icon-image {
    display: block;
    max-width: none;
  }

  .heading-7 {
    font-size: 22px;
    line-height: 40px;
  }

  .c-div-numbers {
    width: auto;
  }

  .c-div-flex-final {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 20px;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 38px;
  }

  .paragraph-10 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-8 {
    max-height: 120px;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    text-align: center;
  }

  .tabs-menu {
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 12px;
  }

  .c-div-map-flex {
    width: 320px;
    height: 86px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-div-map-flex.white {
    bottom: -12%;
    width: 375px;
    height: 130px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 246, 248, 0.1)), color-stop(10%, #f4f6f8));
    background-image: linear-gradient(180deg, rgba(244, 246, 248, 0.1), #f4f6f8 10%);
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }

  .c-div-button-video {
    top: 20px;
    width: 120px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #75ffc6;
    outline-color: #75ffc6;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .c-div-button-video:hover {
    width: 120px;
    height: 120px;
  }

  .image-10 {
    left: 29%;
    top: 32%;
    display: block;
  }

  .image-12.effect {
    position: absolute;
    left: 12%;
    top: 63.5%;
    right: 14%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .ticker-heading-wrapper-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cover-image-2 {
    overflow: hidden;
    width: 260px;
    height: auto;
  }

  .c-div-image-b {
    width: 300px;
    height: 192px;
    margin-top: -34px;
    background-size: 800px;
  }

  .heading-9 {
    top: 4%;
    max-height: 128px;
    max-width: 295px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 32px;
  }

  .c-div-nav-in {
    grid-column-gap: 20px;
  }

  .c-div-wrapper-image {
    position: static;
    width: auto;
  }

  .c-div-button-recorrido {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }

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

  .c-wrapper-image {
    left: auto;
    top: 27%;
    right: auto;
    bottom: 0%;
    width: 360px;
    height: 320px;
    margin-top: 84px;
  }

  .c-modal.video {
    display: none;
    width: auto;
    height: auto;
  }

  .c-modal.recorrido {
    display: none;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-modal.map {
    display: none;
    width: auto;
  }

  .c-modal.calendly {
    z-index: 99;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-modal.calendly.modulo1 {
    display: none;
  }

  .c-div-modal.video {
    position: absolute;
    left: 0%;
    right: 0%;
    width: auto;
    height: auto;
  }

  .c-div-modal.recorrido {
    left: 0px;
    top: 14%;
    right: 0px;
    width: 340px;
    height: auto;
  }

  .c-div-modal.map {
    position: static;
    left: -62%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .c-close-button {
    right: 6%;
    z-index: 0;
  }

  .c-close-button.recorrido {
    left: auto;
    top: 20%;
    right: 6%;
    bottom: auto;
  }

  .c-close-button.reunion {
    left: auto;
    top: 18%;
    right: 2%;
    bottom: auto;
  }

  .c-close-button.map {
    top: 19%;
    right: 3%;
    z-index: 1;
  }

  .c-recorrido {
    display: block;
    margin-top: 220px;
    padding-bottom: 0px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .c-code-html-google-maps {
    width: auto;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .loader {
    display: none;
  }

  .loader_top {
    left: 34%;
    top: 20%;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
  }

  .loader_number {
    font-size: 140px;
  }

  .c-perc {
    font-size: 140px;
  }

  .c-div-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 375px;
    height: 667px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tap-form-animation {
    display: block;
  }

  .div-block-10 {
    grid-column-gap: 10px;
  }

  .paragraph-13 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .c-div-captcha {
    padding-top: 40px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .c-wrapper-agenda {
    position: absolute;
    left: 0%;
    top: 6%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    padding-top: 20px;
  }

  .c-wrapper-agenda.modulo-1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding: 0px;
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
  }

  .html-embed {
    margin-top: 38px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  .hover-image {
    left: 26%;
    top: 33%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .bold-text {
    text-decoration: none;
    white-space: normal;
    cursor: none;
  }

  .bold-text-2 {
    cursor: none;
  }

  .bold-text-3 {
    cursor: none;
  }

  .bold-text-4 {
    cursor: none;
  }

  .bold-text-5 {
    cursor: none;
  }

  .scroll-flex {
    height: 530px;
    min-width: 375px;
  }

  .bold-text-6 {
    display: none;
  }

  .div-block-24 {
    padding-bottom: 0px;
  }

  .div-no-overflow {
    display: block;
    overflow: hidden;
  }

  .div-block-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-nav-menu {
    display: none;
    background-color: #232323;
  }

  .c-close-button-menu {
    display: block;
    margin-right: 25px;
  }

  .c-close-button-menu.home {
    position: static;
    top: 32.5px;
    right: 30px;
    display: block;
    margin: -4px 25px auto auto;
  }

  .c-div-text {
    margin-right: auto;
    margin-left: auto;
  }

  .c-div-text._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-h1-modulos {
    display: block;
    margin-top: 71px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
  }

  .text-span-21 {
    position: static;
    font-size: 40px;
    line-height: 40px;
  }

  .loop-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 16px;
  }

  .progressbar {
    overflow: hidden;
    width: 300px;
    height: auto;
  }

  .check._2 {
    left: 63%;
    margin-right: auto;
    margin-left: auto;
  }

  .scroll_wrapper {
    width: 80%;
  }

  .card-item {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .counter {
    font-size: 40px;
  }

  .percentage {
    font-size: 40px;
  }

  .text-completado {
    font-size: 40px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-div-flex-pilares {
    min-width: 251.234375px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-text-pilares {
    font-size: 18px;
  }

  .c-div-page {
    top: 31%;
    right: 0%;
  }

  .c-div-page._1 {
    top: 170px;
    right: 47px;
    width: 90px;
    height: 60px;
  }

  .c-div-page._2 {
    top: 185px;
    right: 47px;
    width: 90px;
    height: 60px;
  }

  .c-div-page._3 {
    top: 181px;
    right: 47px;
    width: 90px;
    height: 60px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 70px;
  }

  .c-h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .c-div-search {
    padding-bottom: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-div-flex-filters {
    width: 390px;
    grid-row-gap: 8px;
  }

  .c-div-flex-tittle {
    margin-bottom: 30px;
  }

  .c-butt-refresh {
    right: 9%;
    bottom: 8%;
  }

  .c-butt-refresh.desktop {
    position: relative;
    left: 130px;
    top: 60px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-butt-refresh.mobile {
    position: relative;
    left: 130px;
    top: 30px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-32 {
    margin-top: -33px;
    margin-bottom: 0px;
    align-self: flex-start;
    grid-column-gap: 66px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .c-wrapper-tittle {
    margin-top: 0px;
  }

  .text-block-13 {
    font-size: 60px;
    line-height: 60px;
  }

  .collection-item-2 {
    margin-top: 0px;
    margin-bottom: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .collection-list-2 {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c-wrapper-card-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 24px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-image-wrapper {
    width: auto;
    height: auto;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .caracteristicas-text {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    font-family: Helveticanowdisplay, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
  }

  .caracteristicas-text.deskop {
    display: none;
  }

  .caracteristicas-text.mobile {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .c-filtros_form-block {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-wrapper-superficie {
    display: none;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .c-div-name-item {
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-self: flex-start;
    grid-row-gap: 24px;
  }

  .c-wrapper-dormitorios {
    margin-top: -8px;
  }

  .tag-text.tags.disponibilidad {
    display: none;
  }

  .tag-text.tags.disponibilidad.deskop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-div-departs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-div-flex-tags.mobile {
    display: block;
    margin-bottom: 24px;
  }

  .c-div-flex-tags.deskop {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .c-div-flex-name {
    margin-bottom: 8px;
  }

  .c-description-modal {
    max-height: 175px;
    max-width: 0px;
    min-width: 89vw;
    margin-bottom: 24px;
    font-size: 12px;
  }

  .c-div-flex-buttons-modal {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-superficie-modal {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-39.deskop {
    display: none;
  }

  .bio-picture-2 {
    width: 308px;
    height: 215px;
    border-radius: 20px;
  }

  .c-image-mid-2 {
    width: auto;
    height: auto;
    max-width: none;
  }

  .strip {
    grid-auto-columns: 40vw;
    -ms-grid-columns: 40vw;
    grid-template-columns: 40vw;
  }

  .img-outer {
    width: 64vw;
  }

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

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

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

  .c-h3-2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .c-div-design-gallery {
    width: 100%;
    height: 760px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .gallery17_arrow.hide-mobile-landscape {
    bottom: 1%;
  }

  .gallery17_arrow.hide-mobile-landscape.left {
    bottom: 1%;
  }

  .c-paragraph-3 {
    font-size: 16px;
    text-align: left;
  }

  .gallery17_slide {
    margin-left: 0px;
  }

  .c-div-pic-team {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-large-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .c-content-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .padding-section-large.modulo {
    padding-bottom: 0rem;
  }

  .gallery21_lightbox-link.modulos {
    width: auto;
  }

  .gallery21_image.modulos {
    width: 200px;
    height: 200px;
  }

  .gallery21_image-wrapper.modulos {
    width: 200px;
    height: 200px;
  }

  .gallery21_slider {
    width: 22.4rem;
  }

  .gallery21_slider.modulo {
    height: auto;
  }

  .gallery21_slide.modulos {
    overflow: visible;
    width: 216px;
    padding-right: 0rem;
  }

  .container-large-3.modulo {
    width: auto;
  }

  .gallery21_mask {
    width: 22.4rem;
  }

  .gallery21_mask.modulo {
    width: 216px;
  }

  .div-caracteristicas-superficie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 166px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 16px;
    line-height: 1.35;
  }

  .div-caracteristicas-superficie.modulo-2.mobile {
    width: 153px;
  }

  .div-caracteristicas-superficie.modulo-3 {
    width: 154px;
  }

  .tittle-superficie {
    padding-right: 0px;
    font-size: 16px;
  }

  .cms-tittle-superficie {
    font-size: 16px;
  }

  .div-total-superficie {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-cms-superficie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-cms-superficie.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-toggle {
    width: auto;
  }

  .dropdown-filter-button {
    overflow: visible;
    min-width: 343px;
  }

  .gallery-images.modulo {
    width: auto;
  }

  .c-container-3 {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .c-container-3.modulo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-gallery {
    max-width: 200px;
    margin-top: 15px;
    padding-top: 0px;
  }

  .wrapper-tabs-modulos {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-images.mobile {
    overflow: hidden;
    margin-bottom: 22px;
  }

  .button-modulo {
    z-index: 1;
  }

  .button-modulo.mobile {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }

  .vitrium-image {
    width: 403px;
    max-height: 211px;
    max-width: 600px;
  }

  .vitrium-image.hover-state._3.mobile {
    position: static;
    display: none;
  }

  .vitrium-image.hover-state._2.mobile {
    position: static;
    display: none;
  }

  .vitrium-image.hover-state._1.mobile {
    position: static;
    display: none;
    max-width: 600px;
  }

  .vitrium-image.mobile {
    max-height: 211px;
    max-width: 404px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-text-apartmentos._1.mobile {
    height: 60px;
  }

  .text-progress._3 {
    display: none;
  }

  .text-progress._4 {
    display: none;
  }

  .text-progress._5 {
    display: none;
  }

  .modal {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-1-popup {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .modal-w {
    padding: 50px 0rem 0rem;
  }

  .modal-content-w {
    padding: 0px 16px;
  }

  .close-btn-w-2 {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-popup {
    display: none;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .div-image {
    display: none;
  }

  .c-flex-nav {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-29 {
    font-size: 16px;
  }

  .c-div-flex-info {
    min-width: 130px;
  }

  .collection-list-wrapper-3 {
    margin-top: 17px;
  }

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

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 278px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border: 1px solid #75ffc6;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: all 325ms ease;
    transition: all 325ms ease;
    text-align: center;
    text-decoration: none;
  }

  .link-block-4:hover {
    background-color: #75ffc6;
  }

  .section-4 {
    margin-top: -143px;
  }

  .item-3 {
    width: 70vw;
  }

  .c-wrapper-amenities {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-card-amenities {
    width: auto;
    margin-left: 8px;
  }

  .list-item-3._3 {
    max-width: 300px;
  }

  .c-div-flex-final-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 20px;
  }

  .heading-10 {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 37px;
    line-height: 37px;
  }

  .input-block-2 {
    margin-top: -8px;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 40px;
  }

  .form-wrapper-2._1 {
    margin-top: -30px;
  }

  .form-wrapper-2.body-2 {
    margin-top: 16px;
    background-image: none;
  }

  .form-wrapper-2._2 {
    margin-top: 16px;
  }

  .c-text-button-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .c-container-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-50 {
    margin-right: 0px;
  }

  .disponibilidad-text {
    position: static;
    display: block;
  }

  .div-mobile-superficie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(auto, 0.25fr) auto;
    grid-template-rows: minmax(auto, 0.25fr) auto;
  }

  .especificaciones-superficies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .c-button-ver-mas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 294px;
    height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #75ffc6;
    border-radius: 100px;
    background-color: #fff;
  }

  .c-button-ver-mas:hover {
    background-color: #75ffc6;
  }

  .text-block-32 {
    line-height: 16px;
  }

  .text-block-33 {
    line-height: 16px;
    font-weight: 400;
  }

  .bold-text-7 {
    display: none;
    overflow: hidden;
  }

  .bold-text-8 {
    display: none;
  }

  .bold-text-9 {
    display: none;
    overflow: visible;
  }

  .wrapper-tabs-modulos-mobile {
    display: block;
    overflow: visible;
  }

  .div-modulo-text-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card-modulo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    background-color: #e2d6bf;
  }

  .div-button-ver-mas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 208px;
    height: 40px;
    min-height: 40px;
    min-width: 208px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-radius: 100px;
    background-color: #fff;
    text-decoration: none;
  }

  .ver-mas-text {
    display: block;
    color: #232323;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .wrapper-buttons-mobile {
    position: absolute;
    left: 3%;
    width: 104px;
    height: 180px;
  }

  .wrapper-buttons-mobile._2 {
    left: 31%;
    width: 88px;
    height: 190px;
  }

  .wrapper-buttons-mobile._3 {
    left: 56%;
    width: 151px;
    height: 190px;
  }

  .wrapper-buttons-mobile._1 {
    left: 3%;
    width: 103px;
    height: 190px;
  }

  .modulo-mobile-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .modulo-text-mobile {
    font-family: 'Hoefler text', sans-serif;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
  }

  .text-1-mobile {
    font-size: 87px;
    line-height: 100%;
    font-weight: 100;
  }

  .span-text-apartamentos-mobile {
    font-weight: 700;
  }

  .apartamentos-mobile {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
  }

  .mobile-text-apartamentos {
    display: block;
    width: 131px;
    height: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button-mobile-modulo {
    z-index: 1;
  }

  .button-mobile-modulo.mobile {
    left: 26%;
    top: 80%;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }

  .button-mobile-modulo.mobile._2 {
    left: 15%;
    top: 77%;
    width: 40px;
    height: 40px;
  }

  .button-mobile-modulo.mobile._1 {
    top: 77%;
    width: 40px;
    height: 40px;
  }

  .button-mobile-modulo.mobile._3 {
    left: 36%;
    top: 77%;
    width: 40px;
    height: 40px;
  }

  .mobile-text-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
  }

  .image-31 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-31._1 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 35% 50%;
    object-position: 35% 50%;
  }

  .image-31._2 {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .image-31._3 {
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }

  .image-31._4 {
    -o-object-position: 67% 50%;
    object-position: 67% 50%;
  }

  .image-31._5 {
    -o-object-position: 66% 50%;
    object-position: 66% 50%;
  }

  .text-block-34 {
    font-size: 40px;
  }

  .text-block-36 {
    font-size: 20px;
  }

  .gallery21_slide-2 {
    width: 11rem;
    margin-right: 16px;
  }

  .post_content_block-2 {
    display: none;
  }

  .fs_cmsattribute_settings-2 {
    display: block;
  }

  .sticky-div-amenities-2 {
    margin-top: 0px;
  }

  .sticky-div-amenities-2._1 {
    margin-top: -200px;
  }

  .heading-15 {
    top: 4%;
    max-height: 128px;
    max-width: 295px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 32px;
  }

  .image-38 {
    width: 150px;
    height: 150px;
    max-width: 100%;
  }

  .text-block-38 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }

  .lightbox-link-6 {
    width: 150px;
    height: 150px;
    max-width: 180px;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .div-block-54 {
    display: block;
    margin-right: 14%;
    margin-left: 14%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-6 {
    position: static;
    left: auto;
    top: 4%;
    right: 17%;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-44 {
    width: 210px;
  }

  .div-modulo-text-mobile-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .vitrium-image-2.hover-state._3.mobile {
    position: static;
    display: none;
  }

  .vitrium-image-2.hover-state._2.mobile {
    position: static;
    display: none;
  }

  .vitrium-image-2.hover-state._1.mobile {
    position: static;
    display: block;
    max-width: 600px;
  }

  .image-45 {
    height: 206px;
    max-width: 100%;
    min-width: 390px;
    border-radius: 30px;
  }

  .image-45._2 {
    width: auto;
    height: 206px;
    max-width: 100%;
    min-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-45._2.desktop {
    display: none;
  }

  .image-46 {
    position: static;
  }

  .image-mobile {
    width: 400px;
    max-width: 400px;
  }

  .planosmodal {
    width: auto;
    height: auto;
  }
}

#w-node-_3bcbb731-c231-5a4c-d9e0-bfea4d228b9d-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bcbb731-c231-5a4c-d9e0-bfea4d228b9f-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bcbb731-c231-5a4c-d9e0-bfea4d228ba1-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b8f5fce-3987-5140-249b-81cb0bc9b295-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_949f6b6a-811b-8a54-ffc0-a42c4077c586-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30c6a7a0-a539-cf04-ebf2-5f9ba5847f27-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_087f64cb-55fb-940e-7a43-1790192c88b4-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b706c92-5964-56d8-cd4a-924087d0345f-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74248f73-8e4c-8c45-d069-eff79d7a40f9-6c57dcff {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3c58190b-7e26-7ece-26b5-b4e5e2842a55-6c57dcff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_84d2ceab-a628-cbf4-f288-d6ed5802f724-6c57dcff {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_031f65f9-6ce1-08aa-9ae9-b1a0df4f47d4-6c57dcff {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c1058f8d-6514-2302-b1a2-9f5897439be2-6c57dcff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c1058f8d-6514-2302-b1a2-9f5897439bf7-6c57dcff {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3200a56f-a92c-ea1e-75cb-8e19799d264b-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c542d04a-7363-1e80-28ed-066507a48f3b-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_124ce49a-83d8-db15-65a6-30f0be9fbaef-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb1c35f9-0351-c1db-ce94-8eebb52eacc5-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e9b0b72-4228-0c1e-66c4-5b1df13b63fd-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3861713f-458f-7bd6-2f2d-ec5ff623ec66-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c4eb4e0d-fbf7-16bd-ce97-f5e689bc0797-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c4eb4e0d-fbf7-16bd-ce97-f5e689bc07b5-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c4eb4e0d-fbf7-16bd-ce97-f5e689bc07bb-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-aa6cf56e-cf80-6f21-0f96-8a4f1b2f665b-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-aa6cf56e-cf80-6f21-0f96-8a4f1b2f6679-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-aa6cf56e-cf80-6f21-0f96-8a4f1b2f667f-6c57dcff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_025b01ba-00aa-f502-3e4d-a661a5e5dfcf-6c57dcff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_187cf683-ea91-4f08-8737-8d8b801ba560-3a57ddd4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b72fc208-c975-0c44-9055-2dab9ca45775-5b871ce8 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef580bd5-503e-e9db-fe72-f5605b871d02-5b871ce8 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4a177170-6068-d265-0981-d0a828bc66ff-5b871ce8 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6e26b05f-268b-5643-e4bd-172e07689ae2-5b871ce8 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1960-5b871ce8 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 4;
  grid-column-end: 8;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1966-5b871ce8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1968-5b871ce8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_40264d96-923e-613a-3616-afc9ac33830f-ac33830c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_528e86e7-043e-851d-56a8-041bfb9efa8f-e957ddd6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a9ce3507-932e-17e4-4f5d-81a12c76a285-e957ddd6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ce3507-932e-17e4-4f5d-81a12c76a287-e957ddd6 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_75327d8e-0b6e-ca6a-518a-d40a2cdbc56a-e957ddd6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 6;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99af-e257ddf7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99b1-e257ddf7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f89b-b957de80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f8a3-b957de80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f8a7-b957de80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3bf-b957de80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3c1-b957de80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3cd-b957de80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3cf-b957de80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ac384f60-b8b6-d8b8-9133-3dccfeb872c8-b957de80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f89b-ae57dec8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f8a7-ae57dec8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3bf-ae57dec8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3c1-ae57dec8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3cd-ae57dec8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3cf-ae57dec8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fdb6a20d-6d47-5974-8078-f3f7df3fd91f-ae57dec8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f89b-5757deda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f8a3-5757deda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_98104ac5-d053-3139-8de7-fde23595f8a7-5757deda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3bf-5757deda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3c1-5757deda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3cd-5757deda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b7e02d0-c64b-7a3b-e8f1-bab739b5f3cf-5757deda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec963f1e-df6d-6d8e-d759-92190b4a9eb8-5757deda {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fc919f80-f81c-59d2-e21e-27d084161552-7657deec {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6d3c1a3d-a430-ab08-ac26-7a5ad03bcf08-3557def1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8a36aef4-0393-9301-6348-ac71421ff646-3557def1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ecf8f4d9-d4bd-58bd-489e-ce3c6e5ff84c-3557def1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f187c99a-87d9-a035-9ac6-62b8f709c181-3557def1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf6d8245-97f7-b9d0-24a7-2b4289857527-3557def1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2758b7ab-9b20-f706-0589-a1556daf0724-3557def1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_17d05a1f-2286-628b-9584-bc1bc9a9cf4c-3557def1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f8c55588-ebfb-bc01-fedf-785829fd38a7-3557def1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_2b8f5fce-3987-5140-249b-81cb0bc9b295-6c57dcff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_949f6b6a-811b-8a54-ffc0-a42c4077c586-6c57dcff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_30c6a7a0-a539-cf04-ebf2-5f9ba5847f27-6c57dcff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_087f64cb-55fb-940e-7a43-1790192c88b4-6c57dcff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1b706c92-5964-56d8-cd4a-924087d0345f-6c57dcff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_74248f73-8e4c-8c45-d069-eff79d7a40f9-6c57dcff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3c58190b-7e26-7ece-26b5-b4e5e2842a55-6c57dcff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_84d2ceab-a628-cbf4-f288-d6ed5802f724-6c57dcff {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_031f65f9-6ce1-08aa-9ae9-b1a0df4f47d4-6c57dcff {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-c1058f8d-6514-2302-b1a2-9f5897439be2-6c57dcff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-c1058f8d-6514-2302-b1a2-9f5897439bf7-6c57dcff {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_025b01ba-00aa-f502-3e4d-a661a5e5dfcf-6c57dcff {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-b72fc208-c975-0c44-9055-2dab9ca45775-5b871ce8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ef580bd5-503e-e9db-fe72-f5605b871d02-5b871ce8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_4a177170-6068-d265-0981-d0a828bc66ff-5b871ce8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_6e26b05f-268b-5643-e4bd-172e07689ae2-5b871ce8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1960-5b871ce8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_40264d96-923e-613a-3616-afc9ac33830f-ac33830c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a9ce3507-932e-17e4-4f5d-81a12c76a285-e957ddd6 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99af-e257ddf7 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99b1-e257ddf7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ac384f60-b8b6-d8b8-9133-3dccfeb872c8-b957de80 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-fdb6a20d-6d47-5974-8078-f3f7df3fd91f-ae57dec8 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-ec963f1e-df6d-6d8e-d759-92190b4a9eb8-5757deda {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-fc919f80-f81c-59d2-e21e-27d084161552-7657deec {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-f8c55588-ebfb-bc01-fedf-785829fd38a7-3557def1 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3bcbb731-c231-5a4c-d9e0-bfea4d228b9d-6c57dcff {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2b8f5fce-3987-5140-249b-81cb0bc9b295-6c57dcff {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_087f64cb-55fb-940e-7a43-1790192c88b4-6c57dcff {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ef580bd5-503e-e9db-fe72-f5605b871d02-5b871ce8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b72fc208-c975-0c44-9055-2dab9ca45775-5b871ce8 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ef580bd5-503e-e9db-fe72-f5605b871d02-5b871ce8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_4a177170-6068-d265-0981-d0a828bc66ff-5b871ce8 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_6e26b05f-268b-5643-e4bd-172e07689ae2-5b871ce8 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1960-5b871ce8 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_40264d96-923e-613a-3616-afc9ac33830f-ac33830c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99b1-e257ddf7 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@font-face {
  font-family: 'Ufonts';
  src: url('../fonts/ufonts.com_hoefler-text.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black-italic.ttf') format('truetype'), url('../fonts/Hoefler-Text-Italic.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black-italic.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text.ttf') format('truetype'), url('../fonts/Hoefler-Text-Italic.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black.ttf') format('truetype'), url('../fonts/Hoefler-Text-Italic.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black-italic.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black-italic.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ufonts';
  src: url('../fonts/Hoefler-Text-Italic.ttf') format('truetype'), url('../fonts/ufonts.com_hoefler-text-black-italic.ttf') format('truetype'), url('../fonts/Hoefler-Text-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hoefler text';
  src: url('../fonts/Hoefler-Text-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype'), url('../fonts/Switzer-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Black.otf') format('opentype'), url('../fonts/HelveticaNowDisplay-BlackIta.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extblk';
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.otf') format('opentype'), url('../fonts/HelveticaNowDisplay-BoldIta.otf') format('opentype'), url('../fonts/HelveticaNowDisplay-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extbdita';
  src: url('../fonts/HelveticaNowDisplay-ExtBdIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extblkita';
  src: url('../fonts/HelveticaNowDisplay-ExtBlkIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extlt';
  src: url('../fonts/HelveticaNowDisplay-ExtLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay hairlinei';
  src: url('../fonts/HelveticaNowDisplay-HairlineI.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extltita';
  src: url('../fonts/HelveticaNowDisplay-ExtLtIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay hairline';
  src: url('../fonts/HelveticaNowDisplay-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.otf') format('opentype'), url('../fonts/HelveticaNowDisplay-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay medita';
  src: url('../fonts/HelveticaNowDisplay-MedIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Thin.otf') format('opentype'), url('../fonts/HelveticaNowDisplay-ThinIta.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay regita';
  src: url('../fonts/HelveticaNowDisplay-RegIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}