:root {
  --neutral-600: #6d6e71;
  --black: #000;
  --primary-2: #6d72f6;
  --primary-1: #243a8e;
  --secondary-1: #efefff;
  --secondary-2: #ecebff;
  --secondary-3: #f2eaff;
  --neutral-700: #404075;
  --neutral-500: #b5b5d4;
  --neutral-400: #d9d9e9;
  --neutral-300: #ececf6;
  --neutral-200: #f7f7fc;
  --neutral-100: white;
  --neutral-800: #243a8e;
  --shadow-card-default: #1c1c570d;
  --shadow-buttons-white: #4a3aff1c;
  --shadow-icons: #6d72f629;
  --shadow-input: #1c1c570d;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-commerceaddtocartform {
  margin: 0 0 15px;
}

.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-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.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;
  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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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;
  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 {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

.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-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@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;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .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;
    inset: 0;
  }

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

body {
  color: var(--neutral-600);
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 78px;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.333em;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.375em;
}

p {
  color: var(--neutral-600);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--black);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--primary-2);
}

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

li {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 148%;
}

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

label {
  color: var(--neutral-600);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.333em;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 700;
}

blockquote {
  border-left: 4px solid var(--black);
  color: var(--black);
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px 0 20px 20px;
  font-size: 24px;
  line-height: 1.714em;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.flex.left {
  justify-content: flex-start;
  align-items: center;
}

.flex.left.gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.flex.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.flex.gap-10._2 {
  justify-content: center;
  align-items: center;
}

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

.flex.space-between.max706 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
}

.flex.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex.gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

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

.container-default._404 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-default.overflow-hidden {
  overflow: hidden;
}

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

.container-default.banner-cta {
  padding-left: 60px;
}

.style-guide-content {
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
  box-shadow: 0 8px 22px #231e6121;
}

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

.style-guide-title {
  margin-top: 0;
}

.style-guide-header {
  background-color: var(--neutral-100);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

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

.style-guide-icon-link {
  background-color: var(--primary-1);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-600);
  border-radius: 14px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  background-color: var(--secondary-1);
  color: var(--primary-1);
}

.style-guide-link.w--current {
  background-color: var(--secondary-1);
  color: var(--primary-1);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

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

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neutral-800);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-300);
  margin-top: 24px;
  padding-top: 24px;
}

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

.color-container {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 12px 22px 0 var(--shadow-card-default);
  background-color: #fff;
  border-radius: 16px;
}

.color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 120px;
}

.color-content {
  border-top: 1px solid var(--neutral-300);
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-600);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

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

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

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

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

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

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

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

.typography-details {
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.style-guide-subheader {
  background-color: var(--neutral-200);
  padding: 56px 68px;
}

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

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

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  border: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 11px;
  padding: 24px 42px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  transition: box-shadow .3s, transform .3s, background-color .3s;
}

.button-primary:hover {
  color: var(--neutral-100);
  background-color: #5055df;
  box-shadow: 0 10px 30px #4a3aff26;
}

.button-primary.small {
  border-radius: 10px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.add-cart {
  width: 100%;
}

.button-primary.full-width.card-plan {
  transition-property: none;
}

.button-primary.full-width.card-plan:hover {
  background-color: var(--primary-1);
  box-shadow: none;
  transform: none;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary._2-buttons-button {
  margin-bottom: 15px;
}

.button-primary.bg-primary-2 {
  border: 1px solid var(--neutral-100);
  background-color: var(--neutral-100);
  color: #151540;
}

.button-primary.bg-primary-2:hover {
  border: 1px solid var(--neutral-100);
  color: var(--neutral-100);
  background-color: #243a8e00;
}

.button-primary.bg-primary-2._2-buttons-button {
  margin-right: 40px;
}

.button-primary.header-button {
  border: 3px solid var(--primary-1);
  transform-style: preserve-3d;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.125em;
}

.button-primary.header-button:hover {
  background-color: var(--primary-1);
  transform: none;
}

.button-primary.header-button.outline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutral-100);
  color: var(--primary-1);
  text-decoration: none;
  display: flex;
}

.button-primary.header-button.outline.hide-on-desktop {
  display: none;
}

.button-primary.header-button.outline-service {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutral-100);
  color: var(--primary-1);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-primary.header-button.outline-with-flag {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--neutral-100);
  color: var(--primary-1);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 7px 25px 7px 10px;
  text-decoration: none;
  display: flex;
}

.button-primary.header-button.outline-with-flag.dropdown-list-with-flags, .button-primary.header-button.outline-with-flag.dropdown-list-with-flags.w--open {
  flex-flow: column;
}

.button-primary.header-button.outline-with-flag.dropdown-list-with-flags-list {
  flex-flow: column;
  padding-right: 10px;
}

.button-primary.header-button.outline-with-flag.dropdown-list-with-flags-list.w--open {
  flex-flow: column;
}

.button-primary.header-button.show-on-tablet {
  display: none;
}

.button-primary.header-button.without-outline-flag {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--neutral-100);
  color: var(--primary-1);
  text-transform: uppercase;
  border-width: 0;
  justify-content: center;
  align-items: center;
  padding: 7px 25px 7px 10px;
  text-decoration: none;
  display: flex;
}

.button-primary.header-button.without-outline-flag.dropdown-list-with-flags, .button-primary.header-button.without-outline-flag.dropdown-list-with-flags.w--open {
  flex-flow: column;
}

.button-primary.header-button.without-outline-flag.dropdown-list-with-flags-list {
  flex-flow: column;
  padding-right: 10px;
}

.button-primary.header-button.without-outline-flag.dropdown-list-with-flags-list.w--open {
  flex-flow: column;
}

.button-primary.contact-form {
  margin-left: auto;
  margin-right: auto;
}

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

.button-primary.blog-post-category {
  border-radius: 10px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
}

.button-primary.button-row {
  margin-right: 26px;
}

.button-primary._2-buttons-button-gradient {
  background-color: var(--primary-1);
  padding: 12px 24px 12.24px;
  font-size: 16px;
  font-weight: 500;
}

.button-primary._2-buttons-button-gradient.outline {
  color: var(--primary-1);
  background-color: #243a8e00;
}

.button-primary._2-buttons-button-gradient.outline-white {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  background-image: none;
}

.button-primary._2-buttons-button-gradient.bg-blue {
  background-color: var(--primary-1);
  background-image: none;
}

.button-primary._2-buttons-button-gradient.outline-gray {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-color: var(--neutral-500);
  color: var(--neutral-600);
  background-color: #243a8e00;
  justify-content: center;
  align-items: center;
  height: 63.7917px;
  text-decoration: none;
  display: flex;
}

.button-primary._2-buttons-button-gradient._2 {
  height: 63px;
}

.button-primary._2 {
  padding-left: 64px;
  padding-right: 64px;
}

.button-primary.next {
  inset: auto 0% 0% auto;
}

.button-primary._2-buttons-button-white {
  color: #151540;
  background-color: #fff;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
}

.button-primary._2-buttons-button-white.outline {
  color: var(--primary-1);
  background-image: none;
}

