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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

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

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

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

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Mulish, sans-serif;
  color: #617281;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #13273a;
  font-size: 60px;
  line-height: 1.167em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #444;
  font-size: 42px;
  line-height: 1.31em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #13273a;
  font-size: 26px;
  line-height: 1.308em;
  font-weight: 400;
}

h4 {
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #13273a;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #13273a;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #13273a;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  color: #7a7a7a;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #13273a;
  text-decoration: underline;
}

a:hover {
  color: #214f7a;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.444em;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.444em;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7a7a7a;
}

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

label {
  display: block;
  margin-bottom: 16px;
  color: #13273a;
  line-height: 1em;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

blockquote {
  padding: 74px 80px;
  border-left: 0px solid #000;
  background-color: #fff;
  background-image: url('../images/icon-block-quote-law-firm-template.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 33px 69px 0 rgba(0, 0, 0, 0.02), 0 14px 29px 0 rgba(0, 0, 0, 0.01), 0 7px 15px 0 rgba(0, 0, 0, 0.01), 0 4px 9px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.01), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
  font-size: 24px;
  line-height: 1.667em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

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

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #214f7a;
}

.bg-neutral-800 {
  background-color: #13273a;
}

.bg-neutral-700 {
  background-color: #617281;
}

.bg-neutral-600 {
  background-color: #70869a;
}

.bg-neutral-500 {
  background-color: #a2b2c1;
}

.bg-neutral-400 {
  background-color: #c1d1df;
}

.bg-neutral-300 {
  background-color: #d5e0eb;
}

.bg-neutral-200 {
  background-color: #f8f8f8;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 2;
  height: 100%;
  min-height: 88vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  background-color: #990002;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #990002;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #617281;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f3e7e7;
  color: #990002;
}

.styleguide-link.w--current {
  background-color: #f3e7e7;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #990002;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
  color: #444;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f9fafc;
  border-bottom-color: #e2e2e2;
  color: #444;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(19, 39, 58, 0.04), 0 12px 22px 0 rgba(33, 79, 122, 0.04);
}

.color-block {
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: #990002;
}

.color-block.bg-neutral-700 {
  background-color: #7a7a7a;
}

.color-block.bg-neutral-600 {
  background-color: #a3a3a3;
  color: #7a7a7a;
}

.color-block.bg-neutral-300 {
  background-color: #ecd4d4;
}

.color-block.bg-neutral-400 {
  background-color: #e4adae;
}

.color-block.bg-neutral-500 {
  background-color: #c27778;
}

.color-block.bg-neutral-800 {
  background-color: #444;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #13273a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #70869a;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e2e2e2;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 15px;
  color: #7a7a7a;
  font-weight: 500;
}

.paragraph-large {
  font-size: 22px;
  line-height: 1.545em;
}

.paragraph-large.home-hero {
  margin-bottom: 48px;
}

.paragraph-large.about-hero {
  margin-bottom: 32px;
}

.paragraph-large.contact {
  margin-bottom: 41px;
  color: #9e9e9e;
  font-size: 20px;
}

.paragraph-large._404 {
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph-large.order-confirmation {
  max-width: 664px;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #f7f7f7;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-auto-columns: 80px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-auto-columns: 235px;
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-columns: repeat(auto-fit, 235px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 24px 44px;
  background-color: #990002;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1.111em;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #700f10;
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
  color: #fff;
}

.button-primary.small {
  padding: 20px 35px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 24px 58px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #214f7a;
}

.button-primary.header-button {
  margin-left: 20px;
  padding: 24px;
  font-size: 16px;
}

.button-primary.get-package-add-to-cart {
  display: block;
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.home-about-us {
  margin-bottom: 20px;
}

.button-primary.home-about-us.space-right {
  margin-right: 0px;
}

.button-primary.order-summary {
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.button-primary.discount-code {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
}

.button-primary.empty-cart {
  margin-top: 30px;
}

.button-secondary {
  padding: 24px 44px;
  border-style: solid;
  border-width: 1px;
  border-color: #990002;
  background-color: transparent;
  -webkit-transition: color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  transition: color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 300ms ease, background-color 300ms ease;
  transition: transform 350ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  color: #990002;
  line-height: 1.111em;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #990002;
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
  color: #fff;
}

.button-secondary.small {
  padding: 20px 35px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 24px 58px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.get-package-buy-now {
  display: block;
  margin-top: 18px;
}

.button-secondary.home-about-us {
  margin-bottom: 20px;
}

.styleguide-button-container {
  margin-top: 41px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cards-grid.mision-vision {
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.header {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 20px;
  margin-bottom: 0px;
}

.nav-item-wrapper.last {
  margin-right: 0px;
}

.nav-item-wrapper.last.oculto {
  display: none;
}

.nav-item-wrapper.mobile {
  display: none;
}

.nav-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #7a7a7a;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover {
  border-bottom: 1px solid #13273a;
  color: #444;
}

.nav-link.dropdown {
  display: inline;
  padding: 0px;
}

.nav-link.footer-nav-link {
  font-size: 18px;
}

.footer {
  padding-bottom: 32px;
}

.footer-logo-container {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

.footer-nav {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-nav.last {
  margin-right: 0px;
}

.footer-nav-item {
  margin-bottom: 16px;
}

.footer-nav-item.oculto {
  display: none;
}

.page-wrapper.contact {
  position: relative;
}

.page-wrapper.header-bg {
  position: relative;
}

.page-wrapper.utility-page {
  background-color: #f9fafc;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #214f7a;
}

.section {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.home-hero {
  overflow: hidden;
  padding-top: 80px;
}

.section.home-practice-areas {
  padding-top: 0px;
}

.section.home-about-us {
  overflow: hidden;
  padding-top: 0px;
}

.section.cta {
  overflow: hidden;
  padding-top: 71px;
  padding-bottom: 71px;
  background-color: #9e9e9e;
  background-image: url('../images/david-jorre-9f1gCaLkZBU-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 48%, 0.8)), to(hsla(0, 0%, 48%, 0.8))), url('../images/bg-cta-law-firm-template.svg');
  background-image: url('../images/david-jorre-9f1gCaLkZBU-unsplash.jpg'), linear-gradient(180deg, hsla(0, 0%, 48%, 0.8), hsla(0, 0%, 48%, 0.8)), url('../images/bg-cta-law-firm-template.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.testimonials {
  overflow: hidden;
  padding-top: 0px;
}

.section.about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 106px;
}

.section.achievements {
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 97px;
}

.section.achievements.oculto {
  display: none;
}

.section.story {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.about-team {
  padding-top: 0px;
}

.section.blog-hero {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 150px;
}

.section.blog {
  padding-top: 0px;
}

.section.blog-newsletter {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #214f7a;
  background-image: url('../images/bg-cta-law-firm-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.practice-areas {
  padding-top: 80px;
  padding-bottom: 136px;
}

.section.case-results {
  padding-top: 80px;
}

.section.team-members {
  padding-top: 80px;
}

.section.packages {
  padding-top: 80px;
  padding-bottom: 160px;
}

.section.package {
  padding-top: 80px;
}

.section.contact {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 135px;
}

.section.faqs {
  padding-top: 0px;
  padding-bottom: 130px;
}

.section.contact-social-media {
  padding-top: 82px;
  padding-bottom: 98px;
}

.section.contact-social-media.hide {
  display: none;
}

.section.changelog {
  padding-top: 0px;
}

.section.utility-page {
  padding-top: 140px;
  padding-bottom: 160px;
}

.section.blog-post {
  padding-top: 51px;
  padding-bottom: 159px;
}

.section.team {
  padding-top: 51px;
  padding-bottom: 100px;
}

.section.team-articles {
  padding-top: 140px;
}

.section.packages-category {
  padding-top: 80px;
  padding-bottom: 160px;
}

.section.blog-category {
  padding-top: 80px;
}

.section.oculto {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 33px 69px 0 rgba(0, 0, 0, 0.02), 0 14px 29px 0 rgba(0, 0, 0, 0.01), 0 7px 15px 0 rgba(0, 0, 0, 0.01), 0 4px 9px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.01), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
  text-align: center;
}

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

.input {
  height: 46px;
  margin-bottom: 0px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #e2e2e2;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #444;
  font-size: 18px;
}

.input:hover {
  border-bottom-color: #13273a;
}

.input:focus {
  border-bottom-color: #990002;
  color: #990002;
}

.input.-wfp-focus {
  border-bottom-color: #990002;
  color: #990002;
}

.input::-webkit-input-placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.input::placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.input.password {
  margin-bottom: 32px;
}

.input.footer-newsletter {
  height: 66px;
  padding-right: 145px;
  border-bottom-color: #bdbdbd;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.input.footer-newsletter:hover {
  border-bottom-color: #13273a;
}

.input.footer-newsletter:focus {
  border-bottom-color: #13273a;
}

.input.footer-newsletter::-webkit-input-placeholder {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.input.footer-newsletter:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.input.footer-newsletter::-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.input.footer-newsletter::placeholder {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.input.blog-newsletter {
  height: 66px;
  padding-right: 160px;
  border-bottom-color: #70869a;
  color: #13273a;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: -0.03em;
}

.input.blog-newsletter:hover {
  border-bottom-color: #13273a;
}

.input.blog-newsletter:focus {
  border-bottom-color: #13273a;
}

.input.blog-newsletter::-webkit-input-placeholder {
  color: #617281;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: -0.03em;
}

.input.blog-newsletter:-ms-input-placeholder {
  color: #617281;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: -0.03em;
}

.input.blog-newsletter::-ms-input-placeholder {
  color: #617281;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: -0.03em;
}

.input.blog-newsletter::placeholder {
  color: #617281;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: -0.03em;
}

.input.checkout {
  margin-bottom: 16px;
  border-radius: 0px;
}

._404-title {
  margin-bottom: 32px;
  font-family: 'Playfair Display', sans-serif;
  color: #214f7a;
  font-size: 180px;
  line-height: 0.889em;
  font-weight: 700;
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-761px.changelog {
  margin-top: -60px;
}

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

.divider.utility-pages {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #d5e0eb;
}

.divider.footer-divider {
  width: auto;
  height: 750px;
  min-width: 1px;
  margin-right: 60px;
  margin-left: 60px;
  background-color: #bdbdbd;
  color: #f7f7f7;
}

.divider.package-card {
  height: 1px;
  margin-top: 34px;
  margin-bottom: 32px;
}

.divider.package {
  height: 1px;
  margin-top: 63px;
  margin-bottom: 80px;
  background-color: #d5e0eb;
}

.divider.card-blog-post {
  margin-top: 40px;
  margin-bottom: 24px;
  background-color: #d5e0eb;
}

.divider.about-card-team {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 28px;
  background-color: #d5e0eb;
}

.divider.blog-post-featured {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #d5e0eb;
}

.divider.card-blog-post-top-content {
  height: 1px;
  margin-top: 44px;
  margin-bottom: 32px;
  background-color: #d5e0eb;
}

.divider.card-about-author {
  height: 1px;
  margin-top: 37px;
  margin-bottom: 29px;
  background-color: #d5e0eb;
}

.divider.card-team-member {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 28px;
  background-color: #d5e0eb;
}

.divider.team {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 58px;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #13273a;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-case-results-left {
  max-width: 509px;
  margin-right: 40px;
}

.split-content.home-blog-left {
  max-width: 509px;
}

.split-content.story-left {
  max-width: 40%;
  margin-right: 40px;
}

.split-content.story-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 639px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.about-team-right {
  max-width: 509px;
}

.split-content.blog-hero-right {
  max-width: 46%;
}

.split-content.blog-left {
  margin-right: 40px;
}

.split-content.practice-areas-right {
  max-width: 40%;
}

.split-content.team-members-right {
  max-width: 509px;
}

.split-content.contact-left {
  max-width: 35%;
  margin-right: 40px;
  margin-left: 20px;
}

.split-content.about-blog-post-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #617281;
  text-decoration: none;
}

.split-content.about-blog-post-left:hover {
  color: #617281;
}

.split-content.about-blog-post-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.more-articles-left {
  max-width: 509px;
}

.split-content.team-articles-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 509px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content.team-left {
  max-width: 200px;
  margin-right: 80px;
}

.split-content.team-right {
  max-width: 820px;
}

.split-content.blog-category-left {
  max-width: 541px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.split-content.blog-category-right {
  margin-bottom: 30px;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.brand {
  margin-right: 29px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

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

.home-hero-box {
  position: absolute;
  left: 0px;
  z-index: 1;
  max-width: 799px;
  padding-top: 89px;
  padding-right: 131px;
  padding-bottom: 77px;
  background-color: #f9fafc;
}

.image.home-hero {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.home-about-us {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.case-result-card {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.testimonials {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.testimonial-picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.testimonial-link {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.image.about-hero {
  min-height: 521px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.package-card-feature {
  margin-top: 8px;
  margin-right: 11px;
}

.image.package-feature {
  margin-top: 8px;
  margin-right: 11px;
}

.image.card-blog-post {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-card-team {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.blog-post-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-blog-post-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.page-case-result-card {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-team-member {
  width: 100%;
}

.image.team {
  width: 300px;
  height: 100%;
  opacity: 0.14;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.sobre-nosotros-2 {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

._2-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-buttons.home-about-us {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-buttons.about-hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2-buttons.home-case-results {
  margin-top: 20px;
}

._2-buttons._404 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space._2-buttons {
  width: 28px;
}

.space.faq-content-space {
  height: 26px;
}

.container-small-557px {
  max-width: 557px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-557px.home-practice-areas {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.container-small-557px.case-results {
  margin-bottom: 49px;
  text-align: center;
}

.container-small-557px.packages {
  margin-bottom: 40px;
  text-align: center;
}

.home-practice-areas-grid {
  margin-bottom: 56px;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.card {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 7px 15px 0 rgba(0, 0, 0, 0.01), 0 14px 29px 0 rgba(0, 0, 0, 0.01), 0 33px 69px 0 rgba(0, 0, 0, 0.02);
}

.card.practice-area-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 48px 56px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.testimonials {
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  padding: 48px 40px 32px;
}

.card.header-dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

.card.blog-newsletter {
  max-width: 680px;
  padding: 69px 74px 79px 55px;
}

.card.package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 39px 28px 52px 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.package:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.card.get-package {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  min-width: 380px;
  padding: 41px 32px 49px;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.get-package:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.card.get-package.mobile {
  display: none;
}

.card.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 57%;
  min-height: 665px;
  padding: 73px 58px 78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 335px;
  padding: 39px 20px 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.faq {
  overflow: hidden;
  margin-bottom: 28px;
  padding: 37px 25px 36px;
  box-shadow: 0 2px 6px 0 rgba(8, 29, 52, 0.06);
  cursor: pointer;
}

.card.faq.last {
  margin-bottom: 0px;
}

.card.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 40px 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #617281;
  text-decoration: none;
}

.card.blog-post:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #617281;
}

.card.about-team {
  height: 100%;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #617281;
  text-decoration: none;
}

.card.about-team:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #990002;
}

.card.about-team.oculto {
  display: none;
}

.card.blog-post-featured {
  position: absolute;
  right: 0px;
  max-width: 600px;
  padding: 60px 62px 60px 58px;
  color: #617281;
  text-decoration: none;
}

.card.blog-post-featured:hover {
  color: #617281;
}

.card.blog-post-top-content {
  margin-bottom: 90px;
  padding: 49px 51px 5px 64px;
}

.card.about-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 874px;
  margin-top: 79px;
  padding: 60px 87px 48px;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.about-author:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.card.team-member {
  height: 100%;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #617281;
  text-decoration: none;
}

.card.team-member:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #617281;
}

.card._404 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 28px 58px 60px;
}

.card.checkout-about {
  margin-bottom: 40px;
  padding: 64px 40px 70px;
}

.card.checkout {
  margin-bottom: 40px;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
}

.card.checkout:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  box-shadow: none;
}

.card.checkout.order-summary:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.checkout.order-confirmation {
  -webkit-transition-property: none;
  transition-property: none;
}

.card.checkout.order-confirmation:hover {
  box-shadow: 0 33px 69px 0 rgba(0, 0, 0, 0.02), 0 14px 29px 0 rgba(0, 0, 0, 0.01), 0 7px 15px 0 rgba(0, 0, 0, 0.01), 0 4px 9px 0 rgba(0, 0, 0, 0.01), 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.default {
  padding: 60px 50px;
}

.home-about-us-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.practice-area-card-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  min-width: 88px;
  margin-right: 19px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bdbdbd;
  border-radius: 1000px;
  opacity: 0.58;
}

.image-wrapper.home-hero {
  width: 925px;
}

.image-wrapper.home-about-us {
  width: 700px;
}

.image-wrapper.testimonials {
  max-width: 702px;
}

.image-wrapper.testimonial-picture {
  width: 84px;
  height: 84px;
  min-width: 84px;
  margin-right: 24px;
  border-radius: 1000px;
}

.image-wrapper.story-1 {
  max-width: 63%;
}

.image-wrapper.story-2 {
  max-width: 69%;
  margin-top: -270px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-wrapper.offices {
  margin-top: -259px;
}

.image-wrapper.card-office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin-bottom: 28px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d1df;
  border-radius: 1000px;
}

.image-wrapper.blog-post-featured {
  max-width: 966px;
  margin-right: 100px;
}

.image-wrapper.about-blog-post-author {
  width: 76px;
  height: 76px;
  min-width: 76px;
  margin-right: 22px;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.about-author {
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-right: 32px;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.team {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.image-wrapper.icon-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 19px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 1000px;
}

.image-wrapper.blog-post-main-image {
  width: 100%;
}

.home-about-us-box {
  position: absolute;
  right: 0px;
  max-width: 56%;
  padding: 90px 56px 70px 58px;
  background-color: #fff;
  text-align: center;
}

.paragraph.home-about-us {
  max-width: 485px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.paragraph.cta {
  margin-bottom: 26px;
}

.paragraph.footer-newsletter {
  margin-bottom: 35px;
}

.paragraph.testimonial {
  margin-bottom: 22px;
  text-align: center;
}

.paragraph.newsletter {
  margin-bottom: 40px;
  letter-spacing: -0.03em;
}

.paragraph.package-card-about-summary {
  letter-spacing: -0.03em;
}

.paragraph.package-description {
  margin-bottom: 27px;
  letter-spacing: -0.03em;
}

.paragraph.get-package {
  margin-bottom: 31px;
}

.paragraph.faqs-contact {
  max-width: 429px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.card-blog-post {
  letter-spacing: -0.03em;
}

.paragraph.team-about-summary {
  margin-bottom: 0px;
}

.paragraph.team-about-summary.oculto {
  display: none;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph.space-down {
  margin-bottom: 10px;
}

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

.paragraph.hide {
  display: none;
}

.cta-box {
  max-width: 558px;
  padding: 48px 51px 51px 80px;
  background-color: #fff;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content.home-case-results {
  margin-bottom: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-content.home-blog {
  margin-bottom: 48px;
}

.top-content.about-team {
  margin-bottom: 44px;
}

.top-content.blog-hero {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.blog {
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.practice-areas {
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.team-members {
  margin-bottom: 57px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.faqs {
  margin-bottom: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.blog-post-featured {
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.more-articles {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.team-articles {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.blog-category {
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-case-results-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-665px {
  max-width: 665px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-665px.testimonials {
  margin-bottom: 47px;
  text-align: center;
}

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

.case-result-card-content {
  padding: 45px 24px 52px;
}

.title.case-result-card {
  margin-bottom: 18px;
}

.title.footer-title {
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 1em;
}

.title.header-dropdown-title {
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 1em;
}

.title.about-team {
  margin-bottom: 0px;
}

.title.blog-hero {
  margin-bottom: 0px;
}

.title.blog {
  margin-bottom: 10px;
}

.title.practice-areas {
  margin-bottom: 0px;
}

.title.case-results {
  margin-bottom: 15px;
}

.title.team-members {
  margin-bottom: 0px;
}

.title.packages {
  margin-bottom: 15px;
}

.title.package-card-name {
  margin-bottom: 11px;
  font-family: Mulish, sans-serif;
  font-size: 26px;
  line-height: 1.308em;
}

.title.package {
  margin-bottom: 20px;
}

.title.package-about {
  margin-bottom: 23px;
}

.title.get-package {
  font-family: Mulish, sans-serif;
  font-size: 26px;
  line-height: 1.308em;
}

.title.contact {
  margin-bottom: 15px;
  color: #fff;
}

.title.contact-directly {
  margin-bottom: 39px;
  font-family: Mulish, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.308em;
}

.title.faqs {
  margin-bottom: 0px;
}

.title.contact-social-media {
  margin-bottom: 26px;
}

.title.card-office {
  margin-bottom: 5px;
}

.title.faqs-contact {
  margin-bottom: 20px;
}

.title.faq {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.title.card-blog-post {
  margin-bottom: 16px;
}

.title.about-card-team {
  margin-bottom: 10px;
  font-weight: 700;
}

.title.about-card-team.centereed {
  text-align: center;
}

.title.about-card-team.space-down {
  margin-bottom: 40px;
  color: #444;
}

.title.about-story {
  max-width: 376px;
}

.title.card-blog-post-featured {
  margin-bottom: 16px;
}

.title.blog-post {
  max-width: 771px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.31em;
}

.title.more-articles {
  margin-bottom: 0px;
}

.title.card-about-author {
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 26px;
  line-height: 1.308em;
}

.title.page-case-result-card {
  margin-bottom: 18px;
}

.title.card-team-member {
  margin-bottom: 10px;
  font-weight: 700;
}

.title.team-articles {
  margin-bottom: 0px;
}

.title.team-name {
  margin-bottom: 18px;
}

.title.team-about {
  margin-bottom: 0px;
}

.title.category {
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #13273a;
  font-size: 60px;
  line-height: 1.167em;
}

.title.category.last {
  margin-right: 0px;
}

.title.card-checkout {
  margin-top: 0px;
  margin-bottom: 0px;
}

.title.order-item {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.title.cart-item {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.case-result-card-price {
  margin-bottom: 8px;
  color: #214f7a;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.footer-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.small-print {
  font-size: 16px;
  line-height: 1.875em;
}

.footer-newsletter-wrapper {
  width: 100%;
  max-width: 476px;
  margin-top: 80px;
  margin-bottom: 45px;
}

.footer-nav-box {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
}

.footer-nav-box.last {
  width: auto;
  max-width: none;
  margin-right: 0px;
}

.footer-nav-box.lats {
  max-width: 150px;
}

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

.footer-newsletter-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-newsletter-submit-button {
  position: absolute;
  right: 0px;
  padding: 16px 24px;
  background-color: #990002;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-size: 14px;
  line-height: 1.286em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-newsletter-submit-button:hover {
  background-color: #700f10;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.footer-social-media-grid {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 38px;
  grid-template-columns: repeat(auto-fit, 38px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  min-width: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.05px;
  border-color: #e2e2e2;
  border-radius: 1000px;
  -webkit-transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Law Firm Template', sans-serif;
  color: #bdbdbd;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-social-media-link:hover {
  border-color: #9e9e9e;
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
  color: #7a7a7a;
}

.footer-social-media-link.icon-size-16px {
  font-size: 16px;
}

.footer-social-media-link.icon-size-20px {
  font-size: 20px;
}

.footer-social-media-link.icon-size-15px {
  font-size: 15px;
}

.testimonials-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #d5e0eb;
  text-align: center;
}

.testimonials-tabs-content {
  padding-right: 30px;
  padding-left: 30px;
}

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

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

.about-testimonial-name {
  margin-bottom: 8px;
  color: #13273a;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-testimonial-job {
  line-height: 1.111em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testimonial-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-right: 32px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 1000px;
  background-color: transparent;
  -webkit-transition: border-width 350ms ease, box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-width 350ms ease, box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-width 350ms ease, box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease;
  transition: border-width 350ms ease, box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.testimonial-tab-link:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.testimonial-tab-link.w--current {
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.12);
}

.header-dropdown {
  display: inline;
}

.cart-quantity {
  display: none;
}

.header-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d1df;
  border-radius: 1000px;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  font-family: 'Icons Law Firm Template', sans-serif;
  color: #617281;
  font-size: 26px;
  text-decoration: none;
}

.header-icon:hover {
  border-color: #214f7a;
  color: #13273a;
}

.header-icon.cart {
  padding: 0px;
}

.header-icon.phone {
  border-color: #e2e2e2;
  color: #bdbdbd;
}

.header-dropdown-box {
  right: -66px;
  padding-top: 10px;
  background-color: transparent;
}

.header-dropdown-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-dropdown-nav {
  margin-right: 55px;
  padding-left: 0px;
}

.header-dropdown-nav.last {
  margin-right: 0px;
}

.header-dropdown-nav-item {
  margin-bottom: 10px;
}

.header-dropdown-nav-item.last {
  margin-bottom: 0px;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(2, 12, 22, 0.85);
}

.cart-main-wrapper {
  margin-right: 16px;
}

.container-medium-687px {
  max-width: 687px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-687px.about-hero {
  margin-bottom: 68px;
  text-align: center;
}

.bg {
  position: absolute;
}

.bg.about-hero {
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 56%;
  height: 585px;
  background-color: #9e9e9e;
  background-image: url('../images/david-jorre-9f1gCaLkZBU-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 48%, 0.8)), to(hsla(0, 0%, 48%, 0.8))), url('../images/bg-about-hero-law-firm-template.svg');
  background-image: url('../images/david-jorre-9f1gCaLkZBU-unsplash.jpg'), linear-gradient(180deg, hsla(0, 0%, 48%, 0.8), hsla(0, 0%, 48%, 0.8)), url('../images/bg-about-hero-law-firm-template.svg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.bg.contact-1 {
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 80%;
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.89)), to(rgba(68, 68, 68, 0.89))), url('../images/bg-contact-law-firm-template.svg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.89), rgba(68, 68, 68, 0.89)), url('../images/bg-contact-law-firm-template.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg.contact-2 {
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 80%;
  height: 124px;
  background-color: #990002;
}

.bg.header-bg {
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 124px;
  background-color: #214f7a;
}

.achievements-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.achievement-wrapper {
  max-width: 246px;
  text-align: center;
}

.achievement-number {
  margin-bottom: 31px;
  font-family: 'Playfair Display', sans-serif;
  color: #13273a;
  font-size: 80px;
  line-height: 1.05em;
}

.story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01), 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 7px 15px 0 rgba(0, 0, 0, 0.01), 0 14px 29px 0 rgba(0, 0, 0, 0.01), 0 33px 69px 0 rgba(0, 0, 0, 0.02);
  color: #13273a;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

.empty-state.out-of-stock {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d1df;
  box-shadow: none;
  font-size: 16px;
}

.empty-state.cart {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.footer-form-block {
  margin-bottom: 40px;
}

.blog-newsletter-form-block {
  margin-bottom: 0px;
}

.blog-newsletter-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-newsletter-submit-button {
  position: absolute;
  right: 0px;
  padding: 16px 24px;
  background-color: #214f7a;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-size: 16px;
  line-height: 1.286em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-newsletter-submit-button:hover {
  background-color: #13273a;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.practice-areas-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.case-results-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.packages-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.package-card-price {
  margin-bottom: 23px;
  color: #214f7a;
  font-size: 32px;
  line-height: 1.143em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.package-card-features-grid {
  margin-bottom: 52px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select {
  height: 46px;
  margin-bottom: 0px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #a2b2c1;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  font-size: 18px;
  cursor: pointer;
}

.select:hover {
  border-bottom-color: #13273a;
}

.select:focus {
  border-bottom-color: #13273a;
  color: #13273a;
}

.select::-webkit-input-placeholder {
  color: #617281;
  font-size: 18px;
}

.select:-ms-input-placeholder {
  color: #617281;
  font-size: 18px;
}

.select::-ms-input-placeholder {
  color: #617281;
  font-size: 18px;
}

.select::placeholder {
  color: #617281;
  font-size: 18px;
}

.select.package-card {
  display: none;
  margin-bottom: 28px;
}

.select.get-package {
  margin-bottom: 31px;
}

.select.checkout {
  margin-bottom: 16px;
  border-radius: 0px;
}

.package-card-default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.package-card-add-to-cart {
  margin-bottom: 18px;
}

.package-card-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: -0.03em;
}

.package-body {
  max-width: 709px;
  margin-right: 54px;
}

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

.package-sidebar {
  max-width: 413px;
}

.package-features-grid {
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.package-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: -0.03em;
}

.get-package-price {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #13273a;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.get-package-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-package-compare-at-price {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.238em;
  letter-spacing: -0.03em;
  text-decoration: line-through;
}

.get-package-default-state {
  margin-bottom: 0px;
}

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

.contact-directly-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 0.833em;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.contact-directly-link:hover {
  color: #fff;
}

.contact-directly-link.last {
  margin-bottom: 0px;
}

.contact-directly-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-width: 45px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.35px;
  border-color: #fff;
  border-radius: 1000px;
  font-family: 'Icons Law Firm Template', sans-serif;
  font-size: 22px;
}

.contact-directly-icon.icon-size-19px {
  border-color: #990002;
  font-size: 19px;
}

.contact-directly-icon.icon-small {
  width: 44px;
  height: 44px;
  border-width: 1.8px;
  border-color: #990002;
  color: #990002;
  font-size: 16px;
  font-weight: 400;
}

.container-medium-614px {
  max-width: 614px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-614px.offices {
  margin-bottom: 45px;
  text-align: center;
}

.offices-grid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1079px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-small-595px {
  max-width: 595px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-595px.contact-social-media {
  text-align: center;
}

.container-small-595px.packages-category {
  margin-bottom: 40px;
  text-align: center;
}

.contact-social-media-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 64px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(auto-fit, 64px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.05px;
  border-color: #e2e2e2;
  border-radius: 1000px;
  -webkit-transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Law Firm Template', sans-serif;
  color: #bdbdbd;
  font-size: 30px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact-social-media-link:hover {
  border-color: #9e9e9e;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #7a7a7a;
}

.contact-social-media-link.icon-size-27px {
  font-size: 27px;
}

.contact-social-media-link.icon-size-32px {
  font-size: 32px;
}

.contact-social-media-link.icon-size-25px {
  font-size: 25px;
}

.card-office-title-wrapper {
  margin-bottom: 30px;
}

.contact-directly-link-text {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  font-size: 20px;
  line-height: 30px;
}

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

.card-office-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.111em;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.card-office-link.last {
  margin-bottom: 0px;
  line-height: 1.111em;
}

.card-office-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-width: 45px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d1df;
  border-radius: 1000px;
  font-family: 'Icons Law Firm Template', sans-serif;
  font-size: 22px;
}

.card-office-link-icon.icon-size-19px {
  font-size: 19px;
}

.faqs-grid {
  margin-bottom: 72px;
  grid-column-gap: 54px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-600px {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-600px.faqs {
  text-align: center;
}

.faq-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-icon-1 {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #13273a;
}

.faq-icon-2 {
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #13273a;
}

.faq-content {
  margin-left: 35px;
}

.contact-form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 112px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #e2e2e2;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #444;
  font-size: 18px;
}

.text-area:hover {
  border-bottom-color: #13273a;
}

.text-area:focus {
  border-bottom-color: #990002;
  color: #990002;
}

.text-area::-webkit-input-placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.text-area:-ms-input-placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.text-area::-ms-input-placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.text-area::placeholder {
  color: #9e9e9e;
  font-size: 18px;
}

.changelog-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 88px;
  min-width: 88px;
  margin-right: 19px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d1df;
  border-radius: 1000px;
  font-size: 28px;
}

.changelog-text {
  margin-bottom: 10px;
}

.home-blog-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 61px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px 48px 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-blog-post-category {
  margin-bottom: 14px;
  color: #214f7a;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-blog-post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #13273a;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-blog-post-date {
  line-height: 1.111em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-blog-post-link-arrow {
  display: block;
  font-family: 'Icons Law Firm Template', sans-serif;
  font-size: 15px;
}

.home-slide-to-down-link {
  position: absolute;
  right: -2vw;
  bottom: -41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95px;
  height: 95px;
  min-width: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #990002;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Law Firm Template', sans-serif;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.home-slide-to-down-link:hover {
  background-color: #700f10;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  color: #fff;
}

.bottom-content.card-blog-post {
  margin-top: auto;
}

.about-our-team-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 23px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-card-team-content {
  padding: 28px 25px 47px;
}

.about-card-team-content.margin-same {
  position: relative;
  height: 100%;
  padding-bottom: 28px;
}

.about-card-team-rol {
  color: #214f7a;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.blog-post-featured-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge {
  padding: 12px 15px;
  background-color: #214f7a;
  color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-blog-post-featured-date {
  line-height: 1.111em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-category-link {
  color: #617281;
  line-height: 1.222em;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category-link:hover {
  color: #13273a;
}

.blog-category-link.w--current {
  color: #13273a;
  font-weight: 700;
}

.blog-category-link.all {
  margin-right: 24px;
}

.blog-category-link.all.w--current {
  color: #13273a;
  font-weight: 700;
}

.blog-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #d5e0eb;
}

.pagination-button {
  margin-top: 66px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 28px 35px;
  border-color: #214f7a;
  border-radius: 0px;
  background-color: transparent;
  color: #214f7a;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pagination-button:hover {
  border-color: #13273a;
  color: #13273a;
}

.card-blog-post-featured-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #13273a;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.back-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.back-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 992px;
  margin-top: -250px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.rich-text {
  max-width: 874px;
}

.rich-text h2 {
  max-width: 712px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
}

.rich-text p {
  max-width: 712px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  letter-spacing: -0.03em;
}

.rich-text h3 {
  max-width: 712px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text ul {
  max-width: 712px;
  margin: 32px auto 61px;
  letter-spacing: -0.03em;
}

.rich-text figure {
  margin-top: 61px;
  margin-bottom: 71px;
}

.rich-text figcaption {
  margin-top: 32px;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}

.rich-text h4 {
  max-width: 712px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text ol {
  max-width: 712px;
  margin: 32px auto 61px;
  letter-spacing: -0.03em;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 85px;
}

.rich-text h5 {
  max-width: 712px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.about-blog-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-blog-post-author-name {
  margin-bottom: 8px;
  color: #13273a;
  font-size: 22px;
  line-height: 0.909em;
  letter-spacing: -0.03em;
}

.about-blog-post-author-rol {
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-post-about-date {
  line-height: 1.222em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.more-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 61px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-about-author-name-wrapper {
  margin-bottom: 25px;
}

.card-about-author-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 40px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: repeat(auto-fit, 40px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-about-author-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.05px;
  border-color: #c1d1df;
  border-radius: 1000px;
  -webkit-transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Law Firm Template', sans-serif;
  color: #70869a;
  font-size: 19px;
  text-decoration: none;
}

.card-about-author-social-media-link:hover {
  border-color: #214f7a;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.card-about-author-social-media-link.icon-size-17px {
  font-size: 17px;
}

.card-about-author-social-media-link.icon-size-21px {
  font-size: 21px;
}

.card-about-author-rol {
  color: #214f7a;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.back-link-arrow-icon {
  display: block;
  font-family: 'Icons Law Firm Template', sans-serif;
  font-size: 16px;
}

.page-case-result-card-content {
  padding: 45px 24px 52px;
}

.page-case-result-card-price {
  margin-bottom: 8px;
  color: #214f7a;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

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

.card-team-member-content {
  padding: 28px 25px 47px;
}

.card-team-member-rol {
  color: #214f7a;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.team-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 61px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-name-wrapper {
  margin-bottom: 25px;
}

.team-rol {
  color: #990002;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-social-media-grid {
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 40px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: repeat(auto-fit, 40px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.05px;
  border-color: #c1d1df;
  border-radius: 1000px;
  -webkit-transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Law Firm Template', sans-serif;
  color: #70869a;
  font-size: 19px;
  text-decoration: none;
}

.team-social-media-link:hover {
  border-color: #214f7a;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.team-social-media-link.icon-size-17px {
  font-size: 17px;
}

.team-social-media-link.icon-size-21px {
  font-size: 21px;
}

.team-about-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-package-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-package-buttons {
  margin-top: auto;
}

.image-offices-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(33, 79, 122, 0.85);
}

.contact-form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-title-wrapper.blog-category {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.packages-category-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-category-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 61px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkout-form {
  padding: 80px 0px 180px;
  background-color: transparent;
}

.block-header {
  padding: 30px 40px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
}

.block-content {
  padding: 20px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.block-content.order-summary {
  padding-bottom: 20px;
}

.checkout-field-label {
  margin-top: 16px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #214f7a;
  line-height: 1em;
}

.billing-address-toggle {
  margin-top: 20px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-wrapper {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.order-item-option {
  margin-bottom: 0px;
}

.option-in-order {
  color: #13273a;
  font-weight: 600;
}

.order-item-price {
  margin-bottom: 10px;
  color: #13273a;
}

.order-item-box {
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.checkout-order-summary-subtotal {
  margin-left: 20px;
  color: #13273a;
  font-weight: 600;
}

.checkout-order-summary-total {
  margin-left: 20px;
  color: #13273a;
  font-size: 20px;
}

.order-summary-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.apple-pay {
  height: 67px;
  border-radius: 0px;
}

.paypal {
  margin-bottom: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  background-color: transparent;
}

.rich-text-style-guide {
  max-width: 874px;
}

.rich-text-style-guide h2 {
  max-width: 712px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
}

.rich-text-style-guide p {
  max-width: 712px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  letter-spacing: -0.03em;
}

.rich-text-style-guide h3 {
  max-width: 712px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-style-guide ul {
  max-width: 712px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  letter-spacing: -0.03em;
}

.rich-text-style-guide li {
  color: #7a7a7a;
}

.rich-text-style-guide figure {
  margin-bottom: 0px;
}

.rich-text-style-guide figcaption {
  margin-top: 32px;
  color: #7a7a7a;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}

.rich-text-style-guide h4 {
  max-width: 712px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-style-guide ol {
  max-width: 712px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  letter-spacing: -0.03em;
}

.rich-text-style-guide blockquote {
  margin-bottom: 0px;
  color: #7a7a7a;
}

.rich-text-style-guide h5 {
  max-width: 712px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.card-about-author-link-wrapper {
  color: #617281;
  text-decoration: none;
}

.card-about-author-link-wrapper:hover {
  color: #617281;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #214f7a;
  background-color: transparent;
  color: #214f7a;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  background-color: transparent;
  color: #ff0004;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.error-message.cart {
  padding-right: 10px;
  padding-left: 10px;
}

.header-dropdown-arrow {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Icons Law Firm Template', sans-serif;
  font-size: 12px;
}

.home-slide-to-down-text {
  position: relative;
  bottom: -2px;
}

.page-section-offset {
  position: absolute;
  top: -80px;
  width: 1px;
  height: 80px;
}

.cart-header {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom-color: #c1d1df;
}

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

.cart-container {
  max-width: 500px;
}

.cart-quantity-item {
  display: none;
  height: 46px;
  margin-bottom: 0px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #a2b2c1;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  font-size: 18px;
}

.cart-quantity-item:hover {
  border-bottom-color: #13273a;
}

.cart-quantity-item:focus {
  border-bottom-color: #13273a;
  color: #13273a;
}

.cart-quantity-item::-webkit-input-placeholder {
  color: #617281;
  font-size: 18px;
}

.cart-quantity-item:-ms-input-placeholder {
  color: #617281;
  font-size: 18px;
}

.cart-quantity-item::-ms-input-placeholder {
  color: #617281;
  font-size: 18px;
}

.cart-quantity-item::placeholder {
  color: #617281;
  font-size: 18px;
}

.cart-footer {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top-color: #c1d1df;
}

.cart-item-box {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cartr-item-wrapper {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item-option {
  margin-bottom: 6px;
  text-transform: capitalize;
}

.cart-option-in-order {
  color: #13273a;
  font-weight: 600;
}

.remove-button {
  line-height: 1em;
}

.cart-item-price {
  color: #13273a;
  font-weight: 600;
}

.cart-subtotal {
  color: #13273a;
  font-size: 20px;
}

.cart-line-item {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-solid-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ececec;
}

.nav-link-dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-licenses {
  margin-top: 48px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-licenses-container {
  overflow: hidden;
  height: 110px;
  -webkit-transition: opacity 350ms ease, color 350ms ease;
  transition: opacity 350ms ease, color 350ms ease;
}

.link-licenses-container:hover {
  opacity: 0.7;
}

.text-block {
  color: #7a7a7a;
}

.container-mision-vision {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-section {
  height: 150px;
}

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

.leer-m-s-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 5px;
  padding-bottom: 10px;
  border-top: 1px solid #e2e2e2;
  border-radius: 0px;
  text-align: center;
}

.leer-m-s-link.oculto {
  display: none;
}

.grid-abogados {
  padding-top: 20px;
  padding-bottom: 20px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading.no-space-down {
  margin-bottom: 0px;
}

.areas-box {
  position: absolute;
  right: 0px;
  max-width: 56%;
  padding: 70px 56px 70px 58px;
  background-color: #fff;
  text-align: center;
}

.heading-detalles-abogado {
  margin-top: 40px;
  margin-bottom: 10px;
}

.fechas-grid {
  margin-bottom: 20px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fecha {
  color: #bdbdbd;
  font-weight: 700;
}

.correo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #990002;
  text-decoration: none;
}

.contact-directly-link-personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.contact-directly-link-personal:hover {
  color: #990002;
}

.contact-directly-link-personal.last {
  margin-bottom: 0px;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: #c2872a;
  opacity: 0.2;
  mix-blend-mode: color-dodge;
}

.map-section {
  height: 60vh;
}

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

.html-embed {
  width: 100%;
  height: 100%;
}

.link {
  text-decoration: none;
}

.paragraph-2 {
  margin-top: 20px;
}

.text-block-2 {
  font-size: 14px;
}

@media screen and (min-width: 1920px) {
  .container-default {
    max-width: 1324px;
  }

  .button-secondary.home-blog {
    margin-bottom: 10px;
  }

  .header {
    max-width: 1460px;
  }

  .container-header {
    max-width: 1324px;
  }

  .page-section-offset {
    top: -150px;
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 25px;
    font-size: 50px;
  }

  h2 {
    font-size: 35px;
  }

  blockquote {
    padding: 62px 67px;
    font-size: 22px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.home-hero {
    max-width: 694px;
    margin-bottom: 40px;
  }

  .paragraph-large.contact {
    margin-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
  }

  .button-primary.header-button {
    padding: 18px 24px;
  }

  .button-primary.header-button.mobile {
    display: block;
    margin-left: 0px;
    padding: 24px 16px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .nav-item-wrapper {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .nav-item-wrapper.last {
    margin-bottom: 0px;
  }

  .nav-link {
    font-size: 24px;
  }

  .nav-link.dropdown-link {
    font-size: 18px;
  }

  .menu-button {
    position: relative;
    overflow: hidden;
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin-left: 15px;
    padding: 0px;
    border-radius: 1000px;
    background-color: #990002;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #700f10;
  }

  .menu-button.w--open {
    background-color: #13273a;
  }

  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #fff;
    box-shadow: 0 33px 69px 0 rgba(0, 0, 0, 0.02), 0 14px 29px 0 rgba(0, 0, 0, 0.01), 0 7px 15px 0 rgba(0, 0, 0, 0.01), 0 4px 9px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.01), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
  }

  .footer {
    padding-bottom: 17px;
  }

  .footer-logo-container {
    margin-right: 40px;
    margin-bottom: 15px;
  }

  .licenses-hero {
    padding-top: 64px;
  }

  .section {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section.home-hero {
    padding-top: 20px;
    padding-bottom: 128px;
  }

  .section.about-hero {
    padding-top: 64px;
    padding-bottom: 85px;
  }

  .section.achievements {
    padding-top: 58px;
    padding-bottom: 78px;
  }

  .section.blog-hero {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .section.blog-newsletter {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section.practice-areas {
    padding-top: 64px;
    padding-bottom: 109px;
  }

  .section.case-results {
    padding-top: 64px;
  }

  .section.team-members {
    padding-top: 64px;
  }

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

  .section.package {
    padding-top: 64px;
  }

  .section.contact {
    padding-top: 72px;
    padding-bottom: 108px;
  }

  .section.faqs {
    padding-bottom: 104px;
  }

  .section.contact-social-media {
    padding-top: 65px;
    padding-bottom: 78px;
  }

  .section.blog-post {
    padding-top: 41px;
    padding-bottom: 127px;
  }

  .section.team {
    padding-top: 41px;
    padding-bottom: 80px;
  }

  .section.team-articles {
    padding-top: 112px;
  }

  .section.packages-category {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .section.blog-category {
    padding-top: 64px;
  }

  .divider.footer-divider {
    height: 2px;
    min-width: auto;
    margin: 60px 0px;
  }

  .divider.package-card {
    width: 1px;
    height: auto;
    margin: 0px 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .divider.package {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .divider.card-blog-post-top-content {
    margin-top: 40px;
  }

  .divider.card-about-author {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .divider.team {
    margin-top: 72px;
    margin-bottom: 46px;
  }

  .split-content.home-case-results-left {
    margin-right: 0px;
  }

  .split-content.home-blog-left {
    margin-right: 40px;
  }

  .split-content.home-blog-right {
    margin-top: 20px;
  }

  .split-content.story-left {
    max-width: 754px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.story-right {
    max-width: 754px;
  }

  .split-content.blog-hero-right {
    max-width: 541px;
  }

  .split-content.practice-areas-left {
    margin-bottom: 15px;
  }

  .split-content.practice-areas-right {
    max-width: 473px;
  }

  .split-content.team-members-right {
    max-width: 54%;
  }

  .split-content.contact-left {
    max-width: 576px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.about-blog-post-right {
    font-size: 16px;
  }

  .split-content.team-articles-left {
    margin-right: 40px;
  }

  .split-content.team-left {
    margin-right: 20px;
  }

  .split-content.blog-category-left {
    margin-right: 0px;
  }

  .split-content.blog-category-right {
    margin-bottom: 0px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand {
    margin-right: 0px;
  }

  .home-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-hero-box {
    position: static;
    margin-right: 100px;
    padding-top: 71px;
    padding-right: 40px;
    padding-bottom: 62px;
  }

  .image.about-hero {
    min-height: auto;
  }

  .space.faq-content-space {
    height: 20px;
  }

  .container-small-557px.case-results {
    margin-bottom: 40px;
  }

  .home-practice-areas-grid {
    margin-bottom: 50px;
  }

  .card.practice-area-card {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.case-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.testimonials {
    position: relative;
    z-index: 1;
    width: auto;
    margin-right: 100px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .card.header-dropdown-wrapper {
    padding: 20px 0px 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .card.package {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.get-package {
    display: none;
  }

  .card.get-package.mobile {
    position: static;
    display: block;
    min-width: auto;
  }

  .card.contact-form {
    max-width: none;
    padding: 63px 50px 68px;
  }

  .card.office {
    max-width: 754px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.about-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.blog-post-featured {
    position: static;
    margin-top: -181px;
    padding: 50px 40px;
  }

  .card.blog-post-top-content {
    margin-bottom: 72px;
    padding-top: 40px;
    padding-right: 41px;
    padding-left: 41px;
  }

  .card.about-author {
    margin-top: 63px;
    padding: 50px 70px 40px;
  }

  .image-wrapper.practice-area-card-icon-wrapper {
    margin-bottom: 25px;
  }

  .image-wrapper.home-hero {
    width: 90%;
    margin-top: -350px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image-wrapper.testimonials {
    max-width: 74%;
    margin-top: -392px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image-wrapper.testimonial-picture {
    margin-right: 20px;
  }

  .image-wrapper.offices {
    margin-top: -110px;
  }

  .image-wrapper.card-office {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .image-wrapper.about-card-team {
    max-width: 370px;
  }

  .image-wrapper.blog-post-featured {
    margin-right: 0px;
  }

  .image-wrapper.about-blog-post-author {
    width: 61px;
    height: 61px;
    min-width: 61px;
    margin-right: 20px;
  }

  .image-wrapper.about-author {
    margin-right: 30px;
  }

  .image-wrapper.icon-style-guide {
    margin-bottom: 10px;
  }

  .home-about-us-box {
    bottom: -72px;
    max-width: 648px;
    padding: 72px 46px 56px;
  }

  .paragraph.home-about-us {
    margin-bottom: 40px;
  }

  .paragraph.cta {
    margin-bottom: 20px;
  }

  .paragraph.footer-newsletter {
    max-width: 566px;
  }

  .paragraph.testimonial {
    margin-bottom: 20px;
  }

  .paragraph.about-card-team {
    max-width: 420px;
  }

  .paragraph.team-about-summary {
    margin-bottom: 40px;
  }

  .cta-box {
    padding: 38px 41px 41px 64px;
  }

  .top-content.home-case-results {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.home-blog {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.about-team {
    margin-bottom: 40px;
  }

  .top-content.blog-hero {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.blog {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.practice-areas {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.team-members {
    margin-bottom: 50px;
  }

  .top-content.faqs {
    margin-bottom: 40px;
  }

  .top-content.more-articles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.team-articles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.blog-category {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-case-results-grid {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-665px.testimonials {
    margin-bottom: 40px;
  }

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

  .case-result-card-content {
    max-width: 50%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.about-team {
    margin-right: 40px;
  }

  .title.blog-hero {
    margin-bottom: 15px;
  }

  .title.blog {
    margin-bottom: 32px;
  }

  .title.package-about {
    margin-bottom: 20px;
  }

  .title.contact-directly {
    margin-bottom: 35px;
  }

  .title.contact-social-media {
    margin-bottom: 20px;
  }

  .title.home-hero {
    max-width: 694px;
  }

  .title.about-story {
    max-width: none;
  }

  .title.blog-post {
    max-width: 657px;
    font-size: 34px;
  }

  .title.category {
    font-size: 50px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-nav-wrapper {
    margin-top: 60px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .small-print-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .small-print {
    margin-bottom: 15px;
  }

  .footer-newsletter-wrapper {
    max-width: 754px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .footer-nav-box {
    margin-right: 80px;
  }

  .testimonials-tabs-menu {
    margin-top: 40px;
  }

  .testimonials-tabs-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-dropdown-box {
    position: static;
  }

  .container-medium-687px.about-hero {
    margin-bottom: 60px;
  }

  .bg.about-hero {
    height: 400px;
  }

  .bg.contact-1 {
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 80%;
  }

  .achievement-number {
    margin-bottom: 25px;
    font-size: 67px;
  }

  .story-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .case-results-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .packages-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .package-card-price {
    margin-bottom: 20px;
  }

  .package-card-features-grid {
    margin-bottom: 42px;
  }

  .package-body {
    margin-right: 0px;
  }

  .package-features-grid {
    margin-bottom: 40px;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-614px.offices {
    margin-bottom: 40px;
  }

  .offices-grid {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card-office-title-wrapper {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .faqs-grid {
    margin-bottom: 58px;
    grid-column-gap: 24px;
  }

  .faq-icon-wrapper {
    margin-right: 15px;
  }

  .faq-content {
    margin-left: 30px;
  }

  .card-blog-post-content {
    padding: 40px 30px 22px;
  }

  .card-blog-post-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-post-link {
    margin-right: 40px;
    margin-bottom: 10px;
  }

  .card-blog-post-date {
    margin-bottom: 10px;
  }

  .home-slide-to-down-link {
    display: none;
  }

  .about-our-team-grid {
    margin-bottom: 40px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-card-team-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-post-featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-blog-post-featured-link {
    margin-right: 40px;
    margin-bottom: 10px;
  }

  .back-link-wrapper {
    margin-bottom: 30px;
  }

  .blog-post-content {
    margin-top: -155px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .blog-post-wrapper {
    display: block;
  }

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

  .rich-text h3 {
    margin-top: 50px;
  }

  .rich-text ul {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .rich-text figcaption {
    margin-top: 30px;
  }

  .rich-text h4 {
    margin-top: 50px;
  }

  .rich-text ol {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .rich-text h5 {
    margin-top: 50px;
  }

  .about-blog-post-author-name {
    font-size: 20px;
  }

  .card-about-author-name-wrapper {
    margin-bottom: 20px;
  }

  .team-members-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-name-wrapper {
    margin-bottom: 20px;
  }

  .team-social-media-grid {
    margin-bottom: 20px;
  }

  .team-about-title-wrapper {
    margin-bottom: 20px;
  }

  .card-package-top {
    max-width: 45%;
  }

  .card-office-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .packages-category-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rich-text-style-guide p {
    margin-bottom: 30px;
  }

  .rich-text-style-guide h3 {
    margin-top: 50px;
  }

  .rich-text-style-guide ul {
    padding-left: 20px;
  }

  .rich-text-style-guide figcaption {
    margin-top: 30px;
  }

  .rich-text-style-guide h4 {
    margin-top: 50px;
  }

  .rich-text-style-guide ol {
    padding-left: 20px;
  }

  .rich-text-style-guide h5 {
    margin-top: 50px;
  }

  .header-dropdown-arrow {
    font-size: 18px;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-line {
    height: 2px;
    background-color: #fff;
  }

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

  .areas-box {
    bottom: -72px;
    max-width: 648px;
    padding: 72px 46px 56px;
  }

  .heading-detalles-abogado {
    margin-bottom: 16px;
  }

  .map-section {
    height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 21px;
    font-size: 42px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 52px 38px;
    font-size: 20px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .paragraph-large.home-hero {
    max-width: 540px;
  }

  .paragraph-large.contact {
    margin-bottom: 35px;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary._2-buttons-class {
    margin-bottom: 20px;
  }

  .button-secondary.home-hero {
    width: 100%;
    max-width: 290px;
  }

  .button-secondary._2-buttons-class {
    margin-bottom: 20px;
  }

  .button-secondary._404 {
    width: 100%;
    max-width: 290px;
  }

  .nav-item-wrapper.mobile {
    display: block;
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .licenses-hero {
    padding-top: 51px;
    padding-bottom: 80px;
  }

  .section {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.home-hero {
    padding-top: 0px;
    padding-bottom: 102px;
  }

  .section.cta {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .section.about-hero {
    padding-top: 51px;
    padding-bottom: 68px;
  }

  .section.achievements {
    padding-top: 46px;
    padding-bottom: 62px;
  }

  .section.blog-hero {
    padding-top: 51px;
    padding-bottom: 96px;
  }

  .section.blog-newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.practice-areas {
    padding-top: 51px;
    padding-bottom: 87px;
  }

  .section.case-results {
    padding-top: 51px;
  }

  .section.team-members {
    padding-top: 51px;
  }

  .section.packages {
    padding-top: 51px;
    padding-bottom: 102px;
  }

  .section.package {
    padding-top: 51px;
  }

  .section.contact {
    padding-top: 58px;
    padding-bottom: 86px;
  }

  .section.faqs {
    padding-bottom: 83px;
  }

  .section.contact-social-media {
    padding-top: 52px;
    padding-bottom: 62px;
  }

  .section.blog-post {
    padding-top: 33px;
    padding-bottom: 102px;
  }

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

  .section.team-articles {
    padding-top: 90px;
  }

  .section.packages-category {
    padding-top: 51px;
    padding-bottom: 102px;
  }

  .section.blog-category {
    padding-top: 51px;
  }

  .section.our-offices-contact {
    padding-top: 40px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    font-size: 150px;
  }

  .divider.package-card {
    width: 100%;
    height: 1px;
    margin: 28px 0px;
  }

  .divider.package {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .divider.blog-post-featured {
    margin-bottom: 20px;
  }

  .divider.card-blog-post-top-content {
    margin-top: 30px;
  }

  .divider.card-about-author {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .divider.team {
    margin-top: 58px;
    margin-bottom: 37px;
  }

  .container-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .split-content.home-blog-left {
    margin-right: 0px;
  }

  .split-content.team-members-left {
    margin-bottom: 15px;
  }

  .split-content.team-members-right {
    max-width: 509px;
  }

  .split-content.faqs-left {
    margin-bottom: 40px;
  }

  .split-content.more-articles-left {
    margin-bottom: 20px;
  }

  .split-content.team-articles-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.team-left {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
  }

  .home-hero-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-hero-box {
    margin-right: 0px;
    padding-top: 51px;
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .image.package-feature {
    margin-right: 8px;
  }

  ._2-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2-buttons.home-about-us {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._2-buttons.about-hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._2-buttons.home-case-results {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2-buttons.home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-buttons._404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .space._2-buttons.home-hero {
    height: 20px;
  }

  .container-small-557px.home-practice-areas {
    margin-left: 0px;
    text-align: left;
  }

  .container-small-557px.packages {
    margin-left: 0px;
    text-align: left;
  }

  .home-practice-areas-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.practice-area-card {
    padding-right: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.case-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.testimonials {
    max-width: 100%;
    margin-right: 0px;
  }

  .card.header-dropdown-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.blog-newsletter {
    padding: 50px 40px 59px;
  }

  .card.package {
    padding-top: 32px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.get-package.mobile {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.contact-form {
    padding: 53px 40px 58px;
  }

  .card.office {
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.faq {
    margin-bottom: 22px;
  }

  .card.changelog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.about-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.blog-post-featured {
    margin-top: -30px;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .card.blog-post-top-content {
    margin-bottom: 58px;
    padding: 35px 33px 20px;
  }

  .card.about-author {
    display: block;
    margin-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.page-case-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card._404 {
    padding: 20px 40px 50px;
  }

  .card.checkout-about {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .card.default {
    padding: 50px 40px;
  }

  .home-about-us-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-wrapper.practice-area-card-icon-wrapper {
    margin-bottom: 0px;
  }

  .image-wrapper.home-hero {
    display: none;
    width: 100%;
    margin-top: 0px;
  }

  .image-wrapper.home-about-us {
    width: 100%;
  }

  .image-wrapper.testimonials {
    max-width: 100%;
    margin-top: 0px;
  }

  .image-wrapper.testimonial-picture {
    margin-right: 15px;
  }

  .image-wrapper.story-2 {
    margin-top: -235px;
  }

  .image-wrapper.offices {
    display: none;
    margin-top: 40px;
  }

  .image-wrapper.card-office {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .image-wrapper.about-card-team {
    max-width: none;
  }

  .image-wrapper.about-author {
    width: 96px;
    height: 96px;
    min-width: 96px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-team-member {
    max-width: none;
  }

  .home-about-us-box {
    position: static;
    max-width: 100%;
    padding: 58px 40px 45px;
    text-align: left;
  }

  .paragraph.home-about-us {
    margin-left: 0px;
  }

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

  .paragraph.package-description {
    margin-bottom: 20px;
  }

  .paragraph.faqs-contact {
    margin-left: 0px;
  }

  .paragraph.about-card-team {
    max-width: none;
  }

  .paragraph.card-team-member {
    max-width: none;
  }

  .paragraph.team-about-summary {
    margin-bottom: 35px;
  }

  .cta-box {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 51px;
  }

  .top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.home-case-results {
    margin-bottom: 20px;
    text-align: left;
  }

  .top-content.home-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.blog {
    margin-bottom: 30px;
  }

  .top-content.practice-areas {
    margin-bottom: 40px;
  }

  .top-content.team-members {
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.faqs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.blog-post-featured {
    margin-bottom: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.more-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.team-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-case-results-grid {
    max-width: none;
    margin-left: 0px;
    grid-row-gap: 32px;
  }

  .container-medium-665px.testimonials {
    margin-left: 0px;
    text-align: left;
  }

  .case-result-card-content {
    max-width: none;
    padding: 40px 24px 50px;
  }

  .title.header-dropdown-title {
    margin-bottom: 20px;
  }

  .title.about-team {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .title.blog {
    margin-bottom: 30px;
  }

  .title.package-card-name {
    font-size: 21px;
  }

  .title.package {
    margin-bottom: 15px;
  }

  .title.package-about {
    margin-bottom: 15px;
  }

  .title.contact-directly {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .title.contact-social-media {
    margin-bottom: 15px;
  }

  .title.faqs-contact {
    margin-bottom: 15px;
  }

  .title.home-hero {
    max-width: 511px;
  }

  .title.blog-post {
    max-width: 478px;
    font-size: 27px;
  }

  .title.card-about-author {
    font-size: 24px;
  }

  .title.team-name {
    margin-bottom: 15px;
  }

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

  .footer-nav-box {
    margin-right: 40px;
  }

  .testimonials-tabs-menu {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimonial-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-testimonial-job {
    font-size: 16px;
  }

  .testimonial-tab-link {
    margin-right: 20px;
  }

  .header-dropdown-main-content {
    margin-bottom: 20px;
  }

  .header-dropdown-nav {
    margin-right: 40px;
  }

  .container-medium-687px.about-hero {
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: left;
  }

  .bg.about-hero {
    width: 100%;
    height: 250px;
  }

  .achievements-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 60px;
    grid-row-gap: 32px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .achievement-wrapper {
    max-width: none;
  }

  .achievement-number {
    margin-bottom: 20px;
    font-size: 54px;
  }

  .story-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .flex-vc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .practice-areas-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-results-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .package-card-price {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .package-card-features-grid {
    margin-bottom: 40px;
  }

  .package-features-grid {
    margin-bottom: 35px;
    grid-row-gap: 10px;
  }

  .get-package-price {
    font-size: 22px;
  }

  .get-package-compare-at-price {
    font-size: 18px;
  }

  .contact-directly-link {
    font-size: 20px;
  }

  .contact-directly-icon {
    margin-right: 10px;
  }

  .container-medium-614px.offices {
    margin-left: 0px;
    text-align: left;
  }

  .container-small-595px.contact-social-media {
    margin-left: 0px;
    text-align: left;
  }

  .contact-social-media-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-auto-columns: 51px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, 51px);
  }

  .contact-social-media-link {
    width: 51px;
    height: 51px;
    min-width: 51px;
    font-size: 26px;
  }

  .contact-social-media-link.icon-size-27px {
    font-size: 23px;
  }

  .contact-social-media-link.icon-size-32px {
    font-size: 28px;
  }

  .contact-social-media-link.icon-size-25px {
    font-size: 21px;
  }

  .card-office-title-wrapper {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .faqs-grid {
    margin-bottom: 40px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-600px.faqs {
    margin-left: 0px;
    text-align: left;
  }

  .contact-form-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .changelog-version {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .home-blog-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-card-team-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .blog-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .badge.card-blog-post-featured {
    margin-bottom: 10px;
  }

  .card-blog-post-featured-date {
    margin-bottom: 10px;
  }

  .blog-category-link.all {
    margin-right: 15px;
  }

  .blog-category-wrapper {
    margin-right: 15px;
    padding-left: 15px;
  }

  .back-link-wrapper {
    margin-bottom: 20px;
  }

  .blog-post-content {
    margin-top: -89px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

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

  .rich-text h3 {
    margin-top: 40px;
  }

  .rich-text ul {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .rich-text figcaption {
    margin-top: 25px;
  }

  .rich-text h4 {
    margin-top: 40px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .rich-text h5 {
    margin-top: 40px;
  }

  .more-articles-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-about-author-name-wrapper {
    margin-bottom: 15px;
  }

  .card-about-author-rol {
    font-size: 18px;
  }

  .page-case-result-card-content {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .team-members-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-team-member-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-articles-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-about-title-wrapper {
    margin-bottom: 18px;
  }

  .card-package-top {
    max-width: 531px;
  }

  .card-office-content {
    max-width: 460px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-category-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .rich-text-style-guide h2 {
    margin-bottom: 20px;
  }

  .rich-text-style-guide p {
    margin-bottom: 24px;
  }

  .rich-text-style-guide h3 {
    margin-top: 40px;
  }

  .rich-text-style-guide figcaption {
    margin-top: 25px;
  }

  .rich-text-style-guide h4 {
    margin-top: 40px;
  }

  .rich-text-style-guide h5 {
    margin-top: 40px;
  }

  .cart-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .link-licenses-container {
    height: auto;
  }

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

  .areas-box {
    position: static;
    max-width: 100%;
    padding: 58px 40px 45px;
    text-align: left;
  }

  .contact-directly-link-personal {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 18px;
    font-size: 35px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  blockquote {
    padding: 43px 20px;
    font-size: 18px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .paragraph-large.home-hero {
    margin-bottom: 30px;
  }

  .paragraph-large.about-hero {
    margin-bottom: 30px;
  }

  .paragraph-large.contact {
    margin-bottom: 30px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .button-primary.cart {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary {
    display: block;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .button-secondary.home-about-us {
    margin-bottom: 0px;
  }

  .button-secondary.home-hero {
    max-width: none;
  }

  .button-secondary._2-buttons-class {
    margin-bottom: 0px;
  }

  .button-secondary._404 {
    max-width: none;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    margin-bottom: 20px;
  }

  .nav-link {
    font-size: 22px;
  }

  .menu-button {
    width: 46px;
    height: 46px;
    min-width: 46px;
    margin-left: 10px;
    font-size: 26px;
  }

  .footer-logo-container {
    margin-right: 0px;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-nav.last {
    margin-top: -8px;
  }

  .footer-nav-item {
    margin: 8px 0px;
  }

  .licenses-hero {
    padding-top: 41px;
    padding-bottom: 70px;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.home-hero {
    padding-bottom: 82px;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.about-hero {
    padding-top: 41px;
  }

  .section.blog-hero {
    padding-top: 41px;
    padding-bottom: 77px;
  }

  .section.practice-areas {
    padding-top: 41px;
    padding-bottom: 70px;
  }

  .section.case-results {
    padding-top: 41px;
  }

  .section.team-members {
    padding-top: 41px;
  }

  .section.packages {
    padding-top: 41px;
    padding-bottom: 82px;
  }

  .section.package {
    padding-top: 41px;
  }

  .section.contact {
    padding-top: 46px;
    padding-bottom: 69px;
  }

  .section.faqs {
    padding-bottom: 66px;
  }

  .section.contact-social-media {
    padding-top: 42px;
    padding-bottom: 50px;
  }

  .section.blog-post {
    padding-top: 26px;
    padding-bottom: 82px;
  }

  .section.team {
    padding-top: 26px;
    padding-bottom: 51px;
  }

  .section.team-articles {
    padding-top: 72px;
  }

  .section.packages-category {
    padding-top: 41px;
    padding-bottom: 82px;
  }

  .section.blog-category {
    padding-top: 41px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.footer-newsletter {
    height: 46px;
    padding-right: 0px;
  }

  .input.blog-newsletter {
    height: 46px;
    padding-right: 0px;
  }

  ._404-title {
    font-size: 120px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .divider.package-card {
    margin-top: 23px;
  }

  .divider.package {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .divider.card-blog-post {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .divider.about-card-team {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .divider.card-blog-post-top-content {
    margin-top: 20px;
  }

  .divider.card-team-member {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .divider.team {
    margin-top: 50px;
    margin-bottom: 32px;
  }

  .container-header {
    padding: 20px 16px;
  }

  .split-content.home-blog-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.story-left {
    margin-bottom: 30px;
  }

  .split-content.about-blog-post-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.about-blog-post-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .split-content.more-articles-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.team-articles-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.team-left {
    margin-bottom: 30px;
  }

  .home-hero-box {
    padding-top: 41px;
    padding-bottom: 40px;
  }

  .image.package-card-feature {
    margin-right: 8px;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.home-hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons._404 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-small-557px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.practice-area-card {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.testimonials {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .card.header-dropdown-wrapper {
    padding-top: 10px;
  }

  .card.blog-newsletter {
    padding: 40px 20px 49px;
  }

  .card.package {
    padding: 26px 20px 36px;
  }

  .card.get-package.mobile {
    padding: 33px 20px 39px;
  }

  .card.contact-form {
    padding: 43px 20px 48px;
  }

  .card.office {
    padding: 31px 20px 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card.faq {
    margin-bottom: 24px;
    padding: 30px 20px 29px;
  }

  .card.changelog {
    padding: 44px 20px 46px;
  }

  .card.blog-post-featured {
    margin-top: 0px;
    padding: 22px 20px 30px;
  }

  .card.blog-post-top-content {
    margin-bottom: 46px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.about-author {
    margin-top: 40px;
    padding: 40px 20px 30px;
  }

  .card._404 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .card.checkout-about {
    padding: 44px 20px 50px;
  }

  .card.default {
    padding: 40px 20px;
  }

  .image-wrapper.practice-area-card-icon-wrapper {
    margin-bottom: 20px;
  }

  .image-wrapper.testimonial-picture {
    width: 67px;
    height: 67px;
    min-width: 67px;
    margin-right: 10px;
  }

  .image-wrapper.story-2 {
    margin-top: -140px;
  }

  .image-wrapper.offices {
    margin-top: 32px;
  }

  .image-wrapper.card-office {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .image-wrapper.about-blog-post-author {
    margin-bottom: 15px;
  }

  .image-wrapper.about-author {
    width: 77px;
    height: 77px;
    min-width: 77px;
    margin-bottom: 15px;
  }

  .home-about-us-box {
    padding: 50px 20px;
  }

  .paragraph.newsletter {
    margin-bottom: 30px;
  }

  .paragraph.team-about-summary {
    margin-bottom: 30px;
  }

  .paragraph.password {
    font-size: 16px;
  }

  .cta-box {
    padding: 35px 20px;
  }

  .top-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.home-case-results {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.faqs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-665px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .case-result-card-content {
    padding: 30px 20px 40px;
  }

  .title.footer-title {
    margin-bottom: 20px;
  }

  .title.header-dropdown-title {
    margin-bottom: 15px;
  }

  .title.blog {
    margin-bottom: 25px;
  }

  .title.package-card-name {
    font-size: 18px;
  }

  .title.contact-directly {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .title.category {
    font-size: 35px;
  }

  .title.card-checkout {
    margin-bottom: 10px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-newsletter-wrapper {
    margin-bottom: 32px;
  }

  .footer-nav-box.last {
    margin-bottom: 0px;
  }

  .footer-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-newsletter-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-newsletter-submit-button {
    position: static;
    margin-top: 20px;
  }

  .testimonials-tabs-menu {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-testimonial-name {
    font-size: 16px;
  }

  .about-testimonial-job {
    font-size: 14px;
  }

  .testimonial-tab-link {
    margin-bottom: 20px;
  }

  .header-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .header-icon.cart {
    height: 46px;
    min-width: 46px;
  }

  .header-icon.phone {
    height: 46px;
    min-width: 46px;
  }

  .header-dropdown-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-dropdown-nav {
    margin-right: 30px;
  }

  .cart-main-wrapper {
    margin-right: 10px;
  }

  .container-medium-687px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-687px.about-hero {
    margin-bottom: 40px;
  }

  .bg.about-hero {
    height: 26%;
  }

  .achievements-grid {
    grid-column-gap: 40px;
    grid-row-gap: 25px;
  }

  .achievement-number {
    margin-bottom: 10px;
    font-size: 43px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .empty-state.cart {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-newsletter-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-newsletter-submit-button {
    position: static;
    margin-top: 20px;
  }

  .package-card-price {
    font-size: 23px;
  }

  .package-card-features-grid {
    margin-bottom: 30px;
  }

  .select.get-package {
    margin-bottom: 25px;
  }

  .package-features-grid {
    margin-bottom: 30px;
  }

  .get-package-price-wrapper {
    margin-bottom: 18px;
  }

  .contact-directly-link {
    font-size: 18px;
  }

  .contact-directly-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 20px;
  }

  .contact-directly-icon.icon-size-19px {
    font-size: 17px;
  }

  .contact-directly-icon.icon-small {
    font-size: 17px;
  }

  .container-medium-614px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .offices-grid {
    grid-row-gap: 32px;
  }

  .container-small-595px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-office-title-wrapper {
    margin-bottom: 26px;
  }

  .card-office-link {
    font-size: 16px;
  }

  .card-office-link-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 8px;
    font-size: 20px;
  }

  .card-office-link-icon.icon-size-19px {
    font-size: 17px;
  }

  .container-medium-600px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq-icon-wrapper {
    margin-right: 10px;
  }

  .faq-content {
    margin-left: 25px;
  }

  .card-blog-post-content {
    padding: 30px 20px 20px;
  }

  .card-blog-post-category {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .card-blog-post-link {
    margin-right: 20px;
    font-size: 14px;
  }

  .card-blog-post-date {
    font-size: 14px;
  }

  .card-blog-post-link-arrow {
    font-size: 14px;
  }

  .about-card-team-content {
    padding: 20px 20px 40px;
  }

  .about-card-team-rol {
    font-size: 18px;
  }

  .badge.card-blog-post-featured {
    padding: 10px 13px;
    font-size: 15px;
  }

  .card-blog-post-featured-date {
    font-size: 16px;
  }

  .blog-categories-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-category-link {
    font-size: 16px;
  }

  .blog-category-link.all {
    margin-right: 10px;
  }

  .blog-category-wrapper {
    margin-right: 10px;
    padding-left: 10px;
  }

  .card-blog-post-featured-link {
    margin-right: 20px;
  }

  .blog-post-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .rich-text h2 {
    margin-bottom: 15px;
  }

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

  .rich-text h3 {
    margin-top: 35px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .rich-text figure {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .rich-text figcaption {
    margin-top: 20px;
  }

  .rich-text h4 {
    margin-top: 35px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .rich-text blockquote {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .rich-text h5 {
    margin-top: 35px;
  }

  .about-blog-post-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .page-case-result-card-content {
    padding: 30px 20px 40px;
  }

  .card-team-member-content {
    padding: 20px 20px 40px;
  }

  .card-team-member-rol {
    font-size: 18px;
  }

  .team-about-title-wrapper {
    margin-bottom: 15px;
  }

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

  .block-header {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-content {
    padding: 10px 20px 30px;
  }

  .checkout-required-text {
    margin-bottom: 10px;
  }

  .rich-text-style-guide h2 {
    margin-bottom: 15px;
  }

  .rich-text-style-guide p {
    margin-bottom: 20px;
  }

  .rich-text-style-guide h3 {
    margin-top: 35px;
  }

  .rich-text-style-guide figcaption {
    margin-top: 20px;
  }

  .rich-text-style-guide h4 {
    margin-top: 35px;
  }

  .rich-text-style-guide h5 {
    margin-top: 35px;
  }

  .error-message.cart {
    margin-right: 16px;
    margin-left: 16px;
  }

  .header-dropdown-arrow {
    font-size: 16px;
  }

  .cart-header {
    padding: 20px 16px 15px;
  }

  .cart-footer {
    padding: 15px 16px 20px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .link-licenses-container {
    height: auto;
  }

  .areas-box {
    padding: 50px 20px;
  }

  .contact-directly-link-personal {
    font-size: 18px;
  }

  .map-section {
    height: 60vh;
  }
}

#w-node-_775c0aec-a07f-7335-a727-0cb3cc1f5819-f97f0578 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b6387bd7-79e0-eee1-7703-b2ba487b6e79-f97f0578 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1dc5fb3-2ca1-8960-b28c-602b3cdc5c6e-f97f0578 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e3cef8f-0e72-6dec-ad4e-34acca70a24f-f97f0578 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b6387bd7-79e0-eee1-7703-b2ba487b6e79-f97f0578 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0e3cef8f-0e72-6dec-ad4e-34acca70a24f-f97f0578 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e3cef8f-0e72-6dec-ad4e-34acca70a24f-f97f0578 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons Law Firm Template';
  src: url('../fonts/icons-law-firm-template.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}