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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  height: 38px;
  width: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-width: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #343e52;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #343e52;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: #343e52;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #343e52;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: #343e52;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: #343e52;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #677081;
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: none;
}

ul, ol {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 14px;
  line-height: 24px;
}

img {
  max-width: 100%;
  border-radius: 6px;
  display: inline-block;
}

blockquote {
  text-align: left;
  background-color: #f5f4f7;
  border-left: 3px solid #ff3c00;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 24px 20px 24px 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

figure {
  border-radius: 6px;
  margin-bottom: 10px;
}

.top-nav-icon {
  float: left;
  border-radius: 0;
  margin-top: 1px;
  margin-right: 10px;
}

.column {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.blog-tittle {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.blog-tittle.small {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(127, 0, 64, .68);
  border-top: 1px solid rgba(255, 255, 255, .31);
  margin-bottom: 5px;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.one-side-image {
  width: 50%;
  height: 600px;
  float: left;
  position: relative;
}

.one-side-image.gray {
  background-color: #f5f5f5;
  background-image: none;
}

.one-side-image.gray.first {
  height: auto;
  background-color: #f5f4f7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.one-side-image.third {
  background-color: #f5f4f7;
  background-image: url('../images/Phones.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.date-blog {
  height: 28px;
  color: #343e52;
  letter-spacing: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.blog-post-overlay {
  width: 100%;
  height: 100%;
  float: none;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.blog-post-overlay:hover {
  background-color: rgba(0, 0, 0, 0);
}

.learn-more-link {
  clear: none;
  color: #1cbac8;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  position: static;
}

.learn-more-link.outline {
  width: 140px;
  height: 42px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(150deg, #d40047, #7f0040);
  border: 1px #8e98ad;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: box-shadow .4s;
  display: inline-block;
}

.learn-more-link.outline:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(150deg, #d40047, #7f0040);
  border-width: 0;
  box-shadow: 0 6px 12px rgba(142, 152, 173, .38);
}

.learn-more-link.outline.white {
  color: rgba(255, 255, 255, .9);
  background-image: none;
  border: 2px solid rgba(255, 255, 255, .9);
}

.learn-more-link.outline.product {
  width: 160px;
}

.features-paragraph {
  color: #777;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.features-paragraph.service {
  color: #999;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.features-paragraph.service.white {
  color: #677081;
  font-size: 14px;
}

.processes-column {
  height: 300px;
  border-right: 2px solid #1cbac8;
  padding-left: 0;
  padding-right: 0;
}

.processes-column.top {
  height: auto;
  border-top: 0 rgba(0, 0, 0, 0);
  border-right-style: none;
}

.div-sliders-column-wrapper {
  padding-top: 0;
}

.service-row {
  width: auto;
  margin: 20px 0 0;
  padding-right: 0;
}

.service-row.last {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-image {
  width: 48px;
  height: 48px;
  background-color: rgba(86, 146, 253, .16);
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image.interactions {
  background-color: rgba(89, 86, 253, .16);
}

.icon-image.interactions.white {
  background-color: rgba(255, 255, 255, .24);
  margin-right: 20px;
  padding-left: 10px;
}

.heading {
  color: #343e52;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 38px;
}

.heading.white {
  color: #fff;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}

.heading.pricing {
  margin-bottom: 20px;
  font-size: 30px;
}

.heading.light {
  color: #fff;
}

.heading.faq {
  align-self: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 48px;
}

.blog-image {
  width: 100%;
  height: 500px;
  background-image: url('../images/matthew-henry-213827.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-image.image-blog {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -10px;
  text-decoration: none;
  transition: box-shadow .4s;
}

.content-section {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section.gray {
  background-color: #f6f6f6;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.blue {
  background-color: #9c56fd;
  background-image: linear-gradient(111deg, #d656fd, #8556fd);
  flex-direction: column;
}

.content-section.footer {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #465cff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .4s;
  display: block;
}

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

.button.center {
  width: 190px;
  float: none;
  text-align: center;
  letter-spacing: 2px;
  margin: 15px auto 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  display: block;
  position: static;
  top: 0;
  right: -25px;
}

.button.center.outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button.center.outline:hover {
  color: #000;
  background-color: #fff;
}

.button.left {
  width: 160px;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-weight: 600;
}

.button.white.outline {
  width: 160px;
  height: 42px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button.white.outline:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 12px rgba(142, 152, 173, .38);
}

.button.white.outline.center {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.button.white.outline.hero-btn-2 {
  width: auto;
  margin-top: 20px;
  display: none;
}

.button.general {
  width: 160px;
  height: 42px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(111deg, #753fff, #ff3c00);
  border: 1px #8b9de4;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition-property: box-shadow;
}

.button.general:hover {
  border-style: none;
  box-shadow: 0 6px 12px rgba(29, 30, 56, .2);
}

.button.general.middle {
  text-align: center;
  background-image: linear-gradient(15143deg, #753fff, #ff3c00);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.general.left {
  color: #fff;
  background-image: linear-gradient(150deg, #753fff, #ff3c00);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: box-shadow .4s;
}

.button.general.left.margin-top {
  margin-top: 20px;
}

.button.general.left.hero-btn-2 {
  width: auto;
  min-width: 200px;
  background-image: none;
  border: 2px solid #677081;
  justify-content: center;
  display: flex;
}

.button.general.full {
  width: 100%;
  background-image: linear-gradient(111deg, #d40047, #7f0040);
}

.button.general.full-white {
  height: 42px;
  color: #343e52;
  background-color: #fff;
  background-image: none;
}

.button.general.full-white:hover {
  color: #fff;
  background-image: linear-gradient(111deg, #753fff, #ff3c00);
}

.button.general.orange {
  height: 42px;
  background-image: linear-gradient(#ff3c00, #ff9500);
  margin-left: 10px;
  margin-right: 10px;
}

.button.general.pink {
  width: auto;
  min-width: 180px;
  float: none;
  background-image: linear-gradient(111deg, #d40047, #7f0040);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button.general.pink.inline {
  display: inline-block;
}

.button.general.pink.flex {
  min-width: 200px;
  color: #fff;
  justify-content: center;
  display: flex;
}

.button.general.pink.flex.echaunvistazo {
  color: #343e52;
  background-image: linear-gradient(111deg, #fff, #ffdbed);
}

.button.general.pink.flex.echaunvistazo:hover {
  box-shadow: 0 6px 12px rgba(255, 255, 255, .2);
}

.button.general.pink.ayuda {
  margin-top: 15px;
}

.button.general.outline {
  height: 42px;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.button.general.outline:hover {
  background-image: linear-gradient(111deg, #753fff, #ff3c00);
  border-style: none;
  border-color: #5956fd;
}

.button.general.outline.dark {
  height: 42px;
  color: #677081;
  border-color: #c9c9c9;
}

.button.general.outline.dark:hover {
  color: #fff;
  background-image: linear-gradient(111deg, #753fff, #ff3c00);
  border-style: none;
  border-color: #5956fd;
}

.button.general.right, .button.general.right.w--current {
  margin-right: 0;
}

.center {
  width: 100%;
  color: #677081;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.center.social {
  margin-bottom: 5px;
}

.processes-block {
  float: none;
  text-align: left;
  border-top: 3px solid #eee;
  border-left: 0 rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.processes-block.counters {
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.processes-block.counters.light {
  width: 278px;
  height: 200px;
  background-color: rgba(255, 255, 255, .06);
  border: 1px #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 6px;
  display: flex;
}

.sectionrefurbished {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.sectionrefurbished.gray {
  background-color: #e4e8ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.sectionrefurbished.gray.products {
  padding-top: 200px;
}

.sectionrefurbished.gray {
  background-color: #f5f6f8;
}

.sectionrefurbished.black {
  height: auto;
  background-color: #101731;
  padding-top: 160px;
}

.sectionrefurbished.last {
  padding-top: 0;
  padding-bottom: 0;
}

.sectionrefurbished.background-color {
  background-color: #8556fd;
  flex-direction: row;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.sectionrefurbished.background-color.white {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom: 1px #f5f4f7;
  flex-direction: column;
  padding-bottom: 120px;
  overflow: hidden;
}

.sectionrefurbished.background-color.white.blog {
  padding-top: 83px;
  padding-bottom: 0;
}

.sectionrefurbished.no-padding-top {
  padding-top: 0;
}

.sectionrefurbished.no-padding-top.blog {
  padding-bottom: 60px;
}

.sectionrefurbished.pink {
  background-image: linear-gradient(100deg, #d656fd, #8556fd);
}

.sectionrefurbished.pink.achivements {
  background-image: linear-gradient(131deg, #d40047, #7f0040);
  display: block;
}

.sectionrefurbished.pink.achivements.faq, .sectionrefurbished.pink.achivements.categoria, .sectionrefurbished.pink.achivements.productpage {
  display: none;
}

.sectionrefurbished.gray-color {
  background-color: #f5f4f7;
}

.sectionrefurbished.contact {
  background-color: #f5f4f7;
  padding-top: 0;
}

.sectionrefurbished.no-padding-bottom {
  padding-bottom: 0;
}

.sectionrefurbished.no-padding-bottom.porqueescogernos {
  padding-bottom: 120px;
}

.sectionrefurbished.echaunvistazo {
  background-image: linear-gradient(#d40047, #7f0040);
  padding-top: 10px;
  padding-bottom: 0;
}

.features-container {
  padding-left: 0;
  display: block;
  position: relative;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.tittle-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.div-content.achievements {
  width: auto;
  color: #fff;
  text-align: left;
  margin-left: 40px;
}

.white-center-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.blog-content-services {
  float: none;
  text-align: left;
}

.blog-content-services.tittle {
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 25px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: hidden;
}

.top-social-block {
  width: 38px;
  height: 45px;
  float: right;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(255, 255, 255, .34);
  border-right: 1px rgba(255, 255, 255, .34);
  padding-top: 12px;
  padding-left: 10px;
  transition: background-color .4s;
}

.top-social-block:hover {
  background-color: rgba(255, 255, 255, .14);
}

.top-social-block.second-version {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(3, 3, 3, .13);
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.top-social-block.second-version:hover {
  background-color: rgba(3, 3, 3, .13);
  border-left-color: rgba(3, 3, 3, .13);
  border-right-color: rgba(3, 3, 3, .13);
}

.top-social-block.second-version.footer {
  height: 40px;
  float: none;
  opacity: .46;
  border-style: none;
}

.top-social-block.second-version.footer:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.top-social-block.second-version.footer.color {
  background-color: #8556fd;
  border-radius: 6px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 10px;
}

.top-social-block.last {
  width: 39px;
  border-right-style: solid;
  padding-left: 10px;
}

.top-social-block.last.second-version {
  border-top: 1px rgba(3, 3, 3, .13);
  border-bottom: 1px rgba(3, 3, 3, .13);
}

.top-social-block.last.second-version:hover {
  background-color: #dbdbdb;
}

.top-social-block.last.second-version.footer:hover {
  background-color: rgba(0, 0, 0, 0);
}

.footer-sub-link {
  color: #8e98ad;
  border: 1px #000;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.footer-sub-link:hover {
  color: #d40047;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.features-column {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-notes {
  background-color: #f5f4f7;
  border-top: 1px #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-notes.blue {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(328deg, #d656fd, #8556fd);
}

.footer-notes.gray {
  background-color: #e4e8ee;
  background-image: none;
}

.top-nav-content-block {
  width: 144px;
  height: 45px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, .26);
  margin-left: 0;
  margin-right: 12px;
  padding-top: 12px;
  padding-left: 12px;
}

.top-nav-content-block.social {
  width: auto;
  float: none;
  border-left-style: none;
  border-right: 1px #000;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.top-nav-content-block.social.footer {
  height: 40px;
  float: right;
  margin-top: 0;
}

.top-nav-content-block.social.footer.center {
  float: none;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-nav-content-block.social.footer.padding-top {
  margin-top: 30px;
}

.top-nav-content-block.social.banner {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: auto;
}

.div-column-footer {
  height: 257px;
  text-align: left;
  border: 1px rgba(255, 255, 255, .07);
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .18);
}

.div-column-footer.small {
  height: auto;
  box-shadow: none;
  background-color: #1c1c3d;
  border-style: none;
  border-color: rgba(20, 20, 20, .37);
}

.div-column-footer.small.white {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-left-color: rgba(255, 255, 255, .12);
  border-radius: 0;
  padding-left: 20px;
}

.div-column-footer.small.white.middle {
  border-left-style: solid;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, .12);
  padding-left: 20px;
}

.service-div {
  width: 100%;
  height: 170px;
  background-color: #fff;
  border: 1px #e4e8ee;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
  box-shadow: 0 1px 8px rgba(70, 82, 116, .12);
}

.service-div.left {
  height: auto;
  background-image: linear-gradient(rgba(255, 255, 255, .47), rgba(0, 0, 0, 0));
  border-style: solid;
  border-color: #e4e8ee;
  padding: 24px 40px 24px 20px;
  transition: box-shadow .4s;
}

.service-div.left:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
  box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
}

.service-div.line {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-width: 1px;
}

.service-div.line.testimonials {
  height: auto;
  border-radius: 10px;
  transition: box-shadow .4s;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .07);
}

.service-div.line.testimonials:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .12);
}

.service-div.line.testimonials {
  width: 100%;
  height: auto;
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: box-shadow .4s;
  position: relative;
  box-shadow: 0 0 2px #dbdbdb, 0 0 2px #dbdbdb;
}

.service-div.line.testimonials:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .12);
}

.service-div.left {
  height: auto;
  background-color: #fff;
  border-style: solid;
  border-color: #e4e8ee;
  transition: box-shadow .4s;
}

.service-div.left:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
}

.service-div.left.no-line {
  width: auto;
  height: 280px;
  background-color: #242455;
  background-image: none;
  border-style: solid;
  border-color: #242455;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
  display: flex;
}

.service-div.left.no-line:hover {
  border-style: solid;
  border-color: #242455;
}

.service-div.left.white {
  height: auto;
  background-color: #f1f1f1;
  border-style: none none none solid;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.service-div.left.white:hover {
  background-color: #fff;
}

.service-div.left.second {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  padding: 0;
  transition: box-shadow .4s;
  display: block;
}

.service-div.left.second:hover {
  background-color: #fff;
  border-width: 0;
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, .13);
}

.service-div.center {
  height: auto;
  color: #465cff;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  padding: 20px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.service-div.center.image {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-div.left {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: rgba(228, 232, 238, .2);
  padding: 24px 40px 24px 20px;
  transition: box-shadow .4s;
}

.service-div.left:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.service-div.center {
  height: auto;
  color: #465cff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  padding: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.service-div.padding {
  border-radius: 10px;
  margin-bottom: 30px;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.footer-heading.white {
  color: #343e52;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.footer-heading.white.center {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.footer-heading.white.center.darker {
  color: #343e52;
  font-family: Roboto, sans-serif;
}

.footer-heading.center {
  color: #343e52;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
}

.second {
  padding-bottom: 0;
}

.slider-testimonials {
  height: 530px;
  background-color: rgba(0, 0, 0, 0);
}

.service-heading {
  float: none;
  clear: none;
  color: #343e52;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading.white {
  color: #fff;
}

.service-heading.white.padding {
  margin-top: 10px;
}

.divider {
  height: 1px;
  background-color: rgba(63, 63, 63, .1);
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.padding {
  margin-top: 100px;
  margin-bottom: 80px;
}

.divider.footer {
  width: 100%;
  height: 1px;
  margin-bottom: 60px;
}

.lighter-paragraph {
  color: #777;
}

.lighter-paragraph.font {
  color: #8e98ad;
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
}

.date {
  color: #677081;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.slide-nav-alternative {
  color: #212121;
  font-size: 10px;
}

.testimonial-image {
  width: 170px;
  height: 170px;
  border-radius: 150px;
}

.testimonial-image.small {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -40px;
  left: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .17);
}

.main-page-wrapper {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.footer-section {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins;
  display: flex;
}

.container-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container-wrapper.archivements {
  border: 1px #000;
}

.container-wrapper.footer {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.top-header {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Circularpro book, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.top-header.lighter {
  color: rgba(255, 255, 255, .6);
}

.top-header.lighter.allcaps {
  color: rgba(255, 255, 255, .94);
  font-weight: 400;
}

.top-header.white {
  margin-bottom: 0;
}

.line {
  width: 50%;
  height: 1px;
  background-color: #465cff;
  margin-left: 10px;
  margin-right: 10px;
}

.line.orange {
  background-color: #ff9500;
  margin-left: 10px;
  margin-right: 10px;
}

.line.orange.left {
  width: 5%;
  margin-left: 0;
}

.line.pink {
  background-color: #d656fd;
  margin-left: 10px;
  margin-right: 10px;
}

.line.interaction {
  background-color: #5956fd;
}

.line.components {
  background-color: #56fd7a;
  margin-left: 10px;
  margin-right: 10px;
}

.line.turquoise {
  background-color: #1ec8e2;
}

.line.blue {
  margin-left: 10px;
  margin-right: 10px;
}

.line.left {
  width: 5%;
  margin-left: 0;
}

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

.icon-header.center {
  width: 70%;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-header.padding {
  background-color: #7a56fd;
  background-image: linear-gradient(135deg, #7a56fd, #c123e9);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  padding: 10px 40px;
}

.icon-header.padding.blue {
  background-color: #465cff;
  background-image: linear-gradient(135deg, #5956fd, #2fb9f8);
}

.icon-header.padding.components {
  background-color: #27d64d;
  background-image: linear-gradient(135deg, #03be2b, #56fd7a);
}

.icon-header.left.in-half {
  width: 100%;
}

.icon-header.right {
  justify-content: flex-end;
}

.icon-header.padding-bottom {
  margin-bottom: 20px;
}

.top-header-icon {
  opacity: .39;
  margin-bottom: 15px;
}

.top-header-icon.lighter {
  opacity: .7;
}

.image-column {
  padding-left: 0;
  padding-right: 0;
}

.wrapper-box {
  border-radius: 5px;
  transition: box-shadow .4s;
}

.wrapper-box:hover {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, .05);
}

.icon-image-second {
  width: 48px;
  height: 48px;
  background-color: #5956fd;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image-second.tourquise {
  background-color: rgba(30, 200, 226, .16);
  background-image: linear-gradient(127deg, #2fb9f8, #0df);
}

.icon-image-second.orange {
  background-color: rgba(253, 183, 86, .16);
  background-image: linear-gradient(135deg, #ff5e00, #ffae00);
}

.icon-image-second.pink {
  background-color: rgba(214, 86, 253, .16);
  background-image: linear-gradient(124deg, #b90dc5, #d656fd);
}

.icon-image-second.interaction {
  background-color: rgba(156, 86, 253, .4);
  background-image: linear-gradient(111deg, #d40047, #7f0040);
}

.icon-image-second.components {
  background-color: rgba(86, 253, 122, .16);
  background-image: linear-gradient(130deg, #049223, #03be2b);
}

.icon-image-second.design {
  background-color: rgba(89, 86, 253, .43);
  background-image: linear-gradient(131deg, #d40047, #7f0040);
}

.div-gray-line {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 0;
}

.service-div-wrapper {
  height: 600px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e4e8ee;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 0;
  display: flex;
  overflow: hidden;
}

.service-div-wrapper.third {
  height: 600px;
  background-image: linear-gradient(#fff, #fff);
  border-left: 1px solid #e4e8ee;
  border-right: 1px solid #e4e8ee;
  flex-direction: column;
  padding-right: 0;
}

.service-div-wrapper.right {
  height: 600px;
  align-items: center;
}

.service-heading-second {
  float: none;
  clear: none;
  color: #343e52;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-second.all-caps {
  color: #343e52;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.service-heading-second.all-caps.in {
  color: #fff;
  margin-bottom: 0;
}

.service-heading-second.all-caps.right {
  text-align: right;
  margin-top: 20px;
}

.service-heading-second.all-caps.left {
  text-align: left;
  margin-top: 20px;
}

.service-heading-second.left {
  color: #343e52;
  text-transform: none;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.ayuda {
  background-color: #f5f4f7;
}

.info-service-wrapper {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-top: 0 #e4e8ee;
  padding: 30px 40px;
}

.vertical-line {
  width: 1px;
  height: 50px;
  background-color: #465cff;
  margin-left: 5px;
}

.vertical-line.green {
  height: 50px;
  background-color: #03be2b;
  margin-left: 5px;
}

.vertical-line.orange {
  height: 50px;
  background-color: #ff9500;
  margin-left: 5px;
}

.vertical-line.pink {
  height: 50px;
  background-color: #d656fd;
  margin-left: 5px;
}

.vertical-line.blue {
  height: 50px;
  background-color: #2fb9f8;
  margin-left: 5px;
}

.vertical-line.turquoise {
  background-color: #03be2b;
  margin-left: 5px;
}

.vertical-line.interaction {
  background-color: #5956fd;
  margin-left: 5px;
}

.info-div-wrapper {
  padding-top: 10px;
  padding-left: 24px;
}

.team-line {
  z-index: 20;
  width: 100%;
  height: 2px;
  text-align: center;
  background-color: #009fad;
  background-image: linear-gradient(#465cff, #2fb9f8);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.team-line.orange {
  background-image: linear-gradient(#ff3c00, #ff9500);
}

.team-line.pink {
  background-image: linear-gradient(#d656fd, #d656fd);
}

.team-line.turquoise {
  background-image: linear-gradient(#1ec8e2, #70e2ff);
}

.team-line.interaction {
  background-image: linear-gradient(#5956fd, #bc8cf7);
}

.team-line.components {
  background-image: linear-gradient(#049223, #03be2b);
}

.middle-div {
  width: 99%;
  text-align: center;
}

.middle-div.padding {
  width: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.left {
  color: #677081;
  text-align: left;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
}

.left.padding {
  padding-left: 80px;
  padding-right: 80px;
}

.right {
  text-align: right;
}

.right.padding {
  padding-left: 80px;
  padding-right: 80px;
}

.image-service {
  height: 240px;
  background-image: url('../images/5c2f171fc37080cebd4bc566_Space-Gray.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.image-service.pink {
  background-image: url('../images/5c2f171fc370801b234bc58e_Silver.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-service.components {
  background-image: url('../images/5c2f16b89bc27a5c9d4292e5_Official-Color.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-footer.black {
  background-color: #101731;
  background-image: linear-gradient(103deg, #1c1c3d, #192349);
  border: 1px solid rgba(0, 0, 0, 0);
}

.section-footer.gray {
  background-color: #fff;
  border: 0 #000;
}

.section-footer.blue {
  background-color: #8556fd;
}

.cta-text {
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.cta-text.white {
  color: #fff;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.column-navigation {
  width: auto;
  text-align: left;
  justify-content: flex-end;
  margin-bottom: 10px;
  display: block;
}

.page-header-section {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.page-header-section.gray {
  background-color: #f1f1f1;
}

.page-header-section.gray.small {
  background-color: #e4e8ee;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-header-section.gray.small.color {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(104deg, #8556fd, #d656fd);
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-header-section.gray.small.two-buttons {
  height: auto;
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
}

.page-header-section.gray.small.two-buttons:hover {
  border-style: none;
}

.page-header-section.image-background {
  background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header-section.image-background.small {
  background-image: linear-gradient(120deg, #ff3c00, #753fff);
  border-style: none;
  border-color: #000;
  transition: background-color .4s;
}

.page-header-section.image-background.small:hover {
  background-image: linear-gradient(120deg, #753fff, #ff3c00);
  border: 1px #000;
}

.page-header-section.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.page-header-section.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.page-header-section.gradient {
  background-image: radial-gradient(circle, #2fb9f8, #465cff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
}

.page-header-section.gradient.realative {
  background-image: none;
  position: relative;
}

.page-header-section.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.page-header-section.gradient.realative.big.pink {
  background-image: linear-gradient(122deg, #530fff, #ff3c00);
  display: none;
}

.page-header-section.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.page-header-section.gradient {
  background-image: linear-gradient(124deg, #d656fd, #8556fd);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.page-header-section.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, #8556fd);
  position: relative;
}

.page-header-section.video-section {
  background-image: linear-gradient(119deg, #d40047, #7f0040);
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-text-content {
  float: left;
  margin-right: 80px;
  padding-top: 10px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cta-text-content.second {
  height: 50px;
  float: none;
  color: #343e52;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.footer-link {
  color: #343e52;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
}

.footer-link:hover {
  color: #8556fd;
}

.footer-link.white {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  transition: color .4s;
}

.footer-link.white:hover {
  color: rgba(255, 255, 255, .7);
}

.google-play {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}

.google-play-wrapper {
  border-left: 1px solid rgba(255, 255, 255, .43);
  justify-content: center;
  display: flex;
}

.columns {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.columns.price-table {
  align-items: center;
}

.columns.achivements {
  flex-direction: row;
  align-items: center;
}

.white {
  color: #fff;
  padding-left: 0;
}

.button-wrapper {
  width: 300px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.product {
  width: auto;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper.product.left {
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}

.button-wrapper.no-padding {
  height: 50px;
  justify-content: center;
  margin-top: 0;
}

.button-wrapper.center {
  width: auto;
  justify-content: center;
}

.square {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.square-wrapper.home {
  z-index: 0;
  height: 120%;
  opacity: .15;
  background-image: linear-gradient(#000, #fff 77%);
}

.square-wrapper.blog {
  opacity: .15;
  background-image: linear-gradient(#000, rgba(216, 216, 216, .56) 77%);
}

.square-second {
  z-index: 0;
  width: 100vh;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 100vh;
  left: -13%;
  right: 100%;
  overflow: hidden;
}

.square-second.gray {
  width: 100vh;
  height: 100%;
  opacity: .7;
  background-color: rgba(228, 232, 238, .6);
  border-color: #fff;
  border-radius: 7%;
  top: auto;
  bottom: auto;
  transform: rotate(45deg);
}

.square-third {
  z-index: 11;
  width: 8vh;
  height: 8vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  margin: auto;
  display: none;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 25%;
}

.square-third.gray {
  opacity: .7;
  background-color: #e4e8ee;
  border-radius: 20%;
  top: 20%;
  transform: rotate(45deg);
}

.square-fourth {
  z-index: 10;
  width: 40vh;
  height: 40vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -13%;
}

.square-fourth.gray {
  opacity: .7;
  background-color: #e4e8ee;
  border-radius: 20%;
  top: 14%;
  transform: rotate(45deg);
}

.square-fifth {
  z-index: 2;
  width: 3vh;
  height: 3vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  margin: auto 66% auto auto;
  display: none;
  position: relative;
  top: 25%;
  bottom: auto;
  left: 51%;
  right: 0%;
}

.square-fifth.gray {
  opacity: 1;
  background-color: #e4e8ee;
  border-radius: 20%;
  top: 37%;
  transform: rotate(45deg);
}

.pricing-row {
  width: 100.008%;
}

.notification-wrapper {
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.tiitle-price {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tiitle-price.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.tiitle-price.number {
  color: #343e52;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: block;
  position: static;
  left: auto;
}

.tiitle-price.number.big {
  font-size: 40px;
  font-weight: 500;
}

.tiitle-price.number.white {
  color: #fff;
  font-weight: 500;
  display: block;
}

.tiitle-price.sub {
  color: #677081;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.tiitle-price.sub.white {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 0;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.tiitle-price.check-text {
  float: none;
  color: #677081;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.tiitle-price.check-text.light {
  color: #c9c9c9;
}

.tiitle-price.dark {
  margin-bottom: 0;
}

.check-text-block {
  color: #677081;
  background-color: rgba(245, 244, 247, .44);
  border: 1px solid #e4e8ee;
  border-top-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.check-text-block.first {
  color: #677081;
  background-color: rgba(245, 244, 247, .44);
  border: 1px solid #e4e8ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-price-table {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.button-second {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #465cff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  transition: background-color .4s;
  display: block;
}

.button-second:hover {
  background-color: #000;
}

.button-second.center {
  width: 160px;
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 15px auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 600;
  display: block;
  position: static;
  top: 0;
  right: -25px;
}

.button-second.center.outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button-second.center.outline:hover {
  color: #000;
  background-color: #fff;
}

.center-position {
  width: 100%;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.center-position.padding {
  color: #677081;
  margin: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
}

.div-content-second {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.div-content-second.percentual {
  width: 80%;
  margin-left: 0;
}

.pricing-column {
  padding: 15px;
}

.notification-form {
  text-align: center;
  display: block;
}

.div-block-sixth {
  text-align: center;
  margin-left: 10px;
  display: block;
}

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

.pricing-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 11px;
  padding: 40px 25px 25px;
  transition: box-shadow .4s;
  display: block;
}

.pricing-block:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.pricing-block.center.white {
  box-shadow: none;
  background-color: #fff;
  border-style: solid;
  border-color: #e4e8ee;
  flex-direction: row;
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
  transition: box-shadow .4s;
  display: block;
}

.pricing-block.center.white:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.pricing-block.right {
  box-shadow: none;
  border-radius: 10px;
}

.pricing-block.right:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.pricing-block.small {
  border-style: solid;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
}

.pricing-block.small.gray {
  height: 240px;
  background-color: #f5f5f5;
  padding-top: 10px;
}

.pricing-block.small.orange {
  height: 240px;
  background-image: linear-gradient(108deg, #ff3c00, #ff9500);
  border-width: 0;
}

.pricing-block.small.pink {
  height: 240px;
  background-image: linear-gradient(120deg, #8556fd, #d656fd);
}

.pricing-block.small.blue {
  height: 240px;
  background-image: linear-gradient(146deg, #5956fd, #2fb9f8);
}

.pricing-block.white {
  background-color: #fff;
  border-radius: 10px;
}

.footer-phone-text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-phone-text.center {
  color: #677081;
  text-align: center;
}

.footer-phone-text.center.white {
  color: #fff;
}

.footer-block {
  width: 20%;
  text-align: left;
  padding-right: 20px;
}

.footer-social-link {
  color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #f44a66;
}

.secure-payment-by {
  width: 214px;
  background-color: #768fad;
  border-radius: 4px;
  justify-content: center;
  margin-left: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.secure-payment-by.gray {
  background-color: #8e98ad;
}

.footer-row {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.container-template {
  max-width: 1200px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.copyright-text {
  color: #343e52;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.copyright-text.secure {
  color: #fff;
  margin-right: 10px;
}

.copyright-text.white {
  color: rgba(255, 255, 255, .5);
}

.underline {
  width: 110%;
  height: 5px;
  opacity: .25;
  background-color: #f44a66;
  margin-top: -6px;
  position: absolute;
  top: 107px;
  left: 0;
  transform: translate(-105%);
}

.underline.social-line {
  width: 100%;
  height: 5px;
  background-color: #f44a66;
  margin-top: -6px;
  top: 32px;
}

.footer-bottom {
  margin-top: 0;
  padding-top: 0;
}

.footer-line-divider {
  padding-left: 8px;
  padding-right: 8px;
}

.copyright {
  color: #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.copyright.left {
  justify-content: flex-start;
}

.lighter-link {
  color: #768fad;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.link-dark {
  color: #343e52;
  text-decoration: none;
}

.link-dark:hover {
  color: #8556fd;
  text-decoration: underline;
}

.mask {
  border: 1px #000;
}

.service-heading-third {
  float: none;
  clear: none;
  color: #343e52;
  text-align: left;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-third.big {
  width: auto;
  color: #343e52;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.service-heading-third.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.service-heading-third.big {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.service-heading-third.big.white {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.slide {
  width: 32%;
  border: 1px #000;
  margin-right: 20px;
}

.service-row-second {
  margin: 20px 0;
  padding-left: 2px;
  padding-right: 2px;
}

.star-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.star-image {
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.color {
  color: #465cff;
  font-weight: 700;
}

.emphasis {
  color: #fff;
  background-color: #2fb9f8;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.emphasis.orange {
  background-color: rgba(255, 149, 0, .87);
}

.emphasis.pink {
  background-color: rgba(214, 86, 253, .96);
}

.emphasis.green {
  background-color: #03be2b;
}

.color-link {
  color: #a7e4ff;
  text-decoration: underline;
}

.color-link.darker {
  color: #2741ff;
}

.question-box {
  margin-bottom: 0;
}

.question-box.first {
  border-top-style: none;
  margin-top: 30px;
}

.expand {
  flex: 1;
}

.question-tittle-link {
  width: 100%;
  background-color: #f3f3f3;
  border-left: 1px solid #009fad;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  padding: 25px 30px 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.question-tittle-link.white {
  min-height: 60px;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  box-shadow: 0 1px 3px rgba(82, 91, 115, .07);
}

.horizontal {
  width: 14px;
  height: 2px;
  background-color: #161a25;
  position: absolute;
  top: 9px;
}

.question-box-answer {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .1);
  padding: 20px 30px 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
}

.vertical {
  width: 14px;
  height: 1.5px;
  background-color: #161a25;
  margin-bottom: -1px;
  position: absolute;
  transform: rotate(90deg);
}

.question-tittle {
  color: #343e52;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.flex-wrap {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.open-close-plus {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.paragraph-14 {
  font-size: 14px;
}

.testimonials-name {
  color: #343e52;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.full-container {
  z-index: 100;
  max-width: 1170px;
  color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.full-container.tab {
  width: 100%;
}

.laptop-padding {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}

.hero-text-block {
  z-index: 10;
  width: 81%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-text-block.home {
  text-align: left;
  margin-bottom: 0;
  display: block;
}

.hero-big-text {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 57px;
}

.hero-big-text.hero {
  margin-top: 0;
  font-size: 65px;
  font-weight: 300;
  line-height: 65px;
}

.hero-big-text.hero.third {
  width: 75%;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  display: block;
}

.hero-big-text.hero.dark {
  color: #343e52;
  text-align: left;
  margin-bottom: 40px;
  margin-left: -2px;
  font-weight: 700;
}

.main-section {
  height: 750px;
  color: #1a1a1a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.main-section.ads {
  width: 100%;
  height: auto;
  background-image: linear-gradient(#530fff 23%, rgba(255, 255, 255, 0)), url('../images/Protheus-white11.svg'), linear-gradient(#0f0231, #ff3c00);
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 800px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  overflow: hidden;
}

.main-section.ads.gray {
  height: auto;
  background-image: linear-gradient(rgba(214, 86, 253, .6), rgba(133, 86, 253, .5)), url('../images/24324de.jpg'), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 100% 29%, 0 80%, 50% -184px;
  background-repeat: repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, cover, 250px, 260px, cover;
  background-attachment: scroll, scroll, fixed, fixed, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.baner-big-text {
  width: 100.007%;
  color: #fff;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}

.hero-paragraph {
  color: #545569;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-paragraph.light {
  color: #fff;
}

.hero-paragraph.light.hero {
  margin-bottom: 40px;
}

.hero-paragraph.white {
  color: rgba(255, 255, 255, .9);
}

.hero-paragraph.white.percentual {
  width: 70%;
}

.contact-services-text {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
  display: block;
}

.hero-info-block {
  width: 50%;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0%;
}

.form-block {
  padding-left: 30px;
  padding-right: 30px;
}

.form-block.single {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.cta-button {
  height: 48px;
  color: #2c3340;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .4s;
}

.cta-button:hover {
  box-shadow: 0 2px 4px rgba(40, 43, 49, .29);
}

.cta-button.blue {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  font-family: Roboto, sans-serif;
}

.cta-button.blue:hover {
  background-image: linear-gradient(144deg, #39abff, #0675ec);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
}

.cta-button.blue.full {
  width: 100%;
  background-image: linear-gradient(#214af0, #39abff);
  border-style: none;
  line-height: 22px;
}

.cta-button.blue.full:hover {
  box-shadow: 0 6px 12px rgba(142, 152, 173, .38);
}

.cta-button.blue.full {
  width: 100%;
  background-image: linear-gradient(111deg, #d40047, #7f0040);
  border-style: none;
  line-height: 22px;
}

.cta-button.blue.full:hover {
  box-shadow: 0 6px 12px rgba(142, 152, 173, .38);
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #47b45e;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
}

.center-button-block {
  width: 100%;
  text-align: left;
}

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

.column-third {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.column-third.contact {
  padding-left: 10px;
  padding-right: 10px;
}

.text-field-third {
  height: 42px;
  float: none;
  border-radius: 3px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-third.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-third.contact-form.gray {
  background-color: rgba(244, 245, 249, .5);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.subject {
  background-image: url('../images/icons8-box-64_1icons8-box-64.png');
  background-size: 20px;
  margin-bottom: 20px;
}

.text-field-third.contact-form.gray.email {
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-size: 20px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.no-icon {
  background-image: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.budget {
  background-image: url('../images/icons8-organization-52_1icons8-organization-52.png');
  background-size: 20px;
}

.contact-content {
  z-index: 1000;
  height: auto;
  background-color: #fff;
  border: 1px solid rgba(228, 236, 246, .57);
  border-radius: 10px;
  padding: 45px 24px;
  position: relative;
  right: -45px;
  box-shadow: 7px 7px 25px rgba(82, 91, 115, .12);
}

.contact-content.new {
  z-index: 0;
  width: 60%;
  border-color: #e4ecf6;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px;
  transition: transform .4s cubic-bezier(.532, .003, .25, 1);
  display: block;
  position: static;
  box-shadow: 0 10px 25px rgba(70, 82, 116, .12);
}

.container-fourth {
  max-width: 1200px;
  border-top-right-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-fourth.contact {
  text-align: center;
}

.error-message-second {
  color: #fff;
  text-align: center;
  background-color: #ff4141;
  border-radius: 10px;
  padding: 20px;
}

.contact-form.message.gray {
  max-width: 100%;
  min-height: 160px;
  min-width: 100%;
  background-color: rgba(244, 245, 249, .5);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid rgba(228, 236, 246, .57);
  border-radius: 5px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.field-label {
  color: #343e52;
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label.contact-us-field.gray {
  color: #545569;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.field-label.center {
  font-size: 14px;
  line-height: 24px;
}

.section-2 {
  z-index: 1;
  background-color: #f4f5f9;
  border: 1px #000;
  padding: 120px 20px;
  transition: transform .4s;
  position: relative;
}

.section-2.white {
  background-color: #fff;
  background-image: none;
  border-style: none;
  border-width: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-2.white.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.white.no-padding.contact {
  border-bottom-style: solid;
  border-bottom-color: #e4ecf6;
}

.contact-column-adress {
  padding-left: 0;
  padding-right: 0;
}

.tweeter {
  opacity: 1;
  filter: grayscale();
  margin-right: 10px;
}

.social-link {
  color: #556279;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.social-link:hover {
  text-decoration: underline;
}

.vertical-column-row {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.contact-us-content {
  width: 90%;
  text-align: center;
  background-color: #f1f1f7;
  border: 1px solid #dfdfe9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.contact-us-content.light {
  background-color: #fff;
}

.contact-us-content.light.contact {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-us-small-tittle {
  color: #fff;
  font-weight: 600;
}

.contact-us-small-tittle.black {
  color: #3f3f3f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.contact-us-small-tittle.black.contact {
  color: #2c3340;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.contact-us-small-tittle.black {
  color: #3f3f3f;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.contact-small-content {
  height: 200px;
  text-align: center;
  border-left: 1px solid #e4ecf6;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  font-weight: 400;
}

.contact-small-content.first {
  text-align: center;
  border-left-style: solid;
}

.contact-small-content.last {
  border-right: 1px solid #e4ecf6;
  padding-left: 0;
}

.contact-link {
  color: #556279;
  margin-top: 15px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.contact-link:hover {
  color: #2c3340;
  margin-top: 15px;
  padding-bottom: 0;
  text-decoration: underline;
}

.contact-link.left.mapicon {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.preload {
  z-index: 9998;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ff3c00;
  background-image: linear-gradient(114deg, #ff3c00, #753fff 70%);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preload-image {
  width: 50px;
}

.link-wrapper {
  text-decoration: none;
  display: flex;
}

.portfolio-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: visible;
}

.blog-content-wrapper {
  width: 95%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-cart-element {
  width: 100%;
  height: 100%;
  min-height: 440px;
  text-align: center;
  background-color: #f5f4f7;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  padding: 60px 30px 30px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.portfolio-cart-element.color {
  height: 500px;
  background-image: linear-gradient(145deg, #d40047, #7f0040);
  position: relative;
}

.portfolio-cart-element.small {
  height: 440px;
  max-height: 450px;
  padding-top: 40px;
}

.portfolio-info {
  text-align: center;
  padding-top: 20px;
}

.portfolio-info.color {
  z-index: 100;
  text-align: center;
  padding-top: 0;
  position: relative;
}

.price-product {
  color: #677081;
  font-size: 20px;
  line-height: 30px;
}

.price-product.white {
  color: #fff;
  font-weight: 500;
}

.section-collection {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
}

.section-collection.no-bottom-padding {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section-collection.no-bottom-padding.gray {
  background-color: #f5f6f8;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-collection.gray {
  background-color: #f5f4f7;
  display: none;
}

.section-collection.mobile.collection {
  flex-direction: column;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.section-collection.gray-color {
  background-color: #f5f4f7;
}

.side-features {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.side-info {
  width: 50%;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8%;
  padding-right: 8%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.side-info.products {
  width: 100%;
  height: 600px;
  background-color: #f5f4f7;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 8% 10%;
  overflow: hidden;
}

.side-info.products:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #e4e8ee);
}

.side-info.products.shorter {
  height: 560px;
  margin-bottom: 0;
  padding-top: 10%;
  padding-bottom: 0%;
}

.side-info.products.shorter.main {
  margin-bottom: 20px;
}

.side-info.products.shorter.main:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #e4e8ee);
}

.tittle {
  color: #8e98ad;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 21px;
}

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

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

.gray-paragraph.center {
  margin-bottom: 0;
}

.side-image-media {
  width: 50%;
  min-height: 240px;
  flex: 0 auto;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-image-media.flex-right {
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}

.media-image {
  width: 900px;
  max-width: none;
  flex: 0 auto;
  margin-bottom: 0%;
  padding-left: 8%;
  padding-right: 0;
  display: block;
  position: relative;
  left: 0;
  right: auto;
  overflow: visible;
}

.promo-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process {
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 15px 32px;
  display: flex;
  position: relative;
}

.process-card {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-card.left, .process-card.right {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.process-info {
  width: 40%;
}

.process-info.left {
  width: 40%;
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  padding: 40px;
  font-size: 15px;
  line-height: 24px;
}

.process-info.right {
  height: 280px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  padding: 40px;
  font-size: 15px;
}

.process-icon {
  width: 64px;
  height: 64px;
  background-color: #465cff;
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px rgba(82, 91, 115, .2);
}

.process-icon.center {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(#ff3c00, #ff9500);
  border-style: none;
  border-radius: 27%;
  position: absolute;
  top: auto;
}

.process-icon.center.blue {
  background-image: linear-gradient(#214af0, #2fb9f8);
}

.process-icon.center.green {
  background-image: linear-gradient(#049223, #5ef03a);
}

.process-icon.center.pink {
  background-image: linear-gradient(#8556fd, #d656fd);
}

.process-line {
  width: 2px;
  height: 100%;
  background-image: linear-gradient(#fff, rgba(231, 231, 231, .63) 7%, #e7e7e7 93%, #fff);
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.padding-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.padding-wrapper.right {
  align-items: flex-end;
}

.title-procces {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.title-procces.right {
  margin-bottom: 10px;
}

.image-process-div {
  width: 40%;
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image-process-div.right {
  height: 280px;
  text-align: left;
  justify-content: flex-start;
}

.image-sixth {
  margin-right: 0;
  padding-right: 0;
}

.horizontal-line {
  width: 100%;
  height: 2px;
  text-align: center;
  background-image: linear-gradient(#fff, rgba(231, 231, 231, .63) 10%, rgba(231, 231, 231, .63) 90%, #fff);
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-wrapper {
  width: 240px;
  height: 64px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.heading-half-section {
  color: #343e52;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-half-section.left {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}

.number {
  color: rgba(228, 232, 238, .5);
  letter-spacing: -1px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.columns-third {
  width: 80%;
}

.category-text {
  z-index: 1;
  width: 100%;
  float: none;
  color: #343e52;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #e4ecf6;
  border-radius: 4px;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
}

.category-text:hover {
  background-color: #fff;
}

.category-text.top {
  background-image: linear-gradient(#d656fd, #a07cfa);
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  left: 0;
}

.category-text.top.blog {
  width: auto;
  box-shadow: none;
  color: #fff;
  background-image: none;
  margin-bottom: 20px;
  transition-property: none;
}

.category-text.side {
  width: 100%;
  box-shadow: none;
  border-style: solid;
  border-color: #e4e8ee;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: box-shadow .4s;
  position: static;
}

.category-text.side:hover {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .1);
}

.category-text.side.full {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 20px;
  transition: box-shadow .4s;
  display: block;
}

.category-text.side.full.w--current {
  border-color: #9e9e9e;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

.category-text.side.full.all {
  color: #677081;
  border-color: #e4e8ee;
}

.category-text.side.full.all.w--current {
  border-color: #e4e8ee;
  font-family: Roboto, sans-serif;
}

.team-section {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.team {
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.side-content {
  width: 100%;
  display: flex;
}

.side-content-info {
  max-width: 570px;
  padding-left: 12%;
  padding-right: 12%;
}

.full-container-second {
  max-width: 1200px;
  color: #1a1a1a;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.full-container-second.fullwidth {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-tittle {
  color: #343e52;
  text-align: left;
  font-family: Roboto, sans-serif;
}

.small-video {
  color: #fff;
  align-items: center;
  margin-top: 40px;
  padding: 8px;
  display: flex;
}

.small-video.banner {
  margin-top: 0;
  margin-bottom: 10px;
}

.video-small-review {
  width: 144px;
  height: auto;
  margin-right: 24px;
  position: relative;
}

.video-small-review.smaller {
  width: 100px;
  margin-left: -14px;
  margin-right: 14px;
}

.plau-button {
  z-index: 1;
  width: 32px;
  height: 32px;
  background-color: #8556fd;
  background-image: url('../images/2314.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px rgba(22, 26, 37, .2);
}

.macbook-pro.smaller {
  width: 100px;
  max-width: none;
}

.video-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 20px;
}

.collection-item.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.collection-item.half {
  width: 50%;
}

.collection-item.featured {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.collection-item.in-author {
  width: 50%;
}

.image-div-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
}

.image-div-wrapper.color {
  z-index: 98;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  position: relative;
}

.tittle-product {
  color: #1c1c3d;
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.tittle-product.white {
  color: #fff;
}

.tittle-product.white.center {
  font-family: Roboto, sans-serif;
}

.quick-view-wrapper {
  width: auto;
  height: auto;
  background-color: #fff;
  background-image: none;
  border: 1px #c9c9c9;
  border-radius: 9px;
  margin-top: 0;
  margin-left: 0;
  padding: 3px;
  transition: transform .3s;
  display: none;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.quick-view-wrapper:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 6px 12px rgba(16, 23, 49, .1);
}

.quick-view-button {
  width: 32px;
  height: 32px;
  background-image: url('../images/icons8-full-screen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.price-text {
  color: #753fff;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.button-wrapper-add-to-cart {
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.description-text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.divider-product {
  height: 1px;
  background-color: #eaeaea;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sku {
  border: 1px #000;
}

.quantity-cart {
  height: 50px;
  color: #4d4d4d;
  background-color: #fff;
  border-style: solid;
  border-color: #142335;
  border-radius: 4px;
  margin-right: 14px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.share-on {
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.share-on.sku {
  color: rgba(255, 255, 255, .78);
  background-color: #c9c9c9;
  margin-bottom: 10px;
  padding: 2px 10px;
}

.pop-up-wrapper {
  z-index: 999;
  background-color: rgba(255, 60, 0, .5);
  background-image: linear-gradient(rgba(117, 63, 255, .5), rgba(255, 60, 0, .5));
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-info {
  height: auto;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  margin-left: 40px;
  padding: 60px 40px 20px;
  position: relative;
  overflow: hidden;
}

.product-info.pop-up {
  border: 0 rgba(0, 0, 0, 0);
  margin-left: 0;
  padding: 0;
}

.category-content {
  margin-top: 20px;
}

.close-button {
  z-index: 3;
  width: 40px;
  height: 40px;
  background-color: #768fad;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.quick-view-info {
  width: 50%;
  text-align: left;
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 56px;
  line-height: 24px;
  display: flex;
}

.quick-view-info.pop-up {
  align-items: flex-start;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-line {
  width: auto;
  height: 42px;
  color: #768fad;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1b83ff;
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
}

.button-line:hover {
  color: #fff;
  background-color: #1b83ff;
  border-color: #1b83ff;
}

.button-line.cart {
  height: 50px;
  color: #3a3731;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #142335;
  background-image: linear-gradient(#ffde8d, #efac32);
  border-style: none;
  border-color: #a84300;
  border-radius: 4px;
  justify-content: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.button-line.cart:hover {
  background-color: #ff3c00;
  background-image: linear-gradient(#fcd167, #efac32);
  border-color: #ff3c00;
}

.button-line.featured-product {
  width: 140px;
  height: auto;
  color: #677081;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #677081;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  transition: box-shadow .4s;
  display: flex;
}

.button-line.featured-product:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.list-item-social {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.link-sku {
  color: rgba(12, 21, 47, .6);
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-sku:hover {
  color: #000;
}

.social-wrapper-div {
  width: 32px;
  height: 32px;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon_facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebb96a;
}

.social-wrapper-div.twitter {
  width: 32px;
  height: 32px;
  background-image: url('../images/icon_instagram.svg');
  background-size: 16px;
  border-style: none;
}

.social-wrapper-div.twitter:hover {
  border-style: none;
  border-color: #ff5f0f;
}

.social-wrapper-div.google {
  background-image: url('../images/icon_whatsapp.svg');
  background-size: 16px;
  border-bottom-style: none;
  border-left-style: solid;
}

.social-wrapper-div.google:hover {
  opacity: 1;
  border-color: #ac1313;
}

.social-icon-div-share {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div-share.no-padding {
  padding-top: 0;
}

.social-icon-div-share.no-padding.more-left {
  margin-left: 5px;
}

.list {
  margin-bottom: 0;
}

.popup-quick-view {
  z-index: 300;
  width: 100%;
  max-height: 96vh;
  max-width: 920px;
  min-height: 200px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.tittle-plock {
  margin-bottom: 0;
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.product {
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.sale-tittle.product.single {
  margin-bottom: 10px;
}

.brand {
  width: 160px;
  align-items: center;
  padding: 0;
  display: flex;
}

.brand.footer {
  margin-bottom: 60px;
}

.brand.in-white.w--current {
  width: 160px;
}

.wrapper-full {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
}

.dropdown-link-second {
  color: #7c8499;
  text-align: left;
  background-color: #fff;
  border: 1px #eee;
  border-bottom: 1px solid #e4ecf6;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
  transition: background-color .4s, color .4s;
  display: flex;
  box-shadow: 0 3px 5px -3px rgba(114, 111, 111, .2);
}

.dropdown-link-second:hover {
  color: #7c8499;
  background-color: #f4f5f9;
}

.dropdown-link-second.w--current {
  color: #343e52;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown-link-second.w--current:hover {
  color: #753fff;
  background-color: #f4f5f9;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  width: 140px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  display: block;
  box-shadow: 4px 4px 18px rgba(46, 50, 60, .09);
}

.nav-menu-second {
  align-items: center;
  display: flex;
}

.nav-bar {
  z-index: 200;
  width: 100%;
  background-color: #fff;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(228, 228, 228, .4);
  flex-direction: row;
  justify-content: center;
  padding: 6px 24px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.nav-link {
  color: #fff;
  border-left: 1px rgba(228, 228, 228, .48);
  padding: 10px 40px 10px 20px;
  font-family: Lato, sans-serif;
  transition: color .4s;
}

.nav-link:hover {
  color: #fff;
  background-color: rgba(14, 66, 145, .05);
  border-radius: 4px;
  padding-right: 40px;
}

.nav-link.w--current {
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
}

.nav-link.w--open:hover {
  border: 1px #000;
}

.nav-link.dark {
  color: #343e52;
}

.arrow {
  color: #fff;
  display: block;
}

.arrow.dark {
  color: #343e52;
}

.cart-quantity-mobile {
  color: #343e52;
  text-align: center;
  padding-left: 6px;
  font-family: Roboto, sans-serif;
}

.left-nav-wrapper {
  width: auto;
  height: 70px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-footer {
  padding-bottom: 16px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
}

.cart-button-nav {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-left-color: #eaeaea;
  margin-left: 1.5rem;
  padding: 0;
}

.div-block-new {
  align-items: flex-start;
}

.error-state {
  color: #f44a66;
}

.product-tittle {
  color: #677081;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.cart-wrapper {
  z-index: 3000;
}

.cart-item {
  border-bottom: 1px solid #e4e8ee;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-product {
  width: 60px;
}

.no-item {
  color: #4e637d;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.cart-quantity {
  width: 20px;
  height: 20px;
  color: #142335;
  border: 1px solid #142335;
}

.remove {
  color: rgba(103, 112, 129, .59);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.remove:hover {
  color: #142335;
}

.cart-container {
  min-width: 400px;
  overflow: visible;
}

.apple-pay-cart {
  height: 45px;
  border-radius: 4px;
}

.remove-button-new {
  text-decoration: none;
}

.remove-button-new:hover {
  color: #142335;
  text-decoration: underline;
}

.price-number {
  color: #343e52;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.checkout-button {
  height: 45px;
  color: #3a3731;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#ffde8d, #efac32);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.checkout-button:hover {
  background-color: #8556fd;
  background-image: linear-gradient(#fcd167, #efac32);
}

.checkout-button.w--current {
  border-radius: 4px;
}

.empty-state {
  flex-direction: column;
}

.search-bar {
  z-index: 100;
  height: 0;
  max-width: 1200px;
  color: #fff;
  background-color: rgba(255, 255, 255, .72);
  border-radius: 8px;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container {
  z-index: 10;
  max-width: 1200px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.container.nav-container {
  flex: 1;
}

.search-anomation-div {
  display: block;
}

.search-nav {
  color: #fff;
  border: 1px #000;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 50%;
}

.search-input {
  z-index: 1;
  width: 100%;
  height: 40px;
  float: left;
  color: #677081;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 36px;
  font-size: 16px;
  line-height: 26px;
  position: static;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}

.search-button {
  z-index: 1;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/icons8-search-96_1icons8-search-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px #000;
  border-left: 1px solid #e4e8ee;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -40px;
  display: inline-block;
  position: relative;
}

.search-button:hover {
  background-color: rgba(118, 143, 173, .22);
}

.shopp-card-wrapp {
  width: 45px;
  height: 45px;
  background-color: #ff3c00;
  background-image: linear-gradient(182deg, #ffde8d, #efac32);
  border-width: 1px;
  border-radius: 22%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shopp-card-wrapp:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fcd167, #efac32);
}

.dark-logo {
  margin-top: 0;
  position: absolute;
}

.search-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.search-wrapper.in-white {
  width: 30px;
  height: 30px;
  display: flex;
}

.dark-search-icon {
  position: absolute;
}

.blog-and-sidebar {
  width: 100%;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #999;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.right-collection-wrapper {
  width: 66.66%;
  padding-left: 0;
  padding-right: 0;
}

.right-collection-wrapper.products {
  width: 69%;
  padding-left: 2%;
}

.sucess-mesage {
  color: #fff;
  background-color: #83ce66;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.sidebar-header {
  border-bottom: 1px #e4e8ee;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.sidebar-block {
  background-color: #f5f4f7;
  border-radius: 6px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.text-field-blog-sidebar {
  width: 100%;
  height: 44px;
  float: left;
  color: #343e52;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.text-field-blog-sidebar:hover {
  border-bottom-color: #e4e8ee;
}

.text-field-blog-sidebar.center {
  margin-bottom: 10px;
}

.sidebar {
  width: 30%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px;
}

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

.sidebar.right.blognav {
  background-color: #fff;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.form {
  padding: 0;
}

.page-header {
  color: #343e52;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}

.page-header.dark {
  color: #343e52;
  margin-bottom: 20px;
}

.page-pargraph {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.page-pargraph.dark {
  color: #677081;
}

.page-pargraph.dark.date {
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  line-height: 25px;
}

.page-pargraph.page-header {
  color: #343e52;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 25px;
}

.page-header-div {
  width: 100%;
  height: 300px;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.page-header-div.center {
  z-index: 2;
  height: auto;
  max-width: 1200px;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 1px);
  box-shadow: 0 20px 75px rgba(0, 0, 0, .3);
}

.pad-image {
  margin-top: 30px;
  margin-bottom: -40px;
}

.line-in-hover {
  width: 50%;
  height: 1px;
  background-color: #465cff;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.orange {
  background-color: #ff9500;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.pink {
  background-color: #d656fd;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.interaction {
  background-color: #5956fd;
}

.line-in-hover.components {
  background-color: #56fd7a;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.tourquise {
  background-color: #1ec8e2;
}

.line-in-hover.blue {
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.green {
  background-color: #03be2b;
}

.line-double {
  width: 50%;
  height: 1px;
  background-color: #ff9500;
  margin-left: 10px;
  margin-right: 10px;
}

.line-double.interaction {
  background-color: #5956fd;
}

.line-double.blue {
  background-color: #465cff;
  margin-left: 10px;
  margin-right: 10px;
}

.line-double.green {
  background-color: #03be2b;
}

.post-card-author {
  color: #717177;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.post-card-author:hover {
  text-decoration: none;
}

.post-card-author.single {
  margin-bottom: 10px;
}

.post-card-image-author {
  width: 48px;
  height: 48px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  margin-right: 12px;
}

.author-name {
  color: #1a1a1a;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.author-name.blog {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.columns-alternative, .column-info {
  width: 80%;
}

.row-cta {
  width: 90%;
}

.product-wrapper-big-image {
  background-color: #fff;
  border: 1px #e6e6e6;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 1px 3px rgba(82, 91, 115, .12);
}

.product-wrapper-big-image.single {
  height: 550px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.tab-menu {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 20px #fff;
  padding: 5px 0 0;
  overflow: hidden;
}

.tab-menu.banner {
  z-index: 100;
  text-align: right;
  z-index: 100;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.main-image-blog {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.row {
  margin-bottom: 90px;
}

.gray-space {
  background-color: #f5f4f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.gray-space.dark {
  background-color: #343e52;
}

.testimonial-arrow {
  width: 64px;
  height: 48px;
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  bottom: auto;
  left: 0;
  right: 235px;
}

.left-testimonial-arrow {
  z-index: 10;
  width: 64px;
  height: 48px;
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 235px;
  right: 0%;
}

.contact-block {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#fdfdfd, rgba(255, 255, 255, 0));
  border: 1px solid #eaeaea;
  border-style: solid none;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
  display: block;
}

.contact-block.right {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-block.right.dark {
  background-color: rgba(22, 3, 37, .2);
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
}

.contact-block.left {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-block.left.dark {
  background-color: rgba(22, 3, 37, .2);
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
}

.contact-block.middle {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  padding: 10%;
}

.contact-block.middle.dark {
  background-color: rgba(22, 3, 37, .2);
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
}

.div-didider {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px rgba(0, 0, 0, .04);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-refund-64_1icons8-refund-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-icon.shipping {
  width: 60px;
  height: 60px;
  background-image: url('../images/icons8-free-shipping-80_1icons8-free-shipping-80.png');
}

.div-icon.support {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-technical-support-64_1icons8-technical-support-64.png');
}

.div-icon.memory {
  background-image: url('../images/icons8-memory-slot.svg');
}

.div-icon.procesor {
  background-image: url('../images/icons8-processor.svg');
}

.div-icon.display {
  background-image: url('../images/icons8-toggle-full-screen.svg');
}

.no-padding-columns {
  border: 1px rgba(255, 255, 255, .2);
  border-right-style: solid;
  padding-left: 0;
  padding-right: 0;
}

.no-padding-columns.right {
  border-right-style: none;
}

.no-padding-columns.dark {
  border-style: none;
}

.contact-services-tittle {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.features-row.fixed-width {
  width: 1000px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 12px rgba(39, 31, 197, .25);
}

.features-row.dark {
  width: 1000px;
  margin-top: 80px;
}

.about-copy-wrapper {
  width: 75%;
}

.about-copy-wrapper.center {
  text-align: center;
}

.licence-items {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.icons {
  background-image: linear-gradient(111deg, #753fff, #ff3c00);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #d656fd;
  text-decoration: underline;
}

.utility-page-wrap {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.utility-page-content {
  width: auto;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  width: 280px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-details {
  width: 50%;
  height: 630px;
  background-color: #f5f4f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-single-product {
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.div-info-rich-text {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.info:hover {
  border-bottom-color: #142335;
}

.tittle-detail {
  width: 60%;
  float: none;
  color: #818181;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 1px;
  padding-left: 0%;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 23px;
  display: inline-block;
}

.product-tab-info {
  height: 80px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  font-weight: 400;
}

.product-tab-info.w--current {
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #142335;
  font-size: 13px;
}

.price-single-page {
  color: #a00000;
  text-indent: 0;
  flex: none;
  margin-left: -6px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 400;
}

.button-wrapper-alternative {
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.tab-menu-product {
  background-color: rgba(0, 0, 0, 0);
  border: 20px #fff;
  margin-top: 30px;
  padding: 5px 0 0;
}

.tab-menu-product.info {
  flex-direction: column;
}

.image-details-right {
  background-color: #e05b02;
  background-image: linear-gradient(311deg, #7f0040, #d40047);
  background-position: 0 0;
  background-size: auto;
  padding: 40px;
}

.tab-details {
  margin-top: 80px;
}

.info-shipping {
  width: 100%;
  text-align: left;
  padding: 20px 0 60px;
}

.tabs-content-third {
  padding-top: 0;
  overflow: visible;
}

.normal-text-link:hover {
  color: #f44a66;
}

.details-tab-title {
  color: #142335;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.column-tab {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-tab.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.tabs-menu {
  text-align: left;
  border-top: 1px #dcdcdc;
  border-bottom: 1px solid #eaeaea;
}

.tabs-menu.single {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.link-sku-new {
  color: rgba(12, 21, 47, .6);
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-sku-new:hover {
  color: #000;
}

.numbers {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  position: static;
}

.list-paragraph {
  color: rgba(20, 35, 53, .92);
  margin-bottom: 10px;
}

.info-detail-wrapper {
  width: auto;
  height: auto;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-left: 10px;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.tab-photo-alternative {
  width: 20%;
  height: 120px;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  padding: 0;
}

.tab-photo-alternative.w--current {
  width: 30%;
  height: 119.922px;
  opacity: 1;
  filter: blur();
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  margin-right: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.color-text {
  background-color: rgba(118, 143, 173, .25);
  padding-left: 3px;
  padding-right: 3px;
}

.details {
  width: auto;
  margin: 40px auto;
}

.button-padding {
  text-align: center;
  align-self: center;
  margin-top: 40px;
  display: flex;
}

.info-row {
  width: 99.9714%;
  margin-bottom: 0;
  display: flex;
}

.checkout-form {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.order-item {
  border-bottom: 1px #e4e8ee;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.name-product {
  color: #343e52;
  text-align: left;
  font-family: Roboto, sans-serif;
}

.quantity {
  color: #677081;
  font-family: Roboto, sans-serif;
}

.number-quantity {
  color: #343e52;
}

.price {
  color: #343e52;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.block-header {
  color: #343e52;
  padding: 40px 40px 26px;
}

.shipping-method-list {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

.card-number, .expiration-date, .security-code {
  background-color: rgba(0, 0, 0, 0);
  border-color: #e4e8ee;
}

.block-content {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top-style: none;
  padding: 40px;
}

.email {
  background-color: rgba(0, 0, 0, 0);
}

.first {
  border-top: 1px solid #e6e6e6;
  border-bottom-style: none;
}

.text-block {
  color: #677081;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.required {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.line-iteam {
  color: #677081;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.line-item {
  line-height: 24px;
}

.submit-button {
  color: #3a3731;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff3c00;
  background-image: linear-gradient(#ffde8d, #efac32);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.submit-button:hover {
  background-color: #8556fd;
  background-image: linear-gradient(#fcd167, #efac32);
}

.text-field {
  color: #343e52;
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
}

.text-field.center {
  height: 48px;
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  line-height: 24px;
}

.order-confirmation-container {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.payment-info {
  margin-bottom: 20px;
}

.top-tittle-text {
  text-align: center;
  font-size: 26px;
}

.service-with-image {
  padding-left: 40px;
  padding-right: 40px;
}

.hero-div-info {
  padding-top: 0;
  position: relative;
  right: -132px;
}

.hero-div-info.half {
  width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  right: 0;
}

.hero-div-info.half.mockup {
  max-width: 600px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  position: static;
  left: -100px;
}

.hero-div-info.half.mockup.watches {
  position: relative;
  left: 0;
}

.hero-div {
  z-index: 100;
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-header {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  display: block;
}

.hero-header.left.white {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
}

.image-mock-ups {
  max-height: 550px;
  max-width: none;
  position: relative;
  top: 37px;
  right: 135px;
}

.image-mock-ups.ipad {
  top: 0;
  right: 0;
}

.top-padding {
  margin-top: 30px;
  padding: 0;
}

.banner-home-4 {
  height: 100vh;
  justify-content: flex-end;
  align-items: stretch;
  padding: 90px 40px 40px 56px;
  display: flex;
  position: relative;
}

.banner-home-4.half {
  height: auto;
  background-image: linear-gradient(132deg, rgba(255, 60, 0, .89), rgba(117, 63, 255, .93)), url('../images/34342345.png'), linear-gradient(135deg, #ff3c00, #753fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  justify-content: center;
  align-items: center;
  padding: 0 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bigger-circle {
  width: 600px;
  height: 600px;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  position: absolute;
}

.bigger-circle2 {
  width: 800px;
  height: 800px;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  position: absolute;
}

.bigger-circle-3 {
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  position: absolute;
}

.hero-section {
  height: 750px;
  color: #1a1a1a;
  background-image: url('../images/slider-landing-slide-01-image-09.png'), linear-gradient(135deg, rgba(0, 77, 240, .92) 24%, #00e95e);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 900px, auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.hero-section.third {
  height: 700px;
  background-image: linear-gradient(#acb2ba, #686c75), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 100% 29%, 0 80%, 50% -184px;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 250px, 260px, cover;
  background-attachment: scroll, fixed, fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-section.third.blue {
  background-image: linear-gradient(114deg, #8556fd, #d656fd), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 80%, 50% -184px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 260px, cover;
  background-attachment: scroll, fixed, scroll;
}

.image-over-section {
  margin-top: -200px;
}

.image-over-sect {
  background-color: #fff;
  background-image: linear-gradient(#e3e9f6, #fff 59%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  position: relative;
}

.image-combination {
  height: 700px;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.minus-padding-image {
  height: auto;
  margin-top: 0;
}

.image-small-product {
  width: 70px;
  height: 50px;
  background-image: url('../images/005s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-small-product.second {
  width: 70px;
  background-image: url('../images/004s.png');
  background-position: 50%;
  background-size: 70px;
}

.tab-link-tab-1 {
  width: 100px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .17);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1.w--current {
  width: 100px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .49);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-image {
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.price-toogle {
  width: 70px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 50px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-shadow: 0 4px 7px rgba(0, 0, 0, .11);
}

.toogle-dot {
  width: 24px;
  height: 24px;
  background-image: radial-gradient(circle at 0 0, #d656fd, #5956fd);
  border-radius: 100%;
  position: absolute;
  top: auto;
}

.demo-wrapper {
  opacity: .2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30px;
  left: -300px;
}

.solar-wrapper {
  width: 950px;
  height: 950px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.circle {
  width: 900px;
  height: 900px;
  background-color: rgba(255, 255, 255, .13);
  border: 2px solid #fff;
  border-radius: 20%;
  display: block;
  position: relative;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .2);
}

.solar-dot {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: 580px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.demo-wrapper-2 {
  opacity: .2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 209px;
  left: auto;
  right: -120px;
}

.circle-1 {
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, .13);
  border: 2px solid #fff;
  border-radius: 20%;
  display: block;
  position: relative;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .2);
}

.solar-wrapper-1 {
  width: 400px;
  height: 400px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.solar-dot-2 {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.circle-demo-wrapper {
  opacity: .41;
  position: relative;
  top: 14%;
  left: 36%;
}

.circle-2 {
  z-index: 11;
  width: 10vh;
  height: 10vh;
  opacity: .2;
  background-color: rgba(255, 255, 255, .13);
  border: 2px solid #fff;
  border-radius: 20%;
  margin: auto;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 35%;
}

.circle-3 {
  z-index: 2;
  width: 3vh;
  height: 3vh;
  opacity: .5;
  background-color: rgba(255, 255, 255, .13);
  border: 2px solid #fff;
  border-radius: 20%;
  margin: auto 66% auto auto;
  position: relative;
  top: 22px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square-wrapper-about {
  z-index: 0;
  width: 100%;
  height: 115%;
  max-width: 100%;
  opacity: .8;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(255, 255, 255, 0) 77%);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.white-header {
  color: #fff;
}

.collection-item-half {
  height: 100%;
  float: none;
  display: block;
}

.column-56 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.cta-wrapper {
  width: 60%;
  max-width: 600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.video-link {
  color: #343e52;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.video-icon {
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .35);
  margin-bottom: 10px;
  margin-right: 0;
  padding: 9px;
}

.video-icon:hover {
  box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}

.video-text {
  color: #fff;
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.cta-video-paragraph {
  color: #fff;
  text-align: center;
  padding-left: 0;
}

.cta-video {
  color: #343e52;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.cta-video.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 52px;
}

.cta-video.white.percentual {
  width: 100%;
  text-align: center;
}

.cta-video.white {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.blog-wrapper {
  width: 100%;
  transition: box-shadow .4s;
}

.blog-wrapper:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.mobile-devices {
  width: 37%;
}

.be-icon {
  z-index: 5;
  width: 30px;
  height: 30px;
  background-color: #0873ff;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.social-team {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .69), rgba(255, 255, 255, 0));
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.be {
  z-index: 10;
  width: 75px;
  height: 75px;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  background-position: 50%;
  background-size: 75px;
  position: static;
}

.team-info-alternative {
  z-index: 5;
  width: 290px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.team-name {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.team-wrapper {
  width: 25%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/5b6e1b653d9b84278970f9c7_team-5.jpg');
  background-position: 50% 9%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.team-image.second {
  background-image: url('../images/5b6e1b653d9b84fee070f9cf_team-2.jpg');
}

.team-image.third {
  background-image: url('../images/5b6e1b653d9b845f3670f9cb_team-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-image.fourth {
  background-image: url('../images/5b6e1b653d9b8407d370f9d1_team1.jpg');
}

.insta-social-link {
  background-color: rgba(255, 14, 223, .94);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.be-social-link {
  background-color: rgba(8, 115, 255, .88);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-position {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
}

.team-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.twitter-icon {
  z-index: 5;
  width: 30px;
  height: 30px;
  background-color: #0090ff;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.insta {
  z-index: 10;
  width: 75px;
  height: 75px;
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png');
  background-position: 50%;
  background-size: 75px;
  position: static;
}

.twitter {
  z-index: 10;
  width: 75px;
  height: 75px;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  background-position: 50%;
  background-size: 75px;
  position: static;
}

.twitter-social-link {
  background-color: rgba(0, 145, 255, .93);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-icon {
  z-index: 5;
  width: 30px;
  height: 30px;
  background-color: #0873ff;
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png'), linear-gradient(#9a47ff, #ff28f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.team-card {
  width: 100%;
  height: 400px;
  border: 10px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.subscribe-block {
  width: 33%;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.info-wrapper {
  width: 80%;
  margin: -80px auto 80px;
}

.info-wrapper.alternative {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.info-left-wrapper {
  width: 35%;
}

.contact-wrapper {
  display: flex;
}

.image-team-single {
  border-radius: 20px;
}

.blog-categorie {
  width: 100%;
  height: 28px;
  box-shadow: none;
  color: #fff;
  margin-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-block {
  width: 100%;
  display: block;
}

.blog-bottom-info {
  align-items: center;
  display: block;
}

.author-wrapper {
  width: 180px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.image-team-blog {
  width: auto;
  height: 42px;
  max-width: none;
  border: 2px solid #fff;
}

.bigger-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.red-dot {
  width: 10px;
  height: 10px;
  background-color: #ff3c00;
  border-radius: 20px;
  margin-right: 10px;
}

.about-crew-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.about-us-columns {
  align-items: center;
  display: flex;
}

.page-not-found-text {
  color: #677081;
  font-family: Roboto, sans-serif;
}

.collection-item-categories {
  width: 50%;
}

.collection-item-categories.three-part {
  width: 33.33%;
}

.link {
  color: #343e52;
  background-color: #e4e8ee;
}

.icon-div {
  width: 30px;
  height: 30px;
  background-image: url('../images/icons8-processor.svg');
  background-position: 0 0;
  background-size: cover;
}

.icon-div.second {
  background-image: url('../images/icons8-free-shipping-80_1icons8-free-shipping-80.png');
}

.icon-div.third {
  background-image: url('../images/icons8-technical-support-64_1icons8-technical-support-64.png');
}

.icon-div.fourth {
  background-image: url('../images/icons8-refund-64_1icons8-refund-64.png');
}

.column-icons {
  margin-bottom: 10px;
}

.hero-button-block {
  width: 400px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-button-block.home {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.apple-pay {
  height: 45px;
  border-radius: 4px;
}

.paypal {
  height: 45px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.web-payments {
  height: 48px;
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.container-checkout {
  width: 100%;
  max-width: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.pay-order {
  display: none;
}

.paypal-checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.paypal-cart {
  height: 45px;
  background-color: #0070ba;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  position: static;
}

.paypal-cart:hover {
  background-color: #006ab1;
}

.licence-items-2 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.image-div-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-div-2.logo {
  width: 60px;
  height: 60px;
  background-image: url('../images/Protheus-256.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #fa7000;
  text-decoration: underline;
}

.text-block-2 {
  color: #a1a1a1;
  margin-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  color: #343e52;
  margin-left: 17px;
  font-size: 18px;
  text-decoration: line-through;
  display: block;
}

.paragraph-16 {
  text-decoration: none;
}

.text-span.metodos {
  font-weight: 700;
}

.text-span.subrayado {
  border-bottom: 2px solid #d40047;
  font-weight: 700;
}

.div-block-9 {
  max-width: 100%;
  text-indent: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.text-block-4 {
  color: rgba(255, 255, 255, .83);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
  position: relative;
}

.div-block-10 {
  width: auto;
  min-width: 194px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c9c9c9;
  background-image: linear-gradient(150deg, #d40047, #7f0040);
  border-radius: 4px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  padding: 5px 10px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
}

.div-block-10:hover {
  box-shadow: 0 6px 12px rgba(29, 30, 56, .2);
}

.tooltip-block {
  width: 17px;
  height: 20px;
  opacity: .85;
  color: #fff;
  background-image: url('../images/icon_diamante.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #fff;
  margin-right: 10px;
  font-size: 10px;
  position: relative;
}

.div-block-12 {
  max-width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.link-block-2 {
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-3 {
  color: #050505;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  text-decoration: underline;
}

.div-block-13 {
  width: 25px;
  height: 25px;
  background-image: url('../images/whatsapp.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.text-block-5 {
  margin-left: 11px;
}

.link-block-3-copy {
  color: #050505;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-3-copy:hover {
  text-decoration: underline;
}

.div-block-13-copy {
  width: 25px;
  height: 25px;
  background-image: url('../images/gmail.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #343e52;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding: 10px 40px 10px 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
}

.link-block-4:hover {
  background-color: rgba(14, 66, 145, .05);
}

.link-block-4.w--current {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  transform: rotate(0);
}

.arrow-left {
  color: #fff;
  display: block;
}

.arrow-left.dark {
  color: #343e52;
  margin-top: 13px;
  margin-bottom: 13px;
  display: block;
  transform: rotate(-90deg);
}

.arrow-left.dark.current {
  transform: rotate(0);
}

.text-span-2 {
  color: #343e52;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(91deg, #d40047, #7f0040);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.pay-with-browser {
  height: 45px;
}

.div-block-14 {
  width: 90px;
  height: 90px;
  background-image: url('../images/14dias.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.div-block-14.prueba {
  width: 80px;
  height: 91px;
  margin-bottom: 0;
}

.div-block-14.garantia {
  width: 90px;
  height: 91px;
  background-image: url('../images/1ano-02.svg');
  background-position: 50%;
  background-size: contain;
  margin-bottom: 0;
}

.div-block-15 {
  min-width: 325px;
  background-image: none;
  background-size: auto;
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.div-block-16 {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(#d40047, #7f0040);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(135deg);
}

.link-2 {
  color: #677081;
}

.map {
  position: relative;
}

.select-field {
  color: #1c1c3d;
  background-color: #fff;
  border: 1px solid rgba(20, 35, 53, .17);
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(82, 91, 115, .07);
}

.div-block-18 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.paragraph-17 {
  max-height: 100%;
  overflow: auto;
}

.rich-text-block {
  max-height: 100%;
  color: #343e52;
}

.rich-text-block-2 {
  color: #677081;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
}

.field-label-2 {
  color: #343e52;
  font-family: Roboto, sans-serif;
  display: none;
}

.option-list {
  margin-top: 20px;
}

.div-block-19 {
  display: flex;
}

.richtext {
  color: #343e52;
  margin-top: 30px;
}

.richtext ul {
  color: #677081;
  padding-left: 20px;
}

.richtext h3 {
  font-size: 18px;
  font-weight: 700;
}

.richtext a {
  color: #d40047;
  border-bottom: 1px dashed #d40047;
  font-weight: 700;
}

.richtext blockquote {
  color: #d40047;
  border-left: 5px dotted #d40047;
  margin-left: -20px;
  margin-right: -20px;
}

.text-block-6 {
  color: #677081;
  align-items: stretch;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: flex;
}

.link-block-5 {
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  background-color: rgba(103, 112, 129, .07);
}

.link-block-5.ver-fotos {
  width: 100%;
  height: 28px;
  margin-right: 0;
  position: static;
  overflow: hidden;
}

.link-block-5.ver-fotos-link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.text-block-7 {
  color: #677081;
  margin-left: 5px;
}

.image-11 {
  width: 23px;
}

.image-12 {
  margin-top: 10px;
}

.section-hero {
  height: 90%;
  box-shadow: none;
}

.section-hero.flex {
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  display: flex;
}

.section-hero.flex.home.bg-iphone {
  width: 100%;
  height: 100%;
  min-height: 500px;
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 7%;
  display: flex;
}

.section-hero.flex.nube {
  width: 100%;
  height: auto;
  background-image: linear-gradient(360deg, #d40047, #7f0040);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 20%;
  overflow: hidden;
  transform: scale(1);
}

.body {
  height: 100%;
}

.main-container {
  width: 85%;
  max-width: 1200px;
  color: #343e52;
  margin-left: auto;
  margin-right: auto;
}

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

.main-container._w-90 {
  width: 90%;
}

.h1 {
  color: #343e52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
}

.h1.text-center {
  text-align: center;
  font-size: 65px;
  font-weight: 900;
}

.h1.text-center.nube {
  color: #fff;
}

.sub-heading {
  color: #343e52;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.sub-heading.nube {
  color: #fff;
}

.hero-img {
  width: 75vh;
}

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

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  justify-content: stretch;
  justify-items: stretch;
  margin: 40px auto;
}

.wrapper.width {
  width: 85%;
}

.wrapper.flex-wrapper {
  padding: 0;
  display: flex;
}

.wrapper.flex-wrapper.border-x {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

.wrapper.flex-wrapper.padding-x {
  padding: 30px;
}

.img {
  width: 100%;
  margin-left: auto;
  margin-right: 50px;
  display: block;
}

.h3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.h3.center-mob {
  color: #343e52;
  font-weight: 900;
}

.h3.center-mob.reacondicionado {
  font-size: 26px;
}

.h3.text-center {
  color: #343e52;
  text-align: center;
  font-weight: 900;
}

.h3.text-center._3parts {
  margin-bottom: 60px;
  font-size: 40px;
}

.h3.dark-blue {
  color: #343e52;
  font-weight: 900;
}

.paragraph {
  color: #171717;
  font-size: 16px;
}

.paragraph.margin-left {
  color: #677081;
  margin-left: 18px;
  font-weight: 300;
}

.video-block {
  width: 100%;
  height: 480px;
  -webkit-text-fill-color: inherit;
  background-color: #b40046;
  background-image: url('../images/fondo_moviles.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-block.refurbished {
  background-image: url('../images/min_video.jpg');
  background-size: cover;
  border-radius: 4px;
  margin-top: 100px;
}

.play-video-btn {
  width: 90px;
  transition: transform .4s;
}

.play-video-btn:hover {
  transform: translate(0)scale(1.05);
}

.h2 {
  color: #343e52;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.h2.text-center {
  text-align: center;
  margin-top: 150px;
  font-size: 55px;
  font-weight: 900;
}

.h2.text-center.echaunvistazo {
  color: #fff;
}

.h2.text-center.refurbished {
  margin-top: 60px;
}

.grid-2 {
  width: 95%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.icon-block {
  margin-top: 40px;
  padding-right: 5%;
  display: flex;
}

.star-icon {
  align-self: flex-start;
}

.image-13 {
  width: 100%;
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bottom-img {
  width: 50%;
  object-position: 50% 0%;
  border-radius: 0;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  height: 100%;
}

.section-features {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-3 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.main-features-block {
  height: 208px;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, .2);
}

.main-features-block.old {
  z-index: 1;
  border-radius: 10px;
  position: relative;
}

.feature-img {
  max-width: 70px;
  align-self: center;
  margin-right: 12px;
}

.featured-text {
  color: #677081;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
}

.hero-image {
  max-width: 90%;
}

.discount-block {
  width: 90px;
  height: 90px;
  color: rgba(255, 255, 255, .9);
  background-image: url('../images/flag-01.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px 0 0 41px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list._3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.product-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  display: block;
  overflow: hidden;
}

.slider-arrow {
  display: none;
}

.image-14 {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.new-tab {
  width: 17px;
  transition: opacity .2s;
  display: none;
}

.new-tab.show {
  opacity: .9;
  display: block;
}

.tooltip-text {
  display: none;
}

.emblem-img {
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  object-fit: contain;
  border-radius: 0;
  align-self: flex-end;
  margin-left: 0;
  margin-right: 8px;
  display: block;
}

.emblem-img.sostenible {
  width: 100%;
  margin-right: 8px;
}

.ver-fotos {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns-2 {
  height: auto;
}

.tooltip {
  width: 100%;
  color: #f8f8f8;
  background-color: #171717;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-8 {
  color: rgba(248, 248, 248, .9);
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.text-block-8.no-margin {
  margin-right: 0;
}

.arrow-down {
  width: 0;
  height: 0;
  border: 10px solid rgba(0, 0, 0, 0);
  border-top-color: #171717;
  position: absolute;
  top: auto;
  bottom: -63%;
  left: auto;
  right: auto;
  transform: rotate(0);
}

.arrow-down._2nd {
  bottom: -44%;
}

.emblem-img-wrapper {
  min-height: 80px;
  object-position: 50% 100%;
  justify-content: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.tooltip-2nd {
  width: 95%;
  min-width: 93px;
  color: #fff;
  text-align: center;
  background-color: #171717;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: auto;
  padding: 4px 0;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: -51.7344px;
  left: 0;
  right: 0;
}

.image-15 {
  background-color: #fff;
}

.fa {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.text-block-9 {
  color: #677081;
  align-self: center;
}

.bold-text {
  color: #677081;
}

.link-block-6 {
  margin-top: 20px;
  margin-left: 20px;
}

.link-block-7 {
  margin-top: 20px;
}

.link-block-7.confirmation {
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.field-label-3 {
  font-family: Roboto, sans-serif;
}

.apply-button {
  color: #677081;
  background-color: rgba(103, 112, 129, .12);
  border-style: solid;
  border-color: #677081;
}

.apply-button:hover {
  background-color: rgba(103, 112, 129, .22);
}

.dropdown {
  display: none;
}

.search-button-2 {
  width: 100%;
  float: right;
  background-color: #cfcfcf;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.search-button-2:hover {
  background-color: #c2c2c2;
}

.search-input-2 {
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-16 {
  opacity: .7;
}

.div-block-20 {
  display: flex;
}

.image-17 {
  width: 23px;
  align-self: flex-start;
  margin-left: -25px;
  margin-right: 5px;
}

.cookie-modal {
  z-index: 100;
  width: 350px;
  min-width: 350px;
  opacity: 0;
  color: #343e52;
  background-color: #fff;
  border-radius: 11px;
  margin-bottom: 1.5%;
  margin-right: 1.5%;
  font-family: Roboto, sans-serif;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 5px 33px 75px 7px rgba(0, 0, 0, .38);
}

.paragraph-18 {
  align-self: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.cookie-close-btn {
  min-width: 75px;
  opacity: .7;
  background-image: url('../images/close_button_hover.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-attachment: scroll;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: opacity .2s;
}

.cookie-close-btn:hover {
  opacity: 1;
}

.link-3 {
  color: #677081;
  font-weight: 700;
  transition: color .2s;
}

.link-3:hover {
  color: #7f0040;
}

.text-span-3 {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.body-3 {
  font-family: Roboto, sans-serif;
}

.div-block-21 {
  width: 400px;
  box-shadow: none;
  cursor: default;
  background-image: linear-gradient(#ffde8d, #fcd167);
  border-radius: 4px;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.paragraph-19 {
  color: #677081;
  align-self: center;
  margin-bottom: 0;
  font-weight: 700;
}

.text-block-11 {
  color: #6db47d;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
}

.div-block-22 {
  justify-content: center;
  display: flex;
}

.div-block-23 {
  display: none;
}

.product-gallery {
  height: auto;
}

.product-single-image {
  height: 60vh;
  max-height: 500px;
  min-height: 376px;
}

.product-multi-image {
  margin-top: 20px;
}

.collection-list-2 {
  justify-content: center;
  display: flex;
}

.image-18 {
  height: 120px;
}

.body-4 {
  margin-left: 0;
  margin-right: 0;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.column-58 {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.div-block-24 {
  width: 100%;
  height: 350px;
  background-image: url('../images/refurbished_bottom.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-25 {
  z-index: 2;
  width: 100%;
  height: 83px;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-26 {
  width: 300px;
  height: 200px;
  background-image: url('../images/refurbished2_seleccionado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-27 {
  width: 300px;
  height: 200px;
  background-image: url('../images/refurbished2_revisado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-28 {
  width: 300px;
  height: 200px;
  background-image: url('../images/refurbished2_descuento.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-29 {
  width: 300px;
  height: 200px;
  background-image: url('../images/prueba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sectionrefurbished_video {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
  display: block;
}

.sectionrefurbished_video.gray {
  background-color: #e4e8ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.sectionrefurbished_video.gray.products {
  padding-top: 200px;
}

.sectionrefurbished_video.gray {
  background-color: #f5f6f8;
}

.sectionrefurbished_video.black {
  height: auto;
  background-color: #101731;
  padding-top: 160px;
}

.sectionrefurbished_video.last {
  padding-top: 0;
  padding-bottom: 0;
}

.sectionrefurbished_video.background-color {
  background-color: #8556fd;
  flex-direction: row;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.sectionrefurbished_video.background-color.white {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom: 1px #f5f4f7;
  flex-direction: column;
  padding-bottom: 120px;
  overflow: hidden;
}

.sectionrefurbished_video.no-padding-top {
  padding-top: 0;
}

.sectionrefurbished_video.pink {
  background-image: linear-gradient(100deg, #d656fd, #8556fd);
}

.sectionrefurbished_video.pink.achivements {
  background-image: linear-gradient(131deg, #d40047, #7f0040);
  display: block;
}

.sectionrefurbished_video.pink.achivements.faq, .sectionrefurbished_video.pink.achivements.categoria, .sectionrefurbished_video.pink.achivements.productpage {
  display: none;
}

.sectionrefurbished_video.gray-color {
  background-color: #f5f4f7;
}

.sectionrefurbished_video.contact {
  background-color: #f5f4f7;
  padding-top: 0;
}

.sectionrefurbished_video.no-padding-bottom {
  padding-bottom: 0;
}

.sectionrefurbished_video.echaunvistazo {
  background-image: linear-gradient(329deg, #d40047, #7f0040);
  padding-top: 10px;
  padding-bottom: 0;
}

.sectionrefurbished_caracteristicas {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 40px;
  display: block;
}

.sectionrefurbished_caracteristicas.gray {
  background-color: #e4e8ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.sectionrefurbished_caracteristicas.gray.products {
  padding-top: 200px;
}

.sectionrefurbished_caracteristicas.gray {
  background-color: #f5f6f8;
}

.sectionrefurbished_caracteristicas.black {
  height: auto;
  background-color: #101731;
  padding-top: 160px;
}

.sectionrefurbished_caracteristicas.last {
  padding-top: 0;
  padding-bottom: 0;
}

.sectionrefurbished_caracteristicas.background-color {
  background-color: #8556fd;
  flex-direction: row;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.sectionrefurbished_caracteristicas.background-color.white {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom: 1px #f5f4f7;
  flex-direction: column;
  padding-bottom: 120px;
  overflow: hidden;
}

.sectionrefurbished_caracteristicas.no-padding-top {
  padding-top: 0;
}

.sectionrefurbished_caracteristicas.pink {
  background-image: linear-gradient(100deg, #d656fd, #8556fd);
}

.sectionrefurbished_caracteristicas.pink.achivements {
  background-image: linear-gradient(131deg, #d40047, #7f0040);
  display: block;
}

.sectionrefurbished_caracteristicas.pink.achivements.faq, .sectionrefurbished_caracteristicas.pink.achivements.categoria, .sectionrefurbished_caracteristicas.pink.achivements.productpage {
  display: none;
}

.sectionrefurbished_caracteristicas.gray-color {
  background-color: #f5f4f7;
}

.sectionrefurbished_caracteristicas.contact {
  background-color: #f5f4f7;
  padding-top: 0;
}

.sectionrefurbished_caracteristicas.no-padding-bottom {
  padding-bottom: 0;
}

.sectionrefurbished_caracteristicas.no-padding-bottom.porqueescogernos {
  padding-bottom: 120px;
}

.sectionrefurbished_caracteristicas.echaunvistazo {
  background-image: linear-gradient(329deg, #d40047, #7f0040);
  padding-top: 10px;
  padding-bottom: 0;
}

.link-4, .link-5 {
  color: #677081;
}

.link-block-8 {
  margin-top: 20px;
}

.text-span-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(127deg, #d40047, #7f0040);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.text-span-5, .text-span-6 {
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.default-state-2 {
  display: flex;
}

.text-span-7 {
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.text-span-8 {
  font-family: "Fa solid 900", sans-serif;
}

.link-block-9 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-9 {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.empty-state-2 {
  border-radius: 4px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-span-10 {
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.text-block-12 {
  color: #747474;
}

.show-more-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, .29), #fff 45%);
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show-more-btn {
  min-width: 120px;
  color: #343e52;
  cursor: pointer;
  border: 2px solid #677081;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: box-shadow .4s;
  display: flex;
}

.show-more-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.eye-icon {
  width: 20px;
  color: #677081;
  align-self: center;
  margin-right: 6px;
}

.text-block-13 {
  color: #677081;
  align-self: center;
}

.hide-more-button {
  min-width: 120px;
  color: #343e52;
  cursor: pointer;
  border: 2px solid #677081;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: box-shadow .4s;
  display: flex;
}

.hide-more-button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.text-span-11 {
  padding-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.text-span-12 {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

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

.columns-3 {
  height: 100%;
}

.pay-with-browser-2 {
  height: 45px;
  min-height: 30px;
  border-radius: 4px;
}

.inline-block {
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 10px;
  display: grid;
}

.div-block-30 {
  justify-content: space-between;
  margin-bottom: 4px;
  display: flex;
}

.web-payments-2 {
  height: 45px;
}

.billing {
  border-radius: 0;
  align-self: flex-start;
  margin-right: 10px;
  position: relative;
}

.div-block-31 {
  flex-direction: row;
  align-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  align-self: center;
  position: relative;
}

.text-span-13, .text-span-14, .text-span-15 {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.checkbox-label {
  font-family: Roboto, sans-serif;
}

.text-span-16, .text-span-17 {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.text-block-14 {
  color: #8d8d8d;
}

.div-block-12-nuevo {
  max-width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.image-21 {
  width: 100%;
  height: 100%;
  display: block;
}

.collection-item-2 {
  display: flex;
}

.columns-4 {
  margin-top: 10%;
}

.grid-6 {
  width: 90%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  font-weight: 900;
}

.search-button-3 {
  background-color: #c5c5c5;
  border-radius: 4px;
}

.search-button-3:hover {
  background-color: #b4b4b4;
}

.search-input-3 {
  border-radius: 4px;
}

.link-6 {
  color: #d40047;
  font-size: 18px;
  font-weight: 700;
}

.link-6:hover {
  border-bottom: 1.5px dashed #d40047;
}

.text-block-15 {
  margin-bottom: 5px;
}

.paragraph-20 {
  margin-top: 5px;
  margin-bottom: 40px;
}

.sidebar-busqueda {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px;
}

.sidebar-busqueda.right {
  padding-left: 0;
}

.producticona {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.container-wrapper-blog {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container-wrapper-blog.archivements {
  border: 1px #000;
}

.container-wrapper-blog.footer {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.container-wrapper-blog2 {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container-wrapper-blog2.archivements {
  border: 1px #000;
}

.container-wrapper-blog2.footer {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.container-wrapper-blog-widht {
  z-index: 10;
  width: 100%;
  height: 40vh;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-wrapper-blog-widht.archivements {
  border: 1px #000;
}

.container-wrapper-blog-widht.footer {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.container-wrapper-home {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: relative;
}

.container-wrapper-home.archivements {
  border: 1px #000;
}

.container-wrapper-home.footer {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.barraprogreso {
  z-index: 11;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #d40047;
  margin-top: 83px;
  position: fixed;
}

.div-block-34 {
  margin-left: 10%;
  display: flex;
}

.text-block-16 {
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.tabestado {
  color: #677081;
  background-color: #f1f1f1;
  border-right: 1px solid rgba(0, 0, 0, .14);
  border-radius: 4px 0 0 4px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.tabestado.w--current {
  color: #343e52;
  background-color: #fff;
  border: 2px solid rgba(187, 187, 187, .69);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, .26);
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabestadobig {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.tabestadobig.w--current {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-17 {
  font-size: 11px;
}

.tabicon {
  color: #049223;
  margin-left: -12px;
  font-family: "Fa solid 900", sans-serif;
  position: absolute;
}

.text-block-18 {
  color: #677081;
  margin-top: 0;
  margin-left: 2px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block-19 {
  font-weight: 700;
}

.tabs-content-2 {
  width: 300px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .14);
  border-radius: 4px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.paragraph-21 {
  margin-bottom: 0;
}

.div-block-35 {
  width: 30px;
  height: 30px;
  background-image: url('../images/tooltip_flecha.svg');
  background-position: 50% 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.estadoicon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  position: static;
}

.tabestado2 {
  color: #677081;
  background-color: #f1f1f1;
  border-right: 1px solid rgba(0, 0, 0, .14);
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.tabestado2.w--current {
  color: #343e52;
  background-color: #fff;
  border: 2px solid rgba(187, 187, 187, .69);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, .26);
}

.tabestado3 {
  color: #677081;
  background-color: #f1f1f1;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.tabestado3.w--current {
  color: #343e52;
  background-color: #fff;
  border: 2px solid rgba(187, 187, 187, .69);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, .26);
}

.tabestado4 {
  color: #677081;
  background-color: #f1f1f1;
  border-left: 1px solid rgba(0, 0, 0, .14);
  border-radius: 0 4px 4px 0;
  padding: 15px 17px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.tabestado4.w--current {
  color: #343e52;
  background-color: #fff;
  border: 2px solid rgba(187, 187, 187, .69);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, .26);
}

.text-span-18 {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.text-block-18-copy {
  width: 16px;
  height: 16px;
  color: #677081;
  background-image: url('../images/icon_diamante2.svg');
  background-position: 50%;
  background-size: auto;
  align-self: center;
  margin: 0 auto 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.descuento_halloween {
  margin-top: 20px;
}

.button-2 {
  border-color: #b8b8b8;
  border-radius: 4px;
  align-self: center;
  margin-bottom: 10px;
}

.button-2.w--ecommerce-pill-selected {
  color: #343e52;
  background-color: #f8f8f8;
  border-color: #000;
  transform: scale(1.05);
  box-shadow: 2px 2px 8px -4px rgba(0, 0, 0, .69);
}

.add-to-cart {
  display: none;
}

.field-label-4 {
  color: #343e52;
  font-weight: 700;
}

.field-label-5 {
  color: #343e52;
}

.add-to-cart-2 {
  max-width: 100%;
  margin-top: 10px;
}

.div-block-19-cart2 {
  margin-top: 20px;
  display: flex;
}

.button-group {
  flex-wrap: wrap;
}

.postpublicadoicon {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.div-block-36 {
  width: 194px;
  min-width: 194px;
  background-image: linear-gradient(150deg, #d40047, #7f0040);
  border-radius: 4px;
  justify-content: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.div-block-37 {
  width: 102%;
  height: 100%;
  background-image: url('../images/nube.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -1%;
  right: 0%;
}

.text-block-20 {
  color: #677081;
}

.out-of-stock-state {
  border-radius: 4px;
}

.error-message-2 {
  color: #343e52;
}

.error-state-2 {
  border-radius: 4px;
}

.text-span-19 {
  font-family: "Fa solid 900", sans-serif;
}

.stock_error_icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.section_hero_empresa {
  width: 100%;
  height: 95vh;
  background-color: #fff6f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-38 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-39 {
  width: 500px;
  height: 500px;
  background-image: url('../images/empresa_hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-40 {
  max-width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.section_hero_empresa_heading {
  text-align: left;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

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

.paragraph-23 {
  font-size: 16px;
}

.text-block-21 {
  color: rgba(245, 244, 247, .9);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.link-block-10 {
  background-color: #d40047;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  transition: box-shadow .4s cubic-bezier(.684, -.003, .25, 1);
}

.link-block-10:hover {
  box-shadow: 0 6px 11px rgba(0, 0, 0, .2);
}

.empresa_icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
  position: relative;
}

.empresa_icon_2 {
  color: #03be2b;
  border: 2px rgba(0, 0, 0, .13);
  border-radius: 50px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.empresa_herp_paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.body-100 {
  max-width: 100%;
  overflow: hidden;
}

.whatsapp_plugin_button {
  z-index: 98;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/plugin_whatsapp_icon_whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-radius: 60px;
  margin-bottom: 25px;
  margin-right: 25px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .25);
}

.whatsapp_point {
  z-index: 98;
  width: 10px;
  height: 10px;
  background-color: #ff0004;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: auto;
  right: 4px;
}

.whatsapp_circle {
  z-index: 97;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 60px;
  position: relative;
}

.whatsapp_plugin_modal {
  z-index: 98;
  width: 340px;
  max-width: 100%;
  border-radius: 16px;
  margin-bottom: 96px;
  margin-right: 25px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.whatsapp_plugin_header {
  height: 100px;
  background-color: #095e54;
  align-items: center;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.text-block-22 {
  color: #f5f4f7;
  font-size: 18px;
  font-weight: 700;
}

.text-block-22-copy {
  color: #f5f4f7;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}

.div-block-42 {
  width: 50px;
  height: 50px;
  background-image: url('../images/logoSimbol250.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  margin-left: 20px;
  position: relative;
}

.whatsapp_point-copy {
  z-index: 98;
  width: 12px;
  height: 12px;
  background-color: #19e245;
  border: 2px solid #095e54;
  border-radius: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp_pplugin_body {
  height: 180px;
  background-color: #e6ddd4;
  background-image: url('../images/whatsapp-1.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 5%;
}

.whatsapp_plugin_bottom {
  height: 60px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-11 {
  width: 200px;
  background-color: #4fce5d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block-11:hover {
  background-color: #5ddb6b;
}

.text-block-23 {
  color: #f5f4f7;
  font-size: 14px;
  font-weight: 700;
}

.text-span-20 {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.div-block-43 {
  width: 20px;
  height: 20px;
  background-image: url('../images/plugin_whatsapp_icon_whatsapp_white.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
}

.whatsapp_hello {
  width: 50%;
  background-color: #fff;
  border-radius: 16px;
  margin-left: 5%;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  display: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.whatsapp_plugin_message_title {
  color: #677081;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp_plugin_message_hour {
  color: #677081;
  text-align: right;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 300;
}

.whatsapp_waiting {
  width: 65px;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  margin-left: 5%;
  padding: 10px;
  display: flex;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.div-block-45 {
  width: 7px;
  height: 7px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50px;
  margin-left: 5px;
}

.whatsapp_plugin_close {
  color: rgba(255, 255, 255, .3);
  cursor: pointer;
  padding: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0%;
}

.whatsapp_plugin_botton_close {
  z-index: 98;
  width: 60px;
  height: 60px;
  cursor: w-resize;
  margin-bottom: 25px;
  margin-right: 25px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.asdasdd {
  z-index: 98;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/plugin_whatsapp_icon_whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-radius: 60px;
  margin-bottom: 25px;
  margin-right: 180px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .25);
}

.div-block-46 {
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-color: #049223;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-47 {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.whatsapp_plugin_button_close {
  z-index: 99;
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-bottom: 25px;
  margin-right: 25px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (min-width: 1920px) {
  .square-wrapper {
    opacity: .15;
    background-image: linear-gradient(#000, rgba(216, 216, 216, .56) 77%);
  }

  .square-wrapper.blog {
    background-image: linear-gradient(#000, rgba(216, 216, 216, .56) 77%);
  }

  .section-hero.flex.home.bg-iphone {
    height: auto;
    padding-top: 8%;
    padding-bottom: 6%;
  }

  .div-block-37 {
    bottom: -.3%;
  }
}

@media screen and (max-width: 991px) {
  .blog-tittle.small {
    margin-bottom: 5px;
  }

  .one-side-image {
    width: 100%;
  }

  .one-side-image.gray {
    width: 100%;
    height: 650px;
    max-height: 700px;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }

  .blog-post-overlay {
    width: 100%;
  }

  .processes-column.top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-sliders-column-wrapper {
    padding-top: 20px;
  }

  .heading.faq {
    line-height: 48px;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 10px;
  }

  .button.white.outline {
    float: none;
    margin-left: 0;
    margin-right: auto;
  }

  .button.white.outline.center {
    margin-bottom: 0;
  }

  .button.general {
    margin-left: 0;
    margin-right: 0;
  }

  .button.general.outline {
    margin-right: 0;
  }

  .processes-block.counters {
    margin-left: 0;
  }

  .processes-block.counters.light {
    width: 95%;
  }

  .sectionrefurbished {
    overflow: hidden;
  }

  .sectionrefurbished.black {
    position: relative;
    overflow: hidden;
  }

  .sectionrefurbished.background-color.white {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .sectionrefurbished.background-color.white.blog {
    padding-top: 71px;
  }

  .sectionrefurbished.pink.achivements {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionrefurbished.contact {
    overflow: visible;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
  }

  .div-content.achievements {
    margin-top: 100px;
    margin-left: auto;
  }

  .top-nav-content-block.social.footer {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .top-nav-content-block.social.banner {
    z-index: 10;
    padding-bottom: 0;
    position: absolute;
    bottom: 20%;
    left: 0%;
  }

  .top-nav-content-block.social.banner.sixth {
    margin-left: 5%;
    padding-left: 0;
    bottom: 0%;
  }

  .top-nav-content-block.social.banner {
    bottom: -8%;
    left: 2%;
  }

  .div-column-footer.small.white {
    padding-left: 0;
    padding-right: 0;
  }

  .div-column-footer.small.white.middle {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }

  .service-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div.left {
    margin-bottom: 20px;
  }

  .service-div.line.testimonials {
    height: auto;
    height: auto;
  }

  .service-div.left {
    margin-bottom: 20px;
  }

  .service-div.left.white {
    width: 100%;
    margin-bottom: 1px;
  }

  .service-div.left.second {
    width: 100%;
  }

  .service-div.center {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div.left {
    margin-bottom: 20px;
  }

  .slider-testimonials {
    height: 600px;
  }

  .slide-nav-alternative {
    margin-top: 100px;
  }

  .container-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper.footer {
    flex-flow: wrap;
  }

  .icon-header.center {
    width: 100%;
  }

  .middle-div.padding, .left.padding, .right.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-text.white {
    text-align: center;
    line-height: 30px;
  }

  .cta-text.white.center {
    margin-bottom: 10px;
  }

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

  .page-header-section {
    padding-top: 180px;
  }

  .page-header-section.gray.small, .page-header-section.gray.small.color, .page-header-section.gray.small.two-buttons, .page-header-section.image-background.small {
    padding-bottom: 40px;
  }

  .page-header-section.small {
    justify-content: center;
  }

  .cta-text-content.second {
    text-align: center;
    margin-right: 10px;
  }

  .google-play-wrapper {
    border: 1px #000;
  }

  .columns {
    display: block;
  }

  .columns.achivements {
    flex-wrap: wrap;
  }

  .button-wrapper.no-padding {
    width: auto;
  }

  .square-second.gray {
    width: 50%;
  }

  .square-third.gray, .square-fifth.gray {
    display: none;
  }

  .div-content-second.percentual, .pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-price {
    margin-top: 50px;
  }

  .pricing-block.small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .secure-payment-by {
    justify-content: center;
    margin: 15px auto 15px 20px;
    padding-top: 10px;
    display: block;
  }

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

  .footer-line-divider {
    display: inline-block;
  }

  .copyright {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-row-second {
    margin-top: 0;
    margin-bottom: 0;
  }

  .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .laptop-padding {
    width: 100%;
    margin-top: 40px;
  }

  .hero-text-block {
    width: 90%;
    margin-top: 0;
  }

  .hero-big-text.hero.third {
    width: 80%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-big-text.hero.dark {
    width: 99.8684%;
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
  }

  .main-section.ads {
    height: auto;
    background-image: linear-gradient(#530fff 23%, rgba(255, 255, 255, 0)), url('../images/Protheus-white11.svg'), linear-gradient(#0f0231, #ff3c00);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 800px, auto;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-paragraph, .hero-paragraph.white {
    text-align: left;
  }

  .hero-paragraph.white.percentual {
    width: 100%;
  }

  .contact-services-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-info-block {
    width: 80%;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    top: 0%;
  }

  .contact-content {
    width: 110%;
    right: 0;
  }

  .contact-content.new {
    width: 80%;
  }

  .container-fourth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label {
    font-size: 14px;
    line-height: 24px;
  }

  .section-2, .section-2.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vertical-column-row {
    display: block;
  }

  .contact-us-content.light.contact {
    width: 100%;
  }

  .preload {
    display: none;
  }

  .portfolio-cart-element.small {
    height: 100%;
  }

  .section-collection {
    flex-direction: row;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .side-info {
    width: 90%;
    margin-bottom: 100px;
  }

  .side-info.products {
    height: 500px;
  }

  .side-info.products.shorter {
    width: 100%;
    height: 450px;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 0%;
    display: flex;
    overflow: hidden;
  }

  .side-info.products.shorter.main {
    height: auto;
  }

  .side-info.padding-top {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .side-image-media {
    width: 100%;
  }

  .process-info.left, .process-info.right, .image-process-div, .image-process-div.right {
    height: 330px;
  }

  .heading-half-section {
    text-align: center;
  }

  .heading-half-section.left, .heading-half-section.left-side {
    text-align: left;
  }

  .columns-third {
    width: 100%;
  }

  .category-text {
    width: 130px;
  }

  .category-text.side {
    width: 100%;
  }

  .side-content {
    flex-direction: column;
  }

  .side-content-info {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item, .collection-item.product {
    width: 50%;
  }

  .collection-item.half.categories, .collection-item.in-author {
    width: 100%;
  }

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

  .button-wrapper-add-to-cart {
    margin-top: 0;
  }

  .product-info {
    margin-top: 0;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand {
    padding: 10px 0;
  }

  .wrapper-full {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    top: 25%;
  }

  .menu-button {
    color: #343e52;
    padding: 20px;
  }

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

  .menu-button.white {
    color: #fff;
  }

  .dropdown-link-second {
    box-shadow: none;
    background-color: rgba(228, 236, 246, .4);
  }

  .dropdown-link-second.w--current {
    box-shadow: none;
  }

  .dropdown-list-second.w--open {
    background-color: #fff;
  }

  .nav-menu-second {
    height: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #e7ecf8;
    display: block;
    position: absolute;
  }

  .nav-bar {
    padding: 0;
    position: absolute;
  }

  .navigation-wrapper {
    flex: 1;
    padding-right: 0;
  }

  .nav-link {
    background-color: #fff;
    border-bottom: 1px solid #e4ecf6;
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
  }

  .arrow {
    color: #753fff;
  }

  .text-block-nav {
    color: #343e52;
    text-align: left;
  }

  .cart-container {
    min-width: 340px;
  }

  .search-bar, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-logo.in-colors {
    opacity: 0;
  }

  .dark-logo.in-white {
    opacity: 1;
  }

  .dark-search-icon.in-colors {
    opacity: 0;
  }

  .blog-and-sidebar {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-collection-wrapper {
    width: 60%;
  }

  .right-collection-wrapper.products {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-header {
    width: auto;
  }

  .sidebar-block {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar {
    width: 40%;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.right {
    width: 40%;
    margin-left: 20px;
    margin-right: 0;
  }

  .page-header.dark.blog {
    font-size: 42px;
    line-height: 46px;
  }

  .line-in-hover {
    width: 40%;
  }

  .columns-alternative {
    width: 100%;
  }

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

  .tab-menu.banner {
    margin-top: 0;
    bottom: -8%;
  }

  .testimonial-arrow {
    right: 200px;
  }

  .left-testimonial-arrow {
    left: 200px;
  }

  .contact-block {
    border-top-style: none;
    border-bottom-style: solid;
    margin-bottom: 0;
  }

  .contact-block.right {
    border-top-style: none;
    border-left-style: none;
    margin-bottom: 0;
  }

  .contact-block.right.dark {
    width: 100%;
    border-radius: 6px;
  }

  .contact-block.left {
    border-bottom-style: none;
    border-right-style: none;
    margin-bottom: 0;
  }

  .contact-block.left.dark {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 2px;
  }

  .contact-block.middle {
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .2);
    margin-bottom: 0;
  }

  .contact-block.middle.dark {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .features-row.fixed-width {
    width: auto;
  }

  .features-row.dark {
    width: 100%;
  }

  .about-copy-wrapper {
    width: 90%;
    margin-bottom: 40px;
  }

  .licence-items {
    width: 70%;
  }

  .image-details {
    height: 650px;
  }

  .container-single-product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper-alternative {
    margin-top: 0;
  }

  .tab-menu-product.info {
    flex-direction: column;
  }

  .checkout-form {
    padding-bottom: 10px;
  }

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

  .hero-div-info {
    margin-top: 80px;
  }

  .hero-div-info.half {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    padding-left: 1%;
    padding-right: 2%;
  }

  .hero-div-info.half.mockup.watches {
    width: 100%;
    margin-top: 0;
    padding-left: 2%;
  }

  .hero-div {
    height: 100%;
    flex-flow: column;
    align-content: stretch;
    padding: 40px 0;
  }

  .hero-header {
    text-align: left;
    font-size: 45px;
    line-height: 55px;
  }

  .image-mock-ups {
    max-height: 400px;
    position: relative;
    top: 20px;
    bottom: 0;
    left: -62px;
    right: 0;
  }

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

  .banner-home-4 {
    padding-top: 90px;
  }

  .banner-home-4.half {
    height: auto;
    background-image: linear-gradient(135deg, #8556fd, rgba(214, 86, 253, .9)), url('../images/34342345.png'), linear-gradient(135deg, #8556fd, #d656fd);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, cover, auto;
    padding: 0 20px 90px;
    display: block;
  }

  .bigger-circle {
    width: 500px;
    height: 500px;
  }

  .bigger-circle2 {
    width: 700px;
    height: 700px;
  }

  .bigger-circle-3 {
    width: 300px;
    height: 300px;
  }

  .hero-section.third.blue {
    height: 650px;
  }

  .image-combination {
    height: 100%;
  }

  .minus-padding-image {
    width: 90%;
    height: auto;
    margin-top: 0;
  }

  .product-image {
    width: 100%;
    margin-top: 40px;
  }

  .demo-wrapper {
    top: 157px;
  }

  .solar-wrapper {
    width: 650px;
    height: 650px;
  }

  .circle {
    width: 600px;
    height: 600px;
  }

  .solar-dot {
    margin-top: 385px;
  }

  .demo-wrapper-2 {
    top: 120px;
  }

  .circle-1 {
    width: 250px;
    height: 250px;
  }

  .solar-wrapper-1 {
    width: 300px;
    height: 300px;
  }

  .solar-dot-2 {
    margin-top: 30px;
  }

  .circle-demo-wrapper {
    top: -85px;
  }

  .circle-2 {
    right: 27%;
  }

  .circle-3 {
    display: none;
    position: absolute;
    overflow: visible;
  }

  .button-wrapper-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .column-55 {
    display: block;
  }

  .collection-sidebar {
    width: 100%;
  }

  .cta-wrapper {
    width: 80%;
  }

  .team-wrapper {
    width: 50%;
  }

  .team-card {
    margin-bottom: 0;
  }

  .subscribe-block {
    width: 70%;
  }

  .info-wrapper {
    width: 100%;
  }

  .info-left-wrapper {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .collection-list-wrapper-main {
    width: 100%;
    flex-direction: row;
    display: block;
  }

  .collection-item-categories {
    width: 50%;
  }

  .apple-pay, .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .container-checkout {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-main-column {
    flex-direction: column;
    flex: 0 800px;
    order: 0;
    margin-right: 0;
    display: block;
  }

  .licence-items-2 {
    width: 80%;
  }

  .div-block-10 {
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .tooltip-block {
    display: block;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-2 {
    margin-bottom: 0;
  }

  .arrow-left {
    color: #753fff;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .h1.text-center.nube {
    font-size: 55px;
    line-height: 55px;
  }

  .hero-img {
    width: 60vh;
  }

  .grid {
    width: 100%;
  }

  .wrapper.width {
    width: 90%;
  }

  .wrapper.flex-wrapper.padding-x.border-x {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #c2c2c2;
    border-bottom-width: 1px;
    border-bottom-color: #c2c2c2;
  }

  .h3.text-center._3parts {
    line-height: 40px;
  }

  .h2.text-center {
    line-height: 55px;
  }

  .h2.text-center.echaunvistazo {
    margin-top: 60px;
    font-size: 3em;
    line-height: 50px;
  }

  .grid-2 {
    width: 100%;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .main-features-block.old {
    height: auto;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-4, .collection-list._3-cols {
    grid-template-columns: 1fr 1fr;
  }

  .new-tab {
    margin-top: -1px;
    display: block;
  }

  .tooltip-text {
    color: #343e52;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .column-57 {
    padding-left: 0;
  }

  .column-58 {
    position: static;
    top: 40px;
  }

  .div-block-24 {
    margin-top: 20px;
  }

  .div-block-25 {
    height: 71px;
    display: none;
  }

  .sectionrefurbished_video {
    overflow: hidden;
  }

  .sectionrefurbished_video.black {
    position: relative;
    overflow: hidden;
  }

  .sectionrefurbished_video.background-color.white {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .sectionrefurbished_video.pink.achivements {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionrefurbished_video.contact {
    overflow: visible;
  }

  .sectionrefurbished_caracteristicas {
    overflow: hidden;
  }

  .sectionrefurbished_caracteristicas.black {
    position: relative;
    overflow: hidden;
  }

  .sectionrefurbished_caracteristicas.background-color.white {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .sectionrefurbished_caracteristicas.pink.achivements {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionrefurbished_caracteristicas.contact {
    overflow: visible;
  }

  .div-block-12-nuevo {
    flex-direction: column;
    align-items: flex-start;
  }

  .sidebar-busqueda {
    width: 40%;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-busqueda.right {
    width: 40%;
    margin-left: 20px;
    margin-right: 0;
  }

  .container-wrapper-blog {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper-blog.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-blog.footer {
    flex-flow: wrap;
  }

  .container-wrapper-blog2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper-blog2.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-blog2.footer {
    flex-flow: wrap;
  }

  .container-wrapper-blog-widht {
    height: 45vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper-blog-widht.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-blog-widht.footer {
    flex-flow: wrap;
  }

  .container-wrapper-home {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper-home.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-home.footer {
    flex-flow: wrap;
  }

  .barraprogreso {
    margin-top: 0;
  }

  .tabestado {
    width: 90%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    border-right-style: none;
  }

  .tabestado.w--current {
    width: 140px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .tabs-content-2 {
    width: 250px;
  }

  .tabestado2 {
    width: 90%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    border-right-style: none;
  }

  .tabestado2.w--current {
    width: 140px;
  }

  .tabestado3 {
    width: 90%;
    text-align: center;
  }

  .tabestado3.w--current {
    width: 140px;
  }

  .tabestado4 {
    width: 90%;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .14);
    border-left-style: none;
  }

  .tabestado4.w--current {
    width: 140px;
  }

  .text-block-18-copy {
    width: 16px;
    height: 16px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .blog-tittle.small {
    margin-bottom: 5px;
  }

  .one-side-image {
    height: 700px;
  }

  .one-side-image.gray {
    height: 700px;
    max-height: 700px;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.third {
    height: 500px;
  }

  .blog-post-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22));
    padding-left: 0;
  }

  .features-paragraph.service {
    text-align: center;
  }

  .features-paragraph.service.white {
    text-align: left;
  }

  .processes-column.top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-sliders-column-wrapper {
    height: auto;
  }

  .service-row {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button, .button.white.outline {
    float: none;
    display: inline-block;
  }

  .button.general.left.hero-btn-2 {
    margin-left: 0;
  }

  .button.general.right {
    margin-right: auto;
  }

  .processes-block {
    height: 120px;
    border-top-style: none;
    border-left: 3px solid #eee;
    margin-left: 40px;
    padding-left: 0;
  }

  .processes-block.counters {
    border-left-style: none;
    margin-left: 0;
    padding-left: 20px;
  }

  .sectionrefurbished {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionrefurbished.gray {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionrefurbished.gray.products {
    padding-top: 100px;
  }

  .sectionrefurbished.gray {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionrefurbished.background-color.white.blog {
    padding-top: 65px;
  }

  .sectionrefurbished.contact {
    padding-top: 60px;
    position: relative;
  }

  .features-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .div-content.tittle-in-div.bottom {
    margin-top: 40px;
  }

  .top-nav-content-block.social.footer {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .top-nav-content-block.social.footer.padding-top {
    margin-left: auto;
    margin-right: auto;
  }

  .top-nav-content-block.social.banner {
    display: flex;
    bottom: -5%;
  }

  .top-nav-content-block.social.banner.sixth {
    margin-bottom: -8%;
  }

  .top-nav-content-block.social.banner {
    display: block;
    bottom: -20%;
  }

  .div-column-footer {
    margin-bottom: 20px;
    position: static;
  }

  .div-column-footer.small.white {
    margin-bottom: 0;
  }

  .div-column-footer.small.white.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .service-div {
    width: 70%;
    margin-bottom: 20px;
  }

  .service-div.line {
    margin-bottom: 20px;
  }

  .service-div.line.testimonials {
    width: 70%;
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-div.left.no-line {
    text-align: center;
  }

  .service-div.left.second {
    text-align: left;
  }

  .service-div.center, .service-div.padding {
    margin-bottom: 20px;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider-testimonials {
    height: auto;
  }

  .service-heading.white.padding {
    text-align: left;
  }

  .container-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper.footer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .icon-header.center {
    width: 90%;
  }

  .wrapper-box {
    margin-bottom: 20px;
  }

  .cta-text.white {
    margin-bottom: 10px;
  }

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

  .page-header-section.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-header-section.gray.small.color, .page-header-section.small {
    text-align: center;
  }

  .cta-text-content.second {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .google-play-wrapper {
    border: 1px #000;
  }

  .columns {
    flex-wrap: wrap;
  }

  .button-wrapper.no-padding {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .square-second.gray {
    top: 2%;
    left: -36%;
  }

  .square-fourth.gray {
    right: -26%;
  }

  .button-second {
    float: none;
    display: inline-block;
  }

  .notification-form {
    margin-top: 0;
  }

  .footer-block {
    width: 50%;
  }

  .secure-payment-by {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-row {
    flex-direction: column;
  }

  .service-row-second {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .full-container.tab {
    height: auto;
  }

  .laptop-padding {
    width: 100%;
    margin-top: 20px;
  }

  .hero-text-block {
    width: 100%;
  }

  .hero-text-block.home {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10vh;
    display: flex;
  }

  .hero-big-text.hero.third {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 48px;
    display: block;
  }

  .hero-big-text.hero.dark {
    font-size: 42px;
    line-height: 50px;
  }

  .main-section.ads {
    height: auto;
    background-image: linear-gradient(#530fff 23%, rgba(255, 255, 255, 0)), url('../images/Protheus-white11.svg'), linear-gradient(#0f0231, #ff3c00);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 800px, auto;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-paragraph.white.percentual {
    width: 100%;
  }

  .column-third.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-content {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    right: 0;
  }

  .contact-content.new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-column-adress {
    padding-top: 20px;
  }

  .contact-us-small-tittle.black {
    margin-bottom: 0;
  }

  .contact-small-content {
    padding-bottom: 20px;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .side-info {
    width: 100%;
  }

  .side-info.products {
    margin-bottom: 20px;
  }

  .side-info.products.shorter {
    width: auto;
    height: 600px;
    margin-bottom: 20px;
  }

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

  .process {
    align-items: flex-start;
  }

  .process-card.left {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-card.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-info.left {
    width: 90%;
    height: auto;
    text-align: left;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-info.right {
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-line {
    margin-left: 20px;
  }

  .title-procces.right {
    text-align: left;
  }

  .image-process-div {
    display: none;
  }

  .horizontal-line {
    width: 80%;
    display: none;
  }

  .icon-wrapper {
    width: 40px;
    position: absolute;
  }

  .heading-half-section {
    text-align: left;
  }

  .heading-half-section.center {
    text-align: center;
  }

  .category-text {
    margin-right: 0;
    right: 0;
  }

  .category-text.top.blog {
    margin-left: auto;
    margin-right: auto;
  }

  .category-text.side {
    width: 100%;
    margin-right: 0;
  }

  .category-text.side.full.all.w--current {
    margin-right: 0;
  }

  .collection-list-wrapper-blog {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-info {
    padding-right: 40px;
  }

  .quick-view-info.pop-up {
    width: 100%;
    height: 650px;
  }

  .wrapper-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-nav-wrapper {
    height: 60px;
    justify-content: center;
  }

  .cart-container {
    min-width: 340px;
    flex-direction: column;
    align-items: stretch;
  }

  .blog-and-sidebar {
    flex-direction: column;
  }

  .right-collection-wrapper {
    width: 100%;
    flex: 0 auto;
  }

  .right-collection-wrapper.products {
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-header {
    width: auto;
  }

  .sidebar {
    width: 100%;
    order: 1;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar.right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .page-header.dark {
    line-height: 58px;
  }

  .page-header.dark.blog {
    text-align: left;
  }

  .page-header-div.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-wrapper-big-image {
    height: auto;
  }

  .tab-menu.banner {
    bottom: -20%;
  }

  .main-image-blog {
    height: 500px;
    margin-bottom: 100px;
  }

  .contact-block.right {
    border-left-style: none;
  }

  .contact-block.left {
    border-bottom-style: none;
    border-right-style: none;
  }

  .no-padding-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .licence-items, .licence-item-wrapper {
    width: 100%;
  }

  .image-details {
    display: none;
  }

  .container-single-product {
    height: auto;
  }

  .info {
    margin-bottom: 20px;
  }

  .tab-menu-product.info {
    flex-direction: column;
  }

  .column-tab.sticky {
    position: static;
  }

  .info-detail-wrapper {
    margin-left: 0;
  }

  .info-row {
    display: block;
  }

  .order-item {
    align-items: center;
  }

  .hero-div-info {
    margin-top: 40px;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    margin-top: 20px;
  }

  .hero-div {
    flex-flow: column wrap-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-header {
    font-size: 35px;
    line-height: 45px;
  }

  .image-mock-ups {
    width: auto;
    max-height: 350px;
    top: 50px;
    left: 0;
    right: 0;
  }

  .banner-home-4 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-home-4.half {
    height: auto;
    background-image: linear-gradient(135deg, rgba(133, 86, 253, .95), rgba(214, 86, 253, .9)), url('../images/34342345.png'), linear-gradient(135deg, #8556fd, #d656fd);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, 1000px, auto;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .hero-section.third {
    height: 800px;
  }

  .image-combination {
    height: 450px;
  }

  .minus-padding-image {
    margin-top: -32px;
  }

  .product-image {
    margin-top: 40px;
  }

  .circle-demo-wrapper {
    top: -148px;
    left: 6%;
  }

  .circle-2 {
    width: 6vh;
    height: 6vh;
    right: 27%;
  }

  .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
    text-align: left;
  }

  .collection-sidebar {
    width: 50%;
  }

  .cta-wrapper {
    width: 100%;
    align-items: center;
  }

  .cta-video-paragraph {
    text-align: center;
  }

  .team-wrapper {
    width: 100%;
  }

  .info-wrapper.alternative {
    margin-top: 0;
    position: relative;
  }

  .link-block {
    width: auto;
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
  }

  .about-crew-text {
    margin-top: 40px;
  }

  .about-us-columns {
    flex-direction: column;
  }

  .collection-item-categories, .collection-item-categories.three-part {
    width: 100%;
  }

  .hero-button-block.home {
    flex-direction: column;
  }

  .apple-pay {
    height: 35px;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .licence-items-2, .licence-item-firs {
    width: 100%;
  }

  .tooltip-block {
    display: block;
  }

  .section-hero.flex {
    padding-top: 14%;
  }

  .section-hero.flex.home.bg-iphone {
    height: auto;
    min-height: auto;
    align-items: flex-start;
    padding-top: 30%;
  }

  .main-container {
    max-width: 654px;
  }

  .h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .grid {
    width: 100%;
    max-width: 652px;
    grid-row-gap: 20px;
  }

  .wrapper.width {
    width: 100%;
    max-width: 420px;
  }

  .video-block {
    height: 320px;
  }

  .h2 {
    font-size: 34px;
  }

  .grid-2 {
    grid-template-columns: 1.5fr;
  }

  .image-13 {
    max-width: 273px;
  }

  .body-2 {
    height: 100%;
  }

  .main-features-block {
    max-width: 408px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .hero-image {
    max-height: 60vh;
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-6 {
    margin-left: 0;
  }

  .div-block-25 {
    height: 65px;
  }

  .sectionrefurbished_video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionrefurbished_video.gray {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionrefurbished_video.gray.products {
    padding-top: 100px;
  }

  .sectionrefurbished_video.gray {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionrefurbished_video.contact {
    padding-top: 60px;
    position: relative;
  }

  .sectionrefurbished_caracteristicas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionrefurbished_caracteristicas.gray {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionrefurbished_caracteristicas.gray.products {
    padding-top: 100px;
  }

  .sectionrefurbished_caracteristicas.gray {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionrefurbished_caracteristicas.contact {
    padding-top: 60px;
    position: relative;
  }

  .sidebar-busqueda {
    width: 100%;
    order: 1;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar-busqueda.right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper-blog.footer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-wrapper-blog2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-blog2.footer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-wrapper-blog-widht {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper-blog-widht.footer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-wrapper-home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper-home.footer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .blog-tittle.small {
    margin-bottom: 5px;
  }

  .one-side-image.gray {
    height: 850px;
    max-height: 850px;
  }

  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }

  .one-side-image.third {
    height: auto;
  }

  .date-blog {
    text-align: left;
    margin-bottom: 5px;
  }

  .learn-more-link.outline {
    width: 100%;
  }

  .div-sliders-column-wrapper {
    position: static;
  }

  .heading, .heading.white {
    text-align: center;
  }

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

  .heading.faq {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 32px;
  }

  .heading.faqtitles {
    text-align: left;
    font-size: 26px;
  }

  .button {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .button.white.outline {
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
  }

  .button.general.left.hero-btn-2 {
    width: 100%;
  }

  .button.general.orange {
    margin-bottom: 10px;
  }

  .button.general.pink {
    width: auto;
    min-width: 180px;
    margin-top: 0;
  }

  .button.general.pink.flex {
    width: 100%;
  }

  .processes-block.counters {
    border-left-style: none;
    margin-left: 0;
    padding-left: 20px;
  }

  .sectionrefurbished.gray.products {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sectionrefurbished.background-color.white {
    padding-top: 110px;
  }

  .sectionrefurbished.no-padding-top {
    display: flex;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-content.tittle-in-div.faq {
    padding-left: 0;
  }

  .div-content.achievements {
    margin-left: auto;
    padding-right: 0;
  }

  .blog-content-services.tittle {
    height: auto;
    text-align: left;
  }

  .top-nav-content-block {
    display: block;
  }

  .top-nav-content-block.social {
    display: none;
  }

  .top-nav-content-block.social.footer {
    text-align: center;
  }

  .top-nav-content-block.social.banner.sixth {
    margin-bottom: 0%;
  }

  .top-nav-content-block.social.banner {
    display: none;
  }

  .div-column-footer.small.white {
    margin-bottom: 0;
  }

  .div-column-footer.small.white.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .service-div {
    width: 100%;
  }

  .service-div.left {
    padding-top: 24px;
  }

  .service-div.line.testimonials {
    width: 80%;
    width: 75%;
    flex-direction: column;
    display: block;
  }

  .service-div.center {
    width: 100%;
  }

  .service-div.left {
    padding-top: 24px;
  }

  .service-div.padding {
    height: auto;
  }

  .footer-heading.white.center {
    text-align: center;
  }

  .slider-testimonials {
    height: auto;
  }

  .container-wrapper {
    justify-content: space-between;
  }

  .icon-header.center {
    width: 100%;
    margin-bottom: 0;
  }

  .service-div-wrapper {
    padding: 50px;
  }

  .service-div-wrapper.third {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .info-service-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .middle-div.padding, .left.padding, .right.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text.white {
    text-align: center;
    margin-bottom: 20px;
  }

  .column-navigation {
    width: 100%;
  }

  .page-header-section.gray.small.color {
    text-align: center;
  }

  .cta-text-content.second {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 18px;
  }

  .white {
    text-align: left;
  }

  .button-wrapper {
    width: auto;
  }

  .square-wrapper {
    height: auto;
  }

  .square-wrapper.home {
    background-image: linear-gradient(rgba(0, 0, 0, .65), #fff 77%);
  }

  .square-second {
    width: auto;
    height: auto;
    right: auto;
  }

  .square-second.gray {
    width: 50%;
    opacity: .45;
    display: block;
    top: -16%;
    left: -13%;
  }

  .square-third.gray {
    opacity: .4;
    display: block;
    right: 5%;
  }

  .square-fourth, .square-fourth.gray {
    display: none;
  }

  .square-fifth.gray {
    opacity: .45;
    display: block;
    transform: rotate(45deg);
  }

  .tiitle-price.white {
    text-align: center;
  }

  .button-second {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .div-content-second.percentual {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: block;
  }

  .pricing-block {
    margin-bottom: 20px;
  }

  .footer-block.contact-info {
    width: 100%;
  }

  .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide, .service-row-second {
    width: auto;
  }

  .question-tittle-link.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .question-box-answer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-tittle, .full-container {
    text-align: left;
  }

  .laptop-padding {
    width: 100%;
    margin-top: 20px;
  }

  .hero-text-block {
    flex-wrap: wrap;
    display: block;
  }

  .hero-text-block.home {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10vh;
  }

  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text.hero {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-big-text.hero.third {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text.hero.dark {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
  }

  .main-section.ads {
    height: auto;
    background-image: linear-gradient(#530fff, rgba(255, 255, 255, 0)), url('../images/Protheus-white11.svg'), linear-gradient(#0f0231, #ff3c00);
    background-position: 0 0, 50% -184px, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .main-section.ads.gray {
    padding-bottom: 50px;
  }

  .baner-big-text {
    width: auto;
    font-size: 31px;
    line-height: 40px;
  }

  .hero-paragraph {
    line-height: 22px;
  }

  .contact-services-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-info-block {
    width: 300px;
    flex-flow: column wrap;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-content {
    width: 100%;
    position: static;
    right: 0;
  }

  .contact-content.new {
    width: 100%;
    padding: 30px 0;
  }

  .field-label, .field-label.center {
    text-align: center;
  }

  .portfolio-section.tienda {
    padding-bottom: 20px;
  }

  .blog-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-cart-element {
    min-height: 350px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .portfolio-info {
    padding-top: 0;
  }

  .price-product {
    font-size: 16px;
  }

  .section-collection {
    padding-left: 20px;
  }

  .section-collection.mobile, .section-collection.gray-color.faq {
    padding-right: 20px;
  }

  .section-collection.categorias {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .side-info {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-info.products {
    margin-bottom: 20px;
  }

  .side-info.products.shorter {
    height: 470px;
  }

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

  .side-image-media.flex-right {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .media-image {
    width: 300px;
    padding-left: 0%;
  }

  .promo-wrapper, .promo-wrapper.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .process {
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .process-card.left {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .process-card.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-info.left {
    width: 100%;
    text-align: left;
    margin-left: 30px;
  }

  .process-info.right {
    width: 100%;
    height: auto;
    margin-left: 30px;
  }

  .process-icon.center {
    margin-left: 0;
  }

  .process-line {
    margin-left: 10px;
  }

  .title-procces.right {
    text-align: left;
  }

  .image-process-div, .horizontal-line {
    display: none;
  }

  .icon-wrapper {
    width: 40px;
    position: absolute;
  }

  .heading-half-section {
    text-align: center;
  }

  .heading-half-section.left {
    margin-bottom: 20px;
  }

  .category-text {
    width: 124px;
    margin-left: 0;
    position: relative;
  }

  .side-content-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .full-container-second {
    text-align: left;
  }

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

  .collection-item.product {
    width: 50%;
  }

  .image-div-wrapper {
    width: 180%;
  }

  .tittle-product {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .product-info {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
    top: 30%;
  }

  .left-nav-wrapper {
    height: 60px;
    justify-content: center;
    padding-right: 10px;
  }

  .cart-wrapper {
    z-index: 199;
  }

  .image-product {
    width: 60px;
  }

  .cart-container {
    max-width: 400px;
    min-width: 320px;
    flex-direction: column;
    margin: 0;
    padding-left: 0;
  }

  .checkout-button {
    height: 45px;
  }

  .blog-and-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .right-collection-wrapper.products {
    width: 100%;
    padding-left: 0%;
  }

  .sidebar-header {
    width: auto;
  }

  .sidebar {
    margin-top: 20px;
    padding-left: 10px;
  }

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

  .page-header.dark {
    line-height: 58px;
  }

  .page-header.dark.blog {
    font-size: 28px;
    line-height: 32px;
  }

  .page-header-div.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-cta {
    width: 100%;
  }

  .product-wrapper-big-image {
    height: auto;
  }

  .product-wrapper-big-image.single {
    height: 300px;
  }

  .tab-menu {
    flex-direction: row;
    display: flex;
  }

  .tab-menu.banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    bottom: -49%;
    left: auto;
    right: auto;
  }

  .main-image-blog {
    height: 350px;
  }

  .contact-block.right {
    border-left-style: none;
  }

  .contact-block.left {
    border-bottom-style: none;
    border-right-style: none;
  }

  .no-padding-columns {
    padding-right: 0;
  }

  .about-copy-wrapper {
    width: 100%;
  }

  .licence-item-wrapper {
    width: auto;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div {
    width: 100px;
    flex: 0 auto;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .container-single-product {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .price-single-page {
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .tab-menu-product {
    flex-direction: row;
    display: flex;
  }

  .tab-menu-product.info {
    flex-direction: column;
  }

  .info-shipping {
    padding: 20px 0;
  }

  .info-detail-wrapper {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .order-item {
    align-items: flex-start;
  }

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

  .block-content {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .text-block.center {
    justify-content: center;
  }

  .hero-div-info {
    margin-top: 80px;
  }

  .hero-div-info.half {
    align-items: flex-start;
  }

  .hero-div-info.half.mockup {
    width: 100%;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .hero-div-info.half.mockup.watches {
    justify-content: center;
  }

  .hero-div {
    height: auto;
    flex-flow: column wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-header {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-header.left.white {
    font-size: 40px;
    line-height: 50px;
  }

  .image-mock-ups {
    width: auto;
    max-width: 100%;
    position: static;
    right: 0;
  }

  .banner-home-4.half {
    background-image: linear-gradient(135deg, rgba(133, 86, 253, .95), rgba(214, 86, 253, .9)), url('../images/34342345.png'), linear-gradient(135deg, #8556fd, #d656fd);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, cover, auto;
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  .bigger-circle {
    width: 400px;
    height: 400px;
  }

  .bigger-circle2 {
    width: 600px;
    height: 600px;
  }

  .bigger-circle-3 {
    width: 200px;
    height: 200px;
  }

  .hero-section.third {
    height: 660px;
    background-image: url('../images/blur.png'), none;
    background-position: 100% 29%, 50% -184px;
    background-repeat: no-repeat, no-repeat;
    background-size: 250px, cover;
    background-attachment: fixed, scroll;
  }

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

  .minus-padding-image {
    margin-top: -12px;
  }

  .demo-wrapper {
    top: 307px;
  }

  .solar-wrapper {
    width: 550px;
    height: 550px;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  .solar-dot {
    margin-top: 330px;
  }

  .circle-1 {
    width: 200px;
    height: 200px;
  }

  .solar-wrapper-1 {
    width: 250px;
    height: 250px;
  }

  .solar-dot-2 {
    margin-top: 9px;
  }

  .circle-demo-wrapper {
    top: -107px;
    left: -192%;
  }

  .circle-2 {
    width: 7vh;
    height: 7vh;
    top: 18%;
    right: 67%;
  }

  .square-wrapper-about {
    height: 900px;
  }

  .button-wrapper-div {
    flex-direction: column;
  }

  .collection-sidebar {
    width: 100%;
  }

  .cta-video-paragraph, .cta-video, .cta-video.white, .cta-video.white.percentual {
    text-align: center;
  }

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

  .subscribe-block {
    width: 100%;
  }

  .link-block {
    text-align: left;
    justify-content: flex-start;
  }

  .blog-bottom-info {
    text-align: left;
  }

  .hero-button-block {
    width: auto;
    flex-direction: column;
  }

  .hero-button-block.home {
    align-content: flex-start;
    align-items: center;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .radio-button {
    margin-bottom: 8px;
  }

  .licence-item-firs {
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    width: 100px;
    flex: 0 auto;
  }

  .image-div-2.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-link-2 {
    text-align: center;
    margin-right: 0;
  }

  .text-block-3 {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-9 {
    flex-wrap: wrap;
  }

  .text-block-5 {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
  }

  .text-span-2 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 900;
  }

  .div-block-14 {
    width: 75px;
    height: 75px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 10px;
  }

  .richtext img {
    min-width: 100vw;
    border-radius: 0;
    margin-left: -20px;
  }

  .link-block-5.ver-fotos-link {
    width: auto;
    height: auto;
  }

  .section-hero.flex {
    padding-top: 20%;
  }

  .section-hero.flex.home.bg-iphone {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: flex-start;
    padding-top: 30%;
  }

  .section-hero.flex.nube {
    background-position: 50% 101%, 0 0;
  }

  .main-container {
    width: 90%;
  }

  .main-container._w-90 {
    margin-bottom: 10%;
  }

  .h1, .h1.text-center {
    font-size: 36px;
  }

  .h1.text-center.nube {
    font-size: 35px;
    line-height: 40px;
  }

  .grid {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1.25fr;
  }

  .wrapper.width {
    width: 100%;
  }

  .wrapper.flex-wrapper.padding-x {
    padding-left: 0;
    padding-right: 0;
  }

  .img {
    margin-left: auto;
    margin-right: auto;
  }

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

  .video-block {
    height: 280px;
  }

  .h2 {
    font-size: 30px;
  }

  .h2.text-center.echaunvistazo {
    margin-top: 40px;
    font-size: 3em;
    line-height: 50px;
  }

  .h2.text-center.refurbished {
    font-size: 35px;
    line-height: 35px;
  }

  .grid-2 {
    max-width: 431px;
    grid-template-columns: 1.5fr;
  }

  .body-2 {
    max-width: 100%;
  }

  .main-features-block.old {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-img {
    max-width: 55px;
  }

  .hero-image {
    max-height: 30vh;
    display: block;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
  }

  .collection-list._3-cols {
    grid-template-columns: 1fr 1fr;
  }

  .column-57 {
    padding-left: 0;
    padding-right: 0;
  }

  .emblem-img {
    width: 80%;
    min-width: 70px;
    flex: 0 auto;
  }

  .emblem-img.sostenible {
    width: 80%;
    min-width: 70px;
    margin-right: 5px;
  }

  .text-block-8.no-margin {
    font-size: 11px;
  }

  .emblem-img-wrapper {
    padding-right: 14px;
  }

  .link-block-7 {
    width: 100%;
  }

  .cookie-modal {
    width: 90%;
    min-width: 0;
    margin-bottom: 2.5%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-18 {
    padding-right: 21px;
  }

  .div-block-21 {
    max-width: 100%;
  }

  .product-single-image {
    height: 35vh;
  }

  .div-block-24 {
    width: 100vw;
    height: auto;
    min-height: 175px;
    background-position: 50% 101%;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionrefurbished_video {
    padding-top: 0;
  }

  .sectionrefurbished_video.gray.products {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sectionrefurbished_video.background-color.white {
    padding-top: 110px;
  }

  .sectionrefurbished_video.no-padding-top {
    display: flex;
  }

  .sectionrefurbished_caracteristicas.gray.products {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sectionrefurbished_caracteristicas.background-color.white {
    padding-top: 110px;
  }

  .sectionrefurbished_caracteristicas.no-padding-top {
    display: flex;
  }

  .div-block-31 {
    flex-direction: column;
  }

  .grid-6 {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    margin-top: 80px;
    display: flex;
  }

  .heading-5 {
    font-size: 26px;
  }

  .div-block-33 {
    order: 1;
  }

  .sidebar-busqueda {
    margin-top: 20px;
    padding-left: 10px;
  }

  .container-wrapper-blog, .container-wrapper-blog2, .container-wrapper-blog-widht, .container-wrapper-home {
    justify-content: space-between;
  }

  .tabs-content-2 {
    width: 245px;
  }

  .whatsapp_plugin_modal {
    width: 90%;
    max-width: 340px;
    margin-right: 5%;
  }

  .whatsapp_pplugin_body {
    height: 200px;
  }
}

#w-node-_86503fa3-62f0-458d-dd2c-d1544270b777-f8e7df5b {
  align-self: center;
}

#w-node-df6d93ab-ae9f-00e5-c2c2-5819702e2aa3-f8e7df5b, #w-node-_6be62a7b-58f6-5f8b-7ad4-1bc9cfb3bee5-d4e7dff1 {
  align-self: stretch;
}

#w-node-_62806447-2dc3-dd9b-12fb-49e3d1ffdb41-05e7e012 {
  align-self: center;
  justify-self: end;
}

#w-node-e7d64030-c628-57ee-7edf-3b56947aa0e2-05e7e012 {
  align-self: center;
  justify-self: start;
}

#w-node-_723c7d7f-2e21-02a6-6d02-6c2eacff79a8-05e7e012 {
  align-self: center;
  justify-self: end;
}

#w-node-_723c7d7f-2e21-02a6-6d02-6c2eacff79aa-05e7e012 {
  align-self: center;
}

#w-node-daed2e64-28c1-ed8c-e58b-df47905f8cf3-05e7e012 {
  align-self: center;
  justify-self: end;
}

#w-node-daed2e64-28c1-ed8c-e58b-df47905f8cf5-05e7e012 {
  align-self: center;
}

#w-node-_5787043c-e595-3b34-0c6d-3dca7a60176a-05e7e012 {
  align-self: center;
  justify-self: end;
}

#w-node-_5787043c-e595-3b34-0c6d-3dca7a60176c-05e7e012 {
  align-self: center;
}

#w-node-_9e7591bb-6586-c31c-2633-a04b44d2567c-05e7e012 {
  align-self: start;
}

#w-node-ff4b5c9a-848a-5204-068b-50dec4d15853-05e7e012 {
  align-self: center;
}

#w-node-_56b21fa7-5397-866e-5efb-6d6192cfee4a-dee7e015 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_24d955be-3fa5-529c-d372-845f20e4fd41-f8e7df5b, #w-node-f918b5b4-8427-e30b-83a6-1e61442281f5-f8e7df5b, #w-node-_207cf970-718b-98ed-8a85-450eb219c5f9-f8e7df5b {
    justify-self: center;
  }

  #w-node-_9e7591bb-6586-c31c-2633-a04b44d2567c-05e7e012 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86503fa3-62f0-458d-dd2c-d1544270b777-f8e7df5b {
    align-self: start;
  }

  #w-node-_4ec4c339-86bc-f917-5105-b1267e58b460-f8e7df5b {
    justify-self: center;
  }

  #w-node-_62806447-2dc3-dd9b-12fb-49e3d1ffdb41-05e7e012, #w-node-_723c7d7f-2e21-02a6-6d02-6c2eacff79a8-05e7e012, #w-node-daed2e64-28c1-ed8c-e58b-df47905f8cf3-05e7e012, #w-node-_5787043c-e595-3b34-0c6d-3dca7a60176a-05e7e012 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86503fa3-62f0-458d-dd2c-d1544270b777-f8e7df5b {
    align-self: start;
  }

  #w-node-_4ec4c339-86bc-f917-5105-b1267e58b460-f8e7df5b {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularpro';
  src: url('../fonts/CircularPro-Medium.6d9ac4df.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularpro book';
  src: url('../fonts/CircularPro-Book.fcea822f.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}