.button-secondary {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 3px 18px 0 var(--shadow-buttons-white);
  color: var(--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 14px;
  padding: 26px 40px;
  line-height: 1.111em;
  transition: border-color .3s, box-shadow .3s, transform .3s, color .3s;
}

.button-secondary:hover {
  border-color: var(--neutral-400);
  color: var(--primary-2);
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 10px 30px #4a3aff26;
}

.button-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 26px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary._2-buttons-button {
  margin-bottom: 15px;
}

.button-secondary._2-buttons-button.store-1 {
  margin-right: 24px;
  padding: 17px 34px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary._2-buttons-button.store-2 {
  padding: 17px 34px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary._2-buttons-button.store-footer-1 {
  margin-right: 20px;
  padding: 14px 25px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary._2-buttons-button.store-footer-2 {
  padding: 14px 25px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary.outline {
  box-shadow: none;
  color: var(--neutral-100);
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s, border-color .3s, transform .3s, color .3s;
}

.button-secondary.outline:hover {
  border-color: var(--neutral-100);
  background-color: var(--neutral-100);
  box-shadow: none;
  color: var(--primary-1);
}

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

.button-secondary.full-width.buy-now {
  margin-top: 16px;
}

.button-secondary.pagination {
  margin-top: 80px;
  font-size: 18px;
}

.style-guide-button-container {
  margin-top: 32px;
}

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

.header {
  background-color: var(--neutral-100);
  padding-top: 0;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
}

.header-logo {
  height: 45px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  color: var(--neutral-600);
  margin-bottom: 0;
  margin-right: 32px;
  overflow: hidden;
}

.nav-item-wrapper:hover {
  color: var(--primary-1);
}

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

.nav-item-wrapper.button-mobile {
  margin-right: 0;
  display: none;
}

.nav-link {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary-1);
}

.nav-link.dropdown {
  padding: 0;
}

.nav-link.dropdown:hover {
  color: var(--primary-1);
}

.nav-menu.mg-right-0px {
  margin-right: 0;
}

.footer {
  border-top: 1px solid var(--neutral-400);
  background-color: #e4e4e4;
  height: auto;
  padding-top: 60px;
  padding-bottom: 33px;
}

.footer.footer-v3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-right: 33px;
  transition-property: transform;
}

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

.footer-logo-container.v2 {
  margin-bottom: 28px;
  margin-right: 0;
}

.footer-logo-container.v3 {
  margin-right: 0;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
}

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

.footer-logo {
  width: 448px;
  height: 49px;
}

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

.page-wrapper.bg-gray-gradient {
  background-image: linear-gradient(#f8f8fc, #fff);
}

.page-wrapper.bg-gray {
  background-color: #f8f8fc;
}

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

.section.home-hero {
  background-image: url('../images/Group-77.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100% 116%;
  height: 617.597px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.home-hero.about {
  background-position: 50% 0;
  margin-top: 40px;
}

.section.bg-neutral-200.home-testimonials {
  overflow: hidden;
}

.section.bg-neutral-200.first-section {
  padding-top: 100px;
}

.section.bg-primary-1.cta-1 {
  padding-top: 74px;
  padding-bottom: 74px;
  overflow: hidden;
}

.section.bg-primary-1.cta-2 {
  align-items: center;
  padding-top: 147px;
  padding-bottom: 147px;
  display: flex;
  overflow: hidden;
}

.section.bg-primary-1.banner {
  background-color: #243a8e00;
  background-image: url('../images/Screenshot-2024-06-27-at-6.39.52-PM-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 1280px;
  max-height: 727px;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.home-download {
  position: relative;
  overflow: hidden;
}

.section.about-hero {
  background-image: linear-gradient(to bottom, var(--neutral-200), white 50%);
  padding-top: 120px;
  padding-bottom: 169px;
}

.section.home-perks {
  overflow: hidden;
}

.section.home-perks.pd-bottom-80 {
  padding-bottom: 80px;
}

.section.home-perks.pd-top-0 {
  padding-top: 0;
}

.section.home-perks.pd-top-80 {
  padding-top: 80px;
}

.section.home-perks.pd-top-bottom-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.careers-hero {
  background-image: linear-gradient(#f8f8fc, #fff);
  padding-top: 89px;
  padding-bottom: 99px;
}

.section.careers-perks {
  padding-top: 92px;
  padding-bottom: 192px;
}

.section.career {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section.blog-hero {
  padding-top: 120px;
  position: relative;
}

.section.post {
  padding-top: 120px;
  padding-bottom: 156px;
  position: relative;
  overflow: hidden;
}

.section.pricing {
  background-image: linear-gradient(to bottom, var(--neutral-200), white 64%);
  padding-top: 120px;
  padding-bottom: 180px;
}

.section.plan {
  padding-top: 120px;
  padding-bottom: 164px;
}

.section.contact-hero {
  background-image: linear-gradient(to bottom, var(--neutral-200), white);
  padding-top: 120px;
  padding-bottom: 0;
}

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

.section.team {
  background-image: linear-gradient(to bottom, var(--neutral-200), white);
  padding-top: 120px;
}

.section.utility-page {
  background-color: var(--neutral-200);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-page {
  background-image: linear-gradient(to top, var(--primary-1) 50%, transparent 50%);
  padding-top: 120px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral-200) 40%, white 40%);
  padding-top: 0;
}

.section.gradiant-liner {
  background-image: linear-gradient(#fff, #f8f8fc);
}

.section.gradiant-liner.padding-bottom-last-one-zero-pd-top-mobile {
  padding-bottom: 80px;
}

.section.relative {
  position: relative;
}

.section.relative.blue-banner {
  background-image: url('../images/Group-77.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.rent-hero {
  padding-top: 0;
  overflow: hidden;
}

.section.paie {
  padding-top: 49px;
  overflow: hidden;
}

.section.tab-section, .section.tab-section.after-first-section {
  padding-top: 80px;
}

.section.zero-top-pd {
  padding-top: 0;
}

.section.zero-top-bottompd {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pd-bottom-0 {
  padding-bottom: 0;
}

.licenses-image {
  border-radius: 16px;
}

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

.utility-page-wrap._404 {
  padding-left: 0;
  padding-right: 0;
}

.utility-page-content-password {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 18px 30px 0 var(--shadow-card-default);
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.utility-page-content-password:hover {
  border-color: var(--neutral-400);
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px #1c1c5714;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input {
  background-color: var(--neutral-100);
  color: var(--neutral-600);
  border: 2px solid #eeeff1;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  max-width: 552px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 16px;
  transition: box-shadow .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 5px 4px 39.5px #243a8e0d;
}

.input:hover {
  border-color: var(--primary-1);
  box-shadow: 0 5px 14px #6d72f61a;
}

.input:focus, .input.-wfp-focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
  font-size: 18px;
  box-shadow: 0 5px 14px #6d72f61a;
}

.input::placeholder {
  color: #cdcdd4;
  font-size: 16px;
}

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

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

.input.discounts {
  border-width: 1px;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 16px;
}

.input.cart-item-quantity {
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.input.login {
  max-width: 848px;
  position: relative;
}

.input.login.hide {
  display: none;
}

.input.embedinput {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  max-width: 848px;
  padding-left: 0;
  padding-right: 0;
  transition-property: none;
  position: relative;
}

.input.embedinput.hide {
  display: none;
}

._404-title {
  color: var(--primary-1);
  margin-right: 40px;
  font-size: 180px;
  font-weight: 700;
  line-height: 1em;
}

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

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

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  background-color: var(--neutral-400);
  width: 100%;
  min-height: 1px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.about-hero {
  margin-top: 67px;
  margin-bottom: 67px;
}

.divider.card-plan {
  margin-top: 49px;
  margin-bottom: 40px;
}

.divider.plan {
  background-color: var(--neutral-300);
  margin-top: 71px;
  margin-bottom: 66px;
}

.icon-password {
  background-color: var(--neutral-200);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: var(--neutral-600);
  font-size: 16px;
}

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

.paragraph.home-hero {
  max-width: 507px;
  margin-bottom: 48px;
}

.paragraph.home-perks-featured-top-content-paragraph {
  margin-bottom: 36px;
  font-size: 20px;
}

.paragraph.home-perks-featured-bottom-content-paragraph {
  margin-bottom: 36px;
}

.paragraph.neutral-300 {
  color: var(--neutral-300);
}

.paragraph.neutral-300.cta-1 {
  margin-bottom: 48px;
}

.paragraph.neutral-300.cta-2 {
  margin-bottom: 40px;
}

.paragraph.neutral-300.card-footer-download {
  color: var(--neutral-600);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 144%;
}

.paragraph.card-home-perk {
  color: var(--neutral-600);
  text-align: center;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 184%;
}

.paragraph.card-home-testimonial {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 148%;
}

.paragraph.home-download {
  margin-bottom: 32px;
}

.paragraph.step-tab-link-paragraph {
  color: var(--neutral-600);
  width: 90%;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 16px;
}

.paragraph.step-tab-link-paragraph.pd-20-on-mobile.last {
  margin-bottom: 0;
}

.paragraph.step-tab-link-paragraph.neutral-300.mg-bottom-40px {
  margin-bottom: 40px;
}

.paragraph.step-tab-link-paragraph._2 {
  max-width: 486px;
  padding-left: 0;
  font-size: 16px;
}

.paragraph.home-testimonials {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
}

.paragraph.card-value, .paragraph.card-timeline-year {
  margin-bottom: 0;
}

.paragraph.careers-hero {
  max-width: 624px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.careers-perks {
  max-width: 416px;
  margin-bottom: 0;
}

.paragraph.careers-perk {
  margin-bottom: 0;
}

.paragraph.open-positions {
  max-width: 464px;
  margin-bottom: 0;
}

.paragraph.card-career-item {
  margin-bottom: 0;
}

.paragraph.open-positions-contact {
  margin-bottom: 48px;
}

.paragraph.job-description-summary {
  margin-bottom: 40px;
}

.paragraph.card-career-apply {
  margin-bottom: 25px;
}

.paragraph.card-post-featured {
  margin-bottom: 40px;
}

.paragraph.post-item {
  margin-bottom: 36px;
}

.paragraph.post-excerpt {
  max-width: 621px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-post-author, .paragraph.pricing, .paragraph.card-plan-excerpt {
  margin-bottom: 0;
}

.paragraph.faqs {
  margin-bottom: 36px;
  font-size: 16px;
}

.paragraph.faq {
  margin-bottom: 6px;
}

.paragraph.plan-description-excerpt {
  max-width: 525px;
  margin-bottom: 50px;
}

.paragraph.card-get-plan {
  margin-bottom: 14px;
}

.paragraph.contact-hero {
  margin-bottom: 0;
}

.paragraph.contact-link {
  margin-bottom: 30px;
}

.paragraph.contact {
  margin-bottom: 48px;
}

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

.paragraph.utility-page, .paragraph.card-default {
  margin-bottom: 0;
}

.paragraph.about-second-section-text {
  margin-bottom: 36px;
  font-size: 20px;
}

.paragraph.vision {
  color: var(--neutral-600);
  font-size: 20px;
}

.paragraph.service-perks-featured-top-content-paragraph {
  color: var(--neutral-600);
  margin-bottom: 35px;
  font-size: 18px;
}

.paragraph.service-perks-featured-top-content-paragraph._2 {
  margin-bottom: 20px;
}

.paragraph.service-paragraph {
  margin-bottom: 0;
  font-size: 22px;
}

.paragraph.card-rent {
  color: var(--neutral-100);
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 148%;
}

.paragraph.rent-para {
  color: var(--neutral-600);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 184%;
}

.paragraph.check {
  color: var(--neutral-600);
  font-size: 18px;
  line-height: 148%;
}

.paragraph.tab-subtitle {
  color: var(--neutral-600);
  font-size: 18px;
}

.paragraph.tab-subtitle.pd-20-on-mobile.last {
  margin-bottom: 0;
}

.paragraph.tab-subtitle.neutral-300.mg-bottom-40px {
  margin-bottom: 40px;
}

.paragraph.tab-subtitle._2 {
  max-width: 486px;
  padding-left: 0;
}

.paragraph.white {
  color: var(--neutral-100);
}

.paragraph.gray {
  color: var(--neutral-600);
}

.paragraph.tab-subtitle-blue {
  color: var(--neutral-600);
  width: 70%;
  font-size: 18px;
}

.paragraph.tab-subtitle-blue.pd-20-on-mobile.last {
  margin-bottom: 0;
}

.paragraph.tab-subtitle-blue.neutral-300.mg-bottom-40px {
  margin-bottom: 40px;
}

.paragraph.tab-subtitle-blue._2 {
  max-width: 486px;
  padding-left: 0;
}

.paragraph.tab-subtitle-blue.full-width {
  width: 100%;
}

.paragraph.mg-bottom-5px {
  margin-bottom: 5px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.625em;
}

.paragraph-small.payment {
  color: var(--neutral-600);
  margin-bottom: 0;
  font-size: 14px;
}

.card {
  background-color: var(--neutral-100);
  box-shadow: 0 18px 30px 0 var(--shadow-card-default);
  border-radius: 20px;
  overflow: hidden;
}

.card.changelog {
  border: 1px solid var(--neutral-300);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 60px 50px;
}

.card.changelog.last {
  margin-bottom: 0;
}

.card.checkout {
  border: 1px solid var(--neutral-300);
  margin-bottom: 40px;
}

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

.card.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.home-perk {
  text-align: center;
  max-width: 421.111px;
  padding: 58px 40px;
  box-shadow: 5px 4px 246px #243a8e1a;
}

.card.home-testimonial {
  border-radius: 35px;
  flex-direction: column;
  max-width: 761px;
  height: 100%;
  margin-left: 30px;
  padding: 40px 48px 40px 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 4px 40px #243a8e0d;
}

.card.footer-download {
  background-color: var(--primary-1);
  max-width: 494px;
  padding: 74px 56px;
}

.card.step-tab-link {
  box-shadow: none;
  color: var(--neutral-600);
  background-color: #0000;
  padding: 20px 20px 0 30px;
}

.card.step-tab-link:hover {
  color: var(--neutral-600);
}

.card.step-tab-link.w--current {
  background-color: var(--neutral-100);
  color: #000;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 50px #243a8e1a;
}

.card.step-tab-link.last {
  margin-bottom: 10px;
}

.card.step-tab-link._2 {
  align-self: stretch;
  padding-bottom: 20px;
}

.card.step-tab-link._2.w--current {
  margin-bottom: 0;
  padding: 46px 40px;
  box-shadow: 5px 4px 40px #243a8e1a;
}

.card.step-tab-link.rent-tab {
  padding-bottom: 5px;
}

.card.step-tab-link.rent-tab.w--current {
  padding-bottom: 30px;
}

.card.value {
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 48px 60px;
  display: flex;
}

.card.timeline-year {
  max-width: 555px;
  padding: 48px;
  transform: perspective(1000px);
}

.card.timeline-year._1 {
  transform-origin: 100%;
}

.card.timeline-year._2 {
  transform-origin: 0%;
}

.card.career-item {
  border: 1px solid var(--neutral-300);
  color: var(--neutral-600);
  flex-direction: column;
  max-width: 577px;
  min-height: 100%;
  padding: 46px 30px 58px;
  text-decoration: none;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.card.career-item:hover {
  border-color: var(--neutral-400);
  color: var(--neutral-600);
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px #1c1c5714;
}

.card.career-apply {
  border: 1px solid var(--neutral-300);
  padding: 62px 30px 72px;
  transition: box-shadow .3s, border-color .3s;
  position: sticky;
  top: 20px;
}

.card.career-apply:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 25px 35px #1c1c5714;
}

.card.post-featured {
  color: var(--neutral-600);
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.post-featured:hover {
  color: var(--neutral-600);
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px #1c1c5714;
}

.card.post-author {
  border: 1px solid var(--neutral-300);
  border-radius: 34px;
  justify-content: space-between;
  align-items: center;
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 68px 80px 77px;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  display: flex;
}

.card.post-author:hover {
  border-color: var(--neutral-400);
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px #1c1c5714;
}

.card.plan {
  border: 1px solid var(--neutral-300);
  color: var(--neutral-600);
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  display: flex;
  overflow: visible;
}

.card.plan:hover {
  border-color: var(--neutral-400);
  color: var(--neutral-600);
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px #1c1c5714;
}

.card.faq {
  cursor: pointer;
  border: 1px solid #dfdfdf;
  border-radius: 35px;
  margin-bottom: 32px;
  padding: 40px 48px;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  box-shadow: 5px 4px 39.5px #243a8e0d;
}

.card.faq:hover {
  border-color: var(--primary-1);
  transform: translate(0, -4px);
  box-shadow: 0 10px 25px #1c1c5714;
}

.card.get-plan {
  border: 1px solid var(--neutral-300);
  padding: 48px 48px 64px;
  transition: box-shadow .3s, border-color .3s;
  position: sticky;
  top: 20px;
}

.card.get-plan:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 25px 35px #1c1c5714;
}

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

.card.contact-link {
  border: 1px solid var(--neutral-300);
  color: var(--neutral-600);
  text-align: center;
  padding: 51px 40px 82px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, transform .3s;
}

.card.contact-link:hover {
  border-color: var(--neutral-400);
  color: var(--neutral-600);
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px #1c1c5714;
}

.card.contact {
  border: 1px solid var(--neutral-300);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 60px 24px;
  display: flex;
  position: relative;
}

.card.team {
  border: 1px solid var(--neutral-300);
  text-align: center;
  border-radius: 34px;
  margin-top: 150px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  padding-left: 77px;
  padding-right: 68px;
  overflow: visible;
}

.card.default {
  border: 1px solid var(--neutral-300);
  padding: 58px 40px;
}

.card.rent {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 560px;
  padding: 40px 36px;
  display: flex;
  box-shadow: 5px 4px 246px #243a8e1a;
}

.card.billing {
  box-shadow: none;
  border: 2px solid #eeeff1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1566px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px;
  display: flex;
  position: relative;
}

.card.billing.hidden-on-desktop {
  display: none;
}

.card.password {
  border: 1px solid var(--neutral-300);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1566px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px 24px;
  display: flex;
  position: relative;
}

.card.pi {
  border: 1px solid var(--neutral-300);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1566px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 64px 100px;
  display: flex;
  position: relative;
}

.card.personal {
  box-shadow: none;
  border: 2px solid #eeeff1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1566px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px 24px;
  display: flex;
  position: relative;
}

.card.personal-flow {
  box-shadow: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 30px 220px;
  display: flex;
  position: relative;
}

.card.services-choice {
  text-align: center;
  width: 100%;
  max-width: 421.111px;
  height: 100%;
  padding: 40px 30px;
  box-shadow: 5px 4px 156px #243a8e1a;
}

.card.services-choice._2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 3px 2px 45px #243a8e1a;
}

.card.start {
  box-shadow: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1566px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px 24px;
  display: flex;
  position: relative;
}

.card.info {
  box-shadow: none;
  border: 2px solid #eeeff1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1566px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
  position: relative;
}

.card.popup {
  border: 1px solid var(--neutral-300);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1566px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 112px 64px 100px;
  display: flex;
  position: relative;
}

.card.flex-horizental {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 5px 4px 246px #243a8e1a;
}

.card.register {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--neutral-300);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 100px 24px;
  display: block;
  position: relative;
}

.checkout-form {
  background-color: #0000;
  padding: 100px 0 200px;
}

.checkout-block-header {
  border-width: 0;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item-title {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: var(--primary-2);
}

.title.neutral-100 {
  color: var(--neutral-100);
}

.title.neutral-100.cta-2 {
  margin-bottom: 18px;
}

.title.neutral-100.banner {
  text-transform: capitalize;
  font-size: 68px;
  font-weight: 700;
}

.title.card-home-perk {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}

.title.card-home-perk.bigger {
  margin-bottom: 14px;
  font-size: 28px;
}

.title.card-home-testimonial {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}

.title.footer-menu {
  color: var(--neutral-800);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.333em;
}

.title.h3-size {
  color: var(--neutral-800);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
}

.title.h3-size.card-footer-download {
  color: var(--neutral-100);
  margin-bottom: 10px;
}

.title.h3-size.card-career-apply {
  margin-bottom: 15px;
}

.title.h3-size.card-post-author {
  color: var(--black);
  margin-bottom: 10px;
}

.title.h3-size.card-plan {
  margin-bottom: 7px;
}

.title.h3-size.card-get-plan {
  margin-bottom: 14px;
}

.title.h3-size.card-contact-link {
  margin-bottom: 16px;
}

.title.step-tab-link-title {
  text-transform: capitalize;
  font-size: 22px;
}

.title.step-tab-link-title._2 {
  color: var(--black);
  font-size: 24px;
}

.title.home-testimonials {
  text-align: center;
}

.title.home-perks-featured-top-title {
  color: var(--black);
}

.title.home-perks {
  color: var(--primary-1);
  text-align: left;
  font-size: 48px;
}

.title.home-perks.text-center {
  text-align: center;
}

.title.home-perks.mg-bottom-40px {
  margin-bottom: 40px;
}

.title.about-hero {
  text-align: center;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.title.about-hero-vision-mission, .title.values {
  margin-bottom: 0;
}

.title.card-value {
  margin-bottom: 8px;
}

.title.h2-size {
  color: var(--neutral-800);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4em;
}

.title.h2-size.team-item-name {
  margin-bottom: 8px;
}

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

.title.card-timeline-year {
  margin-bottom: 13px;
}

.title.careers-perk {
  margin-bottom: 22px;
}

.title.careers-testimonials {
  margin-bottom: 0;
}

.title.open-positions {
  margin-bottom: 0;
  margin-right: 30px;
}

.title.card-career-item {
  margin-bottom: 11px;
}

.title.more-positions {
  margin-bottom: 0;
}

.title.career {
  margin-bottom: 37px;
}

.title.card-post-featured {
  color: var(--black);
  margin-bottom: 18px;
  font-size: 36px;
}

.title.blog-hero {
  text-transform: capitalize;
  margin-bottom: 24px;
}

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

.title.post-item {
  margin-bottom: 16px;
  font-size: 22px;
}

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

.title.h4-size {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.545em;
}

.title.faqs {
  color: var(--black);
  margin-bottom: 21px;
  font-size: 52px;
}

.title.faq {
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 24px;
  font-weight: 700;
}

.title.plan {
  margin-bottom: 0;
  margin-right: 18px;
}

.title.h1-size {
  color: var(--neutral-800);
  font-size: 62px;
  font-weight: 800;
  line-height: 1.161em;
}

.title.contact {
  margin-bottom: 39px;
  font-size: 28px;
}

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

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

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

.title.team-about, .title.team-articles {
  margin-bottom: 0;
  margin-right: 10px;
}

.title.changelog {
  margin-bottom: 0;
}

.title.password {
  margin-bottom: 16px;
}

.title.dropdown-nav-title {
  color: var(--neutral-800);
  margin-bottom: 31px;
  font-weight: 800;
  line-height: 1.333em;
}

.title.cart-item-title {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: var(--primary-2);
}

.title.home-hero-gradiant {
  background-image: linear-gradient(180deg, var(--primary-1), #243a8ecc);
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 13ch;
  margin-bottom: 12px;
  font-size: 46px;
  font-weight: 700;
}

.title.home-hero-gradiant.service {
  width: 12ch;
}

.title.home-hero-gradiant.rent-trust {
  width: 16ch;
}

.title.home-hero-gradiant.mg-bottom-28 {
  margin-bottom: 28px;
}

.title.home-hero-gradiant.paie {
  width: 19ch;
}

.title.step-tab-link-title-2 {
  margin-bottom: 10px;
  font-size: 42px;
}

.title.our-story {
  font-size: 58px;
}

.title.service {
  margin-bottom: 18px;
  font-weight: 700;
}

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

.title.card-rent {
  color: var(--neutral-100);
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}

.title.rent-perks-featured-top-title {
  color: var(--black);
  margin-bottom: 20px;
}

.title.rent-48 {
  font-size: 36px;
}

.title.billing {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 28px;
}

.title.privacy {
  color: var(--primary-1);
  font-size: 48px;
}

.title.password {
  margin-bottom: 20px;
  font-size: 28px;
}

.title.card {
  font-size: 30px;
}

.title.card-title {
  color: var(--neutral-100);
  margin-bottom: 0;
  font-size: 20px;
}

.title.payment {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
}

.title.billing-copy {
  margin-bottom: 20px;
  font-size: 36px;
}

.title.pi {
  text-align: center;
  margin-bottom: 45px;
  font-size: 36px;
}

.title.pi.mg-bottom-24px {
  margin-bottom: 24px;
}

.title.personal {
  margin-bottom: 20px;
  font-size: 32px;
}

.title.card-service {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}

.title.success {
  color: var(--primary-1);
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.title.summary {
  margin-bottom: 20px;
  font-size: 32px;
}

.title.home-perks-title-black {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 36px;
}

.title.home-perks-title-black.mg-bottom-40px {
  margin-bottom: 40px;
}

.title.home-perks-title-black.mg-bottom-20 {
  margin-bottom: 20px;
}

.title.home-perks-title-black.text-center {
  text-align: center;
}

.title.home-perks-title-black.benefits {
  font-size: 4ch;
}

.title.home-perks-title-black.full-width {
  width: 100%;
}

.title.home-perks-title-black.smaller {
  font-size: 32px;
}

.title.home-hero-white {
  color: var(--neutral-100);
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 16ch;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 700;
}

.title.home-hero-white.service {
  width: 12ch;
}

.title.home-hero-white.rent-trust {
  width: 16ch;
  font-size: 58px;
}

.title.tab {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.title.home-perks-title-blue {
  color: var(--primary-1);
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 36px;
}

.title.home-perks-title-blue.mg-bottom-40px {
  margin-bottom: 40px;
}

.title.home-perks-title-blue.mg-bottom-20 {
  margin-bottom: 20px;
}

.title.home-perks-title-blue.text-center {
  text-align: center;
}

.title.home-perks-title-blue.benefits {
  font-size: 4ch;
}

.title.home-perks-title-blue.center {
  text-align: center;
}

.title.home-perks-title-blue.popup {
  text-align: center;
  font-size: 28px;
}

.title.home-perks-title-blue.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.split-content.footer-content-bottom-left {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-content.content-top-more-positions-left {
  max-width: 597px;
}

.split-content.plan-content {
  max-width: 756px;
  margin-right: 30px;
}

.split-content.plan-sidebar {
  max-width: 416px;
}

.split-content.content-top-team-articles-left {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: var(--primary-2);
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

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

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 25px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  box-shadow: 0 5px 21px 0 var(--shadow-icons);
  border-radius: 26px;
  max-width: 80px;
  margin-bottom: 15px;
  margin-right: 20px;
  transition-property: transform;
}

.image-wrapper.order-item-image:hover {
  transform: scale(1.05)translate(0);
}

.image-wrapper.about-hero {
  border-radius: 60px;
  margin-bottom: 200px;
}

.image-wrapper.team-item-image {
  border-radius: 26px;
  margin-bottom: 28px;
}

.image-wrapper.card-post-featured {
  border-radius: 9999px;
  max-width: 30%;
}

.image-wrapper.post-item {
  border-radius: 1000000000px;
  max-width: 100%;
  margin-bottom: 32px;
}

.image-wrapper.post-author-link-image {
  border-radius: 1000px;
  width: 47px;
  min-width: 47px;
  min-height: 47px;
  margin-right: 16px;
}

.image-wrapper.card-post-author {
  border-radius: 99999px;
  width: 100%;
  max-width: 310px;
  margin-right: 30px;
}

.image-wrapper.card-plan-icon {
  border-radius: 26px;
  width: 96px;
  min-width: 96px;
  min-height: 96px;
  margin-bottom: 24px;
}

.image-wrapper.card-contact-link-icon {
  box-shadow: 0 7px 27px 0 var(--shadow-icons);
  border-radius: 31px;
  width: 112px;
  min-width: 112px;
  min-height: 112px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.team {
  border-radius: 99999px;
  width: 100%;
  max-width: 310px;
  margin-bottom: 40px;
}

.image-wrapper.cart-item-image {
  box-shadow: 0 5px 21px 0 var(--shadow-icons);
  border-radius: 26px;
  max-width: 80px;
  margin-bottom: 15px;
  margin-right: 20px;
  transition-property: transform;
}

.image-wrapper.cart-item-image:hover {
  transform: scale(1.05)translate(0);
}

.image-wrapper.service {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  margin-top: -62px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero-1 {
  z-index: 1;
  max-width: 115%;
  margin-top: -21px;
  margin-bottom: -47px;
  position: relative;
}

.image.home-hero-partner-logo {
  margin-right: 15px;
}

.image.home-perk-featured-top-icon {
  border-radius: 9999px;
  max-width: 20px;
  margin-top: 4px;
  margin-right: 14px;
}

.image.home-perk-featured-bottom-icon {
  border-radius: 9999px;
  max-width: 28px;
  margin-right: 14px;
}

.image.home-perks-featured-top-image {
  z-index: 1;
  max-width: 100%;
  margin-top: -32px;
  margin-bottom: -3px;
  position: relative;
  top: 40px;
  left: 26px;
}

.image.home-perks-featured-bottom-image {
  z-index: 1;
  max-width: 110%;
  margin-top: -57px;
  margin-bottom: -82px;
  position: relative;
  right: -3px;
}

.image.card-home-perk-icon {
  max-width: 150px;
  margin-bottom: 10px;
}

.image.card-home-perk-icon._2 {
  max-width: 170px;
  margin-bottom: 20px;
}

.image.card-home-testimonial-about {
  border-radius: 35px;
  width: 90px;
  min-width: 80px;
  height: 90px;
  min-height: 80px;
  margin-right: 34px;
}

.image.home-download-feature-icon {
  border-radius: 9999px;
  max-width: 28px;
  margin-right: 14px;
}

.image.cta-1 {
  z-index: 1;
  max-width: 100%;
  margin-bottom: -100px;
  position: relative;
  bottom: 14px;
  right: 20px;
}

.image.home-download {
  max-width: 110%;
  margin-top: -36px;
  margin-bottom: -117px;
  position: relative;
}

.image.cta-2 {
  z-index: 1;
  max-width: 120%;
  margin-top: -81px;
  margin-bottom: -54px;
  position: relative;
  bottom: -131px;
}

.image.step-mockup {
  z-index: 1;
  width: 53%;
  position: relative;
}

.image.step-mockup._2 {
  width: auto;
  max-width: 470px;
  position: absolute;
}

.image.step-mockup._2.rent {
  max-width: 450px;
}

.image.step-mockup.rent-trust-tab-image {
  width: auto;
  max-width: 470px;
  position: absolute;
}

.image.step-mockup.paie-tab-image-copy {
  width: auto;
  max-width: 470px;
  position: relative;
}

.image.store {
  min-height: 32px;
}

.image.store-footer {
  min-height: 26px;
}

.image.about-hero {
  object-fit: cover;
  width: 100%;
}

.image.card-value {
  box-shadow: 0 7px 27px 0 var(--shadow-icons);
  border-radius: 30px;
  width: 94px;
  min-width: 94px;
  min-height: 94px;
  margin-right: 30px;
}

.image.team-item-image {
  object-fit: cover;
  width: 100%;
}

.image.timeline-dot {
  z-index: 1;
  border: 3px solid var(--neutral-100);
  border-radius: 9999px;
  width: 47px;
  min-width: 47px;
  min-height: 47px;
  max-height: 47px;
  position: relative;
  box-shadow: 0 11px 23px #6d72f652;
}

.image.careers-perk-icon {
  box-shadow: 0 5px 21px 0 var(--shadow-icons);
  border-radius: 20px;
  width: 78px;
  min-width: 78px;
  min-height: 78px;
  margin-bottom: 32px;
}

.image.card-career-apply-icon {
  max-width: 113px;
  margin-bottom: 27px;
}

.image.card-post-featured {
  object-fit: cover;
  width: 100%;
}

.image.card-post-featured-author {
  border-radius: 9999px;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  margin-right: 16px;
}

.image.post-item {
  object-fit: cover;
  width: 90%;
}

.image.post {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.image.post-author-link-image, .image.card-post-author, .image.card-plan-icon, .image.card-contact-link-icon, .image.team {
  object-fit: cover;
  width: 100%;
}

.image.style-guide-icon {
  border-radius: 20px;
  max-width: 80px;
}

.image.cart-item-image {
  width: auto;
  height: auto;
}

.image.home-hero-new {
  z-index: 1;
  max-width: 90%;
  margin-bottom: -40px;
  position: relative;
}

.image.home-hero-new.mobile {
  margin-bottom: 0;
}

.image.tab-top-icon {
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  align-self: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 0;
  position: relative;
}

.image.tab-top-icon.black {
  background-color: #0009;
  margin-top: -18px;
}

.image.home-perks-featured-top-image-copy, .image.home-perks-featured-top-image-copy-copy {
  z-index: 1;
  max-width: 100%;
  margin-top: -32px;
  margin-bottom: -3px;
  position: relative;
  top: 40px;
  left: 26px;
}

.image.about-2nd-section-image {
  z-index: 1;
  max-width: 100%;
}

.image.service-perks-featured-top-image {
  z-index: 1;
  max-width: 100%;
  position: relative;
  top: 0;
}

.image.service-perks-featured-top-image._2 {
  max-width: 106%;
}

.image.rent-hero-new {
  z-index: 1;
  max-width: 100%;
  position: relative;
}

.image.rent-hero-new.paie {
  max-width: 90%;
}

.image.card-rent-perk-icon {
  width: 40%;
  max-width: 250px;
  margin-bottom: 10px;
}

.image.card-rent-perk-icon-2 {
  width: 35%;
  max-width: 300px;
  height: 186.403px;
  margin-bottom: 20px;
}

.image.card-servivce-icon {
  max-width: 150px;
  margin-bottom: 33px;
}

.image.card-servivce-icon.frorm {
  max-width: 100px;
  margin-bottom: 10px;
}

.image.about-hero-new {
  z-index: 1;
  max-width: 73%;
  position: relative;
}

.image.rent-image {
  max-width: 98%;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  color: var(--neutral-800);
  font-weight: 800;
}

.apple-pay {
  border-radius: 14px;
  height: 56px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-800);
  font-weight: 600;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 20px;
  font-weight: 800;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.header-wrapper.align-center {
  justify-content: center;
}

.cart-button {
  color: var(--neutral-800);
  transform-style: preserve-3d;
  background-color: #0000;
  margin-right: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  transition-property: transform;
  position: relative;
  transform: translate3d(0, 0, .01px);
}

.cart-button:hover {
  transform: translate(0, -2px);
}

.cart-quantity {
  color: var(--neutral-100);
  text-shadow: 0 4px 3px #0e825a;
  background-color: #08ce8ae0;
  border-radius: 99999px;
  align-items: center;
  min-width: auto;
  max-width: 50px;
  height: auto;
  min-height: 20px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.077em;
  display: flex;
  position: absolute;
  top: 0;
  right: -12px;
  box-shadow: 0 4px 4px #08ce8a4d;
}

.cart-container {
  border: 1px solid var(--neutral-300);
  border-radius: 20px;
  max-width: 500px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  border-radius: 16px;
  height: 156px;
  transition: box-shadow .35s, transform .35s;
  overflow: hidden;
  box-shadow: 0 6px 16px #2320462b;
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 20px #23204642;
}

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

.home-hero-content {
  z-index: 1;
  width: 100%;
  max-width: 50%;
  position: relative;
}

.home-hero-content.about {
  margin-top: 40px;
}

.subtitle-wrapper {
  color: var(--primary-2);
  letter-spacing: .06em;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.125em;
  display: flex;
}

.subtitle-wrapper.center {
  justify-content: center;
}

.subtitle-wrapper.home-testimonials {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.subtitle-wrapper.card-timeline-year {
  color: var(--primary-1);
}

.subtitle-wrapper.blog-hero {
  margin-bottom: 20px;
}

.subtitle-wrapper.blog-hero.black {
  color: var(--black);
}

.subtitle-wrapper.faqs {
  margin-bottom: 14px;
}

.subtitle-wrapper.white {
  color: var(--neutral-100);
}

.subtitle-wrapper.business-subtitle {
  justify-content: flex-start;
  align-items: center;
}

.subtitle-wrapper.black {
  color: var(--black);
}

.subtitle-line {
  background-color: var(--primary-2);
  border-radius: 16px;
  width: 48px;
  min-height: 4px;
  margin-right: 16px;
}

.subtitle-line.hidden {
  display: none;
}

.subtitle-line.card-timeline-year {
  background-color: var(--primary-1);
}

.subtitle-line.blog-hero, .subtitle-line.hidden-on-mobile {
  background-color: var(--black);
}

.subtitle-line.hidden-on-mobile.secondary-color {
  background-color: var(--primary-2);
}

._2-buttons.card-footer-download-buttons {
  display: flex;
}

._2-buttons.center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-buttons.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.home-hero-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: -40px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.home-hero-image-wrapper.about {
  justify-content: flex-end;
  align-items: center;
}

.home-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.home-hero-wrapper.about {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 86px;
  padding-top: 141px;
}

.home-hero-wrapper.home {
  margin-top: 20px;
  margin-bottom: 100px;
}

.home-hero-wrapper.service {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 86px;
  padding-top: 141px;
}

.bg {
  position: absolute;
}

.bg.home-hero-circle {
  background-image: linear-gradient(152.59deg, #b1b4ff, #6d72f6);
  border-radius: 9999px;
  width: 105%;
  min-width: 105%;
  min-height: 79%;
  top: 86.219px;
  right: -45.5px;
}

.bg.home-perks-featured-top-circle {
  background-image: linear-gradient(152.59deg, #e9eaff, #6d72f6);
  border-radius: 9999px;
  width: 100%;
  min-width: 100%;
  min-height: 101%;
}

.bg.home-download {
  z-index: 0;
  background-color: var(--primary-1);
  width: 100%;
  max-width: 42%;
  top: 0;
  bottom: 0;
  left: 0;
}

.bg.home-hero-bg {
  z-index: -1;
  min-height: 1183px;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg.home-perks-featured-bottom-circle {
  background-image: linear-gradient(152.59deg, #e9eaff, #6d72f6);
  border-radius: 9999px;
  width: 77%;
  min-width: 77%;
  min-height: 71%;
  bottom: 44px;
  left: -24px;
}

.bg.cta-1-circle {
  background-image: linear-gradient(153deg, #9599ff, #767bf8);
  border-radius: 1000px;
  width: 100%;
  min-width: 100%;
  min-height: 103%;
  bottom: 0;
  right: 0;
}

.bg.home-hero-bg-shape {
  max-width: 67%;
}

.bg.cta-2-circle {
  background-image: linear-gradient(153deg, #9599ff, #767bf8);
  border-radius: 9999px;
  width: 770px;
  min-width: 770px;
  min-height: 770px;
  bottom: -148.953px;
  left: 2.92188px;
}

.bg.step-circle {
  background-image: linear-gradient(153deg, #405dc9, #243a8e);
  border-radius: 99999px;
  width: 450px;
  min-width: 450px;
  min-height: 450px;
}

.bg.blog-hero {
  z-index: -1;
  background-color: var(--neutral-200);
  width: 61%;
  inset: 0% auto 0% 0%;
}

.bg.post-2 {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 453px;
  inset: auto 0% 0%;
}

.bg.plan {
  z-index: -1;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg.plan-shape {
  max-width: 66%;
  position: static;
}

.bg.about-us-circle {
  background-image: linear-gradient(152.59deg, #243a8e8c, #243a8e);
  border-radius: 9999px;
  width: 500%;
  min-width: 100%;
  max-width: 500px;
  height: 500px;
  min-height: 500px;
}

.bg.servicee-perks-featured-bottom-circle {
  background-image: url('../images/image-14.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 9999px;
  width: 100%;
  min-height: 100%;
}

.home-hero-partners {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-partners-logos {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin-right: -15px;
  display: flex;
}

.home-hero-partners-text {
  max-width: 29%;
  margin-right: 15px;
  font-size: 22px;
  line-height: 1.545em;
}

.home-perks-featured-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-perks-featured-top.mg-bottom-0px {
  margin-bottom: 0;
}

.home-perks-featured-top-content {
  max-width: 45%;
}

.home-perks-featured-top-content._2 {
  max-width: 100%;
  margin-left: 0;
}

.home-perks-featured-top-content.full-width {
  max-width: 100%;
}

.home-perks-featured-top-content-grid {
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

.home-perks-featured-top-content-grid.mg-top-24px {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.home-perks-featured-top-content-grid.mg-top-24px.gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.home-perk-featured-top-wrapper {
  color: var(--neutral-800);
  align-items: flex-start;
  display: flex;
}

.home-perks-featured-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-perks-featured-bottom.hidden {
  display: none;
}

.home-perks-featured-bottom-content {
  max-width: 45%;
}

.home-perk-featured-bottom-wrapper {
  color: var(--neutral-800);
  align-items: flex-start;
  display: flex;
}

.cta-1-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-1-content {
  min-width: 443px;
  max-width: 768px;
  margin-right: 30px;
}

.cta-1-content.rti {
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.container-medium-600px.home-perks {
  text-align: center;
  margin-bottom: 48px;
}

.container-medium-600px.home-perks.full-width {
  max-width: none;
}

.container-medium-600px.home-perks.max-913px {
  max-width: 913px;
}

.container-medium-600px.about-team {
  text-align: center;
  margin-bottom: 56px;
}

.container-medium-600px.about-story {
  text-align: center;
  margin-bottom: 114px;
}

.container-medium-600px.careers-testimonials {
  text-align: center;
  margin-bottom: 55px;
}

.home-perks-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-perks-grid.business {
  grid-template-columns: 1fr 1fr;
  max-width: 1131px;
  margin-left: auto;
  margin-right: auto;
}

.home-perks-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.home-perks-grid.mg-bottom-45 {
  margin-bottom: 45px;
}

.home-perks-featured-top-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 45%;
  display: flex;
  position: relative;
}

.home-perks-featured-bottom-image-wrapper {
  max-width: 52%;
  position: relative;
}

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

.flex-vc.left {
  justify-content: center;
  align-items: flex-start;
  padding-left: 57px;
}

.flex-vc.left._2 {
  padding-left: 20px;
}

.flex-vc.center {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.home-testimonials-grid {
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  justify-items: end;
  margin-bottom: 54px;
}

.card-home-testimonial-about-wrapper {
  align-items: center;
  margin-top: auto;
  margin-left: -78px;
  display: flex;
}

.card-home-testimonial-about-wrapper._2 {
  margin-left: 0;
}

.card-home-testimonial-about-name {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.card-home-testimonial-about-name.name {
  color: var(--black);
  font-size: 18px;
}

.card-home-testimonial-about-location {
  font-size: 20px;
  line-height: 148%;
}

.home-testimonials-title-wrapper {
  max-width: 552px;
}

.home-testimonials-title-wrapper.center-full-width {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home-download-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-download-content {
  z-index: 1;
  max-width: 407px;
  position: relative;
}

.home-download-features-grid {
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

.home-download-feature-wrapper {
  color: var(--neutral-800);
  align-items: flex-start;
  display: flex;
}

.cta-2-content {
  z-index: 1;
  min-width: 491px;
  max-width: 46%;
  position: relative;
}

.cta-1-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 54%;
  display: flex;
  position: relative;
}

.cta-1-image-wrapper.smaller {
  max-width: 32%;
}

.home-download-image-wrapper {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 59%;
  display: flex;
  position: relative;
}

.cta-2-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-2-images-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 63%;
  display: flex;
  position: absolute;
  right: -140px;
}

.footer-content-top {
  justify-content: space-between;
  display: flex;
}

.footer-menu-wrapper {
  margin-right: 40px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.footer-menu-wrapper.first {
  width: 100%;
}

.footer-menu-content {
  justify-content: space-between;
  display: flex;
}

.footer-content-bottom {
  border-top: 2px solid #6d6e7199;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  display: flex;
}

.footer-content-bottom.center-align {
  justify-content: center;
}

.footer-menu-main-content {
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  margin-right: 40px;
  display: flex;
}

.footer-menu-main-content.v2 {
  margin-left: 40px;
  margin-right: 0;
}

.footer-social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.footer-social-media-wrapper.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
}

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

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

.footer-social-media-link {
  color: var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.footer-social-media-link:hover {
  background-color: var(--primary-2);
  color: var(--neutral-100);
}

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

.footer-social-media-link.icon-18px:hover {
  background-color: #6d72f600;
}

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

.steps-tabs {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

.steps-tabs-menu {
  flex-direction: column;
  width: 100%;
  min-width: 460px;
  max-width: 50%;
  margin-right: auto;
  display: flex;
}

.steps-tabs-menu.enterprise {
  max-width: 56%;
}

.steps-tabs-menu.right {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  margin-right: 0;
}

.steps-tabs-menu.last {
  order: 1;
}

.steps-tabs-content {
  width: 100%;
  max-width: 50%;
  overflow: visible;
}

.steps-tabs-content.enterprise {
  max-width: 40%;
}

.step-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.step-images-wrapper.bottom {
  justify-content: center;
  align-items: center;
  margin-right: 100px;
}

.step-images-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.step-images-wrapper.left {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
}

.home-perks-featured-bottom-content-grid {
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

.about-hero-achievements-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1066px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-achievement-wrapper {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.about-hero-achievement-number {
  color: var(--neutral-800);
  margin-bottom: 13px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.103em;
}

.accent-text-primary-1 {
  color: var(--primary-1);
}

.about-hero-vision-mission-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-hero-vision-mission-content {
  max-width: 558px;
  margin-right: 40px;
}

.about-hero-vision-mission-content.last {
  margin-right: 0;
}

.values-title-wrapper {
  max-width: 597px;
  margin-bottom: 48px;
}

.values-grid {
  grid-column-gap: 26px;
  grid-row-gap: 30px;
}

.card-value-content {
  max-width: 357px;
}

.about-team-grid {
  grid-column-gap: 26px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 58px;
  display: grid;
}

.team-item-wrapper {
  color: var(--neutral-600);
  width: 100%;
  text-decoration: none;
}

.team-item-wrapper:hover {
  color: var(--neutral-600);
}

.team-item-content {
  text-align: center;
}

.timeline-wrapper {
  justify-content: space-between;
  display: flex;
}

.timeline-left {
  flex-direction: column;
  justify-content: space-between;
  height: 880px;
  display: flex;
}

.timeline-center {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  min-width: 90px;
  min-height: 1177px;
  display: flex;
  position: relative;
}

.timeline-right {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 911px;
  display: flex;
}

.timeline-line {
  background-color: var(--neutral-500);
  width: 2px;
  height: 100%;
  position: absolute;
}

.timeline-dot {
  z-index: 1;
  border: 3px solid var(--neutral-100);
  background-color: #6d72f666;
  border-radius: 99999px;
  width: 47px;
  min-width: 47px;
  min-height: 47px;
  max-height: 47px;
  position: relative;
  box-shadow: 0 11px 23px #6d72f652;
}

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

.container-large-1113px.careers-hero {
  text-align: center;
}

.careers-perks-wrapper {
  justify-content: space-between;
  display: flex;
}

.careers-perks-content {
  min-width: 359px;
  max-width: 459px;
  margin-right: 40px;
}

.careers-perks-grid {
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  max-width: 701px;
}

.careers-testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-bottom: 56px;
}

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

.content-top.open-positions {
  margin-bottom: 64px;
}

.content-top.more-positions {
  margin-bottom: 48px;
}

.content-top.blog {
  justify-content: center;
  margin-bottom: 80px;
}

.content-top.more-articles {
  margin-bottom: 66px;
}

.content-top.blog-category {
  text-align: center;
  flex-direction: column;
  margin-bottom: 80px;
}

.content-top.team-articles {
  margin-bottom: 66px;
}

.open-positions-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 54px;
  display: grid;
}

.open-positions-contact-wrapper {
  text-align: center;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.card-career-item-content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-career-item-title-wrapper {
  margin-bottom: 22px;
  margin-right: 20px;
}

.card-career-item-about-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-right: -24px;
  display: flex;
}

.card-career-item-apply-button {
  background-color: var(--secondary-1);
  color: var(--primary-1);
  white-space: nowrap;
  border-radius: 10px;
  margin-bottom: 22px;
  padding: 16px 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1em;
}

.card-career-item-about {
  align-items: center;
  margin-left: -6px;
  margin-right: 24px;
  display: flex;
}

.card-career-item-about-icon-wrapper {
  margin-bottom: -13px;
  margin-right: 6px;
}

.card-career-item-content-bottom {
  border-top: 1px solid var(--neutral-400);
  margin-top: auto;
  padding-top: 24px;
}

.career-wrapper {
  justify-content: space-between;
  display: flex;
}

.career-content {
  max-width: 55%;
  margin-right: 30px;
}

.career-sidebar {
  flex: 1;
  max-width: 416px;
}

.more-positions-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.career-about-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
  margin-right: -24px;
  display: flex;
}

.card-career-apply-perks-grid {
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 52px;
}

.card-career-apply-perk-wrapper {
  color: var(--neutral-800);
  align-items: flex-start;
  display: flex;
}

.card-career-apply-perk-icon {
  border-radius: 9999px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 14px;
  position: relative;
  top: 6px;
}

.card-post-featured-content {
  max-width: 563px;
  margin-right: 30px;
}

.card-post-featured-content-top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-underline {
  color: var(--black);
  font-weight: 800;
  line-height: 1.222em;
  display: inline-block;
}

.link-underline.post-item {
  margin-bottom: 15px;
  margin-right: 30px;
}

.link-underline-wrapper {
  background-color: var(--neutral-400);
  width: 100%;
  min-height: 2px;
  margin-top: 4px;
}

.underline {
  background-color: var(--black);
  color: var(--primary-1);
  width: 100%;
  min-height: 2px;
}

.underline.payment {
  background-color: var(--neutral-400);
}

.underline.summary {
  background-color: var(--neutral-400);
  max-width: 800px;
  margin: 20px auto 40px;
}

.underline.no-mg {
  background-color: var(--neutral-400);
  margin: 0 auto;
}

.card-post-featured-author-wrapper {
  align-items: center;
  margin-bottom: 16px;
  margin-right: 30px;
  display: flex;
}

.card-post-featured-date {
  margin-bottom: 16px;
  line-height: 1.333em;
}

.card-post-featured-author-name {
  color: var(--black);
  font-weight: 800;
  line-height: 1.333em;
}

.categories-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -21px;
  margin-right: -21px;
  display: flex;
}

.category-item {
  flex-wrap: wrap;
  margin-right: 21px;
  display: flex;
}

.category-button {
  color: var(--primary-1);
  background-color: #6d6e7133;
  border-radius: 10px;
  margin-bottom: 21px;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1.125em;
  transition: background-color .3s, color .3s;
}

.category-button:hover, .category-button.w--current {
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.category-button.all {
  margin-bottom: 21px;
  margin-right: 21px;
}

.category-button.all.w--current {
  background-color: #243a8e00;
  background-image: linear-gradient(180deg, var(--primary-1), #243a8ecc);
}

.blog-grid {
  grid-column-gap: 60px;
  grid-row-gap: 119px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog-grid._3col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.post-item-wrapper {
  background-color: var(--neutral-100);
  color: var(--neutral-600);
  border-radius: 15px;
  flex-direction: column;
  max-width: 538px;
  min-height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.post-item-wrapper:hover {
  color: var(--neutral-600);
}

.post-item-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.post-item-content-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: -15px;
  display: flex;
}

.post-item-date {
  color: var(--neutral-600);
  margin-bottom: 15px;
  font-weight: 700;
}

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

.container-large-1162px.post {
  text-align: center;
  margin-bottom: 56px;
}

.post-content {
  max-width: 828px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

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

.rich-text p {
  max-width: 760px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text blockquote {
  max-width: 806px;
  margin: 24px auto;
}

.rich-text h3 {
  max-width: 760px;
  margin: 48px auto 16px;
}

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

.rich-text ul {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text img {
  border-radius: 25px;
}

.rich-text figure {
  margin-top: 34px;
  margin-bottom: 60px;
}

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

.rich-text ol {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text h6 {
  max-width: 760px;
  margin: 48px auto 8px;
}

.post-content-top {
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.post-content-about {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.post-author-link {
  color: var(--black);
  align-items: center;
  font-weight: 800;
  line-height: 1.333em;
  text-decoration: none;
  display: flex;
}

.post-content-about-divider {
  background-color: var(--neutral-400);
  width: 1px;
  min-height: 30px;
  margin-left: 24px;
  margin-right: 19px;
}

.post-date {
  color: var(--black);
  font-weight: 700;
}

.card-post-author-content {
  max-width: 452px;
}

.card-post-author-content-top {
  color: var(--neutral-600);
  margin-bottom: 32px;
  text-decoration: none;
}

.card-post-author-content-top:hover {
  color: var(--neutral-600);
}

.card-post-author-rol {
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.125em;
}

.card-post-author-social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin-right: -24px;
  display: flex;
}

.card-post-author-social-media-link {
  background-color: var(--black);
  color: var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-right: 24px;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.card-post-author-social-media-link:hover {
  background-color: var(--primary-2);
  color: var(--neutral-100);
}

.card-post-author-social-media-link.icon-16px {
  font-size: 16px;
}

.card-post-author-social-media-link.icon-18px {
  font-size: 18px;
}

.post-main-image-wrapper {
  margin-bottom: 80px;
  position: relative;
}

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

.container-medium-672px.pricing {
  text-align: center;
  margin-bottom: 58px;
}

.faqs-wrapper {
  justify-content: space-between;
  display: flex;
}

.pricing-wrapper {
  justify-content: center;
  margin-right: -26px;
  display: flex;
}

.plan-item {
  max-width: 390px;
  margin-top: 40px;
  margin-right: 26px;
}

.card-plan-content {
  flex-direction: column;
  flex: 1;
  margin-top: -40px;
  display: flex;
}

.card-plan-content-bottom {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-plan-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.card-plan-price-wrapper {
  margin-bottom: 16px;
}

.plan-feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.plan-feature-dot {
  background-color: var(--primary-1);
  border-radius: 99999px;
  width: 6px;
  min-width: 6px;
  min-height: 6px;
  margin-right: 14px;
  position: relative;
  top: 15px;
}

.card-plan-price {
  color: var(--neutral-800);
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.474em;
}

.card-plan-duration {
  font-size: 14px;
  line-height: 1.143em;
}

.faqs-title-wrapper {
  max-width: 468px;
  margin-right: 30px;
}

.faqs-content {
  width: 100%;
}

.card-faq-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-faq-content-bottom {
  max-width: 1100px;
  font-size: 18px;
}

.faq-icon-wrapper {
  background-color: var(--primary-1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px #6d72f63b;
}

.space.faq {
  min-height: 10px;
}

.faq-icon-1 {
  background-color: var(--neutral-100);
  border-radius: 999999px;
  width: 20px;
  min-height: 2px;
  position: absolute;
}

.faq-icon-2 {
  background-color: var(--neutral-100);
  border-radius: 999999px;
  width: 2px;
  min-height: 20px;
  position: absolute;
}

.card-plan-content-bottom-price {
  margin-top: auto;
}

.plan-feature-text {
  white-space: nowrap;
}

.faqs-title-content {
  position: sticky;
  top: 20px;
}

.plan-wrapper {
  justify-content: space-between;
  display: flex;
}

.plan-title-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.plan-features-title {
  color: var(--neutral-800);
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.545em;
}

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

.card-get-plan-price {
  color: var(--neutral-800);
  margin-bottom: 14px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.474em;
}

.add-cart-default-state {
  margin-bottom: 0;
}

.add-cart-option-list {
  margin-bottom: 32px;
}

.select-wrapper {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 2px 8px 0 var(--shadow-input);
  border-radius: 9px;
  min-height: 74px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .3s, border-color .3s;
  overflow: hidden;
}

.select-wrapper:hover, .select-wrapper:focus {
  border-color: var(--primary-1);
  box-shadow: 0 5px 14px #6d72f61a;
}

.select-wrapper::placeholder {
  color: var(--neutral-600);
  font-size: 18px;
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select {
  color: var(--neutral-600);
  background-color: #0000;
  border: 0 solid #0000;
  min-height: 74px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  transition: color .3s;
}

.select:hover, .select:focus {
  color: var(--neutral-800);
}

.select::placeholder {
  color: var(--neutral-600);
  font-size: 18px;
}

.plan-content-bottom {
  margin-bottom: -24px;
}

.rich-text-career {
  max-width: 660px;
}

.rich-text-career h2 {
  max-width: 760px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.5em;
}

.rich-text-career p {
  max-width: 760px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-career blockquote {
  max-width: 806px;
  margin: 24px auto;
}

.rich-text-career h3 {
  max-width: 760px;
  margin: 48px auto 16px;
  font-size: 22px;
  line-height: 1.545em;
}

.rich-text-career h4 {
  max-width: 760px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-career ul {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text-career img {
  border-radius: 25px;
}

.rich-text-career figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text-career h5 {
  max-width: 760px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-career ol {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text-career h6 {
  max-width: 760px;
  margin: 48px auto 8px;
}

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

.container-medium-728px.contact-hero {
  text-align: center;
  margin-bottom: 64px;
}

.contact-hero-grid {
  grid-column-gap: 26px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-contact-link-text {
  color: var(--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.125em;
}

.contact-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.contact-title-wrapper {
  margin-right: 20px;
}

.contact-social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.contact-social-media-link {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-social-media-link:hover {
  background-color: var(--primary-2);
  color: var(--neutral-100);
}

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

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

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

.contact-form-block {
  flex: 1;
  width: 100%;
  max-width: 1566px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-block.invalid {
  max-width: 820px;
  margin-left: 0;
}

.contact-form-block.contact {
  max-width: 848px;
}

.contact-form {
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form.login {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  max-width: 848px;
}

.contact-form.password {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.contact-form.one {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-form.payment {
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-form.register {
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form.card {
  grid-template-rows: auto;
}

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

.input-wrapper.password {
  display: block;
}

.text-area {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 2px 8px 0 var(--shadow-input);
  color: var(--neutral-800);
  border-radius: 9px;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 25px 20px;
  font-size: 18px;
  transition: box-shadow .3s, border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--primary-1);
  box-shadow: 0 5px 14px #6d72f61a;
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
  font-size: 18px;
  box-shadow: 0 5px 14px #6d72f61a;
}

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

.text-area._2 {
  min-height: auto;
  max-height: none;
  line-height: 1.5;
}

.category-title-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.category-title-wrapper.pricing-category {
  justify-content: center;
}

.category-title-wrapper.blog-category {
  justify-content: center;
  margin-bottom: 56px;
}

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

.team-rol {
  color: var(--primary-2);
  text-transform: uppercase;
  font-weight: 800;
}

.team-social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin-right: -24px;
  display: flex;
}

.team-content-bottom {
  flex-direction: column;
  align-items: center;
  max-width: 734px;
  display: flex;
}

.team-social-media-link {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-right: 24px;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.team-social-media-link:hover {
  background-color: var(--primary-2);
  color: var(--neutral-100);
}

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

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

.card-team-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -150px;
  display: flex;
}

.team-about-wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.team-about-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 24px;
  display: flex;
}

._404-content {
  max-width: 611px;
}

.order-item-option-result {
  color: var(--neutral-800);
  font-weight: 600;
}

.dropdown-nav-main-wrapper {
  background-color: #fff;
  border: 1px solid #e2e3e9;
  border-radius: 30px;
  justify-content: space-between;
  width: 100%;
  padding: 60px 40px 45px;
  display: flex;
  box-shadow: 0 24px 38px #080f340f;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

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

.dropdown-nav-link {
  color: var(--neutral-600);
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-nav-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 800;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.dropdown-nav-link.special:hover {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.dropdown-arrow {
  font-size: 6.5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
  list-style-type: none;
}

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

.dropdown-list {
  background-color: #0000;
  padding-top: 30px;
  right: -230px;
}

.dropdown-list.w--open {
  right: -250px;
}

.cart-wrapper {
  z-index: 999;
  background-color: #001c;
}

.brand {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale3d(1.03, 1.03, 1.01);
}

.cart-item {
  justify-content: space-between;
}

.cart-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.cart-item-content {
  margin-left: 0;
  margin-right: 0;
}

.remove-button {
  text-decoration: none;
}

.cart-item-price, .cart-item-option-result {
  color: var(--neutral-800);
  font-weight: 600;
}

.cart-subtotal {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 800;
}

.cart-header {
  border-bottom-color: var(--neutral-300);
  padding-top: 20px;
  padding-bottom: 20px;
}

.close-button {
  transition-property: transform;
  display: flex;
}

.close-button:hover {
  transform: scale(1.3);
}

.cart-footer {
  border-top-color: var(--neutral-300);
  padding-top: 20px;
}

.empty-state {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 18px 30px 0 var(--shadow-card-default);
  color: var(--neutral-700);
  text-align: center;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  font-weight: 600;
}

.empty-state.small {
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.empty-state.cart-empty {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.success-message {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  position: relative;
}

.error-message {
  color: var(--neutral-100);
  text-align: center;
  background-color: #fa3b5e;
  border-radius: 12px;
  align-self: stretch;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.card-post-author-name-wrapper {
  margin-bottom: 21px;
}

.home-page-load {
  z-index: 2147483647;
  background-color: #5a5fcc;
  width: 100vw;
  min-width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.home-page-load-solid {
  background-color: var(--primary-1);
  width: 100%;
  height: 100%;
}

.footer-nav-link {
  color: var(--neutral-600);
  white-space: nowrap;
  font-size: 16px;
  text-decoration: none;
}

.footer-nav-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 800;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-nav-link.special:hover {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.team-members-number-wrapper {
  background-color: var(--neutral-200);
  color: var(--neutral-800);
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding-top: 92%;
  font-size: 88px;
  line-height: 1.023em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-members-number {
  color: var(--neutral-800);
  justify-content: center;
  align-items: center;
  max-width: 95%;
  font-size: 88px;
  line-height: 1.023em;
  display: flex;
  position: absolute;
  top: 40%;
  bottom: 40%;
}

.team-members-wrapper {
  color: var(--neutral-600);
  width: 100%;
  text-decoration: none;
}

.team-members-wrapper:hover {
  color: var(--neutral-600);
}

.heading-size-h3 {
  color: var(--neutral-800);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
}

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

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
  font-weight: 400;
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.btn-index-cta {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 14px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-index-cta:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-index-cta.button-row {
  margin-right: 28px;
}

.btn-index-cta.no-hover:hover {
  background-color: #4a3aff;
  transform: none;
}

.btn-index-cta.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-index-cta.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-index-cta.white.no-hover {
  color: #146ef5;
}

.btn-index-cta.white.no-hover:hover {
  background-color: #fff;
  transform: none;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.card-sales-home-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

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

.card-index {
  border: 1px solid var(--neutral-300);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 48px 30px #1c1c570d;
}

.card-index.sales-home-page {
  text-align: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.card-index.sales-home-page:hover {
  transform: scale(.96);
}

.card-index.buy-now {
  background-color: #146ef5;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card-index.buy-now:hover {
  transform: scale(.95);
}

.card-index.buy-now.white {
  background-color: #fff;
}

.card-index.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card-index.extra-components {
  border-radius: 16px;
  margin-bottom: 36px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 6px 16px #6d72f63b;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.figma-file-text-wrapper.pd-large {
  padding-left: 90px;
  padding-right: 90px;
}

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

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

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.grid-footer-v3 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-columns: auto 1fr;
}

.home-surprises-card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

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

.buttons-row.center {
  justify-content: center;
}

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

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

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._660px {
  max-width: 660px;
}

.inner-container._805px {
  max-width: 805px;
}

.inner-container._860px {
  max-width: 860px;
}

.inner-container._385px {
  max-width: 385px;
}

.position-relative {
  position: relative;
}

.color-accent-1 {
  color: var(--primary-1);
}

.display-4 {
  color: var(--neutral-800);
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid #f7f7fc;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

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

.text-center.mobile-l {
  text-align: left;
}

.card-sales-home-content {
  border-top: 1px solid var(--neutral-300);
  text-align: center;
  padding: 32px;
}

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

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

.cta-image-card {
  width: 1170px;
  max-width: 1170px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.color-neutral-600 {
  color: #6e7191;
}

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

.flex-vertical.center {
  align-items: center;
}

.flex-vertical.left {
  align-items: flex-start;
}

.badge-home {
  border: 1px solid var(--primary-1);
  color: var(--primary-1);
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

.elements-wrapper {
  margin-bottom: 200px;
}

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

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-wrapper.white.text-bold {
  font-weight: 700;
}

.line-rounded-icon-bar {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon-bar.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

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

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-200 {
  line-height: 20px;
}

.text-200.list {
  line-height: 24px;
}

.top-bar-wrapper {
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.arrow {
  width: 15px;
}

.flex-wrapper-tab {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--neutral-800);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-blue {
  background-color: var(--black);
  border-radius: 16px;
  width: 60px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
}

.line-blue.hide-for-desktop {
  display: none;
}

.line-blue.tab {
  height: 4px;
}

.footer-col-1 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  max-width: 486px;
  display: flex;
}

.link {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.announcment {
  background-color: #f8f8f8;
  justify-content: space-between;
  max-width: 1280px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px;
  display: flex;
}

.nav-link-a {
  color: var(--black);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-a:hover {
  color: var(--primary-1);
}

.nav-link-a.dropdown {
  padding: 0;
}

.nav-link-a.dropdown:hover {
  color: var(--primary-1);
}

.flex-a {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-image {
  width: 50%;
  max-width: 681px;
  max-height: 454px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.contact-image.password {
  max-width: none;
  max-height: 350px;
  margin-top: -54px;
}

.contact-image.payment {
  margin-top: -60px;
  margin-right: -100px;
}

.contact-image.personal {
  width: auto;
  max-width: none;
  margin-bottom: -24px;
  margin-right: -64px;
}

.contact-image.banking-info {
  max-width: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-image.contact {
  margin-bottom: -24px;
  margin-right: -100px;
}

.contact-image.register {
  max-height: 380px;
  margin-right: -100px;
}

.contact-image.credit-card {
  width: auto;
  margin-top: -60px;
  margin-bottom: -24px;
  margin-right: -40px;
}

.contact-image.login {
  width: auto;
  max-height: 350px;
  margin-bottom: -20px;
  padding-top: 20px;
}

.corner {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner.left-bottom {
  inset: auto auto 0% 0%;
}

.text-span {
  color: var(--primary-1);
}

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

.about-2nd-section-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.about-perks-featured-top-content {
  max-width: 100%;
}

.service-perks-featured-top-content {
  flex: 1;
  max-width: 100%;
  margin-right: 30px;
}

.service-perks-featured-top-content._2 {
  max-width: 60%;
  margin-left: 40px;
}

.service-perks-featured-top-content.top-with-padding {
  margin-top: 40px;
}

.service-perks-featured-top-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: -5px;
  display: flex;
  position: relative;
}

.service-perks-featured-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
}

.service-perks-featured-top.mg-bottom-0px {
  margin-bottom: 0;
}

.service-perks-featured-top.mg-bottom-0px.flip-col-width {
  grid-template-columns: 1fr .75fr;
}

.service-perks-featured-top.rent-trust {
  grid-template-columns: 1fr 1fr;
  max-width: 1611px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.service-perks-featured-top.rent-trust-2 {
  grid-template-columns: .5fr 1fr;
  max-width: 1611px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.service-perks-featured-top.flip-col-width {
  grid-template-columns: 1fr .75fr;
}

.service-perks-featured-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.service-perks-featured-bottom.hidden {
  display: none;
}

.service-perks-featured-bottom-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.home-perks-featured-bottom-image-wrapper-copy {
  max-width: 52%;
  position: relative;
}

.radio-button {
  border-radius: 6px;
  width: 20px;
  height: 20px;
  padding: 2px;
  font-size: 10px;
}

.radio-button.w--redirected-checked {
  background-color: var(--primary-1);
  border: 0 solid #000;
}

.radio-button-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label {
  color: var(--neutral-600);
  font-size: 18px;
}

.term-wrapper {
  color: var(--primary-1);
  padding-left: 40px;
  font-size: 18px;
}

.term-wrapper.center-auto.pd-left-zero {
  padding-left: 0;
}

.slider {
  background-color: #fff0;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.hidden {
  display: none;
}

.arrow-left {
  background-color: var(--neutral-800);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px 14px;
}

.left-arrow {
  width: 50px;
  inset: auto auto 42% 2%;
}

.right-arrow {
  width: 50px;
  inset: auto 0% 42% auto;
}

.mask {
  width: 100%;
  overflow: visible;
}

.slide {
  width: 50%;
  height: 100%;
}

.about-perks-featured-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.about-perks-featured-top.mg-bottom-0px {
  margin-bottom: 0;
}

.service-absolute {
  z-index: 3;
  max-width: 100%;
  position: static;
  inset: 2% 1% auto auto;
}

.hero-paragraph.gray {
  color: var(--neutral-600);
}

.rent-hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.rent-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.rent-hero-wrapper.paie {
  margin-top: 40px;
  margin-bottom: 100px;
}

.rent-hero-wrapper.paie._2 {
  margin-bottom: 40px;
}

.line-vertical {
  background-color: var(--primary-1);
  border-radius: 16px;
  width: 3px;
  height: 180px;
  margin-top: 63px;
}

.black {
  color: var(--black);
  margin-bottom: 0;
  line-height: 1;
}

.blue-bold {
  color: var(--primary-1);
  font-weight: 700;
}

.blue-bold.table-header {
  font-size: 20px;
}

.blue-bold.table-content {
  color: var(--primary-2);
  font-size: 18px;
  font-weight: 500;
}

.blue-bold.table-content.gray {
  color: var(--neutral-600);
  font-weight: 400;
}

.blue-bold.table-content.gray.medium {
  font-weight: 500;
}

.blue-bold.table-content.gray-center {
  color: var(--neutral-600);
  text-align: center;
  font-weight: 400;
}

.blue-bold.gray {
  color: var(--neutral-600);
}

.blue-bold.no-bottom-mg {
  margin-bottom: 0;
}

.center-auto {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blue-link {
  font-size: 18px;
  font-weight: 700;
}

.login-text {
  background-color: var(--neutral-100);
  color: var(--primary-1);
  margin-bottom: 0;
  font-size: 18px;
}

.login-text.or {
  width: auto;
  margin-bottom: -14px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.grid-billing.gap-0 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.billing-image {
  max-width: 480px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 3px solid #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1.5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 1353.33px;
  display: grid;
}

.grid-wrapper {
  overflow: hidden;
}

.grid-wrapper.hidden-on-desktop, .locales-wrapper.show-on-tablet {
  display: none;
}

.payment-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.payment-card {
  background-color: var(--neutral-100);
  border: 2px solid #eeeff1;
  border-radius: 35px;
}

.header-card {
  background-color: var(--primary-1);
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.content-card {
  padding: 30px 20px;
}

.payment-paragraph {
  text-align: center;
  font-size: 18px;
}

.payment-paragraph.black-bold.mt-20 {
  margin-top: 20px;
}

.dashed-line {
  border: 2px dashed var(--primary-1);
  height: 0;
  margin-left: -20px;
  margin-right: -20px;
}

.payment-grid-card {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr .5fr;
  margin-top: 20px;
}

.pi-text {
  color: var(--primary-1);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.pi-text.mg-bottom-40px {
  margin-bottom: 40px;
}

.flex-v {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-v.gap20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-v.left {
  justify-content: center;
  align-items: flex-start;
}

.flex-v.left.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.slider-steps {
  background-color: #ddd0;
}

.multistep_lead-form-wrapper {
  background-color: #fff;
  border-radius: 4px;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.form-input:focus {
  background-color: #fcfffc;
  border-color: #8ba790;
}

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

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

.multistep_radio-field {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.multistep_form-step {
  text-align: center;
  flex-direction: column;
  align-items: center;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.multistep_form-step.grey {
  opacity: .62;
  filter: grayscale();
}

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.multistep_form-slider {
  background-color: #ddd0;
  flex-direction: row;
  height: auto;
}

.slider-button-next {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  border-radius: 11px;
  padding: 12px 24px 12.24px;
  font-weight: 600;
  line-height: 1.11;
  transition: transform .3s, box-shadow .3s, background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.slider-button-next:hover {
  color: var(--neutral-100);
  background-color: #5055df;
}

.slider-button-next.blocked {
  opacity: .6;
  cursor: not-allowed;
}

.slider-button-next.start {
  max-width: 185px;
}

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

.next-arrow {
  display: none;
}

.slider-button-back {
  color: var(--primary-1);
  text-align: center;
  background-color: #e7edff;
  border: 2px solid #e7edff;
  border-radius: 11px;
  padding: 12px 24px 12.24px;
  font-weight: 500;
  line-height: 1.111em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.multistep_radio-button-label {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 600;
  position: relative;
}

.multistep_radio-button-label.is-budget {
  display: none;
}

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

.multistep_radio-grid.is-two-options {
  grid-template-columns: 1fr;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.multistep_slider-mask {
  height: auto;
}

.hide-2 {
  display: none;
}

.multistep_step-line {
  border-bottom: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  height: 2px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.multistep_step-line.grey {
  border-bottom: 2px dashed var(--primary-1);
  opacity: .52;
  filter: grayscale();
  color: var(--primary-1);
  background-color: #243a8e00;
}

.multistep_form-progress-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content auto max-content auto max-content auto max-content auto max-content;
  align-items: center;
}

.multistep_buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  margin-top: 3rem;
  display: flex;
}

.multistep_buttons-wrapper.is-first {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.multistep_form-success {
  background-color: #fff;
  border-radius: 24px;
  padding: 0;
}

.multistep_radio-button {
  z-index: 1;
  text-align: center;
  border-style: none;
  border-color: #eeeff1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.multistep_radio-button.w--redirected-checked {
  z-index: 1;
  background-color: var(--shadow-card-default);
  box-shadow: 8px 7px 20px 0 var(--primary-1);
}

.multistep_radio-button.hidden {
  display: none;
}

.slider-button-submit {
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  border-radius: 11px;
  padding: 12px 24px 12.24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.multistep_step-marker {
  border: 2px solid var(--primary-1);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.multistep_step-marker.bg-blue {
  background-color: var(--primary-1);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.back-arrow {
  display: none;
}

.multistep_info-text {
  color: #6d6d6d;
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
  position: relative;
}

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

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

.number {
  color: #000;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.start-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.start-wrapper._2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-success-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

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

.image-success-wrapper {
  background-image: none;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.tabs-menu {
  border: 1px solid #eeeff1;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  display: flex;
}

.tab-icon-wrapper {
  border-radius: 8px;
  padding: 9.33px;
}

.tab-link-tab-1 {
  color: #6d6e7166;
  background-color: #ddd0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.tab-link-tab-1.w--current {
  background-color: var(--neutral-100);
  color: var(--neutral-600);
}

.tab-link-tab-3 {
  background-color: #ddd0;
}

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

.tabs-content {
  border: 2px solid #eeeff1;
  border-radius: 12px;
  width: 100%;
  height: 703.25px;
  padding: 40px 30px;
}

.text-block {
  flex: 1;
}

.popup-cancle-wrapper {
  z-index: 1111;
  background-image: linear-gradient(#6d6e7133, #6d6e7133);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.semi-bold {
  font-weight: 500;
}

.semi-bold.smaller {
  font-size: 24px;
}

.tab-menu-text {
  font-size: 18px;
}

.nav-button-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  align-items: center;
  display: none;
}

.nav-menu-wrapper {
  width: 100%;
  padding-left: 0;
}

.nav-menu-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link-2:hover {
  color: #ffbb7c;
}

.nav-link-2:focus, .nav-link-2.w--current {
  font-weight: 700;
}

.nav-menu-and-button-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.nav-menu-and-button-wrapper.ab {
  margin-left: auto;
  margin-right: auto;
  display: block;
  inset: 0%;
}

.nav-menu-border {
  background-color: var(--primary-1);
  border-radius: 16px;
  width: 70%;
  height: 4px;
  display: none;
}

.nav-menu-border:hover {
  display: block;
}

.primary-button-header {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: color .3s ease-in-out, background-color .4s;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.primary-button-header:hover {
  color: #315dc0;
  background-color: #fff;
}

.nav-list {
  flex: none;
  text-decoration: none;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.mg-bottom-28 {
  margin-bottom: 28px;
  font-size: 16px;
}

.slide-3 {
  margin-bottom: 1px;
}

.previous-button {
  color: var(--primary-1);
  text-align: center;
  background-color: #e7edff;
  border-radius: 11px;
  padding: 12px 24px 12.24px;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.reset-form-button {
  color: var(--primary-1);
  text-align: center;
  background-color: #e7edff;
  border-radius: 11px;
  padding: 12px 24px 12.24px;
  font-weight: 600;
  line-height: 1.11;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.nnnouncment-wrapper {
  background-color: #f8f8f8;
  width: 100%;
}

.tab-container {
  margin-top: 60px;
}

.text-block-2 {
  color: var(--black);
  font-size: 18px;
}

.hero-service-wrapper {
  margin-top: 40px;
  margin-right: 1px;
}

.black-bold {
  color: var(--black);
  font-weight: 700;
}

.black-bold.table-header {
  font-size: 20px;
}

.black-bold.table-content {
  color: var(--primary-2);
  font-size: 20px;
  font-weight: 500;
}

.black-bold.table-content.gray {
  color: var(--neutral-600);
  font-weight: 400;
}

.black-bold.table-content.gray.medium {
  font-weight: 500;
}

.black-bold.table-content.gray-center {
  color: var(--neutral-600);
  text-align: center;
  font-weight: 400;
}

.black-bold.gray {
  color: var(--neutral-600);
}

.black-bold.no-bottom-mg {
  margin-bottom: 0;
}

.success-message-1 {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 20px;
}

.plus-wrapper {
  align-self: flex-start;
  position: relative;
}

.accordion-icon {
  color: #2d2d2d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.accordion-icon.horizental {
  background-color: #0009;
  border-radius: 4px;
  width: 16px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-icon.vertical {
  background-color: #0009;
  border-radius: 0;
  width: 16px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.input-block {
  position: relative;
}

.input-2 {
  text-transform: uppercase;
  border: 2px solid #3b3b3b;
  width: 100%;
  min-height: 70px;
  margin-bottom: 30px;
  font-size: 20px;
}

.eye {
  cursor: pointer;
  width: 50px;
  position: absolute;
  inset: 53px 20px auto auto;
  overflow: hidden;
}

.eye.hide {
  display: none;
}

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

.eye_img {
  cursor: pointer;
  width: 50px;
  display: block;
}

.eye_img_close {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  display: block;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 30px;
}

.telephone-form-wrap {
  background-color: #fff;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 40px;
}

.list-2 {
  list-style-type: decimal;
}

.flag {
  border-radius: 5px;
}

.code-embed {
  position: relative;
}

.blocked {
  z-index: 11;
  position: absolute;
  inset: 0%;
}

.checkbox {
  border-radius: 6px;
  width: 20px;
  height: 20px;
  padding: 2px;
}

.checkbox.w--redirected-checked {
  background-color: var(--neutral-600);
  border: 0 solid #000;
}

.checkbox.w--redirected-focus {
  border: 0 solid #000;
  box-shadow: 0 0 #0003;
}

.div-block {
  text-align: center;
  border-bottom: 2px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.google-icon {
  width: 25px;
}

.icon {
  margin-right: 5px;
}

.fs-consent_component {
  display: none;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  border: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  color: #fff;
  border-radius: 11px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_allow:hover {
  border: 2px solid var(--primary-1);
  background-color: var(--neutral-100);
  color: var(--primary-1);
}

.code-embed-2 {
  z-index: 0;
  position: absolute;
}

.hide-on-desktop {
  display: none;
}

.confetti-container {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
}

.confetti-canvas {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

.code-embed-3 {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.tablet-menu {
  justify-content: space-between;
  display: none;
}

.div-block-5 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .button-primary.header-button {
    font-size: 15px;
  }

  .section.home-hero {
    height: 617.944px;
  }

  .section.bg-primary-1.banner {
    background-image: url('../images/Screenshot-2024-06-27-at-6.39.52-PM-1.png');
    max-width: 1160px;
  }

  .input {
    padding-bottom: 0;
  }

  .input._2 {
    max-width: 501.222px;
  }

  .paragraph.step-tab-link-paragraph {
    font-size: 16px;
  }

  .title.card-home-testimonial {
    font-size: 22px;
  }

  .title.step-tab-link-title {
    font-size: 24px;
  }

  .title.home-perks-title-black, .title.home-perks-title-blue {
    font-size: 42px;
  }

  .image-wrapper.service {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .image.step-mockup {
    width: 47%;
  }

  .image.step-mockup._2, .image.step-mockup.rent-trust-tab-image {
    max-width: 550px;
  }

  .image.step-mockup.paie-tab-image-copy {
    margin-top: 40px;
  }

  .image.tab-top-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  ._2-buttons {
    align-self: center;
  }

  ._2-buttons.gap-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-hero-image-wrapper {
    flex: 1;
  }

  .home-hero-image-wrapper.about {
    justify-content: flex-end;
    align-items: center;
  }

  .home-hero-wrapper.service {
    padding-top: 111px;
  }

  .bg.step-circle {
    width: 500px;
    min-width: 500px;
    min-height: 500px;
  }

  .step-images-wrapper.left {
    justify-content: flex-start;
    align-items: center;
  }

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

  .radio-button.w--redirected-checked {
    border: 0 solid #000;
  }

  .service-absolute {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.bg-primary-1.banner {
    max-width: none;
    margin-left: 100px;
    margin-right: 100px;
  }

  .section.tab-section {
    padding-bottom: 80px;
  }

  .paragraph, .paragraph.card-home-perk {
    font-size: 18px;
  }

  .card.home-testimonial {
    padding: 51px 48px;
  }

  .title.card-home-perk, .title.card-home-testimonial {
    font-size: 24px;
  }

  .title.home-perks-title-black {
    width: 558px;
  }

  .title.home-perks-title-black.text-center {
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks-title-blue {
    width: 558px;
  }

  .title.home-perks-title-blue.text-center {
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks-title-blue.popup {
    width: auto;
  }

  .image-wrapper.service {
    margin-top: -21px;
  }

  .image.card-home-perk-icon {
    max-width: 200px;
  }

  .image.step-mockup {
    width: auto;
    height: 620px;
    position: absolute;
  }

  .image.step-mockup._2, .image.step-mockup.rent-trust-tab-image {
    width: auto;
    height: 80vh;
    max-height: 803px;
    position: absolute;
  }

  .image.step-mockup.paie-tab-image-copy {
    height: auto;
  }

  .home-hero-content {
    max-width: 705px;
  }

  .home-hero-wrapper.about, .home-hero-wrapper.service {
    padding-top: 80px;
  }

  .bg.step-circle {
    width: 550px;
    min-width: 550px;
    min-height: 550px;
  }

  .home-perks-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .steps-tabs {
    margin-bottom: 60px;
  }

  .steps-tabs-menu.right {
    justify-content: center;
    align-items: flex-start;
  }

  .steps-tabs-content {
    flex: none;
  }

  .link {
    font-size: 18px;
  }

  .announcment {
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .service-perks-featured-top.mg-bottom-0px {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .payment-cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .multistep_step-marker.bg-blue {
    background-color: var(--neutral-800);
  }

  .nav-menu-wrapper {
    flex: 0 auto;
  }

  .nav-link-2 {
    font-size: 20px;
  }

  .primary-button-header {
    font-size: 22px;
  }

  .mg-bottom-28 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 96px;
  }

  h2 {
    font-size: 78px;
  }

  h3 {
    font-size: 36px;
  }

  h4, p {
    font-size: 24px;
  }

  li {
    font-size: 28px;
  }

  label {
    font-size: 24px;
  }

  .container-default {
    max-width: 1920px;
  }

  .container-default.no-pd {
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary {
    font-size: 20px;
  }

  .button-primary.bg-primary-2 {
    font-size: 24px;
  }

  .button-primary.header-button {
    padding-bottom: 12.24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 19px;
    line-height: 1em;
  }

  .button-primary.header-button.outline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .button-primary.header-button.outline-service {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    font-size: 16px;
    display: flex;
  }

  .button-primary.header-button.outline-with-flag, .button-primary.header-button.without-outline-flag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    padding-right: 30px;
    display: flex;
  }

  .button-primary._2-buttons-button-gradient {
    font-size: 19px;
  }

  .button-primary._2-buttons-button-white {
    font-size: 18px;
  }

  .button-secondary.outline {
    font-size: 24px;
  }

  .header-logo {
    height: 70px;
  }

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

  .nav-link {
    font-size: 20px;
  }

  .nav-menu {
    margin-right: 40px;
  }

  .section.home-hero {
    height: 808.958px;
  }

  .section.home-hero.about {
    height: 70vh;
  }

  .section.bg-neutral-200.steps {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.bg-primary-1.banner {
    max-width: 1920px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .input {
    min-height: 92px;
    font-size: 24px;
  }

  .input::placeholder {
    font-size: 24px;
  }

  .paragraph.home-perks-featured-top-content-paragraph {
    font-size: 28px;
  }

  .paragraph.neutral-300.card-footer-download {
    font-size: 20px;
    line-height: 144%;
  }

  .paragraph.card-home-perk {
    font-size: 24px;
  }

  .paragraph.card-home-testimonial {
    font-size: 24px;
    line-height: 148%;
  }

  .paragraph.step-tab-link-paragraph {
    font-size: 22px;
  }

  .paragraph.step-tab-link-paragraph._2 {
    width: 100%;
    max-width: none;
    font-size: 24px;
  }

  .paragraph.home-testimonials {
    font-size: 28px;
  }

  .paragraph.post-item {
    font-size: 18.14px;
  }

  .paragraph.faqs {
    font-size: 24px;
  }

  .paragraph.about-second-section-text {
    font-size: 32px;
  }

  .paragraph.vision, .paragraph.service-perks-featured-top-content-paragraph {
    font-size: 24px;
  }

  .paragraph.service-paragraph {
    font-size: 28px;
  }

  .paragraph.card-rent {
    font-size: 26px;
  }

  .paragraph.rent-para, .paragraph.check {
    font-size: 24px;
  }

  .paragraph.tab-subtitle {
    font-size: 28px;
  }

  .paragraph.tab-subtitle._2 {
    max-width: 694px;
  }

  .paragraph.tab-subtitle-blue {
    font-size: 28px;
  }

  .paragraph.tab-subtitle-blue._2 {
    max-width: 694px;
  }

  .paragraph-small.payment {
    color: var(--primary-1);
    font-size: 16px;
  }

  .card.home-perk {
    max-width: 543px;
  }

  .card.home-testimonial {
    max-width: 860px;
    margin-left: 60px;
    padding: 66px;
  }

  .card.step-tab-link._2.w--current {
    margin-bottom: 20px;
    padding: 52px 47px;
  }

  .card.post-featured {
    padding: 74px 135px;
  }

  .card.faq {
    margin-bottom: 40px;
  }

  .card.rent {
    max-width: 761px;
  }

  .card.services-choice {
    max-width: none;
  }

  .card.info {
    max-width: 1743px;
  }

  .title.neutral-100.banner {
    font-size: 80px;
  }

  .title.card-home-perk {
    font-size: 28px;
  }

  .title.card-home-perk.bigger {
    font-size: 36px;
  }

  .title.card-home-testimonial {
    font-size: 28px;
  }

  .title.footer-menu {
    font-size: 24px;
  }

  .title.step-tab-link-title {
    font-size: 28px;
  }

  .title.step-tab-link-title._2 {
    font-size: 48px;
  }

  .title.home-perks {
    font-size: 64px;
  }

  .title.card-post-featured {
    margin-bottom: 24px;
    font-size: 48px;
  }

  .title.post-item {
    font-size: 26px;
  }

  .title.faqs {
    font-size: 64px;
  }

  .title.contact {
    max-width: 1175px;
    margin-left: 0;
    margin-right: auto;
    font-size: 48px;
  }

  .title.home-hero-gradiant {
    font-size: 78px;
  }

  .title.home-hero-gradiant.rent-trust, .title.home-hero-gradiant.paie {
    font-size: 68px;
  }

  .title.step-tab-link-title-2 {
    font-size: 52px;
  }

  .title.our-story {
    font-size: 76px;
  }

  .title.card-rent {
    font-size: 32px;
  }

  .title.rent-48 {
    font-size: 48px;
  }

  .title.billing {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .title.privacy {
    font-size: 64px;
  }

  .title.password {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .title.card {
    font-size: 40px;
  }

  .title.payment {
    text-align: center;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .title.billing-copy, .title.pi, .title.personal {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .title.card-service {
    font-size: 36px;
  }

  .title.success {
    font-size: 48px;
  }

  .title.summary {
    max-width: 1175px;
    font-size: 48px;
  }

  .title.home-perks-title-black {
    width: 100%;
    font-size: 64px;
  }

  .title.home-perks-title-black.smaller {
    font-size: 48px;
  }

  .title.home-hero-white {
    font-size: 78px;
  }

  .title.tab {
    font-size: 23.2px;
  }

  .title.home-perks-title-blue {
    font-size: 64px;
  }

  .title.home-perks-title-blue.width-auto {
    width: auto;
  }

  .image-wrapper.service {
    margin-top: 0;
  }

  .image.home-perk-featured-top-icon {
    max-width: 24px;
  }

  .image.card-home-perk-icon {
    max-width: 246px;
    margin-bottom: 40px;
  }

  .image.card-post-featured-author {
    width: 66px;
  }

  .image.card-rent-perk-icon, .image.card-rent-perk-icon-2, .image.card-servivce-icon {
    max-width: 246px;
  }

  .image.about-hero-new {
    max-width: 80%;
  }

  .home-hero-content {
    max-width: 898px;
  }

  .subtitle-wrapper {
    font-size: 28px;
  }

  .home-hero-wrapper.about {
    padding-top: 100px;
  }

  .home-hero-wrapper.home {
    margin-bottom: 148px;
  }

  .home-hero-wrapper.service {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100px;
    display: grid;
  }

  .bg.about-us-circle {
    width: 565%;
    min-width: 100%;
    max-width: 566px;
    height: 565px;
    min-height: 565px;
  }

  .home-perks-featured-top-content {
    max-width: 44%;
  }

  .home-perks-featured-top-content._2 {
    max-width: 60%;
    margin-left: 65px;
  }

  .cta-1-wrapper._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-1-content {
    max-width: 882px;
  }

  .home-perks-featured-top-image-wrapper.our-story {
    width: 100%;
    max-width: 40%;
  }

  .flex-vc.left {
    padding-left: 77px;
  }

  .card-home-testimonial-about-name {
    font-size: 30px;
  }

  .card-home-testimonial-about-location {
    font-size: 28px;
  }

  .footer-menu-main-content {
    max-width: 873px;
  }

  .steps-tabs {
    margin-bottom: 52px;
  }

  .steps-tabs-menu {
    margin-left: 0;
  }

  .steps-tabs-menu.right {
    margin-right: 0;
  }

  .card-post-featured-content._2 {
    max-width: 762px;
    margin-right: 33px;
  }

  .link-underline {
    font-size: 25.2px;
  }

  .link-underline.post-item.singe {
    font-size: 18.14px;
  }

  .card-post-featured-date, .card-post-featured-author-name {
    font-size: 25.2px;
  }

  .category-button {
    padding: 24px 43px;
    font-size: 24px;
  }

  .blog-grid._3col {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
  }

  .post-item-wrapper {
    padding: 30px;
  }

  .post-item-date {
    font-size: 18.14px;
  }

  .card-faq-content-bottom {
    font-size: 24px;
  }

  .contact-form {
    max-width: 1175px;
  }

  .text-area::placeholder {
    font-size: 24px;
  }

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

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .link {
    font-size: 24px;
  }

  .announcment {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav-link-a {
    font-size: 20px;
  }

  .flex-a {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-perks-featured-top-image-wrapper.our-story {
    width: 100%;
    max-width: 665px;
  }

  .service-perks-featured-top-image-wrapper._2 {
    justify-content: center;
  }

  .service-perks-featured-top {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
  }

  .service-perks-featured-bottom-image-wrapper.our-story {
    width: 100%;
    max-width: 665px;
  }

  .radio-button {
    width: 38px;
    height: 38px;
  }

  .radio-button-label, .term-wrapper {
    font-size: 20px;
  }

  .slider {
    background-color: #ddd0;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .arrow-left {
    width: 84px;
    height: 84px;
    padding: 20px 25px;
  }

  .left-arrow {
    width: 84px;
    left: 2%;
  }

  .right-arrow {
    width: 84px;
    right: -1%;
  }

  .mask {
    max-width: 860px;
  }

  .about-perks-featured-top {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .service-absolute {
    width: 900px;
  }

  .hero-paragraph {
    font-size: 28px;
  }

  .line-vertical {
    width: 6px;
    height: 224px;
    margin-top: 97px;
  }

  .blue-bold.table-header, .blue-bold.table-content {
    font-size: 28px;
  }

  .blue-link, .login-text {
    font-size: 20px;
  }

  .grid-billing.gap-0 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .billing-image {
    max-width: 634px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 3px solid #d9d9d9;
    grid-template-columns: 1fr 1fr 2fr 1fr .5fr;
  }

  .grid-wrapper {
    max-width: 1720px;
    padding: 58px;
  }

  .payment-paragraph {
    font-size: 24px;
  }

  .pi-text {
    font-size: 20px;
  }

  .slider-button-next, .slider-button-back, .slider-button-submit {
    font-size: 19px;
  }

  .number {
    font-size: 36px;
  }

  .height {
    line-height: 2;
  }

  .height.black {
    color: var(--neutral-600);
  }

  .tabs-content {
    height: auto;
    padding: 60px;
  }

  .tab-menu-text, .nav-link-2 {
    font-size: 24px;
  }

  .nav-menu-and-button-wrapper {
    max-width: 1100px;
  }

  .nav-menu-and-button-wrapper.ab {
    position: absolute;
  }

  .nav-menu-border {
    height: 6px;
  }

  .primary-button-header {
    font-size: 24px;
  }

  .reset-form-button {
    font-size: 19px;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .black-bold.table-header, .black-bold.table-content {
    font-size: 28px;
  }

  .align-auto {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-2 {
    inset: 0%;
  }

  .confetti-canvas {
    z-index: 0;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 64px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 52px;
  }

  p {
    font-size: 16px;
  }

  label {
    font-size: 14px;
  }

  blockquote {
    padding-top: 60px;
    padding-bottom: 78px;
    padding-left: 40px;
    font-size: 24px;
  }

  .flex.gap-10 {
    justify-content: center;
    align-items: center;
  }

  .flex.gap-10.vertical-tab {
    flex-flow: column;
    flex: none;
    align-items: stretch;
    width: auto;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default.grid-service {
    grid-template-columns: 1fr;
  }

  .container-default.banner-cta {
    padding-left: 30px;
  }

  .style-guide-content {
    margin-left: 0;
  }

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

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary._2-buttons-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .button-primary.header-button {
    z-index: 9;
    display: none;
    position: relative;
  }

  .button-primary.header-button.mobile {
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
  }

  .button-primary.header-button.outline.hide-on-desktop {
    display: block;
  }

  .button-primary.header-button.outline.hide-on-tablet {
    display: none;
  }

  .button-primary.header-button.show-on-tablet {
    display: block;
  }

  .button-primary.header-button.without-outline-flag {
    margin-right: 0;
  }

  .button-primary._2-buttons-button-gradient.outline.hide-on-desktop {
    display: block;
  }

  .button-primary._2-buttons-button-gradient.outline.hide-on-tablet {
    display: none;
  }

  .button-primary.login-form {
    font-size: 16px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .header {
    z-index: 999;
    padding-top: 15px;
  }

  .header.hide-on-desktop {
    display: block;
    position: sticky;
  }

  .header.hide-on-tablet {
    display: none;
  }

  .header-logo {
    height: 50px;
  }

  .header-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .nav-item-wrapper.last {
    align-self: stretch;
  }

  .nav-item-wrapper.button-mobile {
    align-self: stretch;
    margin-top: 150px;
    display: block;
  }

  .nav-link {
    color: var(--black);
    font-size: 16px;
  }

  .nav-link.w--current {
    color: var(--primary-1);
    font-weight: 700;
  }

  .nav-link.dropdown {
    line-height: 1.3em;
  }

  .nav-link.small {
    color: var(--neutral-600);
    font-size: 16px;
  }

  .menu-button {
    z-index: 9;
    background-color: var(--neutral-100);
    color: #fff;
    border-radius: 10px;
    width: 54px;
    min-width: 54px;
    min-height: 54px;
    padding: 10px;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button:hover {
    box-shadow: 1px 1px 20px #243a8e33;
  }

  .menu-button.w--open {
    background-color: var(--neutral-100);
  }

  .nav-menu {
    z-index: 1004;
    background-color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    width: 100vw;
    max-width: 100%;
    height: 85vh;
    margin-right: 0;
    padding-top: 40px;
    display: flex;
    left: 0;
    right: 0;
  }

  .footer-logo-container {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-logo-container.v3 {
    margin-bottom: 0;
  }

  .section.home-hero {
    background-position: 100% 100%;
    background-size: contain;
    height: auto;
    padding-top: 40px;
  }

  .section.home-hero.about {
    background-position: 50% 100%;
    margin-top: 0;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.bg-primary-1.cta-2 {
    flex-direction: column;
    padding-top: 118px;
    padding-bottom: 0;
  }

  .section.bg-primary-1.banner {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section.about-hero {
    padding-top: 96px;
    padding-bottom: 135px;
  }

  .section.home-perks.pd-top-0-tablet {
    padding-top: 0;
  }

  .section.home-perks.pd-top-80 {
    padding-top: 40px;
  }

  .section.careers-hero {
    padding-top: 38px;
  }

  .section.careers-perks {
    padding-top: 74px;
    padding-bottom: 154px;
  }

  .section.career {
    padding-top: 90px;
    padding-bottom: 128px;
  }

  .section.blog-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section.post {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .section.pricing {
    padding-top: 96px;
    padding-bottom: 144px;
  }

  .section.plan {
    padding-top: 96px;
    padding-bottom: 131px;
  }

  .section.contact-hero, .section.blog-category, .section.team {
    padding-top: 96px;
  }

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

  .section.hero-page {
    padding-top: 80px;
  }

  .section.relative {
    padding-top: 22px;
  }

  .section.rent-hero {
    padding-top: 40px;
  }

  .input {
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 14px;
  }

  ._404-title {
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .divider.about-hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.card-plan {
    width: 1px;
    min-height: 100%;
    margin: 0 40px 0 50px;
  }

  .divider.plan {
    margin-top: 60px;
    margin-bottom: 55px;
  }

  .paragraph.home-hero {
    max-width: 603px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.neutral-300.cta-1 {
    max-width: 528px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.neutral-300.card-footer-download {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .paragraph.card-home-perk {
    text-align: center;
    font-size: 16px;
  }

  .paragraph.card-home-testimonial {
    font-size: 18px;
  }

  .paragraph.home-download {
    max-width: 504px;
  }

  .paragraph.step-tab-link-paragraph {
    font-size: 16px;
  }

  .paragraph.home-testimonials {
    font-size: 18px;
  }

  .paragraph.careers-perks {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-career-item {
    max-width: 590px;
  }

  .paragraph.job-description-summary {
    max-width: 675px;
  }

  .paragraph.card-career-apply {
    max-width: 385px;
    margin-bottom: 20px;
  }

  .paragraph.faqs {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 40px;
  }

  .paragraph.card-get-plan {
    max-width: 410px;
  }

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

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

  .paragraph.about-second-section-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
  }

  .paragraph.vision {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .paragraph.service-perks-featured-top-content-paragraph, .paragraph.service-paragraph {
    text-align: center;
    font-size: 18px;
  }

  .paragraph.card-rent {
    font-size: 16px;
  }

  .paragraph.rent-para {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .paragraph.check {
    text-align: left;
    font-size: 18px;
  }

  .paragraph.tab-subtitle {
    font-size: 18px;
  }

  .paragraph.tab-subtitle.text-center-on-mobile, .paragraph.gray.center-on-tablet {
    text-align: center;
  }

  .paragraph.tab-subtitle-blue {
    font-size: 18px;
  }

  .card.home-perk {
    padding: 46px 40px;
  }

  .card.home-testimonial {
    max-width: 754px;
    margin-right: 20px;
  }

  .card.footer-download {
    text-align: center;
    max-width: 100%;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .card.value {
    flex-direction: column;
    padding: 53px 40px 50px;
  }

  .card.timeline-year {
    padding: 40px;
  }

  .card.career-item {
    max-width: none;
  }

  .card.career-apply {
    padding: 52px 60px 60px;
    position: static;
  }

  .card.post-featured {
    text-align: left;
    border-radius: 8.75px;
    flex-direction: column-reverse;
    align-items: stretch;
    max-width: 720px;
  }

  .card.post-author {
    justify-content: center;
    padding: 54px 50px 67px;
  }

  .card.plan {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .card.faq {
    padding: 42px 40px;
  }

  .card.get-plan {
    display: none;
  }

  .card.get-plan.mobile {
    display: block;
    position: static;
  }

  .card.contact-link {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 43px;
    padding-bottom: 68px;
    display: flex;
  }

  .card.contact {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.team {
    justify-content: center;
    margin-top: 95px;
    margin-bottom: 70px;
    padding: 54px 50px 67px;
  }

  .card.default {
    padding: 46px 40px;
  }

  .card.rent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card.billing {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.password {
    max-width: 100%;
    padding: 67px 40px;
  }

  .card.pi, .card.personal, .card.personal-flow {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.services-choice {
    padding: 46px 20px;
  }

  .card.start {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.info {
    background-color: #fff0;
    border-width: 0;
    max-width: 100%;
    padding: 0;
  }

  .card.popup {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.flex-horizental {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 560px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.register {
    max-width: 100%;
    padding: 67px 40px;
  }

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

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.neutral-100.banner {
    font-size: 52px;
  }

  .title.card-home-perk {
    font-size: 20px;
  }

  .title.card-home-perk.bigger {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .title.card-home-testimonial {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .title.footer-menu {
    font-size: 18px;
  }

  .title.h3-size.card-career-apply {
    margin-bottom: 10px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 6px;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 10px;
  }

  .title.step-tab-link-title {
    font-size: 20px;
  }

  .title.home-perks-featured-bottom-title {
    max-width: 504px;
  }

  .title.home-perks-featured-top-title {
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks {
    text-align: center;
    font-size: 36px;
  }

  .title.about-hero {
    max-width: 739px;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.team-item-name {
    margin-bottom: 4px;
  }

  .title.about-team {
    max-width: 442px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.card-timeline-year {
    margin-bottom: 10px;
  }

  .title.careers-perk {
    margin-bottom: 15px;
  }

  .title.careers-testimonials {
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.open-positions {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title.careers-perks {
    max-width: 461px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.career {
    margin-bottom: 31px;
  }

  .title.card-post-featured {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .title.blog-hero {
    margin-bottom: 20px;
    font-size: 52px;
  }

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

  .title.post-item {
    margin-bottom: 10px;
  }

  .title.h4-size.card-plan-features {
    margin-bottom: 15px;
  }

  .title.faqs {
    font-size: 48px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.contact {
    font-size: 32px;
  }

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

  .title.home-hero-gradiant {
    width: auto;
    font-size: 48px;
  }

  .title.home-hero-gradiant.service {
    width: 13ch;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-gradiant.rent-trust, .title.home-hero-gradiant.paie {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .title.step-tab-link-title-2 {
    font-size: 36px;
  }

  .title.our-story {
    font-size: 48px;
  }

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

  .title.card-rent {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .title.privacy {
    max-width: 504px;
    font-size: 36px;
  }

  .title.card {
    font-size: 20px;
  }

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

  .title.card-service {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .title.summary {
    font-size: 28px;
  }

  .title.home-perks-title-black {
    text-align: center;
  }

  .title.home-perks-title-black.hide-on-desktop {
    display: block;
  }

  .title.home-perks-title-black.hidden-on-tablet {
    display: none;
  }

  .title.home-hero-white {
    width: auto;
    font-size: 48px;
  }

  .title.home-hero-white.service {
    width: 13ch;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-white.rent-trust {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .title.tab {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .title.home-perks-title-blue {
    text-align: center;
    font-size: 36px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.checkout-right {
    flex-basis: auto;
  }

  .split-content.header-right {
    z-index: 9;
    position: relative;
  }

  .split-content.footer-content-bottom-left {
    text-align: center;
    flex-direction: column;
  }

  .split-content.content-top-more-positions-left {
    margin-bottom: 30px;
  }

  .split-content.plan-content {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.plan-sidebar {
    max-width: 100%;
  }

  .image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper.about-hero {
    border-radius: 50px;
    margin-bottom: 160px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 23px;
  }

  .image-wrapper.card-post-featured {
    align-self: center;
    max-width: 391px;
    margin-bottom: 50px;
  }

  .image-wrapper.post-item {
    max-width: 40%;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .image-wrapper.card-post-author {
    max-width: 258px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 20px;
  }

  .image-wrapper.card-contact-link-icon {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 30px;
  }

  .image-wrapper.team {
    max-width: 258px;
  }

  .image-wrapper.service {
    max-width: 400px;
    margin-top: 0;
  }

  .image.home-perks-featured-bottom-image {
    margin-top: -49px;
    margin-bottom: -77px;
    right: auto;
  }

  .image.card-home-perk-icon {
    margin-bottom: 26px;
  }

  .image.card-home-testimonial-about {
    height: 90px;
  }

  .image.cta-1 {
    max-width: 300px;
    bottom: auto;
    right: auto;
  }

  .image.home-download {
    margin-bottom: 38px;
    right: auto;
  }

  .image.cta-2 {
    max-width: 100%;
    margin-top: -64px;
    bottom: auto;
  }

  .image.step-mockup {
    width: 42%;
    max-width: 253px;
  }

  .image.step-mockup._2, .image.step-mockup.rent-trust-tab-image, .image.step-mockup.paie-tab-image-copy {
    width: 50%;
    position: relative;
  }

  .image.card-value {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image.timeline-dot {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .image.careers-perk-icon {
    margin-bottom: 28px;
  }

  .image.card-career-apply-icon {
    margin-right: 40px;
  }

  .image.home-hero-new {
    margin-bottom: 0;
  }

  .image.home-hero-new.mobile {
    max-width: 60%;
    margin-bottom: -40px;
    padding-top: 20px;
  }

  .image.tab-top-icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
  }

  .image.service-perks-featured-top-image, .image.service-perks-featured-top-image._2, .image.rent-hero-new {
    max-width: 70%;
  }

  .image.card-rent-perk-icon, .image.card-rent-perk-icon-2 {
    margin-bottom: 26px;
  }

  .image.card-servivce-icon {
    max-width: 100px;
    margin-bottom: 26px;
  }

  .image.rent-image {
    max-width: 30%;
  }

  .home-hero-content {
    text-align: center;
    max-width: 100%;
  }

  .home-hero-content.about {
    margin-top: 0;
    margin-bottom: 0;
  }

  .subtitle-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .subtitle-wrapper.home-testimonials, .subtitle-wrapper.home-hero, .subtitle-wrapper.careers-perks, .subtitle-wrapper.faqs, .subtitle-wrapper.contact {
    justify-content: center;
  }

  .subtitle-wrapper.white {
    justify-content: center;
    align-items: center;
  }

  .subtitle-wrapper.business-subtitle {
    justify-content: center;
  }

  .subtitle-line.home-testimonials, .subtitle-line.home-hero, .subtitle-line.careers-perks, .subtitle-line.blog-hero, .subtitle-line.faqs, .subtitle-line.contact, .subtitle-line.hidden-on-mobile {
    display: none;
  }

  ._2-buttons {
    margin-left: auto;
    margin-right: auto;
  }

  ._2-buttons.card-footer-download-buttons {
    display: block;
  }

  .home-hero-image-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 576px;
    margin-top: 20px;
    margin-right: 0;
  }

  .home-hero-image-wrapper.about {
    justify-content: center;
    align-items: center;
  }

  .home-hero-wrapper {
    flex-direction: column;
    margin-bottom: 90px;
  }

  .home-hero-wrapper.about, .home-hero-wrapper.service {
    align-items: center;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .bg.home-download {
    max-width: 100%;
    min-height: 30%;
    bottom: auto;
    left: 0;
  }

  .bg.cta-1-circle {
    width: 677px;
    min-width: 677px;
    min-height: 677px;
    bottom: auto;
    right: auto;
  }

  .bg.cta-2-circle {
    width: 107%;
    min-width: 107%;
    min-height: 134%;
    bottom: -291px;
    left: auto;
  }

  .bg.step-circle {
    width: 400px;
    min-width: 400px;
    min-height: 400px;
  }

  .bg.servicee-perks-featured-bottom-circle {
    background-size: auto 100%;
    width: 80vw;
  }

  .home-hero-partners {
    text-align: center;
    flex-direction: column;
  }

  .home-hero-partners-text {
    max-width: 580px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .home-perks-featured-top {
    flex-direction: column-reverse;
  }

  .home-perks-featured-top-content {
    text-align: center;
    max-width: none;
  }

  .home-perks-featured-top-content._2 {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .home-perks-featured-top-content-grid.mg-top-24px.gap-5 {
    place-items: stretch start;
  }

  .home-perks-featured-top-content-grid.mg-top-24px.gap-5.center-on-tablet {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-perks-featured-bottom {
    flex-direction: column;
  }

  .home-perks-featured-bottom-content {
    max-width: 630px;
    margin-bottom: 80px;
  }

  .cta-1-wrapper {
    flex-direction: column;
  }

  .cta-1-content {
    text-align: center;
    min-width: auto;
    max-width: 660px;
    margin-right: 0;
  }

  .container-medium-600px.home-perks, .container-medium-600px.about-team {
    margin-bottom: 50px;
  }

  .container-medium-600px.about-story {
    margin-bottom: 91px;
  }

  .container-medium-600px.careers-testimonials {
    margin-bottom: 50px;
  }

  .home-perks-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .home-perks-grid.mg-bottom-45 {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .home-perks-featured-top-image-wrapper {
    max-width: 576px;
  }

  .home-perks-featured-top-image-wrapper.our-story {
    max-width: 50%;
  }

  .home-perks-featured-bottom-image-wrapper {
    max-width: 576px;
  }

  .flex-vc.left {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .home-testimonials-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 50px;
  }

  .card-home-testimonial-about-name {
    font-size: 22px;
  }

  .card-home-testimonial-about-location {
    font-size: 18px;
  }

  .home-testimonials-title-wrapper {
    text-align: center;
    max-width: 720px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .home-testimonials-title-wrapper.center-full-width {
    overflow: hidden;
  }

  .home-download-wrapper {
    flex-direction: column;
  }

  .home-download-content {
    max-width: 630px;
    margin-bottom: 80px;
  }

  .cta-2-content {
    text-align: center;
    min-width: auto;
    max-width: 613px;
    margin-bottom: 80px;
  }

  .cta-1-image-wrapper {
    max-width: 754px;
  }

  .home-download-image-wrapper {
    max-width: 80%;
  }

  .cta-2-wrapper {
    flex-direction: column;
  }

  .cta-2-images-wrapper {
    max-width: none;
    margin-bottom: -213px;
    position: relative;
    right: auto;
  }

  .footer-content-top {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-content-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-menu-main-content.v2 {
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .footer-social-media-wrapper {
    max-width: 360px;
  }

  .footer-small-print {
    font-size: 14px;
  }

  .steps-tabs {
    flex-flow: row-reverse wrap-reverse;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-tabs.reverce-tablet {
    flex-flow: row-reverse wrap;
    margin-bottom: 0;
  }

  .steps-tabs-menu {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .steps-tabs-menu.right, .steps-tabs-content {
    max-width: 100%;
  }

  .step-images-wrapper {
    margin-right: 0;
  }

  .step-images-wrapper.right {
    justify-content: center;
    align-items: center;
  }

  .step-images-wrapper.left {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-achievements-wrapper {
    margin-bottom: 40px;
  }

  .about-hero-achievement-number {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .values-title-wrapper {
    max-width: 500px;
  }

  .about-team-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .timeline-center {
    min-width: 70px;
  }

  .timeline-dot {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .careers-perks-wrapper {
    flex-direction: column;
  }

  .careers-perks-content {
    text-align: center;
    min-width: auto;
    max-width: 576px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-perks-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .careers-testimonials-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 50px;
  }

  .content-top.open-positions {
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .content-top.more-positions {
    text-align: center;
    flex-direction: column;
  }

  .content-top.blog {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .content-top.more-articles {
    margin-bottom: 60px;
  }

  .content-top.blog-category {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .content-top.team-articles {
    margin-bottom: 60px;
  }

  .open-positions-grid {
    grid-template-columns: 1fr;
    max-width: 754px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-wrapper {
    flex-direction: column;
  }

  .career-content {
    max-width: 896px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-sidebar {
    max-width: 100%;
  }

  .more-positions-grid {
    grid-template-columns: 1fr;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-about-wrapper {
    margin-bottom: 20px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 43px;
  }

  .card-career-apply-content {
    flex: 1;
    max-width: 513px;
  }

  .card-career-apply-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .card-post-featured-content {
    margin-right: 0;
  }

  .blog-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .blog-grid._3col {
    grid-template-columns: 1fr;
  }

  .post-item-wrapper {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
  }

  .blog-hero-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-large-1162px.post {
    margin-bottom: 47px;
  }

  .post-content {
    margin-bottom: 100px;
  }

  .rich-text h3, .rich-text h4 {
    margin-top: 40px;
  }

  .rich-text figure {
    margin-bottom: 40px;
  }

  .rich-text h5, .rich-text h6 {
    margin-top: 40px;
  }

  .post-content-top {
    margin-bottom: 30px;
  }

  .card-post-author-content {
    flex: 1;
    min-width: 320px;
  }

  .card-post-author-content-top {
    margin-bottom: 27px;
  }

  .post-main-image-wrapper {
    margin-bottom: 67px;
  }

  .container-medium-672px.pricing {
    margin-bottom: 50px;
  }

  .faqs-wrapper {
    flex-direction: column;
  }

  .pricing-wrapper {
    flex-direction: column;
    margin-bottom: -60px;
    margin-right: 0;
  }

  .plan-item {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .card-plan-content {
    flex-direction: row;
    margin-top: 0;
  }

  .card-plan-content-top {
    max-width: 45%;
  }

  .card-plan-features-grid {
    grid-row-gap: 13px;
    margin-bottom: 35px;
  }

  .card-plan-price {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .faqs-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-content {
    max-width: 100%;
  }

  .card-faq-content-bottom {
    max-width: 718px;
  }

  .plan-feature-text {
    white-space: normal;
  }

  .faqs-title-content {
    position: static;
  }

  .plan-wrapper {
    flex-direction: column;
  }

  .plan-title-wrapper, .plan-features-title {
    margin-bottom: 20px;
  }

  .plan-features-grid {
    grid-row-gap: 13px;
  }

  .plan-content-top {
    margin-bottom: 60px;
  }

  .rich-text-career {
    max-width: none;
  }

  .rich-text-career h3, .rich-text-career h4 {
    margin-top: 40px;
  }

  .rich-text-career figure {
    margin-bottom: 40px;
  }

  .rich-text-career h5, .rich-text-career h6 {
    margin-top: 40px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 60px;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-title-wrapper {
    text-align: center;
    max-width: 472px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 340px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-social-media-link {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .text-area::placeholder {
    font-size: 14px;
  }

  .card-contact-link-content {
    max-width: 517px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 50px;
  }

  .team-content {
    flex: 1;
    min-width: 320px;
  }

  .team-content-top, .team-about-title-wrapper {
    margin-bottom: 20px;
  }

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

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    text-align: left;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    padding: 40px 0 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 40px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-arrow {
    font-size: 13px;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .cart {
    z-index: 99;
  }

  .header-menu-button-icon-wrapper {
    z-index: 1;
    border-radius: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 54px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .header-menu-button-icon-wrapper.close {
    padding: 10px;
    position: relative;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 23px;
    min-height: 20px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: var(--neutral-100);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .close-button {
    background-color: #fff;
    width: 54px;
    transition-property: none;
    position: relative;
  }

  .close-button:hover {
    transform: none;
  }

  .card-post-author-name-wrapper {
    margin-bottom: 16px;
  }

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

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .btn-index-cta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .card-index.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card-index.figma-file.reverse-tablet {
    flex-direction: column-reverse;
  }

  .image-home-link-wrapper {
    border-radius: 20px;
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .figma-file-text-wrapper.pd-large {
    padding-left: 56px;
    padding-right: 56px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.grid-footer-v3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mg-bottom-40px.mg-top-40px.hide-for-tablet {
    display: none;
  }

  .inner-container._385px.full-width-tablet {
    max-width: 100%;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .home-pages-cointainer {
    margin-top: 60px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .flex-vertical.left.center-on-tablet {
    justify-content: center;
    align-items: center;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .more-templates-badge-wrapper {
    right: 24px;
  }

  .line-blue {
    height: 4px;
  }

  .line-blue.hide-for-desktop {
    display: block;
  }

  .link {
    font-size: 16px;
  }

  .announcment {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .nav-link-a.dropdown {
    line-height: 1.3em;
  }

  .contact-image {
    max-width: 281px;
  }

  .contact-image.password {
    margin-top: 0;
  }

  .contact-image.payment, .contact-image.contact {
    margin-right: -40px;
  }

  .contact-image.register {
    margin-bottom: -30px;
    margin-right: -30px;
  }

  .contact-image.credit-card {
    margin-right: -40px;
  }

  .contact-image.login {
    width: 50%;
  }

  .corner {
    max-width: 40%;
  }

  .about-2nd-section-image-wrapper {
    max-width: 50%;
  }

  .about-perks-featured-top-content {
    max-width: 630px;
  }

  .service-perks-featured-top-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .service-perks-featured-top-content._2 {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .service-perks-featured-top-content.top-with-padding {
    margin-top: 0;
  }

  .service-perks-featured-top-image-wrapper {
    max-width: 576px;
    margin-top: 0;
  }

  .service-perks-featured-top-image-wrapper.our-story {
    max-width: 475px;
  }

  .service-perks-featured-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .service-perks-featured-top.rent-trust {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .service-perks-featured-top.flip-col-width {
    grid-template-columns: 1fr;
  }

  .service-perks-featured-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
  }

  .service-perks-featured-bottom-image-wrapper {
    max-width: 576px;
  }

  .service-perks-featured-bottom-image-wrapper.our-story {
    max-width: 475px;
  }

  .home-perks-featured-bottom-image-wrapper-copy {
    max-width: 576px;
  }

  .radio-button {
    margin-left: 0;
  }

  .radio-button-field {
    padding-left: 0;
  }

  .radio-button-label, .term-wrapper {
    font-size: 16px;
  }

  .mask, .slide {
    width: 100%;
  }

  .about-perks-featured-top {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .rent-hero-image-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .rent-hero-wrapper {
    flex-direction: column;
  }

  .line-vertical {
    display: none;
  }

  .black {
    font-size: 12px;
  }

  .blue-bold.table-header, .blue-bold.table-content {
    font-size: 18px;
  }

  .blue-link, .login-text {
    font-size: 16px;
  }

  .billing-image {
    max-width: 281px;
  }

  .grid {
    width: auto;
  }

  .grid-wrapper {
    overflow: visible;
  }

  .meneu {
    background-color: var(--black);
    outline-offset: 0px;
    border: 1px #000;
    border-radius: 6px;
    outline: 3px #555;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .meneu.closeleft {
    background-color: var(--primary-1);
    color: var(--primary-1);
    transform: translate(0, 11px)rotate(45deg);
  }

  .meneu.closeright {
    transform: translate(0, -6px)rotate(-45deg);
  }

  .locales-wrapper, .locales-wrapper.show-on-tablet {
    display: block;
  }

  .locales-wrapper.hidden {
    display: none;
  }

  .pi-text {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .multistep_radio-grid, .multistep_radio-grid._2 {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-button-submit {
    font-size: 16px;
  }

  .multistep_step-marker {
    width: 30px;
    height: 30px;
  }

  .icon-embed-xxsmall {
    width: 15px;
    height: 15px;
  }

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

  .number {
    font-size: 14px;
  }

  .start-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-width: 0;
    flex-flow: row;
    width: auto;
    max-width: none;
    padding: 10px 0;
    overflow: scroll;
  }

  .tab-icon-wrapper {
    display: none;
  }

  .tab-link-tab-1 {
    border-radius: 5.4px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--primary-1);
    color: var(--neutral-100);
    flex: none;
  }

  .tabs-content {
    background-color: var(--neutral-100);
    height: auto;
  }

  .tab-menu-text {
    box-sizing: content-box;
    text-align: center;
    flex: none;
    font-size: 14px;
  }

  .nav-button-list {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #315dc0;
    flex-direction: row;
    max-width: 343px;
    margin-top: -20px;
    margin-right: -20px;
    padding: 80px 21px 40px;
    display: block;
  }

  .nav-menu-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    box-shadow: none;
    text-align: center;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 25px 0 40px;
    display: flex;
  }

  .nav-link-2 {
    color: #fff;
    width: 100%;
    padding: 0 5px;
    font-weight: 400;
  }

  .nav-link-2:hover {
    color: #ffbb7c;
  }

  .nav-list {
    text-align: center;
    border-bottom: 1px #fff3;
  }

  .nnnouncment-wrapper {
    display: none;
  }

  .tab-container {
    margin-top: 40px;
  }

  .hero-service-wrapper {
    margin-top: 0;
  }

  .black-bold.table-header, .black-bold.table-content {
    font-size: 18px;
  }

  .flag {
    width: 20px;
  }

  .checkbox {
    margin-left: 0;
  }

  .nav-wrapper {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .tablet-menu {
    z-index: 999;
    align-self: flex-start;
    display: block;
    position: relative;
  }

  .nav-menu-wrapper-tablet {
    z-index: 1006;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 15px 30px 20px;
    position: absolute;
    inset: 0%;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    display: flex;
  }

  .nav-wrapper-tablet {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-2 {
    line-height: 1;
  }

  .div-block-4 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .space-between-gap-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    width: 8px;
  }

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

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 52px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 41px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  label {
    font-size: 12px;
  }

  blockquote {
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: 35px;
    font-size: 22px;
  }

  figcaption {
    margin-top: 10px;
  }

  .flex.gap-10.vertical-on-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary._2-buttons-button {
    font-size: 14px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    display: block;
  }

  .button-primary.header-button.outline-with-flag, .button-primary.header-button.without-outline-flag {
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
  }

  .button-primary._2-buttons-button-gradient, .button-primary.login-form, .button-primary._2-buttons-button-white {
    font-size: 14px;
  }

  .button-secondary._2-buttons-button.store-1 {
    margin-right: 20px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .button-secondary._2-buttons-button.store-2 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .button-secondary._2-buttons-button.store-footer-1 {
    margin-right: 0;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 140px;
  }

  .footer-nav {
    margin-right: 25px;
  }

  .section.home-hero {
    background-position: 100% 100%;
    background-size: 200%;
    padding-bottom: 45px;
  }

  .section.bg-neutral-200.steps {
    overflow: hidden;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.bg-primary-1.cta-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section.about-hero {
    padding-top: 77px;
    padding-bottom: 108px;
  }

  .section.careers-perks {
    padding-top: 58px;
    padding-bottom: 123px;
  }

  .section.career {
    padding-top: 72px;
    padding-bottom: 102px;
  }

  .section.blog-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section.post {
    padding-top: 77px;
    padding-bottom: 100px;
  }

  .section.pricing {
    padding-top: 77px;
    padding-bottom: 115px;
  }

  .section.plan {
    padding-top: 77px;
    padding-bottom: 105px;
  }

  .section.contact-hero, .section.blog-category, .section.team {
    padding-top: 77px;
  }

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

  .section.hero-page {
    padding-top: 60px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  .input {
    font-size: 14px;
  }

  .input::placeholder {
    font-size: 12px;
  }

  .input.login, .input.embedinput {
    min-height: 46px;
  }

  ._404-title {
    margin-bottom: 30px;
    font-size: 150px;
  }

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

  .divider.about-hero {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.card-plan {
    width: 100%;
    min-height: 1px;
    margin: 40px 0 33px;
  }

  .divider.plan {
    margin-top: 50px;
    margin-bottom: 46px;
  }

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

  .paragraph.home-perks-featured-top-content-paragraph, .paragraph.home-perks-featured-bottom-content-paragraph {
    margin-bottom: 30px;
  }

  .paragraph.neutral-300.cta-1, .paragraph.neutral-300.cta-2 {
    margin-bottom: 35px;
  }

  .paragraph.neutral-300.card-footer-download {
    margin-bottom: 35px;
    font-size: 14px;
  }

  .paragraph.card-home-perk {
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .paragraph.card-home-testimonial {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph.home-download {
    margin-bottom: 30px;
  }

  .paragraph.step-tab-link-paragraph {
    width: 100%;
    font-size: 16px;
  }

  .paragraph.home-testimonials {
    font-size: 16px;
  }

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

  .paragraph.careers-perk {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph.open-positions-contact {
    margin-bottom: 40px;
  }

  .paragraph.card-post-featured {
    margin-bottom: 35px;
  }

  .paragraph.post-item {
    margin-bottom: 30px;
  }

  .paragraph.faqs {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 35px;
  }

  .paragraph.contact-hero {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.contact-link {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.contact {
    margin-bottom: 33px;
  }

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

  .paragraph.about-second-section-text {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .paragraph.service-perks-featured-top-content-paragraph {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .paragraph.service-perks-featured-top-content-paragraph._2.no-mg-b {
    margin-bottom: 0;
  }

  .paragraph.service-paragraph {
    font-size: 16px;
  }

  .paragraph.card-rent {
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.rent-para, .paragraph.check, .paragraph.tab-subtitle {
    font-size: 16px;
  }

  .paragraph.text-center-on-mobile {
    text-align: center;
  }

  .paragraph.tab-subtitle-blue {
    font-size: 16px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-perk {
    width: 421.111px;
    padding: 40px 35px;
  }

  .card.home-testimonial {
    margin-left: 15px;
    margin-right: 0;
    padding: 43px 40px 46px;
  }

  .card.footer-download {
    padding: 52px 40px;
  }

  .card.value {
    padding: 44px 33px 42px;
  }

  .card.timeline-year {
    max-width: none;
    margin-bottom: 30px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .card.career-item {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.career-apply {
    flex-direction: column;
    align-items: center;
    padding: 43px 40px 50px;
    display: flex;
  }

  .card.post-featured {
    max-width: 100%;
    padding: 40px 44px 50px;
  }

  .card.post-author {
    text-align: center;
    flex-direction: column;
    padding: 45px 40px 56px;
  }

  .card.plan {
    padding: 0 35px 40px;
  }

  .card.faq {
    padding: 35px;
  }

  .card.get-plan.mobile {
    padding: 40px 35px 53px;
  }

  .card.contact-link {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 36px 35px 57px;
  }

  .card.contact {
    padding: 56px 35px;
  }

  .card.team {
    text-align: center;
    flex-direction: column;
    margin-top: 105px;
    margin-bottom: 60px;
    padding: 45px 40px 56px;
  }

  .card.default, .card.rent {
    padding: 40px 35px;
  }

  .card.billing {
    min-height: auto;
    padding: 56px 35px;
  }

  .card.billing.hidden-on-desktop {
    box-shadow: 0 18px 30px 0 var(--shadow-card-default);
    padding: 20px;
    display: block;
  }

  .card.password {
    padding: 56px 35px;
  }

  .card.pi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.personal {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.personal-flow {
    min-height: auto;
    padding: 56px 35px;
  }

  .card.services-choice {
    padding: 40px 35px;
  }

  .card.start {
    min-height: auto;
    padding: 56px 35px;
  }

  .card.info {
    min-height: auto;
  }

  .card.popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.register {
    padding: 56px 35px;
  }

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

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.neutral-100.cta-2 {
    max-width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.neutral-100.banner {
    font-size: 48px;
  }

  .title.card-home-perk {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .title.card-home-testimonial {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .title.footer-menu {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-post-author {
    margin-bottom: 8px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 4px;
  }

  .title.h3-size.card-get-plan {
    margin-bottom: 10px;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 8px;
  }

  .title.step-tab-link-title {
    font-size: 20px;
  }

  .title.home-testimonials {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks-featured-top-title {
    max-width: 441px;
  }

  .title.home-perks {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .title.about-hero {
    max-width: 656px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.h2-size.team-item-name {
    margin-bottom: 0;
  }

  .title.careers-perk {
    margin-bottom: 10px;
  }

  .title.careers-testimonials {
    max-width: 416px;
  }

  .title.open-positions {
    margin-bottom: 16px;
  }

  .title.card-career-item {
    margin-bottom: 10px;
  }

  .title.careers-perks {
    max-width: 364px;
  }

  .title.careers-hero {
    font-size: 38px;
  }

  .title.career {
    margin-bottom: 26px;
  }

  .title.card-post-featured {
    font-size: 28px;
  }

  .title.blog-hero {
    margin-bottom: 40px;
    font-size: 48px;
  }

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

  .title.post-item {
    max-width: 497px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-plan-features {
    margin-bottom: 10px;
  }

  .title.faqs {
    font-size: 36px;
  }

  .title.plan {
    margin-right: 10px;
  }

  .title.h1-size {
    font-size: 43px;
  }

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

  .title.category {
    margin-right: 10px;
  }

  .title.team-about, .title.team-articles {
    margin-right: 8px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .title.home-hero-gradiant, .title.home-hero-gradiant.rent-trust, .title.home-hero-gradiant.paie {
    font-size: 36px;
  }

  .title.step-tab-link-title-2 {
    font-size: 32px;
  }

  .title.our-story {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .title.service {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.business {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title.card-rent {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .title.rent-perks-featured-top-title {
    max-width: 441px;
  }

  .title.privacy {
    max-width: 441px;
    font-size: 32px;
  }

  .title.card {
    font-size: 18px;
  }

  .title.card-service {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .title.summary {
    font-size: 24px;
  }

  .title.home-perks-title-black {
    font-size: 32px;
  }

  .title.home-perks-title-black.smaller {
    font-size: 28px;
  }

  .title.home-hero-white, .title.home-hero-white.rent-trust {
    font-size: 36px;
  }

  .title.tab {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .title.home-perks-title-blue {
    font-size: 32px;
  }

  .split-content.header-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .split-content.content-top-more-positions-left, .split-content.content-top-more-articles-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-team-articles-left {
    justify-content: center;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.about-hero {
    border-radius: 40px;
    margin-bottom: 100px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 20px;
  }

  .image-wrapper.card-post-featured {
    max-width: 430px;
    margin-bottom: 40px;
  }

  .image-wrapper.post-item {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper.post-author-link-image {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
  }

  .image-wrapper.card-post-author {
    max-width: 215px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.card-contact-link-icon {
    border-radius: 26px;
    width: 93px;
    min-width: 93px;
    min-height: 93px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image-wrapper.team {
    max-width: 215px;
    margin-bottom: 35px;
  }

  .image.home-hero-1 {
    margin-bottom: -36px;
  }

  .image.home-hero-partner-logo {
    max-width: 114px;
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .image.card-home-perk-icon {
    margin-bottom: 22px;
  }

  .image.card-home-testimonial-about {
    border-radius: 23px;
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    margin-right: 20px;
  }

  .image.cta-1 {
    margin-bottom: -147px;
  }

  .image.cta-2 {
    margin-top: -38px;
  }

  .image.step-mockup.rent-trust-tab-image, .image.step-mockup.paie-tab-image-copy {
    width: 70%;
  }

  .image.card-value {
    border-radius: 25px;
    width: 78px;
    min-width: 78px;
    min-height: 78px;
    margin-bottom: 20px;
  }

  .image.careers-perk-icon {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    margin-bottom: 20px;
  }

  .image.card-career-apply-icon {
    max-width: 94px;
    margin-bottom: 23px;
    margin-right: 0;
  }

  .image.home-hero-new {
    margin-bottom: -36px;
  }

  .image.tab-top-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }

  .image.card-rent-perk-icon, .image.card-rent-perk-icon-2, .image.card-servivce-icon {
    margin-bottom: 22px;
  }

  .image.about-hero-new {
    margin-bottom: -36px;
  }

  .licenses-link-image-container {
    height: auto;
  }

  .subtitle-wrapper {
    margin-bottom: 15px;
  }

  .subtitle-wrapper.center.blog-category {
    justify-content: flex-start;
  }

  .subtitle-wrapper.faqs {
    display: none;
  }

  .subtitle-line {
    width: 33px;
  }

  .subtitle-line.hidden.blog-category, .subtitle-line.hidden-on-mobile.blog-category {
    display: block;
  }

  ._2-buttons.card-footer-download-buttons {
    flex-direction: column;
    max-width: 438px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home-hero-wrapper {
    margin-bottom: 75px;
  }

  .home-hero-wrapper.about, .home-hero-wrapper.service {
    margin-bottom: 60px;
  }

  .bg.home-hero-circle {
    width: auto;
    min-width: 105%;
    min-height: auto;
    padding-top: 105%;
    right: -16.5px;
  }

  .bg.cta-1-circle {
    width: auto;
    min-width: 94%;
    min-height: auto;
    padding-top: 94%;
  }

  .bg.cta-2-circle {
    width: auto;
    min-width: 90%;
    min-height: auto;
    padding-top: 90%;
    bottom: auto;
  }

  .bg.servicee-perks-featured-bottom-circle {
    background-position: 50%;
    background-size: 94%;
  }

  .home-hero-partners-logos {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
    margin-right: -30px;
  }

  .home-hero-partners-text {
    margin-bottom: 25px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
  }

  .home-perks-featured-top-content-grid {
    margin-bottom: 35px;
  }

  .home-perks-featured-top-content-grid.mg-top-24px.gap-5 {
    justify-content: center;
  }

  .home-perks-featured-bottom-content {
    margin-bottom: 60px;
  }

  .container-medium-600px.home-perks, .container-medium-600px.about-team, .container-medium-600px.about-story, .container-medium-600px.careers-testimonials {
    margin-bottom: 40px;
  }

  .home-perks-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .home-perks-grid._2-col {
    grid-template-columns: 1fr;
  }

  .flex-vc.left._2 {
    padding-left: 0;
  }

  .home-testimonials-grid {
    margin-bottom: 40px;
  }

  .card-home-testimonial-about-wrapper {
    margin-left: -54px;
  }

  .card-home-testimonial-about-name {
    font-size: 18px;
  }

  .card-home-testimonial-about-location {
    font-size: 16px;
  }

  .home-testimonials-title-wrapper {
    margin-bottom: 20px;
  }

  .home-download-content {
    margin-bottom: 60px;
  }

  .home-download-features-grid {
    margin-bottom: 35px;
  }

  .cta-1-image-wrapper, .home-download-image-wrapper {
    max-width: 100%;
  }

  .cta-2-images-wrapper {
    margin-bottom: 0;
  }

  .footer-menu-wrapper.first {
    margin-bottom: 40px;
    margin-right: 30px;
  }

  .footer-menu-main-content {
    flex-wrap: wrap;
  }

  .footer-menu-main-content.v2 {
    margin-top: 50px;
  }

  .footer-small-print {
    font-size: 12px;
  }

  .steps-tabs.reverce-tablet.no-mg-on-mobile {
    margin-bottom: 0;
  }

  .steps-tabs-menu {
    margin-bottom: 40px;
  }

  .steps-tabs-menu.no-mg-bottom-on-mobile {
    margin-bottom: 0;
  }

  .step-images-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-perks-featured-bottom-content-grid {
    margin-bottom: 35px;
  }

  .about-hero-achievements-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 504px;
    margin-bottom: 30px;
  }

  .about-hero-achievement-wrapper {
    width: 174.531px;
  }

  .about-hero-achievement-number {
    margin-bottom: 4px;
    font-size: 40px;
  }

  .about-hero-vision-mission-wrapper {
    flex-direction: column;
  }

  .about-hero-vision-mission-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .about-hero-vision-mission-content.last {
    margin-bottom: 0;
  }

  .values-title-wrapper {
    max-width: 400px;
    margin-bottom: 40px;
  }

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

  .card-value-content {
    max-width: none;
  }

  .about-team-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-wrapper {
    flex-direction: column;
  }

  .timeline-left {
    height: auto;
  }

  .timeline-center {
    display: none;
  }

  .timeline-right {
    align-self: auto;
    height: auto;
    margin-bottom: -30px;
  }

  .careers-perks-content {
    margin-bottom: 60px;
  }

  .careers-perks-grid {
    grid-template-columns: 1fr;
    max-width: 503px;
  }

  .careers-perk-wrapper {
    text-align: center;
  }

  .careers-testimonials-grid, .content-top.open-positions {
    margin-bottom: 40px;
  }

  .content-top.more-positions {
    text-align: left;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.blog {
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.more-articles {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.blog-category {
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.team-articles {
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .open-positions-grid {
    margin-bottom: 40px;
  }

  .card-career-item-title-wrapper {
    margin-bottom: 20px;
  }

  .card-career-item-about-wrapper {
    margin-right: -15px;
  }

  .card-career-item-apply-button {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .card-career-item-about {
    margin-right: 15px;
    font-size: 16px;
  }

  .card-career-item-content-bottom {
    padding-top: 22px;
  }

  .career-content {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .career-about-wrapper {
    margin-bottom: 15px;
    margin-right: -15px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 36px;
  }

  .card-career-apply-content {
    max-width: none;
  }

  .card-career-apply-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 500px;
  }

  .card-post-featured-content-top {
    margin-bottom: 0;
  }

  .card-post-featured-date, .card-post-featured-author-name {
    font-size: 14px;
  }

  .categories-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .category-button {
    padding: 10.9px 19.2px;
    font-size: 14px;
  }

  .blog-grid {
    grid-row-gap: 83px;
  }

  .post-item-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .post-item-content-bottom {
    flex-wrap: wrap;
  }

  .post-item-date {
    margin-bottom: 15px;
  }

  .container-large-1162px.post {
    margin-bottom: 40px;
  }

  .post-content {
    margin-bottom: 80px;
  }

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

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

  .rich-text h3, .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .post-content-top {
    margin-bottom: 20px;
  }

  .post-content-about-divider {
    margin-left: 20px;
    margin-right: 16px;
  }

  .card-post-author-content {
    min-width: auto;
  }

  .card-post-author-social-media-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .card-post-author-social-media-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-main-image-wrapper {
    margin-bottom: 56px;
  }

  .container-medium-672px.pricing {
    margin-bottom: 40px;
  }

  .pricing-wrapper {
    margin-bottom: -50px;
  }

  .plan-item {
    margin-top: 33px;
    margin-bottom: 50px;
  }

  .card-plan-content {
    flex-direction: column;
    margin-top: -33px;
  }

  .card-plan-content-top {
    max-width: 386px;
  }

  .card-plan-features-grid {
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }

  .card-plan-price {
    margin-bottom: 0;
  }

  .faqs-title-wrapper {
    margin-bottom: 40px;
  }

  .faq-icon-wrapper {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .faq-icon-1 {
    width: 20px;
  }

  .faq-icon-2 {
    min-height: 20px;
  }

  .plan-title-wrapper {
    margin-bottom: 16px;
  }

  .plan-features-title {
    margin-bottom: 15px;
  }

  .plan-features-grid {
    grid-row-gap: 10px;
  }

  .card-get-plan-price {
    font-size: 32px;
  }

  .add-cart-option-list {
    margin-bottom: 28px;
  }

  .plan-content-top {
    margin-bottom: 50px;
  }

  .rich-text-career h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .rich-text-career p {
    margin-bottom: 20px;
  }

  .rich-text-career blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career h3 {
    margin-top: 33px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rich-text-career h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-career ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career figure {
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .rich-text-career h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-career ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career h6 {
    margin-top: 33px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 50px;
  }

  .contact-hero-grid {
    justify-items: stretch;
  }

  .contact-title-wrapper {
    margin-bottom: 60px;
  }

  .contact-form {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contact-form.login, .contact-form.password {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-form.payment, .contact-form.register {
    grid-template-columns: 1fr;
  }

  .text-area::placeholder {
    font-size: 12px;
  }

  .text-area._2 {
    font-size: 14px;
  }

  .category-title-wrapper.blog-category {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .team-content {
    min-width: auto;
  }

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

  .team-social-media-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .team-social-media-link {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .dropdown-nav-main-wrapper {
    margin-bottom: -35px;
    padding-top: 30px;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .empty-state {
    padding: 50px 35px;
  }

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

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .btn-index-cta {
    padding: 20px 32px;
  }

  .btn-index-cta.button-row {
    margin-right: 16px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    border-radius: 16px;
    max-width: 209px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 48px;
    padding-right: 48px;
  }

  .grid-3-columns, .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .home-pages-cointainer {
    margin-top: 40px;
  }

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

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .badge-home {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .arrow {
    width: 12px;
  }

  .link {
    font-size: 14px;
  }

  .contact-image.password {
    max-height: 200px;
  }

  .contact-image.personal {
    margin-right: -30px;
  }

  .contact-image.contact {
    display: block;
  }

  .contact-image.login {
    margin-bottom: -54px;
    padding-top: 40px;
  }

  .corner {
    max-width: 39%;
  }

  .about-perks-featured-top-content {
    margin-bottom: 60px;
  }

  .service-perks-featured-bottom {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .radio-button {
    width: 20px;
  }

  .radio-button-field {
    padding-left: 0;
  }

  .radio-button-label, .term-wrapper {
    font-size: 14px;
  }

  .service-absolute {
    max-width: 320px;
  }

  .black {
    font-size: 10px;
  }

  .blue-bold.table-header, .blue-bold.table-content {
    font-size: 16px;
  }

  .blue-bold.table-content.gray.mg-bottom-0px-on-mobile {
    margin-bottom: 0;
  }

  .blue-bold.table-content.gray.mg-b10 {
    margin-bottom: 10px;
  }

  .blue-bold.table-content.mg-bottom-0px-on-mobile {
    margin-bottom: 0;
  }

  .blue-bold.table-content.text-header-card {
    color: var(--primary-1);
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
  }

  .blue-link, .login-text {
    font-size: 14px;
  }

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

  .hidden-on-mobile {
    display: none;
  }

  .grid.mg-top-24px.col2 {
    border-bottom-width: 2px;
    grid-template-columns: .75fr 1fr;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid.col2 {
    border-bottom-width: 0;
    grid-template-columns: .75fr 1fr;
    align-content: center;
    margin-bottom: 10px;
  }

  .grid-wrapper.hidden-on-desktop {
    display: block;
  }

  .meneu.closeleft {
    transform: translate(0, 10px)rotate(45deg);
  }

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

  .pi-text {
    font-size: 14px;
  }

  .flex-v.left {
    justify-content: center;
    align-items: center;
  }

  .multistep_lead-form-wrapper {
    width: 90vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-button-next {
    font-size: 14px;
  }

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

  .multistep_radio-grid {
    grid-auto-flow: row;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-button-submit {
    font-size: 14px;
  }

  .multistep_step-marker {
    width: 20px;
    height: 20px;
  }

  .icon-embed-xxsmall {
    width: 10px;
    height: 10px;
  }

  .number {
    font-size: 16px;
  }

  .grid-success-wrap {
    grid-template-columns: .75fr;
  }

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

  .tab-menu-text {
    font-size: 12px;
  }

  .nav-menu-2 {
    border-radius: 0;
  }

  .nav-link-2 {
    display: inline-block;
  }

  .black-bold.table-header, .black-bold.table-content {
    font-size: 16px;
  }

  .flag {
    width: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 41px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  a {
    font-size: 11px;
  }

  label {
    font-size: 12px;
  }

  blockquote {
    padding-top: 42px;
    padding-bottom: 54px;
    padding-left: 25px;
    font-size: 20px;
  }

  .flex.space-between {
    flex-flow: column;
  }

  .flex.space-between.max706 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.banner-cta {
    padding-left: 16px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    border-radius: 5px;
    padding: 11px 19px;
    font-size: 10.8px;
    display: block;
  }

  .button-primary.small, .button-primary.large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary._2-buttons-button {
    margin-right: 0;
    font-size: 10.8px;
  }

  .button-primary.header-button.outline-with-flag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-width: 2px;
    padding-right: 16px;
    font-size: 10px;
  }

  .button-primary.header-button.without-outline-flag {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-right: 16px;
    font-size: 10px;
  }

  .button-primary.blog-post-category {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-primary._2-buttons-button-gradient {
    margin-left: auto;
    margin-right: auto;
    padding: 11px 19px;
    font-size: 14px;
  }

  .button-primary._2-buttons-button-gradient.outline-gray {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary._2-buttons-button-gradient._2 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .button-primary.login-form {
    font-size: 10.8px;
  }

  .button-primary._2 {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 10.8px;
  }

  .button-primary._2-buttons-button-white {
    margin-left: auto;
    margin-right: auto;
    padding: 11px 19px;
    font-size: 14px;
  }

  .button-secondary {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .button-secondary.small, .button-secondary.large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-secondary._2-buttons-button.store-1 {
    margin-right: 0;
  }

  .header {
    z-index: 999;
  }

  .header-logo {
    height: 36px;
  }

  .header-navigation {
    margin-right: 0;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 130px;
  }

  .nav-link.small {
    font-size: 13px;
  }

  .menu-button {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 10px;
    font-size: 26px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-nav.last {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo {
    width: 201px;
    height: 42.3px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section.home-hero {
    background-position: 100% 135%;
    background-size: 250%;
    height: auto;
    padding-top: 22px;
  }

  .section.home-hero.about {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-primary-1.cta-2 {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section.bg-primary-1.banner {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section.about-hero {
    padding-top: 61px;
    padding-bottom: 87px;
  }

  .section.home-perks.pd-bottom-80 {
    padding-top: 0;
  }

  .section.careers-perks {
    padding-top: 47px;
    padding-bottom: 98px;
  }

  .section.career {
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .section.blog-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section.post {
    padding-top: 61px;
    padding-bottom: 80px;
  }

  .section.pricing {
    padding-top: 61px;
    padding-bottom: 92px;
  }

  .section.plan {
    padding-top: 61px;
    padding-bottom: 84px;
  }

  .section.contact-hero, .section.blog-category, .section.team {
    padding-top: 61px;
  }

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

  .section.hero-page {
    background-image: linear-gradient(to top, var(--primary-1) 35%, transparent 35%);
  }

  .section.gradiant-liner.padding-bottom-last-one-zero-pd-top-mobile, .section.tab-section {
    padding-top: 0;
  }

  .section.tab-section.after-first-section {
    padding-top: 40px;
  }

  .section.pd-bottom-0px-on-mobile {
    padding-bottom: 0;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 56px 25px;
  }

  .input {
    min-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .input::placeholder {
    font-size: 12px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 125px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .divider.about-hero {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .divider.card-plan {
    margin-top: 33px;
    margin-bottom: 28px;
  }

  .divider.plan {
    margin-bottom: 40px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .paragraph {
    font-size: 14px;
  }

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

  .paragraph.home-perks-featured-top-content-paragraph {
    text-align: center;
  }

  .paragraph.neutral-300.card-footer-download {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .paragraph.card-home-perk {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .paragraph.card-home-testimonial {
    font-size: 14px;
  }

  .paragraph.step-tab-link-paragraph {
    padding-left: 32px;
    font-size: 12.6px;
  }

  .paragraph.step-tab-link-paragraph.pd-20-on-mobile {
    padding-left: 20px;
  }

  .paragraph.step-tab-link-paragraph._2 {
    font-size: 16px;
  }

  .paragraph.home-testimonials {
    font-size: 12.6px;
  }

  .paragraph.careers-hero, .paragraph.open-positions-contact {
    margin-bottom: 35px;
  }

  .paragraph.job-description-summary {
    max-width: 425px;
  }

  .paragraph.card-post-featured {
    margin-bottom: 30px;
  }

  .paragraph.post-item {
    margin-bottom: 25px;
  }

  .paragraph.faqs {
    text-align: center;
    font-size: 10.8px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 30px;
  }

  .paragraph.contact-link {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .paragraph.contact {
    margin-bottom: 28px;
  }

  .paragraph.about-second-section-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph.vision, .paragraph.service-perks-featured-top-content-paragraph {
    text-align: center;
    font-size: 14px;
  }

  .paragraph.service-paragraph {
    font-size: 12.6px;
  }

  .paragraph.card-rent {
    font-size: 10.8px;
  }

  .paragraph.rent-para {
    text-align: center;
    font-size: 14px;
  }

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

  .paragraph.tab-subtitle {
    font-size: 12.6px;
  }

  .paragraph.tab-subtitle.pd-20-on-mobile {
    padding-left: 20px;
  }

  .paragraph.tab-subtitle-blue {
    font-size: 12.6px;
  }

  .paragraph.tab-subtitle-blue.pd-20-on-mobile {
    padding-left: 20px;
  }

  .paragraph-small {
    font-size: 10.8px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.home-perk {
    border-radius: 15.75px;
    max-width: 300px;
    padding: 33px 25px;
  }

  .card.home-testimonial {
    padding: 36px 25px;
  }

  .card.footer-download {
    padding: 43px 25px;
  }

  .card.step-tab-link {
    border-radius: 15px;
    padding-left: 20px;
  }

  .card.step-tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.step-tab-link._2.w--current {
    padding: 30px 20px;
  }

  .card.value {
    padding: 37px 25px 35px;
  }

  .card.timeline-year {
    padding: 33px 25px;
  }

  .card.career-item {
    padding: 33px 25px 40px;
  }

  .card.career-apply {
    padding: 34px 25px 40px;
  }

  .card.post-featured {
    padding: 33px 25px 40px;
  }

  .card.post-author {
    padding: 38px 25px 46px;
  }

  .card.plan {
    padding-bottom: 33px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.faq {
    padding: 30px 25px;
  }

  .card.get-plan.mobile {
    padding: 33px 25px 44px;
  }

  .card.contact-link {
    padding: 30px 25px 48px;
  }

  .card.contact {
    padding: 47px 25px;
  }

  .card.team {
    margin-top: 111px;
    margin-bottom: 50px;
    padding: 38px 25px 46px;
  }

  .card.default {
    padding: 33px 25px;
  }

  .card.rent {
    padding: 30px 20px;
  }

  .card.billing, .card.password, .card.pi {
    padding: 47px 25px;
  }

  .card.personal {
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 2.24px 1.8px 18px #243a8e26;
  }

  .card.personal-flow {
    padding: 47px 25px;
  }

  .card.services-choice {
    max-width: 244.35px;
    padding: 33px 25px;
  }

  .card.start {
    padding: 47px 25px;
  }

  .card.info {
    padding-left: 0;
    padding-right: 0;
  }

  .card.popup {
    padding: 47px 25px;
  }

  .card.flex-horizental {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.register {
    padding: 47px 16px;
  }

  .checkout-form {
    padding-bottom: 100px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.order-item-title {
    font-size: 20px;
  }

  .title.neutral-100.cta-2 {
    max-width: none;
  }

  .title.neutral-100.banner {
    font-size: 43.2px;
  }

  .title.card-home-perk {
    text-align: center;
    font-size: 18px;
  }

  .title.card-home-perk.bigger {
    font-size: 18px;
  }

  .title.card-home-testimonial {
    font-size: 16px;
  }

  .title.footer-menu {
    margin-bottom: 11px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-post-author, .title.h3-size.card-plan {
    margin-bottom: 0;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 6px;
  }

  .title.step-tab-link-title {
    font-size: 16.2px;
  }

  .title.step-tab-link-title._2 {
    font-size: 20px;
  }

  .title.home-testimonials {
    max-width: 334px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks-featured-bottom-title {
    max-width: 358px;
  }

  .title.home-perks-featured-top-title {
    text-align: center;
    max-width: 358px;
  }

  .title.home-hero {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks {
    max-width: 343px;
  }

  .title.about-hero {
    font-size: 33px;
  }

  .title.h2-size {
    font-size: 23px;
  }

  .title.about-team {
    max-width: 358px;
  }

  .title.careers-testimonials {
    max-width: 313px;
  }

  .title.careers-perks {
    max-width: 80%;
  }

  .title.careers-hero {
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    overflow: visible;
  }

  .title.career {
    margin-bottom: 22px;
  }

  .title.card-post-featured {
    font-size: 24.3px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.faqs {
    text-align: center;
    font-size: 28.8px;
  }

  .title.faq {
    margin-right: 15px;
    font-size: 16.2px;
  }

  .title.h1-size {
    font-size: 36px;
  }

  .title.contact {
    margin-bottom: 20px;
    font-size: 21.6px;
  }

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

  .title.password {
    font-size: 28px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 22px;
  }

  .title.cart-item-title {
    font-size: 20px;
  }

  .title.home-hero-gradiant {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-gradiant.rent-trust, .title.home-hero-gradiant.paie {
    font-size: 32px;
  }

  .title.step-tab-link-title-2 {
    font-size: 16.2px;
  }

  .title.our-story {
    text-align: center;
    font-size: 34.2px;
  }

  .title.service {
    max-width: 343px;
  }

  .title.business {
    max-width: 334px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.card-rent {
    font-size: 16.2px;
  }

  .title.rent-perks-featured-top-title {
    text-align: center;
    max-width: 358px;
  }

  .title.billing {
    margin-bottom: 20px;
    font-size: 21.6px;
  }

  .title.privacy {
    text-align: center;
    max-width: 358px;
    font-size: 28.8px;
  }

  .title.password {
    margin-bottom: 20px;
    font-size: 21.6px;
  }

  .title.card {
    font-size: 16.2px;
  }

  .title.payment, .title.billing-copy, .title.pi, .title.personal {
    margin-bottom: 20px;
    font-size: 21.6px;
  }

  .title.personal.center-mobile {
    text-align: center;
  }

  .title.card-service {
    font-size: 16.2px;
  }

  .title.summary {
    margin-bottom: 20px;
    font-size: 21.6px;
  }

  .title.summary.delet {
    font-size: 24px;
  }

  .title.home-perks-title-black {
    text-align: center;
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks-title-black.smaller {
    font-size: 24px;
  }

  .title.home-hero-white {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-white.rent-trust {
    font-size: 32px;
  }

  .title.tab {
    font-size: 16.2px;
  }

  .title.home-perks-title-blue {
    text-align: center;
    max-width: 358px;
  }

  .split-content.header-right {
    flex: 1;
    margin-right: 20px;
  }

  .split-content.footer-content-bottom-left {
    margin-bottom: 20px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.about-hero {
    border-radius: 30px;
    margin-bottom: 83px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 15px;
  }

  .image-wrapper.card-post-featured {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .image-wrapper.post-item {
    margin-bottom: 25px;
  }

  .image-wrapper.post-author-link-image {
    margin-right: 6px;
  }

  .image-wrapper.card-post-author {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-plan-icon {
    border-radius: 22px;
    width: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .image-wrapper.card-contact-link-icon {
    border-radius: 22px;
    width: 78px;
    min-width: 78px;
    min-height: 78px;
    margin-bottom: 20px;
  }

  .image-wrapper.team {
    max-width: 180px;
  }

  .image-wrapper.cart-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.service {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .image.home-hero-1 {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: -20px;
  }

  .image.home-hero-partner-logo {
    max-width: 95px;
    margin-right: 25px;
  }

  .image.home-perk-featured-top-icon {
    max-width: 16px;
    margin-right: 10px;
  }

  .image.home-perk-featured-bottom-icon {
    margin-right: 10px;
  }

  .image.home-perks-featured-top-image {
    max-width: 105%;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .image.home-perks-featured-bottom-image {
    margin-top: -21px;
    margin-bottom: -42px;
  }

  .image.card-home-perk-icon {
    max-width: 90px;
    margin-bottom: 20px;
  }

  .image.card-home-testimonial-about {
    border-radius: 20px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin-right: 10px;
  }

  .image.home-download-feature-icon {
    margin-right: 10px;
  }

  .image.cta-1 {
    left: -10px;
  }

  .image.home-download {
    margin-top: -15px;
  }

  .image.cta-2 {
    margin-bottom: -36px;
  }

  .image.step-mockup {
    max-width: 80%;
  }

  .image.step-mockup._2, .image.step-mockup.rent-trust-tab-image, .image.step-mockup.paie-tab-image-copy {
    width: 70%;
  }

  .image.card-value {
    border-radius: 20px;
    width: 65px;
    min-width: 65px;
    min-height: 65px;
    margin-bottom: 15px;
  }

  .image.careers-perk-icon {
    border-radius: 15px;
    width: 65px;
    min-width: 65px;
    min-height: 65px;
    margin-bottom: 15px;
  }

  .image.card-career-apply-icon {
    max-width: 78px;
    margin-bottom: 20px;
  }

  .image.card-post-featured-author {
    width: 26px;
    min-width: 26px;
    min-height: 26px;
    margin-right: 10px;
  }

  .image.home-hero-new {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: -20px;
  }

  .image.home-hero-new.mobile {
    max-width: 75%;
    margin-bottom: 10px;
  }

  .image.tab-top-icon {
    max-width: 9px;
    margin-right: 10px;
  }

  .image.home-perks-featured-top-image-copy, .image.home-perks-featured-top-image-copy-copy {
    max-width: 105%;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .image.about-2nd-section-image {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .image.service-perks-featured-top-image {
    top: auto;
    left: auto;
  }

  .image.service-perks-featured-top-image.business, .image.rent-hero-new {
    max-width: 100%;
  }

  .image.card-rent-perk-icon, .image.card-rent-perk-icon-2, .image.card-servivce-icon {
    max-width: 110px;
    margin-bottom: 20px;
  }

  .image.about-hero-new {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .image.rent-image {
    max-width: 110px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .order-summary-subtotal {
    font-size: 16px;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .cart-button {
    margin-right: 20px;
  }

  .cart-container {
    border-width: 0;
    border-radius: 0;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    margin-bottom: 40px;
  }

  .home-hero-content.rent-hero-wrapper, .home-hero-content.rent {
    margin-bottom: 20px;
  }

  .subtitle-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .subtitle-wrapper.home-testimonials, .subtitle-wrapper.business-subtitle {
    justify-content: center;
    align-items: center;
  }

  .subtitle-line {
    width: 28px;
    margin-right: 10px;
  }

  .subtitle-line.home-testimonials {
    display: block;
  }

  .subtitle-line.hidden-on-mobile {
    display: none;
  }

  ._2-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  ._2-buttons.card-footer-download-buttons {
    max-width: none;
  }

  .home-hero-wrapper {
    margin-bottom: 63px;
  }

  .home-hero-wrapper.about, .home-hero-wrapper.service {
    margin-bottom: 0;
  }

  .bg.home-hero-circle {
    min-width: 100%;
    padding-top: 100%;
    top: auto;
    right: auto;
  }

  .bg.home-perks-featured-top-circle {
    width: auto;
    min-height: auto;
    padding-top: 100%;
  }

  .bg.home-download {
    min-height: 25%;
  }

  .bg.home-perks-featured-bottom-circle {
    width: auto;
    min-width: 77%;
    min-height: auto;
    padding-top: 77%;
    bottom: -4px;
    left: -40px;
  }

  .bg.cta-2-circle {
    bottom: auto;
  }

  .bg.step-circle {
    width: 200px;
    min-width: 200px;
    min-height: 200px;
    padding-top: 50%;
  }

  .bg.about-us-circle {
    width: auto;
    min-height: auto;
    padding-top: 100%;
  }

  .bg.servicee-perks-featured-bottom-circle {
    background-size: 99%;
    width: 100vw;
  }

  .home-hero-partners-logos {
    margin-right: -25px;
  }

  .home-hero-partners-text {
    max-width: 313px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .home-perks-featured-top-content-grid.mg-top-24px {
    margin-bottom: 30px;
  }

  .container-medium-600px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-perks-grid {
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .home-perks-grid._2-col {
    grid-template-columns: 1fr;
  }

  .flex-vc {
    align-items: stretch;
  }

  .card-home-testimonial-about-wrapper {
    margin-left: -40px;
  }

  .card-home-testimonial-about-name {
    margin-bottom: 0;
    font-size: 14.4px;
  }

  .card-home-testimonial-about-location {
    font-size: 12.6px;
    line-height: 1.6em;
  }

  .home-testimonials-title-wrapper {
    text-align: left;
    margin-bottom: 10px;
  }

  .home-download-content {
    margin-bottom: 50px;
  }

  .footer-content-top {
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-menu-wrapper.last {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-wrapper.first {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
  }

  .footer-menu-main-content {
    flex-flow: column;
    align-items: center;
    margin-right: 0;
  }

  .footer-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
    margin-right: -15px;
  }

  .footer-social-media-wrapper.gap-10 {
    flex-flow: row;
    margin-bottom: 10px;
  }

  .footer-small-print {
    font-size: 13px;
  }

  .footer-social-media-link {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .footer-social-media-link.icon-18px {
    width: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: 0;
  }

  .step-images-wrapper {
    margin-right: auto;
  }

  .about-hero-achievements-wrapper {
    margin-bottom: 20px;
  }

  .about-hero-achievement-wrapper {
    width: 155.141px;
  }

  .about-hero-achievement-number {
    margin-bottom: 0;
    font-size: 33px;
  }

  .about-hero-achievement-text {
    font-size: 16px;
  }

  .about-hero-vision-mission-content {
    margin-bottom: 35px;
  }

  .values-title-wrapper {
    max-width: 300px;
  }

  .about-team-grid {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .container-large-1113px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .careers-perks-content {
    min-width: auto;
    margin-bottom: 50px;
  }

  .content-top.more-positions {
    align-items: stretch;
  }

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

  .content-top.more-articles {
    align-items: stretch;
  }

  .content-top.blog-category {
    margin-bottom: 40px;
  }

  .content-top.team-articles {
    align-items: stretch;
  }

  .card-career-item-content-top {
    flex-wrap: wrap;
  }

  .card-career-item-title-wrapper {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .card-career-item-apply-button {
    margin-bottom: 15px;
    padding: 13px 12px;
    font-size: 14px;
  }

  .card-career-item-content-bottom {
    padding-top: 18px;
  }

  .career-content {
    margin-bottom: 50px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 30px;
  }

  .card-career-apply-perk-icon {
    margin-right: 10px;
  }

  .card-post-featured-content-top {
    align-items: center;
  }

  .link-underline.post-item {
    margin-right: 10px;
  }

  .card-post-featured-author-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
  }

  .card-post-featured-date {
    margin-bottom: 10px;
    font-size: 10.2px;
  }

  .card-post-featured-author-name {
    font-size: 10.2px;
  }

  .categories-wrapper.tab {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-right: 0;
  }

  .category-item {
    margin-right: 11px;
  }

  .category-button {
    font-size: 10.8px;
  }

  .category-button.all.w--current {
    margin-right: 11px;
  }

  .blog-grid {
    grid-row-gap: 80px;
  }

  .post-item-wrapper {
    box-shadow: 1.8px 1.44px 14.22px #243a8e26;
  }

  .post-item-date {
    font-size: 10.8px;
  }

  .container-large-1162px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-large-1162px.post {
    margin-bottom: 35px;
  }

  .post-content {
    margin-bottom: 60px;
  }

  .rich-text h3, .rich-text h4 {
    margin-top: 28px;
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text figure {
    margin-bottom: 28px;
  }

  .rich-text h5, .rich-text h6 {
    margin-top: 28px;
  }

  .post-content-top {
    margin-bottom: 15px;
  }

  .post-content-about {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .post-author-link {
    font-size: 16px;
  }

  .post-content-about-divider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-date {
    font-size: 16px;
  }

  .card-post-author-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }

  .card-post-author-social-media-link {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .post-main-image-wrapper {
    margin-bottom: 47px;
  }

  .container-medium-672px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-wrapper {
    margin-bottom: -40px;
  }

  .plan-item {
    margin-bottom: 40px;
  }

  .card-plan-features-grid {
    grid-row-gap: 8px;
    margin-bottom: 25px;
  }

  .plan-feature-wrapper {
    font-size: 16px;
  }

  .plan-feature-dot {
    margin-right: 10px;
  }

  .card-plan-price {
    font-size: 25px;
  }

  .faq-icon-wrapper {
    border-radius: 10.8px;
    width: 35px;
    min-height: 35px;
  }

  .faq-icon-1 {
    width: 17px;
  }

  .faq-icon-2 {
    min-height: 17px;
  }

  .plan-title-wrapper, .plan-features-title {
    margin-bottom: 10px;
  }

  .plan-features-grid {
    grid-row-gap: 8px;
  }

  .card-get-plan-price {
    font-size: 26px;
  }

  .add-cart-option-list {
    margin-bottom: 23px;
  }

  .select-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plan-content-top {
    margin-bottom: 40px;
  }

  .rich-text-career h2 {
    font-size: 20px;
  }

  .rich-text-career h3 {
    margin-top: 28px;
    font-size: 18px;
  }

  .rich-text-career h4 {
    margin-top: 28px;
  }

  .rich-text-career img {
    border-radius: 20px;
  }

  .rich-text-career figure {
    margin-bottom: 28px;
  }

  .rich-text-career h5, .rich-text-career h6 {
    margin-top: 28px;
  }

  .container-medium-728px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 40px;
  }

  .card-contact-link-text {
    font-size: 15px;
  }

  .contact-title-wrapper {
    margin-bottom: 50px;
  }

  .contact-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }

  .contact-social-media-link {
    margin-bottom: 15px;
  }

  .contact-form {
    grid-row-gap: 20px;
  }

  .contact-form.register {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .input-wrapper.margin-bottom--20-on-mobile {
    margin-bottom: -20px;
  }

  .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-area::placeholder {
    font-size: 10.8px;
  }

  .team-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }

  .team-social-media-link {
    margin-bottom: 15px;
    margin-right: 15px;
  }

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

  .dropdown-nav-main-wrapper {
    margin-bottom: -32px;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 15px;
  }

  .cart {
    flex: none;
  }

  .header-menu-button-icon-wrapper {
    height: 50px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .cart-item {
    flex-wrap: wrap;
  }

  .cart-item-wrapper {
    flex-direction: column;
  }

  .cart-header, .cart-footer, .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .empty-state {
    padding: 40px 25px;
  }

  .empty-state.cart-empty {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-nav-link {
    line-height: 1;
  }

  .team-members-number {
    font-size: 70px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn-index-cta {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-index-cta.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .home-surprises-card {
    border-radius: 22px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .buttons-row.center {
    align-items: stretch;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .arrow {
    width: 10px;
  }

  .flex-wrapper-tab {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .line-blue {
    border-radius: 7.2px;
    width: 27px;
    height: 2.7px;
  }

  .footer-col-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link {
    font-size: 14px;
  }

  .announcment {
    padding: 10px 16px;
  }

  .nav-link-a {
    font-size: 12px;
  }

  .contact-image.password {
    margin-top: 20px;
    margin-bottom: -40px;
  }

  .contact-image.personal {
    margin-right: -25px;
  }

  .contact-image.contact {
    width: 90%;
    margin-bottom: -15px;
    margin-right: auto;
    padding-top: 10px;
  }

  .contact-image.register {
    margin-right: -10px;
  }

  .contact-image.login {
    width: 60%;
    margin-bottom: -45px;
    margin-right: -25px;
  }

  .about-2nd-section-image-wrapper {
    max-width: 100%;
  }

  .about-perks-featured-top-content {
    margin-bottom: 0;
  }

  .radio-button {
    border-radius: 4px;
    flex: none;
    width: 16px;
    height: 16px;
  }

  .radio-button-field {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .radio-button-label, .term-wrapper {
    font-size: 12.6px;
  }

  .arrow-left {
    width: 40px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .right-arrow {
    width: 40px;
  }

  .about-perks-featured-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-absolute {
    max-width: 260px;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .blue-bold.table-header {
    font-size: 14.2px;
  }

  .blue-bold.table-content {
    font-size: 14.4px;
  }

  .center-auto.mg-top-40px._2 {
    margin-top: 20px;
  }

  .blue-link, .login-text {
    font-size: 12.6px;
  }

  .grid.mg-top-24px.col2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid.col2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr;
  }

  .meneu.closeright {
    transform: translate(0, -7px)rotate(-45deg);
  }

  .locales-wrapper {
    z-index: 1;
  }

  .pi-text {
    font-size: 12.6px;
  }

  .multistep_lead-form-wrapper {
    width: 100%;
  }

  .multistep_lead-form-wrapper:focus {
    outline-offset: 0px;
    outline: 3px #333;
    box-shadow: 0 0 #0000;
  }

  .multistep_form-segment {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 100%;
  }

  .form-input::placeholder {
    font-size: .875rem;
  }

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

  .multistep_radio-field {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: .875rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .multistep_form-slider {
    width: 100%;
  }

  .slider-button-next {
    padding: 10px 28px;
    font-size: 10.8px;
  }

  .slider-button-next.start {
    font-size: 12px;
  }

  .slider-button-back {
    border-radius: 5px;
    align-self: stretch;
    padding: 11px 28px;
    font-size: 14px;
  }

  .multistep_radio-button-label {
    font-size: 1rem;
  }

  .multistep_radio-button-label.is-budget {
    font-size: .875rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .multistep_buttons-wrapper {
    justify-content: center;
    align-items: center;
  }

  .slider-button-submit {
    padding: 12px 24px;
    font-size: 10.8px;
  }

  .field-label {
    font-size: .875rem;
  }

  .number {
    font-size: 14px;
  }

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

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

  .semi-bold.smaller.inner-title {
    font-size: 20px;
  }

  .tab-menu-text {
    font-size: 10.8px;
  }

  .nav-menu-wrapper {
    margin-top: -10px;
    margin-right: -23px;
  }

  .nav-menu-2 {
    grid-row-gap: 15px;
    flex-direction: column;
    overflow: visible;
  }

  .nav-link-2.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-button-header {
    font-size: 16px;
    line-height: 26px;
  }

  .previous-button, .reset-form-button {
    padding: 10px 28px;
  }

  .flex-mobile {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .black-bold.table-header {
    font-size: 14.2px;
  }

  .black-bold.table-content {
    font-size: 14.4px;
  }

  .flag {
    width: 15px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .nav-menu-wrapper-tablet {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .navbar-wrapper {
    z-index: 999;
    background-color: var(--neutral-100);
    position: sticky;
    top: 0;
  }

  .flex-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .inner-title {
    font-size: 18px;
  }
}

#w-node-_97d12455-5edf-025e-7451-2b19510c5c00-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5c07-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5c0e-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5c2c-93b0bd47, #w-node-_1a0c8f0d-3b48-3729-f336-9401b78c428e-93b0bd47, #w-node-d884677f-f0b4-4931-bc85-e29df2fe398b-93b0bd47, #w-node-_0ff45397-6194-63eb-11c5-5c8db4aeb4e6-93b0bd47, #w-node-_681dbd37-d2fd-25a1-3cf9-e42acbe393cd-93b0bd47, #w-node-_65ef1f5d-1104-d556-3b88-d34adf939741-93b0bd47, #w-node-_32d88b1f-33fc-a6dd-f91e-486d223e85cc-93b0bd47, #w-node-_331b9962-ed71-6585-6ce9-abd2379107cc-93b0bd47, #w-node-fd1ac118-f733-023d-ff4b-c5d06d21625d-93b0bd47, #w-node-_23f4e49d-921b-bcc8-4e6b-e3d9ec81f256-93b0bd47, #w-node-_8684373a-53c6-75e8-8a85-eee32bb768b4-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5ca8-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5caf-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cb2-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cb4-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cbc-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cc9-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5ccc-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cce-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cd6-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cdd-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5ce2-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cec-93b0bd47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_760430e8-224a-9629-8c6a-014f558642e1-93b0bd55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72971c21-8756-2e1e-0881-1676bb524877-93b0bd55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-da86ab84-bd06-e77c-fae4-1362fe928d0b-93b0bd5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-93b0bd68, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-93b0bd68, #w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-93b0bd68, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-93b0bd68, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-93b0bd68, #w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-93b0bd68 {
  align-self: end;
}

#w-node-c67c03c9-bb88-60b6-c722-5e76b29d2ff3-7042932c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d76077aa-245a-73be-871d-c3bc05e8d6df-7042932c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13d6d6e6-e9e5-c7c4-c415-7125cdb4669c-7042932c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_760430e8-224a-9629-8c6a-014f558642e1-50ac0d9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-50ac0d9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-d1016a9f-ae09-39ac-7410-323973a3335e-0a77fd26 {
  align-self: start;
}

#w-node-_760430e8-224a-9629-8c6a-014f558642e1-4aba8a11, #w-node-f52a165b-6e69-f823-61ed-7283f0b04d33-4aba8a11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fd062d6-5cbe-3f3c-3eb9-52b734518724-4aba8a11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_776a562c-1b6d-7fe7-a312-3474d8e47ae5-4aba8a11 {
  justify-self: start;
}

#w-node-_40562ec7-8014-a848-e69b-20e0ef34e8a6-8d366ab5 {
  align-self: start;
}

#w-node-_6faf7bf2-2e83-46df-ae07-5729bd67bb5e-c5f1b9f8 {
  align-self: stretch;
}

#w-node-_238b69fb-c36e-c830-946d-71cbfb888fdd-c5f1b9f8 {
  justify-self: end;
}

#w-node-_0e9f497e-c03c-d429-1d59-76e065c87547-c5f1b9f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0e9f497e-c03c-d429-1d59-76e065c8754b-c5f1b9f8 {
  align-self: center;
}

#w-node-_8d5956c8-fede-fa3c-b9ca-61b53b3bf83c-93f5be1f {
  align-self: start;
}

#w-node-d2458345-221c-fdcb-e78c-56f4e5b7ac4e-93f5be1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2458345-221c-fdcb-e78c-56f4e5b7ac52-93f5be1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2c9d31ae-3800-61d8-beac-89101fe5899e-0a976338, #w-node-_34522184-8b0d-be14-de9d-622e1aee1cf0-0a976338 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe8d0607-5b76-e776-355b-8cf00fe2bb16-0a976338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba2fda27-dfa7-b82f-d51e-8f7b2969607f-0a976338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5863f031-3a21-8f4b-0c89-873f73f70ef8-0a976338, #login.w-node-_5863f031-3a21-8f4b-0c89-873f73f70efd-0a976338, #w-node-_825af02e-37e0-2fe6-8535-98a1e637eb83-0a976338, #w-node-f8244b03-a783-7c05-22b3-f9d85f6aac22-0a976338 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea6cdcc7-ef35-6e22-ff90-7d65b4ca9ee2-afd9537a {
  align-self: center;
}

#w-node-_2c9d31ae-3800-61d8-beac-89101fe5899e-40be14ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-40be14ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2c9d31ae-3800-61d8-beac-89101fe5899e-78e58a0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-78e58a0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_03695e3e-93d0-bcd3-5927-6d1b36256e23-9cca26c1, #w-node-_9d92b90a-def8-132e-6893-59d539d6112b-9cca26c1, #w-node-a1d58f2e-37e7-bcdb-cc8c-fc3c94fe407b-9cca26c1, #w-node-a1d58f2e-37e7-bcdb-cc8c-fc3c94fe407f-9cca26c1, #w-node-_5dd8fcd5-d871-cd2c-012d-adb2e2b4e16b-9cca26c1, #w-node-_5dd8fcd5-d871-cd2c-012d-adb2e2b4e16f-9cca26c1, #w-node-_28d95b7c-1f69-67c6-5e4b-d430a07e0d62-9cca26c1, #w-node-_28d95b7c-1f69-67c6-5e4b-d430a07e0d66-9cca26c1 {
  justify-self: end;
}

#w-node-bf06e836-e0fa-dc63-c099-d3919f24918b-9cca26c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-9cca26c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ea6cdcc7-ef35-6e22-ff90-7d65b4ca9ee2-6ee715ff {
  align-self: center;
}

#w-node-_710a6c4e-08cf-1b52-d4e7-162d4d5e9e14-6ee715ff {
  place-self: center end;
}

#w-node-_395a2c47-a093-6f66-6b26-fd63bf5a6c5c-6ee715ff {
  align-self: center;
}

#w-node-da52a654-3c2d-7d38-9eb5-c4015d587ef1-6ee715ff {
  place-self: center end;
}

#w-node-bf5a95ed-cb0c-8a89-483d-75181fe59dc7-6ee715ff {
  align-self: center;
}

#w-node-f9157eec-b166-34a5-f2fc-03e9de2d5eb7-6ee715ff {
  place-self: center end;
}

#w-node-_27907912-5fa2-cbf9-0133-ed12fce12878-6ee715ff {
  align-self: center;
}

#w-node-edbf7e98-c15f-54c8-3321-435866ecf122-6ee715ff {
  place-self: center end;
}

#w-node-_1fdfe5d8-b1cb-8687-32fd-3ce7ac6651d0-6ee715ff {
  align-self: center;
}

#w-node-e1ebce61-cb10-c4bf-977b-9f462ac04dcb-6ee715ff {
  place-self: center end;
}

#w-node-_2bbdf772-ac07-e499-5b77-20449555de62-6ee715ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c72febaa-c622-f49b-9574-a2df956a2f45-6ee715ff {
  justify-self: end;
}

#w-node-_3c962335-8de3-ffcb-2853-b2eaed93aef1-6ee715ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca89fd-45626cf3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a00-45626cf3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a01-45626cf3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a04-45626cf3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a05-45626cf3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a08-45626cf3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a09-45626cf3, #w-node-_75c07874-143b-2623-1284-15583d2f1a88-45626cf3, #w-node-_2c58481d-a16e-6129-834e-c042300a0994-45626cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59c9e28f-8ac3-5b76-85b9-d4cca896d704-45626cf3, #w-node-_6fe58ab8-b283-a743-c10a-08a3ab768dc1-45626cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01bfac11-14ed-7964-c0d3-ae60e5e08396-45626cf3, #w-node-_4a36b814-3a27-080b-1ee1-6bc51659e94c-0754b7ef {
  justify-self: start;
}

#w-node-_0e4419ad-95bc-3161-90c3-72d1dad14099-0754b7ef, #w-node-_7873141f-46e6-4135-3124-207a04a9e593-0754b7ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9cbeb122-2b59-b17c-9bc5-28f33c070ee0-0754b7ef {
  align-self: stretch;
}

#w-node-_9cbeb122-2b59-b17c-9bc5-28f33c070ef9-0754b7ef {
  align-self: center;
}

#w-node-a96227c1-0149-7ec5-08b0-7046cf825d3c-0754b7ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f800f8ae-3b76-db85-02d8-98cebb941081-0754b7ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_760430e8-224a-9629-8c6a-014f558642e1-63e12acd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-63e12acd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f52a165b-6e69-f823-61ed-7283f0b04d33-3a965c50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dfa85969-7dc2-7a61-be77-bbfae3e82348-3a965c50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_776a562c-1b6d-7fe7-a312-3474d8e47ae5-3a965c50 {
  justify-self: start;
}

#w-node-c41a2974-c2a3-342a-bd15-c7511c611a84-32426b9b, #w-node-de51747c-0970-6b5e-e6f8-c9a8a21d0b93-32426b9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a73da3f-b308-f5bd-46d3-b304ce81a305-32426b9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_776a562c-1b6d-7fe7-a312-3474d8e47ae5-32426b9b {
  justify-self: start;
}

#w-node-e4b22cd3-8aed-eb03-2987-1dcdaaa063bb-58556124 {
  justify-self: end;
}

#w-node-bc653e5e-04d8-6e87-9a9e-643a43c6c94f-58556124 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc653e5e-04d8-6e87-9a9e-643a43c6c951-58556124 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ce5d2897-f3ed-ea59-ebc7-d985cb15cd04-5ae4a0c3 {
  justify-self: start;
}

#w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca89fd-1bf2b0a3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a00-1bf2b0a3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a01-1bf2b0a3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a04-1bf2b0a3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a05-1bf2b0a3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a08-1bf2b0a3, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a09-1bf2b0a3, #w-node-_75c07874-143b-2623-1284-15583d2f1a88-1bf2b0a3, #w-node-_2c58481d-a16e-6129-834e-c042300a0994-1bf2b0a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59c9e28f-8ac3-5b76-85b9-d4cca896d704-1bf2b0a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01bfac11-14ed-7964-c0d3-ae60e5e08396-1bf2b0a3 {
  justify-self: start;
}

#w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca89fd-fea6af7e, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a00-fea6af7e, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a01-fea6af7e, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a04-fea6af7e, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a05-fea6af7e, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a08-fea6af7e, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a09-fea6af7e, #w-node-_75c07874-143b-2623-1284-15583d2f1a88-fea6af7e, #w-node-_2c58481d-a16e-6129-834e-c042300a0994-fea6af7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01bfac11-14ed-7964-c0d3-ae60e5e08396-fea6af7e {
  justify-self: start;
}

#w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca89fd-0dff8054, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a00-0dff8054, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a01-0dff8054, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a04-0dff8054, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a05-0dff8054, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a08-0dff8054, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a09-0dff8054, #w-node-_75c07874-143b-2623-1284-15583d2f1a88-0dff8054, #w-node-_2c58481d-a16e-6129-834e-c042300a0994-0dff8054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01bfac11-14ed-7964-c0d3-ae60e5e08396-0dff8054 {
  justify-self: start;
}

#w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca89fd-72984e01, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a00-72984e01, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a01-72984e01, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a04-72984e01, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a05-72984e01, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a08-72984e01, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a09-72984e01, #w-node-_75c07874-143b-2623-1284-15583d2f1a88-72984e01, #w-node-_2c58481d-a16e-6129-834e-c042300a0994-72984e01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fe58ab8-b283-a743-c10a-08a3ab768dc1-72984e01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01bfac11-14ed-7964-c0d3-ae60e5e08396-72984e01 {
  justify-self: start;
}

#w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca89fd-a2924aff, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a00-a2924aff, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a01-a2924aff, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a04-a2924aff, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a05-a2924aff, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a08-a2924aff, #w-node-f080d5e7-2ab3-2ae2-1e71-b38cc7ca8a09-a2924aff, #w-node-_75c07874-143b-2623-1284-15583d2f1a88-a2924aff, #w-node-_2c58481d-a16e-6129-834e-c042300a0994-a2924aff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01bfac11-14ed-7964-c0d3-ae60e5e08396-a2924aff {
  justify-self: start;
}

#w-node-_143309fa-89cd-2a7f-b4d8-ffa87229acec-371be96d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01bfac11-14ed-7964-c0d3-ae60e5e08396-371be96d, #w-node-ce5d2897-f3ed-ea59-ebc7-d985cb15cd04-6d07fa7a {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-ba2fda27-dfa7-b82f-d51e-8f7b2969607f-0a976338 {
    align-self: stretch;
  }

  #w-node-_8205e800-0a1e-c5de-8390-6f13e604bd7b-afd9537a, #w-node-_1778e6fd-3f2e-c49a-feaa-bbf36b7e0e4d-afd9537a, #w-node-dfa86c4e-ad5a-9a98-9645-fcf107237106-afd9537a, #w-node-_315c3909-006c-b753-0d08-6169397a12ba-afd9537a, #w-node-fafd23cf-49ad-3a2a-01c6-472d2cd9f15c-afd9537a, #w-node-_58cbf76e-85f3-6705-8da5-283d6079c37b-afd9537a, #w-node-_0d37b4d1-060e-7262-e621-7da9c7b76dc8-afd9537a, #w-node-_06645dab-cca5-201e-afd2-b223cfd59f57-afd9537a, #w-node-_9c6ac9ff-f359-57f0-28fb-39a5737095a0-afd9537a, #w-node-d7e7fd1e-e0f2-2d08-cbe3-a080897900f8-afd9537a, #w-node-d7e7fd1e-e0f2-2d08-cbe3-a080897900ff-afd9537a, #w-node-d7e7fd1e-e0f2-2d08-cbe3-a08089790106-afd9537a, #w-node-d7e7fd1e-e0f2-2d08-cbe3-a0808979010d-afd9537a, #w-node-_71970fdc-66f3-b061-9514-ddcd6c090365-afd9537a, #w-node-_71970fdc-66f3-b061-9514-ddcd6c09036c-afd9537a, #w-node-_71970fdc-66f3-b061-9514-ddcd6c090373-afd9537a, #w-node-_71970fdc-66f3-b061-9514-ddcd6c09037a-afd9537a, #w-node-_5780e600-e13e-c147-0095-a36ca9aafe32-afd9537a, #w-node-_5780e600-e13e-c147-0095-a36ca9aafe39-afd9537a, #w-node-_5780e600-e13e-c147-0095-a36ca9aafe40-afd9537a, #w-node-_5780e600-e13e-c147-0095-a36ca9aafe47-afd9537a {
    align-self: center;
  }

  #w-node-_2c9d31ae-3800-61d8-beac-89101fe5899e-40be14ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a0c449c6-8bb3-2cf2-cd4f-2e9e94e21841-45626cf3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a36b814-3a27-080b-1ee1-6bc51659e94c-0754b7ef {
    justify-self: start;
  }

  #w-node-de51747c-0970-6b5e-e6f8-c9a8a21d0b8e-32426b9b, #w-node-a0c449c6-8bb3-2cf2-cd4f-2e9e94e21841-1bf2b0a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d80c046d-4ea0-4cb6-9016-5b693afec40a-1bf2b0a3, #w-node-_38a6af0d-6d8b-aba3-8536-4d5c98f10427-1bf2b0a3, #w-node-d80c046d-4ea0-4cb6-9016-5b693afec40a-371be96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_97d12455-5edf-025e-7451-2b19510c5cb4-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cce-93b0bd47, #w-node-c67c03c9-bb88-60b6-c722-5e76b29d2ff3-93b0bd60 {
    order: -9999;
  }

  #w-node-c67c03c9-bb88-60b6-c722-5e76b29d2ff3-7042932c {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_13d6d6e6-e9e5-c7c4-c415-7125cdb4669c-7042932c {
    grid-column: span 1 / span 1;
  }

  #w-node-d1016a9f-ae09-39ac-7410-323973a3335e-0a77fd26 {
    order: 9999;
    place-self: center;
  }

  #w-node-d1016a9f-ae09-39ac-7410-323973a33361-0a77fd26 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_8eeab431-71e2-ded0-f5f0-3b449e202fa3-0a77fd26 {
    order: 9999;
  }

  #w-node-b1db500a-efb5-348a-86d8-acebe62c1c6b-0a77fd26 {
    place-self: center;
  }

  #w-node-cc47ac65-ea55-7962-6b8a-edb0a76c8b66-8d366ab5, #w-node-_383b9350-d8a5-1b4c-3236-319471da02ac-8d366ab5, #w-node-_6223fa28-8c11-7b55-851f-7c3106c15c16-c5f1b9f8 {
    order: 9999;
    place-self: center;
  }

  #w-node-_6faf7bf2-2e83-46df-ae07-5729bd67bb5e-c5f1b9f8, #w-node-_238b69fb-c36e-c830-946d-71cbfb888fdd-c5f1b9f8 {
    justify-self: center;
  }

  #w-node-_0e9f497e-c03c-d429-1d59-76e065c87547-c5f1b9f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_0e9f497e-c03c-d429-1d59-76e065c87548-c5f1b9f8 {
    place-self: center;
  }

  #w-node-_6223fa28-8c11-7b55-851f-7c3106c15c16-22d8a986 {
    order: 9999;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97d12455-5edf-025e-7451-2b19510c5cb4-93b0bd47, #w-node-_97d12455-5edf-025e-7451-2b19510c5cce-93b0bd47 {
    order: -9999;
  }

  #w-node-_76904cd0-e180-da1c-5331-c413df4cdc65-93b0bd50, #w-node-_76904cd0-e180-da1c-5331-c413df4cdc70-93b0bd50, #w-node-_76904cd0-e180-da1c-5331-c413df4cdc7a-93b0bd50 {
    justify-self: center;
  }

  #w-node-_760430e8-224a-9629-8c6a-014f558642e1-93b0bd55 {
    grid-column: span 1 / span 1;
  }

  #w-node-_72971c21-8756-2e1e-0881-1676bb524877-93b0bd55 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7a9b70ca-729b-345f-8a9f-0eae65e9f97d-65e9f97c, #w-node-_7a9b70ca-729b-345f-8a9f-0eae65e9f988-65e9f97c, #w-node-_7a9b70ca-729b-345f-8a9f-0eae65e9f992-65e9f97c {
    justify-self: center;
  }

  #w-node-_760430e8-224a-9629-8c6a-014f558642e1-50ac0d9f, #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-50ac0d9f {
    grid-column: span 1 / span 1;
  }

  #w-node-_9473067d-509f-04bc-0bd2-5a24b44e64e0-0a77fd26, #w-node-_9473067d-509f-04bc-0bd2-5a24b44e64eb-0a77fd26, #w-node-_9473067d-509f-04bc-0bd2-5a24b44e64f5-0a77fd26 {
    justify-self: center;
  }

  #w-node-_760430e8-224a-9629-8c6a-014f558642e1-4aba8a11, #w-node-f52a165b-6e69-f823-61ed-7283f0b04d33-4aba8a11, #w-node-d2458345-221c-fdcb-e78c-56f4e5b7ac4e-93f5be1f, #w-node-d2458345-221c-fdcb-e78c-56f4e5b7ac52-93f5be1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_2c9d31ae-3800-61d8-beac-89101fe5899e-0a976338, #w-node-_34522184-8b0d-be14-de9d-622e1aee1cf0-0a976338 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe8d0607-5b76-e776-355b-8cf00fe2bb16-0a976338, #w-node-ba2fda27-dfa7-b82f-d51e-8f7b2969607f-0a976338 {
    grid-column: span 1 / span 1;
  }

  #w-node-fafd23cf-49ad-3a2a-01c6-472d2cd9f15f-afd9537a, #w-node-_58cbf76e-85f3-6705-8da5-283d6079c37e-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58cbf76e-85f3-6705-8da5-283d6079c37b-afd9537a {
    justify-self: end;
  }

  #w-node-_0d37b4d1-060e-7262-e621-7da9c7b76dc5-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d37b4d1-060e-7262-e621-7da9c7b76dc8-afd9537a {
    justify-self: end;
  }

  #w-node-_06645dab-cca5-201e-afd2-b223cfd59f54-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06645dab-cca5-201e-afd2-b223cfd59f57-afd9537a {
    justify-self: end;
  }

  #w-node-_9c6ac9ff-f359-57f0-28fb-39a57370959d-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c6ac9ff-f359-57f0-28fb-39a5737095a0-afd9537a {
    justify-self: end;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a080897900f5-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a080897900f8-afd9537a {
    justify-self: end;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a080897900fc-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a080897900ff-afd9537a {
    justify-self: end;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a08089790103-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a08089790106-afd9537a {
    justify-self: end;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a0808979010a-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7e7fd1e-e0f2-2d08-cbe3-a0808979010d-afd9537a {
    justify-self: end;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c090362-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c090365-afd9537a {
    justify-self: end;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c090369-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c09036c-afd9537a {
    justify-self: end;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c090370-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c090373-afd9537a {
    justify-self: end;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c090377-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71970fdc-66f3-b061-9514-ddcd6c09037a-afd9537a {
    justify-self: end;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe2f-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe32-afd9537a {
    justify-self: end;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe36-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe39-afd9537a {
    justify-self: end;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe3d-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe40-afd9537a {
    justify-self: end;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe44-afd9537a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5780e600-e13e-c147-0095-a36ca9aafe47-afd9537a {
    justify-self: end;
  }

  #w-node-_2c9d31ae-3800-61d8-beac-89101fe5899e-40be14ad, #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-40be14ad, #w-node-_2c9d31ae-3800-61d8-beac-89101fe5899e-78e58a0e, #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-78e58a0e, #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-9cca26c1, #w-node-_0e4419ad-95bc-3161-90c3-72d1dad14099-0754b7ef, #w-node-_7873141f-46e6-4135-3124-207a04a9e593-0754b7ef {
    grid-column: span 1 / span 1;
  }

  #w-node-a96227c1-0149-7ec5-08b0-7046cf825d3c-0754b7ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f800f8ae-3b76-db85-02d8-98cebb941081-0754b7ef, #w-node-_760430e8-224a-9629-8c6a-014f558642e1-63e12acd {
    grid-column: span 1 / span 1;
  }

  #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-63e12acd {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-f52a165b-6e69-f823-61ed-7283f0b04d33-3a965c50, #w-node-dfa85969-7dc2-7a61-be77-bbfae3e82348-3a965c50, #w-node-_1a73da3f-b308-f5bd-46d3-b304ce81a305-32426b9b {
    grid-column: span 1 / span 1;
  }

  #w-node-a8361efe-21e0-3686-db3a-612ae2e85851-58556124, #w-node-a8361efe-21e0-3686-db3a-612ae2e8585c-58556124, #w-node-a8361efe-21e0-3686-db3a-612ae2e85866-58556124, #w-node-e4b22cd3-8aed-eb03-2987-1dcdaaa063bb-58556124, #w-node-e4b22cd3-8aed-eb03-2987-1dcdaaa063c6-58556124 {
    justify-self: center;
  }

  #w-node-bc653e5e-04d8-6e87-9a9e-643a43c6c94f-58556124, #w-node-bc653e5e-04d8-6e87-9a9e-643a43c6c951-58556124 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72971c21-8756-2e1e-0881-1676bb524877-93b0bd55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c67c03c9-bb88-60b6-c722-5e76b29d2ff3-7042932c, #w-node-_13d6d6e6-e9e5-c7c4-c415-7125cdb4669c-7042932c {
    grid-column: span 1 / span 1;
  }

  #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-50ac0d9f {
    justify-self: stretch;
  }

  #w-node-_8eeab431-71e2-ded0-f5f0-3b449e202fa3-0a77fd26 {
    justify-self: center;
  }

  #w-node-_0fd062d6-5cbe-3f3c-3eb9-52b734518724-4aba8a11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d2458345-221c-fdcb-e78c-56f4e5b7ac52-93f5be1f {
    justify-self: stretch;
  }

  #w-node-fe8d0607-5b76-e776-355b-8cf00fe2bb16-0a976338 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba2fda27-dfa7-b82f-d51e-8f7b2969607f-0a976338 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }

  #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-40be14ad {
    justify-self: center;
  }

  #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-78e58a0e, #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-9cca26c1 {
    justify-self: stretch;
  }

  #w-node-_6fe58ab8-b283-a743-c10a-08a3ab768dc1-45626cf3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e4419ad-95bc-3161-90c3-72d1dad14099-0754b7ef, #w-node-_7873141f-46e6-4135-3124-207a04a9e593-0754b7ef, #w-node-f800f8ae-3b76-db85-02d8-98cebb941081-0754b7ef {
    justify-self: stretch;
  }

  #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-63e12acd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-dfa85969-7dc2-7a61-be77-bbfae3e82348-3a965c50, #w-node-_1a73da3f-b308-f5bd-46d3-b304ce81a305-32426b9b, #w-node-bc653e5e-04d8-6e87-9a9e-643a43c6c951-58556124 {
    justify-self: stretch;
  }

  #w-node-_6fe58ab8-b283-a743-c10a-08a3ab768dc1-72984e01, #w-node-_143309fa-89cd-2a7f-b4d8-ffa87229acec-371be96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Finance X Template';
  src: url('../fonts/icons-finance-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}