@font-face {
  font-family: Titilliumweb Semi Bold;
  src: url('../fonts/TitilliumWeb-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb Regular;
  src: url('../fonts/TitilliumWeb-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb Light;
  src: url('../fonts/TitilliumWeb-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb Bold;
  src: url('../fonts/TitilliumWeb-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-gray: #f4f2ec;
  --base: #0b1d2b;
  --black: black;
  --yellow: #ffe38b;
  --blue: #6ce5cf;
  --white: white;
  --bg-blue: #d2e5e4;
  --bg-yellow: #e8e0ca;
}

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-useraccountsubscriptionlistiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--bg-gray);
  color: var(--base);
  font-family: Titilliumweb Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb Bold, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb Bold, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb Regular, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb Light, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Titilliumweb Light, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
}

a {
  border-color: var(--black);
  color: var(--base);
  border-radius: .7rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Titilliumweb Regular, sans-serif;
  line-height: 150%;
  text-decoration: underline;
  transition: all .2s ease-out;
}

a:hover {
  background-color: var(--yellow);
  color: var(--base);
  text-decoration: none;
}

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

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

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
  font-family: Titilliumweb Light, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

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

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

strong {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  width: auto;
  color: var(--base);
  border-radius: .7rem;
  padding-left: .5px;
  padding-right: .5px;
  text-decoration: underline;
  transition: all .2s;
}

.text-style-link:hover {
  background-color: var(--yellow);
  text-decoration: none;
}

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

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

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

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

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

.container-large.is-line-top {
  border-top: 1px solid #cdcdcd;
}

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

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

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

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

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

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

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

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

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

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

.main-wrapper {
  margin-top: 4rem;
  position: relative;
}

.main-wrapper.no-margin-top {
  margin-top: 0;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

.icon-embed-small.hide-mobile-landscape {
  color: var(--base);
}

.heading-style-h2 {
  font-family: Titilliumweb Bold, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

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

.heading-style-h6 {
  font-family: Titilliumweb Light, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

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

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

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

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

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

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

.heading-style-h5 {
  font-family: Titilliumweb Regular, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-family: Titilliumweb Bold, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 120%;
}

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

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--blue);
  background-color: var(--base);
  box-shadow: none;
  color: var(--base);
  background-size: 16px 16px;
}

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

.form-checkbox-icon.is-login {
  margin-top: 4px;
}

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

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

.field-label {
  color: var(--base);
  margin-bottom: .5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.field-label.text-align-left.is-big {
  margin-bottom: 1rem;
}

.button {
  border: .1rem solid var(--base);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  cursor: pointer;
  border-radius: .75rem;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

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

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

.button.is-link:hover {
  text-decoration: underline;
}

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

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

.button.is-link.is-icon.back-to-landing {
  margin-top: 2rem;
}

.button.is-link.is-icon.back-btn {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--base);
  padding-left: .25rem;
  padding-right: .25rem;
}

.button.is-link.is-icon.back-btn:hover {
  background-color: var(--yellow);
  padding-left: .25rem;
  padding-right: .25rem;
  text-decoration: none;
}

.button.is-link.is-plan {
  color: var(--base);
  text-align: left;
  margin-top: 2rem;
  text-decoration: underline;
}

.button.is-link.is-plan:hover {
  background-color: var(--yellow);
}

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

.button.is-icon.is-wha-button {
  background-color: var(--bg-gray);
  box-shadow: 3px 3px 0 0 var(--base), 0 2px 10px 1px #25d36699;
  color: #25d366;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-weight: 600;
}

.button.is-icon.is-wha-button:hover {
  color: var(--base);
  background-color: #25d366;
}

.button.is-secondary {
  background-color: var(--blue);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  margin-top: 0;
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.button.is-secondary:hover {
  background-color: var(--yellow);
}

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

.button.is-secondary.is-small {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.button.is-secondary.subscribe {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-duration: .2s;
  display: block;
  position: relative;
}

.button.is-secondary.is-me-interesa {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

.heading-style-h4 {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.icon-1x1-xxsmall.icon-alert {
  position: relative;
  top: 4px;
}

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

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

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-family: Titilliumweb Light, sans-serif;
  font-weight: 300;
}

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

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

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

.text-weight-bold {
  font-family: Titilliumweb Bold, sans-serif;
  font-weight: 700;
}

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

.heading-style-h3 {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
}

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

.form-input {
  border: 1px solid var(--base);
  background-color: var(--bg-gray);
  height: auto;
  min-height: 2.75rem;
  color: var(--base);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: var(--blue);
}

.form-input::placeholder {
  color: #0009;
}

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

.form-input.is-text-area.is-small {
  min-height: 5.625rem;
}

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

.form-input.mb {
  margin-bottom: 1rem;
}

.form-input.mb.small, .form-input.small {
  min-height: auto;
}

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

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

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

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

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

.rl-styleguide_color.is-gray {
  background-color: var(--bg-gray);
}

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

.rl-styleguide_color.is-base {
  background-color: var(--base);
  color: var(--base);
}

.rl-styleguide_color.is-blue {
  background-color: var(--blue);
  color: #6ce5cf;
}

.rl-styleguide_color.is-yellow {
  color: var(--yellow);
  background-color: #ffe38b;
}

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

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

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

.text-weight-semibold {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-weight: 600;
}

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-dark {
  color: var(--base);
}

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

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

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

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

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

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

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

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

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

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

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

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

.titulo-row.margin-bottom.margin-large.text-align-center.flexed {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.text-size-small.tag {
  background-color: var(--blue);
  border-style: none;
}

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

.form-field-wrapper {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.form-field-wrapper.text-align-center.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-field-wrapper.is-special {
  border-top: 2px solid var(--white);
  margin-top: 0;
  padding-top: 1.5rem;
}

.form-field-wrapper.is-special.is-bottom {
  border-bottom: 2px solid var(--white);
  padding-bottom: 1.5rem;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

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

.text-rich-text {
  width: 100%;
  font-family: Titilliumweb Light, sans-serif;
  font-weight: 300;
}

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

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

.text-rich-text h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

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

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

.text-rich-text p {
  margin-bottom: .8rem;
  font-family: Titilliumweb Light, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-rich-text a {
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}

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

.text-rich-text strong, .text-rich-text.legal {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-weight: 600;
}

.text-rich-text.legal li, .text-rich-text ul {
  font-family: Titilliumweb Light, sans-serif;
  font-weight: 300;
}

.text-rich-text.is-accordion {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
}

.text-rich-text.is-accordion li {
  font-size: 1rem;
}

.text-rich-text li {
  padding-left: 0;
  font-size: 1rem;
}

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

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

.form-checkbox.is-check {
  margin-top: 0;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

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

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

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

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

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

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

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

.padding-section-large.is-hero {
  position: relative;
}

.padding-section-large.is-line-divider {
  border-top: 1px solid #cdcdcd;
}

.padding-section-large.is-account {
  padding-top: 3rem;
}

.padding-section-large.is-hero-funiona {
  position: relative;
}

.padding-section-large.is-footer {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-yellow {
  background-color: var(--bg-yellow);
}

.navbar2_link {
  color: var(--bg-gray);
  padding: 0;
  text-decoration: none;
  transition: all .3s ease-out;
}

.navbar2_link:hover, .navbar2_link.w--current {
  color: var(--yellow);
}

.navbar2_link.is-footer {
  color: var(--base);
}

.navbar2_link.is-footer:hover {
  color: var(--base);
  text-decoration: underline;
}

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

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

.navbar2_menu.is-page-height-tablet {
  grid-column-gap: 1.25rem;
  background-color: var(--base);
  color: var(--white);
  border-radius: .75rem;
  padding: .5rem 2rem;
}

.navbar2_menu.is-page-height-tablet.is-footer {
  background-color: var(--bg-yellow);
}

.menu-icon2 {
  display: none;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--base);
  background-color: var(--bg-gray);
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 2rem;
  display: flex;
}

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

.navbar2_logo {
  width: 100%;
  min-width: 200px;
}

.navbar_component {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section_hero {
  position: relative;
}

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

.header1_content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header1_image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-animation {
  width: auto;
  height: 30rem;
  max-height: 30rem;
}

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

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

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

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

.features_item {
  background-color: var(--white);
  text-align: left;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2.5rem 1.25rem;
  display: flex;
}

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

.features_item.is-center.is-password {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  min-width: 400px;
}

.beneffits_image-wrapper-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.beneffits_item-data {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flexed-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.recent-work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.recent-work_item {
  background-color: var(--bg-yellow);
  text-align: center;
  background-image: url('../images/texture-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2.5rem 1.25rem;
  display: flex;
}

.testimonails_component {
  background-color: var(--bg-blue);
  background-image: url('../images/texture-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.testimonial-item {
  background-color: var(--bg-gray);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  width: 45%;
  margin: 1rem;
  padding: 2.5rem 1.25rem;
  display: flex;
}

.testimonial-data {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.features_component {
  grid-column-gap: 8.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.features_conent-left {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.features-item {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.check-mark {
  width: 40px;
  height: 40px;
}

.service-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.message_component {
  background-color: var(--bg-yellow);
  border-radius: .75rem;
  width: 100%;
  max-width: 900px;
  padding: 1.25rem 2rem;
}

.message_component.is-plans {
  grid-row-gap: 1rem;
  background-color: var(--bg-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.message_component.is-cancel-msg {
  margin-top: 0;
}

.message_component.is-solicitud {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.message_component.is-blue {
  background-color: var(--bg-blue);
  max-width: 700px;
}

.message_component.is-plans-ax {
  max-width: 700px;
}

.message-top-row {
  grid-column-gap: 1rem;
  align-items: flex-start;
  margin-bottom: .75rem;
  display: flex;
}

.message-top-row.no-mb {
  margin-bottom: 0;
}

.message-top-row.flexed-center {
  justify-content: flex-start;
  align-items: center;
}

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

.sites_component {
  grid-row-gap: 3.75rem;
  background-color: var(--bg-blue);
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sites_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  display: grid;
}

.sites_item {
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.sites_item.is-bigger {
  max-width: 500px;
}

.sites_item.is-two-col {
  grid-column-gap: 1.25rem;
  flex-flow: row;
}

.site-icon {
  width: auto;
  height: 8rem;
}

.contact-first-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-first-col.text-align-left {
  text-align: left;
}

.book-call-image {
  width: 100%;
  max-width: 800px;
  height: 100%;
}

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

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

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

.section_mexican {
  width: 100%;
}

.mexican_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  display: grid;
}

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

.flag {
  width: 42px;
}

.footer_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 2rem;
  display: flex;
}

.footer-left-col {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.logo {
  width: 36px;
}

.beneffits-animation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.lottie-beneficio {
  width: 100%;
  max-width: 8rem;
}

.meditate-animation {
  width: 100%;
  height: 20rem;
}

.heading {
  font-size: 3.625rem;
  line-height: 120%;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

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

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  z-index: 90;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  box-shadow: 0 3px 5px #00000026;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.navbar1_logo-link:hover {
  background-color: #0000;
}

.navbar1_link {
  text-align: center;
  background-color: #0000;
  border-radius: .7rem;
  padding: .5rem .75rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.navbar1_link:hover {
  background-color: var(--yellow);
}

.navbar1_link.w--current {
  color: var(--black);
  text-decoration: underline;
}

.navbar1_logo {
  width: 12rem;
}

.recent-work-component {
  grid-column-gap: 0px;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.work-item {
  grid-row-gap: .75rem;
  background-color: var(--white);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.work-cover-img {
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 1rem;
}

.p-small {
  font-size: 1rem;
}

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

.sites-types_component {
  grid-column-gap: 0px;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr .5fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer4_logo-link {
  padding-left: 0;
  padding-right: 0;
}

.footer4_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer4_social-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: normal;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.footer4_social-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.footer4_legal-link {
  text-align: center;
  font-size: .875rem;
  text-decoration: underline;
}

.footer-component {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo {
  width: 4rem;
}

.footer-yellow-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  background-color: var(--bg-yellow);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  display: flex;
}

.faq4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: grid;
}

.faq4_icon {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.button-3 {
  border: .1rem solid var(--base);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  background-color: #0000;
  border-radius: .75rem;
  padding: .5rem 2rem;
  transition: all .3s ease-out;
}

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

.button-3.is-secondary {
  background-color: var(--blue);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.button-3.is-secondary:hover {
  background-color: var(--yellow);
}

.faq_component {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacto-component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.section_testimonial {
  background-color: var(--bg-blue);
  overflow: hidden;
}

.testimonial24_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

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

.testimonial24_slide {
  padding-right: 2rem;
}

.testimonial24_content {
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial24_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial24_logo {
  max-height: 3rem;
}

.testimonial24_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

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

.button-wrapper {
  display: flex;
}

.button-4 {
  border: .1rem solid var(--base);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  background-color: #0000;
  border-radius: .75rem;
  padding: .5rem 2rem;
  transition: all .3s ease-out;
}

.button-4:hover {
  background-color: var(--yellow);
}

.button-4.is-link {
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link:hover {
  text-decoration: underline;
}

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

.testimonial24_arrow {
  border: 1px solid var(--base);
  background-color: var(--white);
  width: 3rem;
  height: 3rem;
  box-shadow: 3px 3px 0 0 var(--base);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial24_arrow:hover {
  background-color: var(--yellow);
}

.testimonial24_arrow.is-left {
  right: 4rem;
}

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

.testimonial24_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonials_component {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-heading-row {
  width: 100%;
  margin-bottom: 3.75rem;
}

.testimonial-data-bottom {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section_pricing {
  overflow: hidden;
}

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

.pricing20_plan {
  border: 1px solid var(--black);
  padding: 2rem;
}

.pricing20_divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.button-5 {
  border: .1rem solid var(--base);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  background-color: #0000;
  border-radius: .75rem;
  padding: .5rem 2rem;
  transition: all .3s ease-out;
}

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

.pricing20_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing20_feature {
  display: flex;
}

.pricing20_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.item-plan {
  grid-row-gap: 2rem;
  border: 2px none var(--blue);
  background-color: var(--white);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 2.5rem 2rem;
  display: block;
}

.default-state {
  margin: 0;
  padding: 0;
}

.list-plans {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.field-label-2 {
  margin-bottom: 0;
}

.quantity {
  margin-bottom: 0;
}

.plans_component {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.plans-col {
  width: 100%;
}

.more-info-plans {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.more-info-plans.in-message {
  margin-top: 0;
}

.price-row {
  grid-column-gap: .2rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.price-row.center {
  justify-content: center;
  align-items: flex-end;
}

.price-row.center.is-col {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.price-row.is-marginb {
  margin-top: 1rem;
  margin-bottom: 0;
}

.price-row.no-margin {
  margin-top: 0;
}

.form-account-block {
  width: 100%;
  max-width: 600px;
  padding: 4rem 2rem;
}

.acount-form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.page-wrapp-logs {
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.form-icon {
  width: 100%;
  max-width: 56px;
}

.heading-2 {
  width: 100%;
}

.errore-msg {
  border-radius: .75rem;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1.5rem;
  position: relative;
  top: 0%;
}

.max-width-medum-two {
  max-width: 40rem;
}

.user-account-page {
  background-color: var(--bg-gray);
  padding: 0;
}

.actions-user-block {
  grid-row-gap: 2rem;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.account-inner-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.account-page-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subs-wrapper {
  width: 100%;
}

.subs-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscription-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.5rem;
  display: grid;
}

.subs-wrapp {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.user-account-form {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.user-acount-data {
  width: 100%;
}

.user-actons-wrapp {
  width: 100%;
  margin-top: 1rem;
}

.data-subs {
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.column-sub {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.link-no-padd {
  padding: 0;
}

.heading-usser-row {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.empty-sub {
  background-color: var(--bg-blue);
  border-radius: .75rem;
  padding: 1.25rem 2rem;
}

.plans-selector-component {
  width: 30%;
}

.form-choose {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.form-choose-wrapper {
  width: 100%;
  max-width: 20rem;
}

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

.plans-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.plans-header-title-block {
  width: 100%;
}

.anim-features {
  width: 100%;
  max-width: 8rem;
}

.type-of-plan {
  display: none;
}

.desk-img {
  width: 100%;
  max-width: 22rem;
  margin-top: 4rem;
}

.icon-check {
  width: 1.2rem;
  height: 1.2rem;
}

.legal-component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4rem;
  display: flex;
}

.legal-logo {
  width: 100%;
  max-width: 4rem;
}

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

.cookie-banner {
  z-index: 9;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--base);
  background-color: var(--bg-yellow);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 50rem;
  padding: 2rem;
  display: flex;
}

.row-form {
  margin-bottom: 1rem;
}

.price-text {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
}

.succes-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-sign-up {
  width: 100%;
  max-width: 8rem;
}

.redirect-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-confirmation, .body, .checkout-form {
  background-color: var(--bg-gray);
}

.powered-by-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.stripe-img {
  width: 80px;
}

.language-select {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.cancel-prices-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--bg-yellow);
  border-radius: .8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
}

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

.last-message {
  background-color: var(--bg-blue);
  text-align: center;
  border-radius: .75rem;
  padding: .5rem .5rem .5rem 1rem;
  font-size: 1rem;
}

.no-bold {
  font-family: Titilliumweb Light, sans-serif;
  font-weight: 300;
}

.messages-plans-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.aviso-icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 4px;
}

.cookie-wraper {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: auto auto 4rem 0%;
}

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

.embed-calendly {
  margin-top: 2rem;
  margin-bottom: 0;
}

.how-it-works-video-embed {
  width: 100%;
}

.how-it-works-wrapper {
  z-index: 999;
  background-color: #0b1d2b99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.actions-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.actions-wrapper.is-about {
  justify-content: flex-start;
  align-items: center;
}

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

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.section_contact-modal1 {
  position: relative;
}

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

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

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

.contact-modal1_content-wrapper {
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: scroll;
}

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

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

.form-input-2::placeholder {
  color: #0009;
}

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

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

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

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

.show-mobile-landscape {
  color: var(--base);
  display: none;
}

.error-text {
  color: #e23939;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.contact-modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

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

.contact-modal1_close-button {
  color: var(--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.success-message {
  background-color: var(--bg-yellow);
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.max-h1 {
  max-width: 34rem;
}

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

.tipo-text {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.section_cta25 {
  position: relative;
}

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

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

.text-size-medium-3 {
  font-size: 1.3rem;
}

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

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

.button-7 {
  border: .1rem solid var(--base);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  cursor: pointer;
  border-radius: .75rem;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

.button-7:hover {
  background-color: var(--yellow);
}

.button-7.is-secondary {
  background-color: var(--blue);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.button-7.is-secondary:hover {
  background-color: var(--yellow);
}

.padding-global-4 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.layout125_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

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

.button-8 {
  border: .1rem solid var(--base);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  cursor: pointer;
  border-radius: .75rem;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

.button-8:hover {
  background-color: var(--yellow);
}

.button-8.is-link {
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link:hover {
  text-decoration: underline;
}

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

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

.header19_image-wrapper {
  position: relative;
}

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

.text-size-medium-4 {
  font-size: 1.3rem;
}

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

.button-9 {
  border: .1rem solid var(--base);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  cursor: pointer;
  border-radius: .75rem;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

.button-9:hover {
  background-color: var(--yellow);
}

.button-9.is-secondary {
  background-color: var(--blue);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.button-9.is-secondary:hover {
  background-color: var(--yellow);
}

.text-size-medium-5 {
  font-size: 1.3rem;
}

.target_component {
  padding: 0;
}

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

.career25_department-wrapper.last {
  margin-bottom: 0;
}

.career25_job-department {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  display: grid;
}

.career25_list-wrapper {
  overflow: hidden;
}

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

.career25_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  padding: 2rem;
}

.career25_title-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career24_department-label {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-left: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.career24_department-label.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.career25_job-details-wrapper {
  display: flex;
}

.career25_detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.career25_icon-wrapper {
  flex: none;
  margin-right: .75rem;
}

.button-10 {
  border: .1rem solid var(--base);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  cursor: pointer;
  border-radius: .75rem;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

.button-10:hover {
  background-color: var(--yellow);
}

.button-10.is-secondary {
  background-color: var(--blue);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.button-10.is-secondary:hover {
  background-color: var(--yellow);
}

.button-10.is-secondary.is-small {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.text-size-medium-6 {
  font-size: 1.3rem;
}

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

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

.button-11 {
  border: .1rem solid var(--base);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  text-align: center;
  cursor: pointer;
  border-radius: .75rem;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

.button-11:hover {
  background-color: var(--yellow);
}

.button-11.is-secondary {
  background-color: var(--blue);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.button-11.is-secondary {
  background-color: var(--blue);
  box-shadow: 3px 3px 0 0 var(--base);
  color: var(--base);
  margin-top: 0;
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.button-11.is-secondary:hover {
  background-color: var(--yellow);
}

.button-11.is-link {
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-11.is-link:hover {
  text-decoration: underline;
}

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

.portafolio-component, .proyectos-col, .proyectos-list, .recent-work-wrapp {
  width: 100%;
}

.inline-block, .inline {
  display: inline;
}

.inline.r-spacio {
  padding-right: .5rem;
}

.inline.lowercase {
  text-transform: lowercase;
}

.col-planes {
  width: 100%;
}

.pass-succes-wrapp {
  text-align: center;
}

.inner-succes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-icon {
  width: auto;
  height: 6rem;
  display: block;
}

.plan-icon.big {
  height: 14rem;
}

.icon-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.profile-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.full-img {
  width: 100%;
}

.full-img.half {
  max-width: 10rem;
}

.desk-footer-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.desk-footer-img {
  width: 100%;
  max-width: 12rem;
}

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

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

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

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

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

.cta31_image-wrapper {
  max-width: 20rem;
}

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

.add-plan-component {
  width: 100%;
}

.rich-text-hero {
  font-family: Titilliumweb Light, sans-serif;
  font-weight: 300;
}

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

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

.rich-text-hero h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
}

.rich-text-hero h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.rich-text-hero h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

.rich-text-hero p {
  text-align: left;
  margin-bottom: .8rem;
  font-family: Titilliumweb Light, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

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

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

.rich-text-hero strong {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.rich-text-hero.legal {
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-weight: 600;
}

.rich-text-hero.legal li, .rich-text-hero ul {
  font-family: Titilliumweb Light, sans-serif;
  font-weight: 300;
}

.rich-text-hero li {
  text-align: left;
  font-size: 1.1rem;
}

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

.funciona-left-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: block;
}

.funciona-right-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.funciona-nav-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 7rem;
}

.segmento-block {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: var(--bg-blue);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.segmento-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.fase-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 1.75rem;
  display: flex;
}

.logo-fase {
  width: 10rem;
  height: auto;
}

.accordion1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.accordion1_component.is-price {
  text-align: left;
  margin-top: 2rem;
}

.accordion1_top {
  border: 1px none var(--bg-gray);
  background-color: var(--bg-gray);
  cursor: pointer;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  transition: all .2s;
  display: flex;
}

.accordion1_top:hover {
  border: 1px none var(--base);
  background-color: var(--yellow);
}

.accordion1_top.is-plan {
  justify-content: space-between;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.accordion1_icon {
  align-self: flex-start;
  width: 1.7rem;
  margin-left: .5rem;
  display: flex;
}

.accordion1_bottom {
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

.desc-segmento {
  max-width: 40rem;
}

.conocer-mas_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 4rem;
  display: grid;
}

.conocer-img {
  width: 100%;
}

.item-segmentos-nav-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1rem auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  width: 100%;
  display: grid;
}

.indicador-nav {
  border: 1px solid var(--base);
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
  transition: all .2s;
  position: relative;
  top: .4rem;
}

.segmento-item {
  white-space: pre-wrap;
  width: 100%;
  text-decoration: none;
}

.section_header77 {
  width: 100%;
  overflow: hidden;
}

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

.header77_content-left {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

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

.header77_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 80vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.header77_image-wrapper.shadow-medium {
  border-radius: 1rem;
}

.header77_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.button-12 {
  color: #0b1d2b;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: .1rem solid #0b1d2b;
  border-radius: .75rem;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .3s ease-out;
  box-shadow: 3px 3px #0b1d2b;
}

.button-12:hover {
  background-color: #ffe38b;
}

.button-12.is-secondary {
  color: #0b1d2b;
  background-color: #6ce5cf;
  margin-top: 0;
  padding: 1.25rem 5rem;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  box-shadow: 3px 3px #0b1d2b;
}

.button-12.is-secondary:hover {
  background-color: #ffe38b;
}

.footer-center-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.telescipio-img {
  width: auto;
}

.icon-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.pass-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.solicitud-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  display: grid;
}

.solicitud-wrapper {
  width: 100%;
}

.disclaimer-sections {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.inline-link {
  padding-left: 0;
  padding-right: 0;
  font-family: Titilliumweb Semi Bold, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.metodo-warpper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.metodo-warpper.two-col {
  grid-template-columns: 1fr 1fr;
}

.option-pago-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.sticky-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 6rem;
}

.icon-pag-hero {
  z-index: 2;
  width: 20%;
  position: absolute;
  inset: 5% 5% auto auto;
}

.accordion-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-row.is-plan {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
}

.light-link {
  padding: 0;
}

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

.extra-finfo-wrapp {
  font-size: .9rem;
}

.wha-button-wrapper {
  z-index: 10;
  position: fixed;
  inset: auto 2% 4% auto;
}

.tag-precio-detalle {
  bottom: -2px;
}

.plan-switcher-wrapper {
  width: 100%;
}

.item-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.data-name-col {
  width: 100%;
}

.plan-data-in-page {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 22rem;
  display: flex;
}

.plan-data {
  grid-column-gap: 3.75rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: grid;
}

.plan-data-col1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.type-of-img {
  width: 100%;
  max-width: 50%;
  margin-bottom: .5rem;
}

.type-of-img.is-big {
  max-width: 90%;
}

.plan-two-col-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_content30 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.content30_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.content30_social-link {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-radius: 20px;
  padding: .25rem;
}

.content30_content {
  margin-bottom: 4rem;
}

.content30_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.content30_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--base);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  text-decoration: none;
  display: inline-flex;
}

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

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

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

.section_blog-post-header2 {
  background-color: var(--bg-blue);
}

.blog-post-header2_title-wrapper {
  background-color: var(--white);
  border-radius: .75rem .75rem 0 0;
  padding: 2rem;
}

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

.blog-post-header2_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post-header2_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header2_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-header2_content-bottom {
  background-color: var(--white);
  border-radius: 0 0 .75rem .75rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.blog-post-header2_author-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

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

.blog-post-header2_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post-header2_social-link {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-radius: 20px;
  padding: .25rem;
}

.embed-form {
  width: 100%;
}

.demo-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  display: grid;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 2.8rem;
  }

  .titulo-row.margin-bottom.margin-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .navbar1_link {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1rem;
  }

  .price-text {
    font-size: 1.4rem;
  }

  .titulo-hero {
    font-size: 3.4rem;
  }

  .padding-global-3, .padding-global-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .tag-precio-detalle {
    font-size: 1rem;
  }
}

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

  h2 {
    font-size: 2.2rem;
  }

  .hide-tablet {
    display: none;
  }

  .main-wrapper {
    margin-top: 4rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-secondary.is-small.is-menu {
    width: auto;
    box-shadow: 3px 3px 0 0 var(--white);
    padding: .5rem 3rem;
  }

  .button.is-account {
    box-shadow: 3px 3px 0 0 var(--blue);
  }

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

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

  .titulo-row.align-left {
    text-align: center;
  }

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

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

  .padding-section-large.is-hero, .padding-section-large.is-hero-funiona {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

  .navbar2_link.is-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navbar2_menu.is-page-height-tablet {
    width: 90%;
    height: auto;
    margin-top: 5rem;
    margin-left: 5%;
    margin-right: 5%;
    transition: height .5s;
  }

  .navbar2_menu.is-page-height-tablet.is-footer {
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
  }

  .menu-icon2 {
    background-color: var(--base);
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 36px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

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

  .navbar2_menu-button {
    padding: 0;
    position: absolute;
    inset: auto auto -36px;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_container {
    grid-column-gap: 1rem;
    grid-template-columns: .25fr 1fr;
    padding: .5rem 1.25rem;
    display: flex;
    position: relative;
  }

  .navbar2_button-wrapper {
    grid-column-gap: 0rem;
    align-items: center;
  }

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

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

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

  .navbar_component {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_content {
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .header1_content.left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-animation {
    width: 50%;
    height: auto;
    max-height: none;
  }

  .beneffits_component {
    grid-row-gap: 3rem;
  }

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

  .features_item {
    padding: 2rem 1rem;
  }

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

  .recent-work_item {
    padding: 2rem 1rem;
  }

  .testimonails_component {
    padding: 2rem;
  }

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

  .testimonial-item {
    width: 43%;
    padding: 2rem 1rem;
  }

  .features_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .features_conent-left {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .features_list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .sites_component {
    padding: 2rem;
  }

  .sites_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    place-items: stretch start;
  }

  .sites_item {
    width: 100%;
    max-width: none;
    padding: 2rem 1.25rem;
  }

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

  .mexican-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--base);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 2rem 2rem 8rem;
    transition: height .5s;
  }

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

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    border: 1px solid var(--base);
    background-color: var(--blue);
    border-radius: .7rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

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

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_link {
    width: auto;
    color: var(--white);
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: block;
  }

  .navbar1_link:hover {
    color: var(--white);
    background-color: #0000;
  }

  .navbar1_link:focus, .navbar1_link:focus-visible, .navbar1_link[data-wf-focus-visible], .navbar1_link:visited, .navbar1_link.w--current {
    color: var(--white);
  }

  .recent-work-component {
    grid-row-gap: 3rem;
  }

  .recent-work-list {
    grid-template-columns: 1fr 1fr;
  }

  .service_component, .sites-types_component {
    grid-row-gap: 3rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer4_logo-link {
    padding-right: 0;
  }

  .footer4_social-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .footer-component {
    align-items: center;
  }

  .footer-logo {
    display: none;
  }

  .footer-yellow-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .faq_component {
    grid-row-gap: 3rem;
  }

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

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

  .testimonial24_mask {
    width: 50%;
  }

  .testimonial24_arrow.is-left {
    right: 5rem;
  }

  .testimonial-heading-row {
    margin-bottom: 3rem;
  }

  .pricing20_component, .list-plans {
    grid-template-columns: 1fr;
  }

  .plans_component {
    grid-row-gap: 3rem;
  }

  .form-account-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-wrapp-logs {
    justify-content: flex-start;
  }

  .log-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .account-inner-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .plans-selector-component {
    width: 50%;
  }

  .plans-header {
    grid-column-gap: 2rem;
  }

  .plans-header-title-block {
    width: 50%;
  }

  .desk-img {
    width: 60%;
    margin-top: 2rem;
  }

  .cookie-banner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 80%;
    padding: 1.2rem;
    left: 10%;
  }

  .actions-wrapper {
    align-items: center;
    margin-top: 0;
  }

  .actions-wrapper.is-left {
    margin-top: 1rem;
  }

  .actions-wrapper.is-about {
    margin-top: 2rem;
  }

  .actions-wrapper.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .portafolio-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

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

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

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

  .header19_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .career25_department-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .career25_job-department {
    grid-template-columns: .75fr .5fr;
    place-items: start;
  }

  .button-group-8, .button-group-9 {
    justify-content: center;
  }

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

  .funciona-right-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .logo-fase {
    width: 8rem;
  }

  .conocer-mas_component {
    flex-flow: column;
    grid-template-columns: 20rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .conocer-img {
    max-width: 14rem;
  }

  .segmento-item, .segmento-item.w--current {
    padding-right: 0;
  }

  .header77_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 3rem;
  }

  .header77_content-left {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .header77_content-right {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .plan-data {
    grid-column-gap: 2rem;
  }

  .content30_content {
    margin-bottom: 3rem;
  }

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

  .blog-post-header2_image-wrapper {
    margin-bottom: 3rem;
  }

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

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

  h2 {
    font-size: 1.8rem;
  }

  h4 {
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1.1rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-medium.is-title {
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .field-label.text-align-right.center-mobile {
    text-align: center;
  }

  .field-label.text-align-right.left-mobile {
    text-align: left;
  }

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

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

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

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

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

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

  .padding-section-large.is-hero-funiona {
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

  .navbar_component {
    min-height: 4rem;
  }

  .header1_component {
    grid-row-gap: 2rem;
  }

  .hero-animation {
    width: 70%;
    height: auto;
    max-height: none;
  }

  .beneffits_component {
    grid-row-gap: 2rem;
  }

  .beneffits_list, .recent-work_list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .testimonial-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    width: 100%;
    margin: 0;
  }

  .features_component {
    grid-row-gap: 4rem;
  }

  .service-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

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

  .sites_item {
    width: 100%;
    margin: 0;
  }

  .sites_item.is-two-col {
    flex-flow: column;
  }

  .mexican_component {
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mexican-content {
    width: 100%;
  }

  .footer_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .meditate-animation {
    width: 60%;
    height: auto;
  }

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

  .navbar1_component {
    height: auto;
  }

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

  .recent-work-component {
    grid-row-gap: 2rem;
  }

  .recent-work-list {
    grid-template-columns: 1fr;
  }

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

  .service_component, .sites-types_component {
    grid-row-gap: 2rem;
  }

  .footer4_component {
    padding-bottom: 5rem;
  }

  .footer4_top-wrapper {
    place-items: start;
  }

  .footer4_logo-link {
    padding-right: 0;
  }

  .footer4_link-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    place-items: start;
    display: grid;
  }

  .footer4_social-list {
    width: 100%;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_credit-text {
    text-align: left;
    width: 100%;
    margin-top: 0;
  }

  .footer-yellow-block {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .faq4_question {
    align-content: center;
    padding: 1rem 1.25rem;
  }

  .faq4_icon {
    width: 1.75rem;
  }

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

  .faq_component, .contacto-component {
    grid-row-gap: 2rem;
  }

  .testimonial24_mask {
    width: 80%;
  }

  .testimonial24_slide {
    padding-right: 1.5rem;
  }

  .testimonial24_content {
    padding: 1.5rem;
  }

  .testimonial24_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial24_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial24_arrow.is-left {
    right: 4.5rem;
  }

  .testimonial-heading-row {
    margin-bottom: 2rem;
  }

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

  .pricing20_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .plans_component {
    grid-row-gap: 2rem;
  }

  .plans-selector-component {
    width: 100%;
  }

  .form-choose {
    align-items: flex-start;
  }

  .plans-header {
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .plans-header-title-block {
    width: 100%;
  }

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

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

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .portafolio-list {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .header19_component {
    grid-row-gap: 3rem;
  }

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

  .career25_department-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
  }

  .career25_list {
    grid-row-gap: 1.5rem;
  }

  .career25_item {
    padding: 1.5rem;
  }

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

  .desk-footer-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rich-text-hero p, .rich-text-hero li {
    font-size: 1.1rem;
  }

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

  .funciona-left-block {
    display: none;
  }

  .funciona-right-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

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

  .accordion1_icon {
    width: 1.75rem;
  }

  .header77_component {
    padding-top: 4rem;
  }

  .header77_content-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header77_image-wrapper {
    width: 18rem;
  }

  .solicitud-component {
    grid-row-gap: 2rem;
  }

  .wha-button-wrapper {
    bottom: 2%;
  }

  .plan-data {
    grid-template-columns: 1fr;
  }

  .content30_content-top, .content30_content, .blog-post-header2_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post-header2_content-bottom {
    flex-direction: column;
  }

  .demo-form {
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

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

  h2 {
    font-weight: 700;
  }

  li {
    font-size: 1.1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .icon-embed-small.is-wha {
    width: 1.75rem;
    height: 1.75rem;
  }

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

  .button {
    padding: .5rem 2rem;
  }

  .button.is-icon.is-wha-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    box-shadow: 3px 3px 0 0 var(--base), 0 2px 10px 1px #25d36699;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .button.is-secondary.is-small.is-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.is-secondary.is-small.is-account {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.is-secondary.is-small.is-plans, .button.is-secondary.is-hero {
    width: 100%;
  }

  .button.is-secondary.is-me-interesa {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .icon-embed-xxsmall.is-check {
    position: relative;
    top: 4px;
  }

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

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

  .padding-section-large.is-footer {
    padding-bottom: 2.5rem;
  }

  .navbar2_menu.is-page-height-tablet.is-footer {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 1rem;
  }

  .navbar2_logo {
    min-width: auto;
  }

  .header1_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header1_content {
    grid-row-gap: 1.25rem;
  }

  .hero-animation {
    width: 66%;
  }

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

  .features_item {
    padding: 2rem 1.25rem;
  }

  .recent-work_list {
    grid-template-columns: 1fr;
  }

  .recent-work_item {
    padding: 2rem 1rem;
  }

  .testimonails_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    padding: 2rem 1rem;
  }

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

  .features_list-wrapper {
    grid-row-gap: 1.25rem;
  }

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

  .features-item {
    grid-column-gap: .5rem;
    align-items: flex-start;
  }

  .service-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .message_component {
    padding: 2rem 1rem;
  }

  .message-top-row {
    grid-row-gap: .75rem;
    flex-direction: column;
  }

  .sites_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sites_list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .sites_item {
    padding: 2rem 1.25rem;
  }

  .contact-first-col {
    align-items: center;
  }

  .mexican_component {
    grid-row-gap: 3rem;
  }

  .mexican-content {
    grid-row-gap: 1rem;
  }

  .footer_component {
    grid-row-gap: 1.25rem;
  }

  .footer-nav {
    width: 100%;
  }

  .lottie-beneficio {
    width: 44%;
  }

  .meditate-animation {
    width: 66%;
    max-width: none;
    height: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 8rem;
  }

  .menu-icon1 {
    width: 40px;
    height: 40px;
  }

  .navbar1_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar1_link, .navbar1_link.w--current {
    color: var(--white);
  }

  .recent-work-component {
    grid-row-gap: 2rem;
  }

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

  .work-item {
    padding: 1rem;
  }

  .sites-types_component {
    grid-row-gap: 2rem;
  }

  .footer4_component {
    padding-bottom: 4rem;
  }

  .footer4_top-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: var(--bg-blue);
    border-radius: .75rem;
    place-items: start center;
    padding: 1.25rem;
  }

  .footer4_logo-link {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .footer4_link-list {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: start center;
    width: 100%;
  }

  .footer4_link {
    text-align: left;
    background-color: #0000;
  }

  .footer4_social-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 135px;
    display: flex;
  }

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

  .footer-component {
    grid-row-gap: 2rem;
    align-items: flex-start;
  }

  .footer-yellow-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq4_question {
    align-content: center;
    align-items: stretch;
  }

  .button-3 {
    padding: .25rem 1.5rem;
  }

  .button-3.is-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .testimonial24_mask {
    width: 95%;
  }

  .button-4, .button-5 {
    padding: .25rem 1.5rem;
  }

  .item-plan {
    padding: 2rem 1.25rem;
  }

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

  .more-info-plans {
    margin-top: 1.5rem;
  }

  .price-row.center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .errore-msg {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
    position: relative;
  }

  .account-inner-wrapper {
    grid-row-gap: 4rem;
  }

  .subscription-item {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .user-account-form {
    grid-row-gap: 1rem;
  }

  .user-actons-wrapp {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .column-sub {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .empty-sub {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desk-img {
    width: 100%;
  }

  .icon-check {
    position: relative;
    top: 2px;
  }

  .legal-component {
    grid-row-gap: 2rem;
  }

  .legal-wrapper {
    grid-row-gap: 1rem;
  }

  .cookie-banner {
    width: 90%;
    left: 5%;
    right: 5px;
  }

  .powered-by-wrapper {
    text-align: center;
    flex-direction: column;
    width: 100%;
  }

  .last-message {
    padding: .4rem;
    font-size: .85rem;
  }

  .actions-wrapper.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .actions-wrapper.is-about {
    margin-top: 1.5rem;
  }

  .titulo-hero {
    font-size: 2rem;
  }

  .titulo-hero.is-left {
    text-align: left;
  }

  .portafolio-list {
    grid-template-columns: 1fr;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .button-7 {
    padding: .5rem 2rem;
  }

  .button-7.is-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .padding-global-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .button-8 {
    padding: .5rem 2rem;
  }

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

  .button-9 {
    padding: .5rem 2rem;
  }

  .button-9.is-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .career25_department-wrapper {
    margin-bottom: 0;
    padding-top: 0;
  }

  .career25_job-department {
    flex-flow: column;
    display: flex;
  }

  .button-10 {
    padding: .5rem 2rem;
  }

  .button-10.is-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .button-10.is-secondary.is-small {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-11 {
    padding: .5rem 2rem;
  }

  .button-11.is-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .plan-icon.big {
    height: 10rem;
  }

  .desk-footer-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .desk-footer-img {
    width: 80%;
    max-width: none;
  }

  .rich-text-hero li {
    font-size: 1.1rem;
  }

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

  .funciona-nav-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .segmento-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .segmento-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fase-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .accordion1_component.is-price {
    margin-top: 1.5rem;
  }

  .accordion1_top {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .desc-segmento {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .conocer-mas_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-segmentos-nav-block {
    place-items: center start;
  }

  .indicador-nav {
    top: 0;
  }

  .segmento-item {
    padding-right: .5rem;
    text-decoration: underline;
  }

  .header77_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: start;
    width: 100%;
    padding-top: 2rem;
  }

  .header77_content-left {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .header77_image-wrapper {
    width: 60vw;
  }

  .button-12 {
    padding: .5rem 2rem;
  }

  .button-12.is-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .telescipio-img {
    width: 70%;
  }

  .metodo-warpper, .metodo-warpper.two-col {
    grid-template-columns: 1fr;
  }

  .wha-button-wrapper {
    bottom: 2rem;
    right: 1.5rem;
  }

  .texto-wha-btn {
    font-size: .75rem;
    display: block;
  }

  .item-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 4rem minmax(auto, 1fr);
    place-items: start;
    width: 100%;
  }

  .plan-data-col1 {
    justify-content: flex-start;
    align-items: center;
  }

  .type-of-img {
    max-width: 90%;
  }

  .content30_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .content30_share-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

  .blog-post-header2_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .demo-form {
    grid-row-gap: 3rem;
  }
}

#w-node-_07b838f0-3b96-38ae-c116-d04493e0f474-58e62526 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e6939c5-b739-2735-f8d3-fed1a1307ea8-58e62526 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_26fd0fe8-a6af-8156-7c82-43e38949a9fc-8949a9ea {
  justify-self: end;
}

#w-node-_04b8cc00-101c-6be6-0a9e-8acabe299e34-be299e34, #w-node-_44ae6ed5-9170-65e8-c5e7-9681a74152a3-be299e34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-58e6253d {
  justify-self: start;
}

#w-node-_12c7c2b7-91d6-058b-6111-ff365c0cee5a-58e6253d, #w-node-_5c21b646-b65d-25b3-a8ed-cda39c382a4f-58e6253d, #w-node-a2d772d5-2198-4121-8ccc-ae8f0b3e7d56-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-58e6253d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-58e6253d {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-58e6253d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-58e6253d, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-58e6253d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-58e6253d {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-58e6253d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-58e6253d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-58e6253d {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-58e6253d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-58e6253d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-58e6253d {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-58e6253d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-58e6253d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-58e6253d {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-58e6253d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-58e6253d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-58e6253d {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-58e6253d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-58e6253d, #w-node-ee961e8d-845a-edc3-3307-509470022457-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-58e6253d {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-58e6253d, #w-node-ee961e8d-845a-edc3-3307-50947002245b-58e6253d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-58e6253d {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-58e6253d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-58e6253d, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-58e6253d {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-58e6253d, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-58e6253d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-58e6253d {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-58e6253d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-58e6253d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-58e6253d {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-58e6253d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-58e6253d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-58e6253d {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-58e6253d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-58e6253d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-58e6253d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-58e6253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-58e6253d {
  justify-self: start;
}

#w-node-d293e383-d249-aa80-84ca-c43da73867d2-b21b1861, #w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b5-66eb1ce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b6-66eb1ce8 {
  justify-self: start;
}

#w-node-b3c8ff86-8d14-a640-cec6-8157928c04a9-928c04a9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4184ea06-3844-bc6a-da22-fc36a03104db-6f9230a5 {
  justify-self: end;
}

#w-node-_4184ea06-3844-bc6a-da22-fc36a03104ea-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104eb-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104ec-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104ed-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104ee-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104ef-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f0-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f1-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f2-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f3-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f4-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f5-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f6-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f7-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104f9-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104fa-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104fb-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104fc-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104fd-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104fe-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a03104ff-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a0310500-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a0310501-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a0310502-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a0310503-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a0310504-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a0310505-6f9230a5, #w-node-_4184ea06-3844-bc6a-da22-fc36a0310506-6f9230a5, #w-node-_21981a43-ef05-98b9-5ed2-62431315deff-8fe187f4, #w-node-_21981a43-ef05-98b9-5ed2-62431315deff-47ca68e7, #w-node-_734eff2d-b685-0dfb-73e5-cbff045a4d2b-6d93958b, #w-node-a0983ce2-0e58-98a6-00a3-36ebd72fb847-6d93958b, #w-node-b52d9fb2-71e8-12c1-f5a8-18b5516da47e-6d93958b, #w-node-_81bd4466-57dc-fc77-73c9-1c5e01589ab6-6d93958b, #w-node-d132903e-7f98-030a-e2dc-f4ca7c3773ce-6d93958b, #w-node-_1a34d36d-27c5-1802-095e-663d3e6e6e32-6d93958b, #w-node-_1a34d36d-27c5-1802-095e-663d3e6e6e39-6d93958b, #w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b5-6d93958b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b6-6d93958b {
  justify-self: start;
}

#w-node-a9a6175d-3229-0983-206a-88d7d9b19863-75019f46, #w-node-_734eff2d-b685-0dfb-73e5-cbff045a4d2b-75019f46, #w-node-e53c806e-92e3-2f21-f0df-2c8dd5a66efb-75019f46, #w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b5-75019f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b6-75019f46 {
  justify-self: start;
}

#w-node-_21981a43-ef05-98b9-5ed2-62431315deff-bd781f29, #w-node-_734eff2d-b685-0dfb-73e5-cbff045a4d2b-d5eb8dc1, #w-node-a0983ce2-0e58-98a6-00a3-36ebd72fb847-d5eb8dc1, #w-node-b52d9fb2-71e8-12c1-f5a8-18b5516da47e-d5eb8dc1, #w-node-_81bd4466-57dc-fc77-73c9-1c5e01589ab6-d5eb8dc1, #w-node-d132903e-7f98-030a-e2dc-f4ca7c3773ce-d5eb8dc1, #w-node-_1a34d36d-27c5-1802-095e-663d3e6e6e32-d5eb8dc1, #w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b5-d5eb8dc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79667fc0-9704-6de6-3b2b-c3745aeec4b6-d5eb8dc1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_00e2ee66-cf96-456d-2227-975b32b8db58-58e62526 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_00e2ee66-cf96-456d-2227-975b32b8db64-58e62526, #w-node-_26fd3b0c-3a8a-ffe9-144d-a345eca99834-58e62526, #w-node-_26fd3b0c-3a8a-ffe9-144d-a345eca9983e-58e62526 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0e6939c5-b739-2735-f8d3-fed1a1307ea8-58e62526 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_26fd0fe8-a6af-8156-7c82-43e38949a9fc-8949a9ea {
    justify-self: center;
  }

  #w-node-_4184ea06-3844-bc6a-da22-fc36a03104db-6f9230a5 {
    justify-self: start;
  }

  #w-node-_21981a43-ef05-98b9-5ed2-62431315dee2-8fe187f4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_233b5545-27d1-2037-f423-c6b3b4b643b4-b4b643b3, #w-node-_233b5545-27d1-2037-f423-c6b3b4b643b9-b4b643b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_21981a43-ef05-98b9-5ed2-62431315dee2-47ca68e7, #w-node-_21981a43-ef05-98b9-5ed2-62431315dee2-bd781f29 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ddafc4c-3196-2a6f-0500-6cc7a0fb1b10-a0fb1b0f {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00e2ee66-cf96-456d-2227-975b32b8db58-58e62526 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_26fd0fe8-a6af-8156-7c82-43e38949a9fc-8949a9ea, #w-node-d4563997-0b1f-b848-0afd-f44e218756e8-613979ed, #w-node-af9a21ff-78cb-3fa6-3762-34ac275878c0-275878bc {
    align-self: center;
  }
}


@font-face {
  font-family: 'Titilliumweb Semi Bold';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb Regular';
  src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb Light';
  src: url('../fonts/TitilliumWeb-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb Bold';
  src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}