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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

h1 {
  color: #1f2432;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3em;
}

h2 {
  color: #1f2432;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.333em;
}

h3 {
  color: #1f2432;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.286em;
}

h4 {
  color: #1f2432;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

h5 {
  color: #1f2432;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: #1f2432;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
}

a {
  color: #2662fa;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover {
  color: #ff414c;
}

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

li {
  margin-bottom: 16px;
}

img {
  display: inline-block;
}

label {
  color: #1f2432;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.111em;
  display: block;
}

strong {
  color: #1f2432;
  font-weight: 700;
}

blockquote {
  color: #1f2432;
  background-color: #f5f7fa;
  border-left: 0 solid #000;
  margin-bottom: 10px;
  padding: 72px 99px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

figure {
  margin-bottom: 10px;
}

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

.flex {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.color-white {
  color: #fff;
}

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

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

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

.container-default.cta-2,
.container-default._404 {
  flex: 1;
}

.container-default.full-height {
  height: 100%;
}

.container-default.home-hero {
  background-image: url("../images/home-hero-2.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.container-default.cta {
  text-align: center;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3d4db2;
  border-radius: 1000px;
  padding: 24px 40px;
  font-weight: 600;
  line-height: 1.111em;
  transition: transform 0.3s, background-color 0.3s;
}

.button-primary:hover {
  color: #fff;
  background-color: #1f2432;
  transform: scale3d(0.96, 0.96, 1.01);
}

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

.button-primary.full-width.card-plan {
  margin-top: auto;
}

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

.button-primary.button-white {
  color: #1f2432;
  background-color: #fff;
}

.button-primary.button-white.cta-1 {
  z-index: 1;
  color: #2662fa;
  position: relative;
}

.button-primary.button-white.footer-newsletter {
  padding: 16px 24px;
  position: absolute;
  right: 15px;
}

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

.button-primary.header-button {
  padding: 20px 30px;
}

.button-primary.header-button.v2 {
  color: #1f2432;
  background-color: #fff;
}

.button-primary._2-buttons-button {
  background-color: #d0557d;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 28px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.3s, background-color 0.3s;
}

.button-primary._2-buttons-button:hover {
  background-color: #1f2432;
}

.button-primary._2-buttons-button.nav-other {
  color: #14172a;
  background-color: #fff;
  margin-bottom: 0;
  margin-right: 0;
}

.button-primary._2-buttons-button.nav-other:hover {
  color: #fff;
  background-color: #4e74fb;
}

.button-primary._2-buttons-button.call {
  color: #d0557d;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.button-primary.cta-2 {
  z-index: 1;
  color: #2662fa;
  background-color: #fff;
  position: relative;
}

.button-primary.cta-2:hover {
  color: #fff;
  background-color: #1f2432;
}

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

.button-secondary {
  color: #1f2432;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f5f7fa;
  border-radius: 1000px;
  padding: 24px 40px;
  line-height: 1.111em;
  transition: transform 0.3s, background-color 0.3s;
}

.button-secondary:hover {
  color: #1f2432;
  background-color: #d3d8e4;
  transform: scale3d(0.96, 0.96, 1.01);
}

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

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

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

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

.button-secondary.contactcta {
  font-weight: 600;
}

.header {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.header.v2 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-logo {
  max-width: 100%;
}

.header-navigation {
  grid-column-gap: 29px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 16px;
  line-height: 1.111em;
  display: block;
}

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

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

.nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.111em;
  text-decoration: none;
  transition: color 0.35s;
}

.nav-link:hover {
  color: #1746a2;
}

.nav-link.dropdown {
  text-align: center;
  padding: 0;
}

.nav-menu {
  grid-column-gap: 64px;
}

.footer {
  background-color: #14172a;
  padding-top: 45px;
  padding-bottom: 36px;
}

.footer-logo-container {
  margin-bottom: 22px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale(0.96);
}

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

.footer-logo {
  width: 220px;
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.page-wrapper {
  font-family: Jost, sans-serif;
}

.sect {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sect.checkout-hero {
  background-color: #2662fa;
}

.sect.main-section {
  padding-top: 0;
}

.sect.main-section.outsourced-bookkeeping {
  background-image: url("../images/outsourced_bookkeeping.png");
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 195px;
}

.sect.main-section.home-page {
  padding-bottom: 0;
}

.sect.cta-1 {
  background-image: linear-gradient(#fff 50%, #f5f7fa 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.sect.cta-2 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sect.home-services {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  padding-top: 64px;
  padding-bottom: 96px;
  display: flex;
  overflow: hidden;
}

.sect.timeline {
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}

.sect.blog-post {
  padding-top: 93px;
  padding-bottom: 160px;
  position: relative;
}

.sect.blog-post-more-articles {
  padding-top: 140px;
  padding-bottom: 140px;
}

.sect.plan {
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
}

.sect.contact {
  background-color: #fff;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Jost, sans-serif;
  position: relative;
  overflow: hidden;
}

.sect.pricing-category {
  padding-top: 158px;
  padding-bottom: 180px;
  position: relative;
}

.sect.blog-category {
  padding-top: 94px;
  padding-bottom: 180px;
}

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

.sect.team {
  padding-top: 97px;
  padding-bottom: 140px;
  position: relative;
}

.sect.checkout-hero {
  background-color: #1f2432;
  padding-top: 90px;
  padding-bottom: 90px;
}

.sect.overlap {
  margin-top: -91px;
  padding-top: 0;
  padding-bottom: 0;
}

.sect.page-header {
  padding-top: 0;
  padding-bottom: 15px;
}

.sect.page-header.data-sec {
  height: auto;
  background-image: url("../images/data-sec.png");
  background-position: 0 0;
  background-size: auto;
}

.sect.page-header.about {
  background-image: url("../images/about-header.png");
  background-position: 0 0;
  background-size: auto;
}

.sect.page-header.engagement-models {
  background-image: url("../images/engagement-models.png");
  background-position: 0 0;
  background-size: auto;
}

.sect.page-header.how-we-work {
  background-image: url("../images/how-we-work-bg.png");
  background-position: 0 0;
  background-size: auto;
}

.sect.talents {
  background-color: #14172a;
}

.sect.bg-grey {
  background-color: #f5f5f5;
}

.sect.information-acess {
  background-color: #131729;
}

.sect.location {
  padding-top: 0;
}

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

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

.utility-page-wrap.password {
  min-height: 730px;
}

.utility-page-content-password {
  width: 100%;
  max-width: 580px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  padding: 72px 50px;
  display: flex;
  box-shadow: 0 1px 9px rgba(31, 36, 50, 0.02),
    0 24px 38px rgba(31, 36, 50, 0.05);
}

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

.input {
  min-height: 48px;
  color: #1f2432;
  background-color: #f5f7fa;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1000px;
  margin-bottom: 0;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 18px;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.input:hover {
  border-color: #1f2432;
}

.input:focus,
.input.-wfp-focus {
  color: #1f2432;
  background-color: #fff;
  border-color: #1f2432;
}

.input::-ms-input-placeholder {
  color: #6d768d;
}

.input::placeholder {
  color: #6d768d;
}

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

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

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

.input.footer-newsletter {
  min-height: 72px;
  color: #fff;
  background-color: #3e4557;
  border-radius: 100px;
  padding-right: 100px;
}

.input.footer-newsletter:hover {
  border-color: #2662fa;
}

.input.footer-newsletter:focus {
  color: #fff;
  border-color: #2662fa;
}

.input.footer-newsletter::-ms-input-placeholder {
  color: #fff;
}

.input.footer-newsletter::placeholder {
  color: #fff;
}

.utility-page-content-404 {
  max-width: 545px;
  margin-bottom: 0;
  margin-right: 20px;
}

.not-found-title {
  color: #2662fa;
  margin-bottom: 32px;
  font-size: 200px;
  font-weight: 600;
  line-height: 0.9em;
}

.divider {
  height: 1px;
  background-color: #d3d8e4;
}

.divider.blog-post {
  margin-top: 100px;
  margin-bottom: 146px;
}

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

.paragraph.process-item {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
}

.paragraph.neutral-400 {
  color: #b3bbd0;
}

.paragraph.neutral-400.footer-paragraph {
  margin-bottom: 24px;
}

.paragraph.neutral-400.footer-newsletter {
  margin-bottom: 40px;
}

.paragraph.blog-post-summary {
  max-width: 685px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-plan-excerpt {
  margin-top: 27px;
  margin-bottom: 0;
}

.paragraph.plan-summary {
  max-width: 546px;
  margin-bottom: 32px;
}

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

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

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

.paragraph.checkout-hero {
  max-width: 500px;
  margin-bottom: 0;
}

.card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 1px 9px rgba(31, 36, 50, 0.02),
    0 24px 38px rgba(31, 36, 50, 0.05);
}

.card.checkout {
  margin-bottom: 40px;
}

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

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

.card.service {
  height: 100%;
  box-shadow: none;
  color: #6d768d;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 54px 40px 56px;
  text-decoration: none;
  display: flex;
}

.card.service:hover {
  color: #6d768d;
}

.card.plan {
  width: 340px;
  max-width: 404px;
  min-height: 100%;
  box-shadow: none;
  color: #6d768d;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 63px 35px 64px 31px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.plan:hover {
  color: #6d768d;
  transform: translate3d(0, -10px, 0.1px);
}

.card.get-plan {
  min-height: 520px;
  padding: 50px 40px 67px 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.card.get-plan.mobile {
  margin-top: 70px;
  display: none;
}

.card.default {
  padding: 58px 54px 48px;
}

.card.team {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 56px 54px 70px;
  display: flex;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 140px 0;
}

.checkout-block-header {
  border-width: 0;
  flex-wrap: wrap;
  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;
  margin-right: 20px;
}

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

.title.order-item:hover {
  color: #2662fa;
}

.title.checkout-hero {
  color: #fff;
  margin-bottom: 16px;
}

.title.home-hero {
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.title.home-hero.changer {
  color: #d0557d;
  margin-top: 4px;
  font-size: 56px;
  line-height: 65px;
  position: relative;
  top: 0;
}

.title.home-hero.changer.services {
  text-align: left;
  font-size: 40px;
  line-height: 100%;
}

.title.home-hero.changer.services.desktop-hidden {
  display: none;
}

.title.home-hero.small {
  margin-bottom: 10px;
  font-size: 48px;
}

.title.home-hero.hire {
  margin-top: 0;
}

.title.home-hero.hire.services {
  text-align: center;
  font-size: 28px;
}

.title.home-hero.services {
  text-align: left;
  padding-bottom: 6px;
  font-size: 40px;
}

.title.neutral-100 {
  color: #fff;
}

.title.neutral-100.cta-1 {
  z-index: 1;
  margin-bottom: 34px;
  position: relative;
}

.title.blog-section {
  margin-bottom: 0;
}

.title.cta-2 {
  z-index: 1;
  max-width: 518px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}

.title.process-item {
  margin-bottom: 13px;
  font-size: 21px;
  display: inline-block;
}

.title.h4-size {
  color: #1f2432;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.title.h4-size.post-section,
.title.h4-size.post {
  margin-bottom: 31px;
}

.title.dropdown-nav-title {
  color: #1f2432;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

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

.title.h5-size {
  color: #1f2432;
  font-size: 18px;
  font-weight: 600;
}

.title.h5-size.card-plan {
  color: #2662fa;
  margin-bottom: 16px;
}

.title.h1-size {
  color: #1f2432;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3em;
}

.title.h1-size.plan {
  margin-right: 0;
}

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

.title.h3-size {
  color: #1f2432;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.286em;
}

.title.h3-size.card-get-plan,
.title.contact {
  margin-bottom: 16px;
}

.title.contact.title-wwd {
  color: #14172a;
  text-align: left;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.title.h2-size {
  color: #1f2432;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.333em;
}

.title.h2-size.not-found {
  margin-bottom: 16px;
}

.title.h2-size.card-team {
  margin-bottom: 6px;
}

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

.title.category {
  color: #1f2432;
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3em;
}

.title.category.pricing {
  color: #fff;
}

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

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

.title.cart-item-title:hover {
  color: #2662fa;
}

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

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

.split-content.header-left {
  align-items: center;
  display: none;
}

.split-content.home-hero-content {
  flex-direction: column;
  margin-top: -8px;
  padding-top: 0;
  display: flex;
}

.split-content.blog-categories {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

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

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

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

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

.checkout-required-text {
  color: #2662fa;
}

.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: 40px;
}

.image-wrapper {
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

.image-wrapper.post-section,
.image-wrapper.post {
  margin-bottom: 34px;
}

.image-wrapper.blog-post {
  margin-bottom: 80px;
}

.image-wrapper.cart-item-image {
  max-width: 80px;
  align-items: center;
  margin-right: 20px;
  transition-property: transform;
}

.image-wrapper.cart-item-image:hover {
  transform: scale(0.96);
}

.image.order-item-image {
  width: auto;
  height: auto;
  transition: transform 0.3s;
}

.image.order-item-image:hover {
  transform: scale(0.96);
}

.image.post-section-author,
.image.post-author {
  width: 55px;
  min-height: 55px;
  min-width: 55px;
  border-radius: 1000px;
  margin-bottom: 15px;
  margin-right: 16px;
}

.image.card-plan-icon {
  width: 77px;
  min-height: 77px;
  min-width: 77px;
  margin-bottom: 20px;
  margin-right: 18px;
}

.image.card-team {
  width: 230px;
  min-height: 230px;
  min-width: 230px;
  border-radius: 1000px;
  margin-right: 20px;
}

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

.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: #1f2432;
  font-weight: 500;
}

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

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

.order-summary-subtotal {
  color: #1f2432;
  font-size: 16px;
  font-weight: 500;
}

.order-summary-total {
  color: #1f2432;
  font-size: 20px;
}

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

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 800px;
  color: #fff;
}

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

.cart-button {
  color: #1f2432;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 80px;
  margin-right: 32px;
  padding: 0;
  font-size: 18px;
  line-height: 1.111em;
}

.cart-button:hover {
  color: #2662fa;
}

.cart-button.v2 {
  color: #fff;
  transition-property: none;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #2662fa;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.cart-container {
  max-width: 500px;
}

.brand {
  margin-right: 20px;
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale(0.96);
}

.accent-text-primary-1 {
  color: #2662fa;
}

.home-hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

._2-buttons {
  margin-top: 16px;
  margin-bottom: 0;
}

.bg {
  position: absolute;
}

.bg.our-services {
  z-index: -1;
  width: 100%;
  max-height: none;
  max-width: 45%;
  background-color: #2662fa;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
}

.bg.cta-1-shape {
  width: 35%;
  top: auto;
  bottom: -16%;
  left: auto;
  right: -2%;
}

.bg.cta-2 {
  z-index: -1;
  width: 155%;
  min-height: 663%;
  min-width: 155%;
  background-color: #1f2432;
  border-radius: 9007200000000000px;
  top: 9px;
}

.bg.cta-2-shape {
  top: 66px;
  right: 26px;
}

.bg.blog-post {
  z-index: -1;
  min-height: 90vh;
  background-color: #3d4db2;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg.pricing {
  z-index: -1;
  min-height: 100%;
  background-color: #3d4db2;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg.pricing-shape {
  width: 215px;
  background-color: #2a3474;
  border-radius: 1000px;
  top: auto;
  bottom: -13%;
  left: auto;
  right: -5%;
}

.bg.plan {
  min-height: 670px;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
}

.bg.plan-shape-1 {
  width: 39%;
  background-color: #2662fa;
  top: 0;
  bottom: 0;
  right: 0;
}

.bg.plan-shape-2 {
  width: 58%;
  min-height: 316px;
  background-color: #ff414c;
  bottom: 0;
  right: 0;
}

.bg.team {
  z-index: -1;
  min-height: 45%;
  background-color: #2662fa;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg-home-hero-shape-1 {
  width: 50%;
  min-height: 286px;
  background-color: #ff414c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bg-home-hero-shape-2 {
  width: 50%;
  min-height: 286px;
  background-color: #ffd233;
  position: absolute;
  bottom: 0;
  right: 0;
}

.achievements-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.achievement-wrapper {
  text-align: center;
  font-size: 15px;
  display: block;
}

.process-content {
  grid-column-gap: 24px;
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

.process-content:hover {
  border: 1px solid #3d4db2;
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(12, 20, 68, 0.1);
}

.process-content.hovereffect:hover {
  box-shadow: none;
  border-style: none;
}

.cta-1-wrapper {
  text-align: left;
  background-color: #3d4db2;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 85px 55px;
  position: relative;
  overflow: hidden;
}

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

.content-top.blog-section {
  margin-bottom: 53px;
}

.content-top.blog-category {
  flex-wrap: wrap;
  margin-bottom: 27px;
}

.content-top.team-articles {
  margin-bottom: 53px;
}

.subtitle-upper-case {
  color: #3e4557;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-upper-case.blog-categories {
  color: #1f2432;
  margin-right: 28px;
}

.cta-2-wrapper {
  background-color: #2662fa;
  justify-content: space-between;
  align-items: center;
  padding: 113px 63px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-service-arrow {
  color: #1f2432;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  padding: 4px 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  box-shadow: 0 6px 20px rgba(31, 36, 50, 0.12);
}

.card-service-arrow.services {
  box-shadow: none;
  color: #4e74fb;
  box-shadow: none;
  color: #4e74fb;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  padding-right: 5px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.blog-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.post-section-wrapper {
  max-width: 404px;
  min-height: 100%;
  color: #6d768d;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.post-section-wrapper:hover {
  color: #6d768d;
}

.post-section-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.post-section-category {
  color: #fff;
  text-align: center;
  background-color: #2662fa;
  border-radius: 1000px;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 14px;
  font-size: 15px;
  line-height: 1.6em;
}

.post-section-author-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  margin-bottom: -15px;
  display: flex;
}

.post-section-author-content {
  margin-bottom: 15px;
}

.post-section-author-name {
  color: #1f2432;
  margin-bottom: 4px;
  font-weight: 600;
}

.post-section-author-position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.footer-wrapper {
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.footer-small-print {
  color: #b3bbd0;
  text-align: center;
}

.footer-main-content {
  width: 100%;
  max-width: 30%;
  margin-right: 20px;
}

.footer-content {
  display: flex;
}

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

.footer-newsletter-content {
  width: 100%;
  max-width: 432px;
  margin-top: 32px;
}

.footer-social-media-grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: start;
  align-items: center;
  justify-items: center;
}

.footer-social-media-link {
  color: #d3d8e4;
  font-family: Icons Consulting X Template, sans-serif;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
}

.footer-social-media-link:hover {
  color: #2662fa;
}

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

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

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

.footer-title {
  color: #fff;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.footer-title:hover {
  color: #4e74fb;
}

.footer-title.newsletter {
  margin-bottom: 24px;
}

.footer-nav-link {
  color: #b3bbd0;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.111em;
  text-decoration: none;
  transition: color 0.35s;
}

.footer-nav-link:hover {
  color: #2662fa;
}

.footer-newsletter-form-block {
  width: 330px;
  margin-bottom: 0;
}

.footer-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-down-wrapper {
  width: 43px;
  min-height: 46px;
  min-width: 43px;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.home-hero-main-content {
  max-width: 591px;
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-nav-main-wrapper {
  width: 100%;
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 24px;
  display: block;
  box-shadow: 0 1px 9px rgba(31, 36, 50, 0.02),
    0 16px 24px rgba(23, 70, 162, 0.2);
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 30px;
}

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

.dropdown-nav-item {
  margin-bottom: 32px;
  line-height: 1.111em;
}

.dropdown-nav-link {
  max-height: 20px;
  color: #6d768d;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.111em;
  text-decoration: none;
}

.dropdown-nav-link:hover {
  color: #1746a2;
}

.dropdown-nav-link.w--current {
  font-size: 16px;
}

.dropdown-nav-link.special-link {
  max-height: none;
  color: #1f2432;
  border-bottom: 3px solid #1f2432;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color 0.3s, color 0.3s;
  display: inline-block;
}

.dropdown-nav-link.special-link:hover {
  color: #2662fa;
  border-bottom-color: #2662fa;
}

.arrow-dropdown {
  width: 15px;
  align-items: center;
  font-family: Icons Consulting X Template, sans-serif;
  font-size: 6px;
  line-height: 4px;
  display: flex;
  position: relative;
  top: 0;
}

.nav-link-dropdown {
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1em;
  display: flex;
}

.dropdown-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  padding-top: 8px;
  display: none;
  right: -230px;
}

.dropdown-list.w--open {
  right: -67px;
}

.dropdown-list.second-dropdown.w--open {
  right: -154px;
}

.post-wrapper {
  max-width: 404px;
  min-height: 100%;
  color: #6d768d;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.post-wrapper:hover {
  color: #6d768d;
}

.post-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.post-category {
  color: #fff;
  text-align: center;
  background-color: #2662fa;
  border-radius: 1000px;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 14px;
  font-size: 15px;
  line-height: 1.6em;
}

.post-author-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  margin-bottom: -15px;
  display: flex;
}

.post-author-content {
  margin-bottom: 15px;
}

.post-author-name {
  color: #1f2432;
  margin-bottom: 4px;
  font-weight: 600;
}

.post-author-position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.categories {
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -8px;
  display: flex;
}

.category-item {
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-right: 8px;
  display: flex;
}

.button-category {
  color: #6d768d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1000px;
  padding: 12px 20px;
  line-height: 1.111em;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
}

.button-category:hover,
.button-category.w--current {
  color: #1f2432;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(31, 36, 50, 0.08);
}

.button-category.all {
  margin-right: 8px;
}

.blog-post-title-wrapper {
  max-width: 1010px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-about-content-top {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.rich-text h3 {
  margin-top: 53px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 40px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 56px;
}

.rich-text figcaption {
  margin-top: 24px;
  line-height: 1.6em;
}

.rich-text h4 {
  margin-top: 53px;
}

.rich-text ol {
  margin-top: 24px;
  margin-bottom: 40px;
}

.rich-text h5 {
  margin-top: 53px;
  margin-bottom: 8px;
}

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

.rich-text h6 {
  margin-top: 53px;
  margin-bottom: 8px;
}

.blog-post-category {
  color: #fff;
  background-color: #3d4db2;
  border-radius: 1000px;
  margin-right: 20px;
  padding: 16px 26px;
  line-height: 1.111em;
  transition: transform 0.3s, background-color 0.3s;
}

.blog-post-category:hover {
  color: #fff;
  background-color: #ff414c;
  transform: scale(0.96);
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
}

.services-grid.homepage {
  grid-column-gap: 39px;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  justify-items: center;
  margin-left: 64px;
  margin-right: 64px;
}

.plan-item {
  background-color: #fff;
  margin-right: 28px;
}

.plan-item:nth-child(2n + 1) {
  background-color: #f5f7fa;
}

.plan-item:last-child {
  margin-right: 0;
}

.card-plan-content-top {
  margin-bottom: 16px;
}

.card-plan-content-bottom {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-plan-main-content {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -20px;
  display: flex;
}

.card-plan-title-wrapper {
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
}

.card-plan-price {
  color: #1f2432;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.features-title {
  color: #1f2432;
  margin-bottom: 16px;
  font-weight: 600;
}

.card-plan-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.card-plan-feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.card-plan-feature-dot {
  width: 10px;
  min-height: 10px;
  min-width: 10px;
  background-color: #2662fa;
  border-radius: 1000px;
  margin-top: 10px;
  margin-right: 10px;
}

.faq-wrapper {
  cursor: pointer;
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 54px 40px;
  display: flex;
  overflow: hidden;
}

.plan-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.plan-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.plan-features-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.plan-feature-wrapper {
  color: #1f2432;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.plan-feature-dot {
  width: 10px;
  min-height: 10px;
  min-width: 10px;
  background-color: #2662fa;
  border-radius: 1000px;
  margin-top: 5px;
  margin-right: 15px;
}

.plan-content-top {
  margin-bottom: 221px;
}

.plan-content-bottom {
  margin-bottom: -56px;
}

.add-cart-option-list {
  margin-bottom: 24px;
}

.select {
  min-height: 68px;
  color: #6d768d;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  transition: color 0.3s;
}

.select:focus {
  color: #1f2432;
}

.select::-ms-input-placeholder {
  color: #6d768d;
}

.select::placeholder {
  color: #6d768d;
}

.select-wrapper {
  min-height: 68px;
  background-color: #f5f7fa;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1000px;
  margin-bottom: 0;
  padding-left: 27px;
  padding-right: 27px;
  transition: border-color 0.3s, background-color 0.3s;
}

.select-wrapper:hover {
  border-color: #1f2432;
}

.select-wrapper:focus {
  background-color: #fff;
  border-color: #1f2432;
}

.select-wrapper::-ms-input-placeholder {
  color: #6d768d;
}

.select-wrapper::placeholder {
  color: #6d768d;
}

.add-cart-price {
  color: #1f2432;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.333em;
}

.add-cart-default-state {
  margin-bottom: 0;
}

.card-get-plan-content-top {
  margin-bottom: 32px;
}

.contact-wrapper {
  z-index: 1;
  max-width: 51%;
  position: relative;
}

.contact-title-wrapper {
  margin-bottom: 24px;
  padding-left: 5px;
}

.contact-form-block {
  min-height: 427px;
  border-bottom: 1px solid #b3bbd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 52px;
  display: flex;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 134px;
  min-width: 100%;
  color: #1f2432;
  background-color: #f5f7fa;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 19px 27px;
  font-size: 18px;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.text-area:hover {
  border-color: #1f2432;
}

.text-area:focus {
  color: #1f2432;
  background-color: #fff;
  border-color: #1f2432;
}

.text-area::-ms-input-placeholder {
  color: #6d768d;
}

.text-area::placeholder {
  color: #6d768d;
}

.contact-social-media-wrapper {
  width: 50%;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-social-media-wrapper._2 {
  width: 45%;
  grid-row-gap: 4px;
}

.contact-social-media-text {
  color: #1f2432;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-weight: 500;
  line-height: 2em;
}

.contact-social-media-grid {
  width: 100%;
  max-width: 281px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  justify-content: space-between;
  align-items: center;
}

.contact-social-media-link {
  color: #b3bbd0;
  font-family: Icons Consulting X Template, sans-serif;
  font-size: 23px;
  line-height: 1em;
  text-decoration: none;
}

.contact-social-media-link:hover {
  color: #2662fa;
}

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

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

.not-found-shapes-wrapper {
  width: 100%;
  max-width: 662px;
  min-height: 510px;
  perspective: 1000px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

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

.not-found-shape-1 {
  min-width: 21%;
  background-color: #ffd233;
  padding-top: 21%;
  position: absolute;
  top: 29px;
  left: 22px;
  transform: rotate(-25deg);
}

.not-found-shape-2 {
  min-width: 32%;
  background-color: #ff414c;
  padding-top: 32%;
  position: absolute;
  top: 48px;
  transform: rotate(115deg);
}

.not-found-shape-3 {
  min-width: 32%;
  background-color: #ffd233;
  border-radius: 10000px;
  padding-top: 32%;
  position: absolute;
  top: 0;
  right: 0;
}

.not-found-shape-4 {
  min-width: 28%;
  background-image: linear-gradient(#2662fa 50%, #ffd233 50%);
  border-radius: 10000px;
  padding-top: 28%;
  position: absolute;
  bottom: 100px;
  left: 0;
}

.not-found-shape-5 {
  min-width: 22%;
  background-image: linear-gradient(135deg, #ffd233 50%, #ff414c 50%);
  padding-top: 22%;
  position: absolute;
  bottom: 35px;
  right: 51px;
  transform: rotate(80deg);
}

.not-found-shape-6 {
  min-width: 62%;
  background-image: linear-gradient(156deg, rgba(0, 0, 0, 0) 50%, #2662fa 50%);
  border-radius: 1000px;
  padding-top: 62%;
  position: absolute;
  left: 62px;
}

.pricing-category-wrapper {
  font-size: 30px;
}

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.pricing-category {
  justify-content: center;
  margin-bottom: 40px;
}

.category-title-wrapper.blog-category {
  margin-bottom: 40px;
}

.blog-category-grid,
.team-articles-grid {
  grid-column-gap: 28px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.card-team-content {
  max-width: 494px;
  flex: 1;
}

.card-team-rol {
  color: #2662fa;
  font-size: 19px;
  font-weight: 500;
  line-height: 1em;
}

.card-team-content-top {
  margin-bottom: 20px;
}

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

.card-team-social-media-link-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: start;
  align-items: center;
}

.card-team-social-media-link {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  font-family: Icons Consulting X Template, sans-serif;
  font-size: 25px;
  line-height: 1em;
  text-decoration: none;
}

.card-team-social-media-link.facebook {
  color: #1781fe;
}

.card-team-social-media-link.facebook:hover {
  color: #1f2432;
}

.card-team-social-media-link.twitter {
  color: #009eff;
}

.card-team-social-media-link.twitter:hover {
  color: #1f2432;
}

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

.card-team-social-media-link.linkedin {
  color: #157ee7;
}

.card-team-social-media-link.linkedin:hover {
  color: #1f2432;
}

.team-about-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 24px;
  display: flex;
}

.item-option-result {
  color: #1f2432;
  font-weight: 500;
}

.empty-state {
  color: #1f2432;
  text-align: center;
  background-color: #f5f7fa;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 25px;
  font-size: 20px;
  font-weight: 500;
}

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

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

.empty-state.cart {
  background-color: #fff;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #2662fa;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}

.error-message-form {
  color: #fff;
  text-align: center;
  background-color: #ff264e;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-weight: 500;
  transition: all 1s ease-in;
}

.hidden-opacity{
  opacity: 0;
}

.card-item-quantity {
  color: #1f2432;
  background-color: #f5f7fa;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1000px;
  margin-bottom: 0;
  font-size: 18px;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  display: none;
}

.card-item-quantity:hover {
  border-color: #1f2432;
}

.card-item-quantity:focus {
  color: #1f2432;
  background-color: #fff;
  border-color: #1f2432;
}

.card-item-quantity::-ms-input-placeholder {
  color: #6d768d;
}

.card-item-quantity::placeholder {
  color: #6d768d;
}

.cart-item {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-header {
  border-bottom-color: #d3d8e4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-footer {
  border-top-color: #d3d8e4;
  padding-top: 20px;
}

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

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

.cart-item-price,
.cart-item-quantity-result {
  color: #1f2432;
  font-weight: 500;
}

.remove-button {
  text-decoration: none;
}

.cart-subtotal {
  color: #1f2432;
  font-size: 20px;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(31, 36, 50, 0.8);
}

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

.animation-div {
  flex: 1;
}

.tilte {
  width: 80px;
  height: 10px;
  background-color: #d0557d;
}

.tilte.white {
  background-color: #fff;
  margin-bottom: 8px;
}

.tilte.pink {
  background-color: #d0557d;
  margin-top: -15px;
  margin-bottom: 100px;
}

.tilte.h-5 {
  height: 5px;
}

.tilte.h-5.pink {
  margin-top: 0;
}

.tilte.h-5._w-54 {
  width: 54px;
}

.tilte.h-5.contact {
  margin-left: 5px;
}

.tilte.h-5.our-tools {
  margin-top: 8px;
  margin-bottom: 100px;
}

.cta-grid {
  grid-column-gap: 24px;
  background-color: #3d4db2;
  grid-template-rows: auto;
  grid-template-columns: 0.8fr 1fr;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.blue {
  color: #2662fa;
}

.heading-size-h3 {
  color: #1f2432;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.286em;
}

.text-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.text-block:hover {
  color: #1746a2;
}

.title-content {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  display: inline-block;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 96px;
  height: 96px;
  max-width: none;
  background-color: #e8ecf6;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 16px;
}

.card-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.card-2.advantage {
  justify-content: flex-start;
}

.div-block-3 {
  width: 64px;
  height: 64px;
  background-color: #1746a2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.textbox-container {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  margin-bottom: 0;
  font-weight: 700;
}

.heading-5 {
  color: #3d4db2;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.heading-6 {
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-3 {
  color: #000;
  text-align: left;
  font-size: 16px;
}

.card-text {
  max-width: 470px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.services-we-offer {
  display: flex;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  height: 300px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image-5 {
  width: 50px;
}

.custom-list-wwd {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.custom-list-wwd.employee-training {
  flex-direction: row;
  align-items: flex-start;
}

.wwd-list-icon {
  margin-top: 10px;
}

.wwd-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.wwd-grid.three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.wwd-grid.three-column.contact {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-5 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-10 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-10.contact-location {
  color: #858a96;
  text-align: left;
}

.wwd-subheading {
  color: #1746a2;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
}

.wwd-subheading.black {
  color: #14172a;
}

.title-wwd {
  color: #000;
  text-align: center;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
}

.flex-div {
  display: flex;
}

.flex-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-div.talents {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: space-between;
}

.flex-div.how-we-work-card {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.flex-div.how-we-work-card._2 {
  justify-content: center;
  margin-top: 24px;
}

.flex-div.communicate {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: space-between;
  margin-top: 20px;
}

.benefits-heading {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 20px;
  display: inline-block;
}

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

.text-span.pink {
  color: #d0557d;
}

.accordion-item-trigger {
  border-bottom: 1px solid #1746a2;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.accordion-item-trigger:hover {
  color: #1746a2;
}

.fs18 {
  color: #222;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 150%;
  display: block;
}

.fs18.tc-gray {
  color: #6b6b74;
}

.fs18.tc-gray.lh180 {
  line-height: 180%;
}

.fs18.color-white {
  color: #fff;
}

.fs18.color-white._500 {
  font-weight: 500;
}

.fs18.lh-30 {
  color: #585a68;
  line-height: 30px;
}

.fs20 {
  color: #000;
  font-size: 20px;
  line-height: 130%;
}

.fs39 {
  color: #4e74fb;
  margin-bottom: 16px;
  font-family: Jost, sans-serif;
  font-size: 39px;
  font-weight: 700;
}

.fs39.talent-heading {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
}

.fs25 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.fs32 {
  font-size: 32px;
  font-weight: 600;
  line-height: 115%;
}

.fs32.mb-5 {
  margin-bottom: 5px;
}

.fs27 {
  font-size: 27px;
}

.fs27.pink {
  color: #d0557d;
}

.image-11 {
  height: 170px;
}

.div-block-23 {
  padding: 24px;
}

.contacttitle {
  color: #f2f2fc;
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
}

.subheading {
  width: 480px;
  color: #6b6b74;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.card-btn-link {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.contact-location {
  color: #858a96;
  text-align: left;
}

.div-block-24 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-around;
  display: flex;
}

.hero-text {
  color: #14172a;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.main-page-heading {
  color: #d0557d;
  margin-bottom: 13px;
  font-family: Jost, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 88px;
  margin-bottom: 8px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  display: flex;
}

.paragraph-20 {
  max-width: 723px;
  align-self: center;
  font-size: 18px;
  line-height: 30px;
}

.image-14 {
  max-width: 518px;
  border-radius: 12px;
  order: -1;
}

.dashed-line {
  border: 1.5px solid #d2d2d2;
}

.arrow-right {
  width: 7px;
  color: #4e74fb;
}

.fs16 {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.fs16.grey {
  color: #7e7e7e;
  margin-bottom: 16px;
}

.fs16.grey-2 {
  color: #585a68;
}

.card-text-2 {
  max-width: 470px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.card-text-2.homepage {
  max-height: 330px;
  max-width: 380px;
  grid-row-gap: 5px;
  border: 1px #000;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px 24px 13px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-text-2.homepage.other {
  max-height: 268px;
  max-width: 380px;
  margin-top: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-text-2.homepage {
  max-height: 360px;
  max-width: 365px;
  grid-row-gap: 5px;
  max-height: 380px;
  max-width: 345px;
  border: 1px #000;
  border-radius: 16px;
  align-items: flex-start;
  text-decoration: none;
}

.card-text-2.services {
  max-width: 380px;
  border-radius: 24px;
  justify-content: flex-start;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-text-2.how-we-work {
  max-width: 340px;
  border-radius: 24px;
  align-items: center;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.learn-more {
  margin-top: auto;
  margin-left: auto;
  display: flex;
}

.service-image-text {
  flex-direction: column;
  display: flex;
}

.list-item {
  color: #585a68;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list {
  margin-top: 10px;
  padding-left: 16px;
  font-family: Jost, sans-serif;
  line-height: 16px;
}

.fs24 {
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.fs24.home-card {
  max-width: 680px;
  color: #fff;
  align-self: flex-end;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.fs24.black {
  color: #14172a;
}

.div-block-27 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.sub-heading {
  color: #14172a;
  margin-bottom: 16px;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 90%;
}

.body-3 {
  font-family: Jost, sans-serif;
}

.slider {
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

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

.slide-nav {
  top: 118px;
}

.cta-text {
  color: #777c93;
  text-align: center;
  font-weight: 500;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  margin-top: 24px;
  padding-top: 10px;
}

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

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

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

.button-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3d4db2;
  border-radius: 1000px;
  padding: 24px 40px;
  font-weight: 600;
  line-height: 1.111em;
  transition: transform 0.3s, background-color 0.3s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #1f2432;
  transform: scale3d(0.96, 0.96, 1.01);
}

.button-primary-2.header-button {
  padding: 20px 30px;
}

.nav-item-wrapper-2 {
  margin-bottom: 0;
  line-height: 1.111em;
}

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

.nav-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.dropdown-nav-main-wrapper-2 {
  width: 100%;
  background-color: #f5f7fa;
  border-radius: 20px;
  justify-content: space-between;
  padding: 16px 24px 0;
  display: block;
  position: relative;
  top: 8px;
  box-shadow: 0 1px 9px rgba(31, 36, 50, 0.02),
    0 16px 24px rgba(23, 70, 162, 0.2);
}

.dropdown-nav-main-wrapper-2.first {
  padding-left: 24px;
  padding-right: 8px;
  left: auto;
}

.text-block-7 {
  grid-column-gap: 8px;
  align-items: center;
  transition: color 0.35s;
  display: flex;
}

.text-block-7:hover {
  color: #4e74fb;
}

.text-block-7.homepage {
  color: #14172a;
  font-weight: 500;
}

.nav-link-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.111em;
  text-decoration: none;
  transition: color 0.35s;
}

.nav-link-2:hover {
  color: #4e74fb;
}

.nav-link-2.dropdown {
  text-align: center;
  padding: 0;
}

.nav-link-2.home-page {
  color: #14172a;
  font-weight: 500;
}

.header-navigation-2 {
  grid-column-gap: 29px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  display: flex;
}

.dropdown-nav-link-2 {
  max-height: 20px;
  color: #6d768d;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.111em;
  text-decoration: none;
}

.dropdown-nav-link-2:hover {
  color: #1746a2;
}

.dropdown-nav-link-2.w--current {
  font-size: 16px;
}

.nav-link-dropdown-2 {
  align-items: flex-start;
  line-height: 1em;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: center;
  padding-left: 57px;
  padding-right: 57px;
  display: flex;
}

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

.fs28 {
  font-size: 28px;
  font-weight: 600;
}

.fs28.pink {
  color: #d0557d;
  font-size: 28px;
}

.fs28.pink.m-0 {
  margin-bottom: 0;
}

.fs-32 {
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
}

.fs-32.black {
  color: #14172a;
}

.fs-32.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

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

.card-home {
  height: 696px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-34 {
  min-width: 500px;
  flex-direction: column;
  align-self: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.heading-19 {
  font-size: 40px;
}

.heading-19.home-card {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
}

.arrow-right-2 {
  width: 7px;
}

.service-image {
  max-height: 36px;
  max-width: 36px;
  margin-bottom: 8px;
}

.fs25-2 {
  margin-bottom: 16px;
  font-size: 25px;
}

.div-block-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.fs39-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}

.fs18-2 {
  color: #222;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 150%;
  display: block;
}

.fs18-2.tc_tint {
  color: #7e7e7e;
}

.talent-image {
  max-width: 500px;
  border-radius: 24px;
  margin-top: 48px;
}

.pink {
  color: #d0557d;
}

.accordion-item-trigger-2 {
  justify-content: space-between;
  align-items: flex-start;
  font-family: Jost, sans-serif;
  display: flex;
}

.accordion-wrapper {
  max-width: 650px;
  margin-top: 0;
}

.accordion-item-2 {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 8px;
  padding: 14px 30px;
  font-family: Jost, sans-serif;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
}

.accordion-heading-2 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.accordion-item-content-2 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.overlap-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.fs40 {
  font-size: 40px;
}

.fs40._600 {
  color: #14172a;
  font-weight: 600;
}

.text-block-8 {
  color: #7e7e7e;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 500;
}

.how-we-work.heading {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.how-we-work.subheading {
  width: auto;
  color: #14172a;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.how-we-work.other-heading {
  color: #14172a;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 27px;
}

.how-we-work.other-heading.white {
  color: #fff;
}

.hww-card {
  max-width: 400px;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 15px 51px;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hww-card-para {
  color: #585a68;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}

.long-card {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  border-radius: 24px;
  padding: 25px 44px;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.long-card-heading {
  max-width: 261px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #14172a;
  flex-direction: column;
  align-self: flex-start;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.long-card-para {
  max-width: 715px;
  color: #585a68;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.long-card-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-block-9 {
  color: #14172a;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.image-17 {
  width: 50%;
  max-height: 414px;
  max-width: 621px;
}

.div-block-36 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-block-10 {
  text-align: center;
  margin-bottom: 21px;
}

.image-18 {
  align-self: center;
}

.text-block-11 {
  color: #585a68;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.div-block-37 {
  width: 495px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.changer-overflow {
  height: 68px;
  overflow: hidden;
}

.changer-overflow.services {
  height: 42px;
  overflow: hidden;
}

.image-19 {
  border-radius: 20px 0 0 20px;
}

.bg-copy {
  position: absolute;
}

.bg-copy.contact {
  width: 45%;
  max-height: 380px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 115px;
  display: flex;
  overflow: visible;
}

.bg-copy.contact-shape-2 {
  position: static;
  top: auto;
  bottom: -4%;
  left: auto;
  right: -5%;
}

.bg-copy {
  position: absolute;
}

.bg-copy.contact {
  width: 45%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 120px;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.bg-copy.contact-shape-2 {
  position: static;
  top: auto;
  bottom: -4%;
  left: auto;
  right: -5%;
}

.image-13 {
  width: 57px;
  height: 57px;
  max-width: none;
  align-self: center;
}

.container-default-2 {
  max-width: 1130px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.student-slider {
  max-height: 112px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.student-card {
  max-width: 354px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  margin-top: 38px;
  display: flex;
  box-shadow: 0 2px 50px 9px rgba(0, 0, 0, 0.1);
}

.designation-student {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

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

.section.students {
  margin-top: 60px;
  overflow: hidden;
}

.student-mask {
  max-height: 112px;
  max-width: 250px;
  overflow: visible;
}

.student-slide {
  max-height: 72px;
  max-width: 250px;
  text-align: center;
}

.student-slide.gusto {
  max-width: 180px;
  top: 10px;
}

.student-slide.xero {
  max-width: 190px;
  top: 8px;
}

.student-slide.workday {
  max-width: 240px;
}

.student-slide.turbo {
  max-width: 180px;
  top: -6px;
}

.student-image {
  max-height: 144px;
  max-width: 144px;
  align-self: center;
  margin-top: -60px;
  display: inline-block;
}

.heading-20 {
  color: #2b2e6f;
  text-align: left;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 115%;
}

.student-name {
  color: #1e236f;
  text-align: center;
}

.home-services-right-arrow {
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  color: #1f2432;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 0;
  overflow: hidden;
}

.home-services-left-arrow {
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 58px;
  overflow: hidden;
}

.home-services-left-arrow:hover {
  color: #fff;
}

.text-span-2 {
  color: #d0557d;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.image-20 {
  max-height: 72px;
  max-width: 250px;
  position: relative;
}

.image-20.quickbooks {
  max-width: 82%;
  position: relative;
  top: 8px;
  left: -35px;
}

.image-20.drake {
  top: 9px;
}

.image-20.gusto {
  top: 6px;
}

.div-block-38 {
  max-width: 200px;
}

.text-block-12 {
  color: #7e7e7e;
  padding-top: 8px;
  font-weight: 500;
}

.service-we-offer-heading {
  max-width: 591px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.our-locations {
  color: #1f2432;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 2em;
}

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

.paragraph-21 {
  margin-bottom: 0;
}

.div-block-40 {
  align-items: center;
  display: flex;
}

.image-21 {
  position: relative;
  left: -4px;
}

.div-block-41 {
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1316px;
    grid-column-gap: 40px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.home-hero {
    height: auto;
  }

  .button-primary {
    background-color: #d0557d;
  }

  .button-primary:hover {
    background-color: #3d4db2;
  }

  .button-primary.button-white.cta-1:hover {
    color: #fff;
    background-color: #161150;
  }

  .button-primary.button-white.cta-1:active {
    background-color: #161150;
  }

  .button-primary._2-buttons-button {
    font-family: Jost, sans-serif;
  }

  .button-secondary {
    max-width: 100%;
    flex: none;
    align-self: auto;
    margin-left: 0;
    display: inline-block;
  }

  .header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-navigation {
    grid-column-gap: 40px;
  }

  .nav-link:hover {
    color: #1746a2;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .sect {
    padding-top: 64px;
  }

  .sect.main-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sect.home-services {
    grid-column-gap: 64px;
    grid-row-gap: 0px;
    background-image: none;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    padding: 96px 33px;
  }

  .sect.blog-post {
    margin-top: 0;
  }

  .sect.contact {
    margin-top: 0;
    margin-bottom: 64px;
  }

  .sect.page-header {
    margin-top: 0;
  }

  .input.footer-newsletter {
    padding-right: 27px;
  }

  .not-found-title {
    color: #d0557d;
  }

  .paragraph.process-item {
    width: 320px;
    font-size: 16px;
  }

  .paragraph.neutral-400.footer-paragraph.contact-location {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .card.plan {
    width: 404px;
  }

  .title.home-hero {
    margin-bottom: 0;
    font-size: 64px;
  }

  .title.home-hero.changer {
    font-size: 64px;
    line-height: 100%;
  }

  .title.process-item {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
  }

  .title.h5-size.card-plan {
    color: #1746a2;
  }

  .split-content.header-left {
    display: none;
  }

  .split-content.home-hero-content {
    flex: 0 auto;
  }

  .header-wrapper {
    display: flex;
  }

  .home-hero-wrapper {
    justify-content: space-between;
    margin-top: 72px;
  }

  ._2-buttons {
    height: 80px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
  }

  .bg.our-services {
    width: 100%;
    max-height: none;
    max-width: 40%;
  }

  .bg.blog-post {
    min-height: 73vh;
  }

  .bg.pricing {
    min-height: 250px;
  }

  .bg.pricing-shape {
    width: 275px;
    right: -1%;
  }

  .achievements-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
  }

  .process-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .process-content.hovereffect {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-service-arrow {
    font-size: 16px;
  }

  .card-service-arrow.services {
    margin-top: 10px;
  }

  .footer-wrapper {
    justify-content: space-between;
  }

  .footer-content {
    max-width: none;
    margin-bottom: 30px;
  }

  .footer-menu-content {
    max-width: none;
  }

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

  .footer-title {
    text-decoration: none;
  }

  .footer-title.newsletter {
    margin-bottom: 8px;
  }

  .footer-newsletter-form-block {
    width: auto;
  }

  .home-hero-main-content {
    max-width: 630px;
    flex-direction: column;
    justify-content: space-around;
  }

  .dropdown-nav-main-wrapper {
    border-radius: 20px;
    position: relative;
    box-shadow: 0 16px 24px rgba(23, 70, 162, 0.2);
  }

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

  .dropdown-nav-link:hover {
    color: #1746a2;
  }

  .arrow-dropdown {
    font-family: Icons Consulting X Template, sans-serif;
    font-weight: 400;
    top: 0;
  }

  .nav-link-dropdown {
    display: flex;
  }

  .dropdown-list {
    display: none;
  }

  .services-grid {
    grid-column-gap: 40px;
    align-content: start;
    justify-content: start;
    justify-items: start;
    margin-left: 0;
    margin-right: 0;
  }

  .services-grid.homepage {
    margin-left: 0;
    margin-right: 0;
  }

  .tilte {
    margin-top: auto;
  }

  .tilte.white,
  .tilte.h-5,
  .tilte.mt-0 {
    margin-top: 0;
  }

  .cta-grid {
    grid-template-columns: 0.75fr 1fr;
  }

  .text-block {
    grid-column-gap: 5px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .text-block:hover {
    color: #1746a2;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-2 {
    width: 96px;
    height: auto;
    background-color: #e8ecf6;
    border-radius: 24px;
    padding: 16px;
  }

  .card-2.advantage {
    grid-row-gap: 16px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .div-block-5 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .textbox-container {
    margin-bottom: 64px;
  }

  .heading-4 {
    font-size: 46px;
    font-weight: 700;
    display: block;
  }

  .heading-5 {
    font-weight: 600;
  }

  .paragraph-3 {
    color: #000;
  }

  .card-text {
    max-width: 400px;
    grid-row-gap: 14px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 30px;
  }

  .image-3 {
    max-height: 80px;
  }

  .services-we-offer {
    grid-column-gap: 64px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .custom-list-wwd {
    max-width: 500px;
  }

  .wwd-grid {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    margin-top: 40px;
  }

  .accordion-item-trigger {
    color: #091c41;
  }

  .fs18 {
    font-size: 18px;
  }

  .fs18.tc-gray {
    color: #6b6b74;
  }

  .fs20 {
    color: #000;
    font-size: 20px;
    line-height: 130%;
  }

  .fs25 {
    margin-bottom: 8px;
    line-height: 130%;
  }

  .image-11 {
    height: 170px;
  }

  .div-block-23 {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 24px;
    display: block;
  }

  .contacttitle {
    color: #f2f2fc;
    margin-bottom: 24px;
    font-size: 21px;
    font-weight: 600;
    line-height: 150%;
  }

  .contact-location {
    margin-top: 20px;
  }

  .hero-text {
    font-family: Jost, sans-serif;
    font-size: 24px;
  }

  .div-block-26 {
    justify-content: space-between;
    margin-top: 31px;
  }

  .fs16 {
    font-size: 16px;
    line-height: 150%;
  }

  .fs16.grey {
    color: #777c93;
  }

  .card-text-2 {
    max-width: 400px;
    grid-row-gap: 14px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 30px;
  }

  .learn-more {
    align-items: baseline;
  }

  .div-block-27 {
    justify-content: center;
  }

  .button-primary-2:hover {
    background-color: #3d4db2;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
  }

  .dropdown-nav-main-wrapper-2 {
    position: relative;
    box-shadow: 0 16px 24px rgba(23, 70, 162, 0.2);
  }

  .text-block-7 {
    grid-column-gap: 5px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .text-block-7:hover,
  .nav-link-2:hover {
    color: #1746a2;
  }

  .header-navigation-2 {
    grid-column-gap: 40px;
  }

  .dropdown-nav-link-2:hover {
    color: #1746a2;
  }

  .nav-link-dropdown-2 {
    display: flex;
  }

  .card-home {
    padding-left: 48px;
    padding-right: 48px;
  }

  .fs25-2 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 115%;
  }

  .div-block-35 {
    max-width: 40%;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .fs18-2 {
    font-size: 18px;
  }

  .talent-image {
    max-height: none;
    max-width: 600px;
  }

  .accordion-wrapper {
    max-width: 550px;
  }

  .long-card {
    height: 240px;
    justify-content: space-between;
  }

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

  .bg-copy.contact {
    margin-top: 64px;
    position: absolute;
  }

  .container-default-2 {
    max-width: 1316px;
    color: #fff;
  }

  .service-we-offer-heading {
    max-width: 630px;
    flex-direction: column;
    justify-content: space-around;
  }

  .text-span-3 {
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
  }

  blockquote {
    padding: 60px 83px;
  }

  .container-default {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default.home-hero {
    background-image: none;
  }

  .button-primary.full-width.add-cart {
    width: 50%;
    margin-right: 28px;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button.v2 {
    color: #fff;
    background-color: #1f2432;
  }

  .button-primary.header-button.v2:hover {
    background-color: #2662fa;
  }

  .button-primary._2-buttons-button.nav-other {
    border: 1px solid #14172a;
    font-size: 18px;
    font-weight: 500;
  }

  .button-primary._2-buttons-button.nav-other:hover {
    border-style: none;
  }

  .button-secondary.full-width.buy-now {
    width: 50%;
    margin-top: 0;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    font-size: 25px;
  }

  .menu-button {
    width: 59px;
    min-height: 59px;
    min-width: 59px;
    border-radius: 1000px;
    padding: 0;
    font-size: 30px;
    transition: background-color 0.3s, transform 0.3s;
  }

  .menu-button:hover {
    background-color: #4e74fb;
    transform: scale(0.96);
  }

  .menu-button.w--open {
    background-color: #2662fa;
  }

  .nav-menu {
    max-width: 100%;
    background-color: rgba(78, 116, 251, 0.91);
    flex-direction: column;
    padding-bottom: 40px;
    display: flex;
    box-shadow: 0 1px 9px rgba(31, 36, 50, 0.02),
      0 24px 38px rgba(31, 36, 50, 0.05);
  }

  .footer {
    padding-top: 90px;
  }

  .sect {
    padding-top: 48px;
    padding-bottom: 192px;
  }

  .sect.main-section {
    height: auto;
    padding-bottom: 92px;
  }

  .sect.blog-post {
    padding-top: 74px;
    padding-bottom: 128px;
  }

  .sect.blog-post-more-articles {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .sect.plan {
    padding-top: 152px;
    padding-bottom: 112px;
  }

  .sect.contact {
    padding-top: 32px;
  }

  .sect.pricing-category {
    padding-top: 120px;
    padding-bottom: 144px;
  }

  .sect.blog-category {
    padding-top: 75px;
    padding-bottom: 144px;
  }

  .sect.team-articles {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .sect.team {
    padding-top: 75px;
    padding-bottom: 117px;
  }

  .sect.talents {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .utility-page-wrap._404 {
    min-height: 630px;
  }

  .input.footer-newsletter {
    padding-right: 97px;
  }

  .utility-page-content-404 {
    z-index: 1;
    max-width: 600px;
    text-align: center;
    background-color: #fff;
    margin-right: 0;
    padding: 0 60px;
    position: static;
  }

  .not-found-title {
    font-size: 167px;
  }

  .divider.blog-post {
    margin-top: 80px;
    margin-bottom: 117px;
  }

  .paragraph.process-item {
    text-align: center;
  }

  .paragraph.card-plan-excerpt {
    max-width: 308px;
  }

  .paragraph.plan-summary {
    max-width: 58%;
  }

  .paragraph.card-get-plan {
    max-width: 428px;
  }

  .card.plan {
    width: auto;
    max-width: 100%;
    flex-direction: row;
    padding-left: 60px;
    padding-right: 60px;
  }

  .card.get-plan.mobile {
    min-height: 478px;
    padding-top: 45px;
    padding-left: 40px;
    display: block;
  }

  .card.default {
    padding: 48px 45px 40px;
  }

  .card.team {
    padding: 46px 45px 58px;
  }

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

  .checkout-block-header,
  .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.home-hero {
    text-align: left;
  }

  .title.home-hero.changer.services,
  .title.home-hero.hire.services {
    text-align: center;
  }

  .title.home-hero.services {
    text-align: center;
    align-self: center;
  }

  .title.cta-2 {
    margin-bottom: 40px;
  }

  .title.process-item {
    margin-bottom: 0;
  }

  .title.h4-size.post-section,
  .title.h4-size.post {
    margin-bottom: 30px;
  }

  .title.h5-size.card-plan {
    margin-bottom: 10px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.contact.title-wwd {
    text-align: center;
  }

  .title.category {
    margin-right: 10px;
    font-size: 50px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.header-left {
    display: block;
  }

  .split-content.home-hero-content {
    width: 591px;
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.blog-categories {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .split-content.blog-post-body {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.plan {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.plan-sidebar {
    display: none;
  }

  .split-content.team-articles-left {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper.post-section {
    max-width: 50%;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .image-wrapper.post {
    align-self: stretch;
    margin-bottom: 30px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 60px;
  }

  .image.post-section,
  .image.post {
    object-fit: cover;
  }

  .cart-button {
    margin-right: 27px;
  }

  .cart-button.v2 {
    color: #1f2432;
    transition: color 0.3s;
  }

  .cart-button.v2:hover,
  .cart-quantity {
    color: #2662fa;
  }

  .home-hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .bg.our-services {
    max-width: 100%;
    min-height: 45%;
    top: auto;
    left: 0;
  }

  .bg.cta-2-shape {
    width: 40%;
    top: 203px;
    right: -61px;
  }

  .bg.blog-post {
    min-height: auto;
    padding-top: 53%;
  }

  .bg.pricing-shape {
    width: 40%;
    right: -5px;
  }

  .bg.plan {
    min-height: 48%;
  }

  .bg.plan-shape-1 {
    width: 29%;
  }

  .bg.plan-shape-2 {
    width: 100%;
    min-height: 50%;
  }

  .bg.team {
    min-height: auto;
    padding-top: 35%;
  }

  .achievements-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .process-content {
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-1-wrapper {
    padding: 83px 34px;
  }

  .content-top.blog-section {
    margin-bottom: 50px;
  }

  .content-top.blog-category {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.team-articles {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .subtitle-upper-case.blog-categories {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .cta-2-wrapper {
    text-align: center;
    flex-direction: column;
    padding: 94px 53px 90px;
  }

  .blog-section-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .post-section-wrapper {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .footer-wrapper {
    flex-direction: column;
    margin-bottom: 102px;
  }

  .footer-main-content {
    max-width: 566px;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    max-width: 100%;
  }

  .footer-menu-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-newsletter-content {
    max-width: none;
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-media-grid {
    justify-content: center;
  }

  .footer-newsletter-form-block {
    width: auto;
  }

  .home-hero-main-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    flex-flow: column wrap;
    align-items: center;
    padding: 20px 0 0;
  }

  .dropdown-nav-content {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 0;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

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

  .arrow-dropdown {
    font-size: 10px;
    top: 0;
  }

  .nav-link-dropdown {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-nav {
    margin-left: 50px;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-wrapper {
    width: 23px;
    min-height: 18px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .icon-wrapper:hover {
    background-image: none;
  }

  .icon-wrapper.other-page {
    background-image: url("../images/hamburger_menu2.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
  }

  .header-menu-button-icon-top,
  .header-menu-button-icon-medium,
  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #1746a2;
    padding: 0;
  }

  .post-wrapper {
    max-width: 100%;
  }

  .blog-post-content {
    max-width: 780px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text h3 {
    margin-top: 44px;
  }

  .rich-text figure {
    margin-bottom: 44px;
  }

  .rich-text h4,
  .rich-text h5,
  .rich-text h6 {
    margin-top: 44px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    align-content: flex-start;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .services-grid.homepage {
    margin-left: 19px;
    margin-right: 19px;
  }

  .plan-item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .plan-item:last-child {
    margin-bottom: 0;
  }

  .card-plan-content-top {
    max-width: 50%;
    flex: 1;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .card-plan-price {
    font-size: 25px;
  }

  .plan-wrapper {
    flex-direction: column;
  }

  .plan-content-top {
    margin-bottom: 100px;
  }

  .add-cart-price {
    font-size: 35px;
  }

  .add-cart-buttons-wrapper {
    display: flex;
  }

  .contact-wrapper {
    max-width: 100%;
  }

  .contact-title-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .contact-form-wrapper {
    background-color: #fff;
    padding: 20px 48px 64px;
  }

  .not-found-shapes-wrapper {
    max-width: 100%;
    min-height: 800px;
    align-self: auto;
  }

  .not-found-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
  }

  .not-found-shape-5 {
    right: 11px;
  }

  .not-found-shape-6 {
    bottom: 29px;
    left: 99px;
  }

  .pricing-category-wrapper {
    max-width: 850px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-category-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .team-articles-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .card-team-content-top {
    margin-bottom: 16px;
  }

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

  .animation-div {
    display: none;
  }

  .cta-grid {
    grid-template-columns: 0.8fr;
  }

  .div-block-2 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #f2f2fc;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .services-we-offer {
    flex-direction: column;
  }

  .testimonial-slider {
    height: 400px;
  }

  .testimonial-slide-wrapper {
    height: 349px;
  }

  .testimonial-card {
    height: 400px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .wwd-grid.three-column.contact {
    grid-template-columns: 1fr 1fr;
  }

  .flex-div.talents {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .flex-div.how-we-work-card {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-div.communicate {
    flex-direction: column;
    align-items: center;
  }

  .fs20 {
    color: #000;
  }

  .fs39.talent-heading {
    color: #14172a;
    font-size: 48px;
  }

  .subheading {
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 130%;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .paragraph-20 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-14 {
    order: -1;
    align-self: flex-start;
  }

  .fs16 {
    color: #000;
    font-size: 16px;
    line-height: 150%;
  }

  .card-text-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #f2f2fc;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .card-text-2.homepage {
    max-height: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .card-text-2.homepage.other {
    max-height: 100%;
  }

  .card-text-2.homepage {
    max-height: none;
    max-height: none;
  }

  .card-text-2.services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
  }

  .card-text-2.how-we-work {
    background-color: #fff;
  }

  .fs24.home-card {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

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

  .div-block-27 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .slider-brands.mobile-hide {
    display: none;
  }

  .slide {
    height: 90px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary-2.header-button {
    margin-right: 20px;
  }

  .nav-item-wrapper-2 {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-2 {
    max-width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff;
    flex-direction: column;
    padding-bottom: 40px;
    display: block;
    box-shadow: 0 1px 9px rgba(31, 36, 50, 0.02),
      0 24px 38px rgba(31, 36, 50, 0.05);
  }

  .dropdown-nav-main-wrapper-2 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    flex-flow: column wrap;
    align-items: center;
    padding: 20px 0 0;
    position: static;
  }

  .dropdown-nav-main-wrapper-2.first {
    position: static;
    left: -6px;
  }

  .header-menu-button-icon-bottom-2,
  .header-menu-button-icon-medium-2,
  .header-menu-button-icon-top-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #14172a;
    padding: 0;
  }

  .nav-link-2 {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .header-navigation-2 {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-link-dropdown-2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-32 {
    width: 90%;
    height: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .card-home {
    height: 600px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: url("../images/home-hero.png");
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 35px;
  }

  .div-block-34 {
    min-width: auto;
    align-self: auto;
  }

  .div-block-35 {
    align-self: center;
  }

  .fs18-2.tc_tint {
    font-size: 18px;
  }

  .talent-image {
    max-width: 100%;
  }

  .accordion-wrapper {
    align-self: center;
  }

  .accordion-item-2 {
    border: 0.51px solid #ddd;
  }

  .hww-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .long-card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .image-17 {
    width: auto;
    order: -1;
  }

  .div-block-36 {
    justify-content: center;
  }

  .div-block-37 {
    text-align: center;
  }

  .image-19 {
    border-radius: 0;
  }

  .bg-copy.contact {
    width: 100%;
    min-height: 595px;
    width: 100%;
    min-height: 595px;
    display: none;
    top: auto;
    left: 0;
  }

  .home-services-right-arrow {
    top: -76px;
    left: 80px;
    right: auto;
  }

  .home-services-left-arrow {
    top: -76px;
    left: 0;
    right: auto;
  }

  .service-we-offer-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .d-flex.white-bg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-21 {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 42px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 35px;
  }

  h3 {
    margin-bottom: 13px;
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    background-position: 130% -150px, -130px 130px;
    padding: 55px 50px;
  }

  .container-default {
    padding-right: 24px;
  }

  .container-default.home-hero {
    background-image: url("../images/mobile-bg-home.png");
    background-position: 0 0;
    background-size: cover;
  }

  .button-primary.full-width.add-cart {
    margin-right: 20px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    margin-right: 0;
    display: block;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 40px;
  }

  .nav-link {
    color: #fff;
  }

  .menu-button {
    width: 52px;
    min-height: 52px;
    min-width: 52px;
  }

  .nav-menu {
    width: 100vw;
    max-width: none;
    background-color: #000;
    padding-left: 0;
  }

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

  .footer-logo-container {
    margin-bottom: 20px;
  }

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

  .sect {
    padding: 96px 24px;
  }

  .sect.main-section {
    padding-bottom: 74px;
    padding-left: 0;
    padding-right: 0;
  }

  .sect.cta-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .sect.home-services {
    margin-top: 0;
    padding-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .sect.blog-post {
    padding-top: 60px;
    padding-bottom: 102px;
  }

  .sect.blog-post-more-articles {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sect.plan {
    padding-top: 132px;
    padding-bottom: 90px;
  }

  .sect.pricing-category {
    padding-top: 100px;
    padding-bottom: 115px;
  }

  .sect.blog-category {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .sect.team-articles {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .sect.team {
    padding-top: 60px;
    padding-bottom: 97px;
  }

  .sect.checkout-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .utility-page-wrap._404 {
    min-height: 550px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  .utility-page-content-404 {
    padding: 31px 35px 52px;
  }

  .not-found-title {
    margin-bottom: 25px;
    font-size: 139px;
  }

  .divider.blog-post {
    margin-top: 64px;
    margin-bottom: 90px;
  }

  .paragraph.not-found {
    margin-bottom: 35px;
  }

  .paragraph.process-item {
    text-align: center;
  }

  .paragraph.neutral-400.footer-paragraph {
    margin-bottom: 27px;
  }

  .paragraph.neutral-400.footer-newsletter {
    max-width: 432px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-plan-excerpt {
    margin-top: 20px;
  }

  .paragraph.plan-summary {
    max-width: 552px;
  }

  .paragraph.card-team-about {
    margin-bottom: 30px;
  }

  .card.service {
    padding: 45px 33px 47px;
  }

  .card.plan {
    flex-direction: column;
    padding: 52px 40px 53px;
  }

  .card.get-plan.mobile {
    min-height: 430px;
    margin-top: 60px;
    padding: 40px 30px 54px;
  }

  .card.default {
    padding: 40px 38px 33px;
  }

  .card.team {
    text-align: center;
    flex-direction: column;
    padding: 38px 40px 48px;
  }

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

  .checkout-block-header,
  .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.home-hero {
    text-align: left;
  }

  .title.neutral-100.cta-1 {
    max-width: 468px;
    margin-bottom: 30px;
  }

  .title.cta-2 {
    max-width: 442px;
    margin-bottom: 35px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.post-section,
  .title.h4-size.post {
    max-width: 431px;
    margin-bottom: 25px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 35px;
    font-size: 18px;
  }

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

  .title.h1-size {
    font-size: 42px;
  }

  .title.plan {
    margin-right: 10px;
  }

  .title.h3-size {
    font-size: 23px;
  }

  .title.contact.title-wwd {
    margin-bottom: 8px;
  }

  .title.h2-size {
    font-size: 35px;
  }

  .title.h2-size.not-found {
    font-size: 30px;
  }

  .title.category {
    font-size: 42px;
  }

  .split-content.home-hero-content {
    width: 100%;
    margin-bottom: 50px;
  }

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

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

  .split-content.blog-post-body {
    margin-bottom: 70px;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.post-section {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .image-wrapper.blog-post {
    margin-bottom: 50px;
  }

  .image.card-team {
    width: 192px;
    min-height: 192px;
    min-width: 192px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .cart-button {
    margin-right: 20px;
  }

  .bg.cta-1-shape {
    width: 49%;
    bottom: -18%;
    right: -10%;
  }

  .bg.cta-2-shape {
    width: 53%;
    top: 224px;
    right: -20px;
  }

  .bg.pricing-shape {
    width: 48%;
    top: 30px;
    bottom: auto;
  }

  .bg.plan-shape-1 {
    width: 100%;
    min-height: 30%;
    top: auto;
    left: 0;
  }

  .bg.team {
    padding-top: 62%;
  }

  .achievements-grid {
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .process-content {
    text-align: center;
    padding: 32px 24px;
  }

  .cta-1-wrapper {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .content-top.blog-section {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .content-top.blog-category {
    margin-bottom: 40px;
  }

  .subtitle-upper-case.blog-categories {
    font-size: 15px;
  }

  .cta-2-wrapper {
    padding: 78px 44px 74px;
  }

  .post-section-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .post-section-author-name {
    margin-bottom: 0;
  }

  .footer-wrapper {
    margin-bottom: 85px;
  }

  .footer-main-content {
    margin-bottom: 60px;
  }

  .footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-menu-content {
    max-width: 431px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
  }

  .footer-newsletter-content {
    max-width: 100%;
    text-align: center;
    margin-top: 60px;
  }

  .footer-title {
    margin-bottom: 35px;
  }

  .footer-title.newsletter {
    margin-bottom: 20px;
  }

  .dropdown-nav-main-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 20px;
  }

  .arrow-dropdown {
    margin-left: -3px;
    font-size: 8px;
  }

  .nav-link-dropdown {
    flex-direction: column;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .post-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .post-author-name {
    margin-bottom: 0;
  }

  .blog-post-about-content-top {
    margin-bottom: 10px;
  }

  .rich-text h3 {
    margin-top: 37px;
  }

  .rich-text ul {
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text figcaption {
    margin-top: 20px;
  }

  .rich-text h4 {
    margin-top: 37px;
  }

  .rich-text ol {
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 37px;
  }

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

  .rich-text h6 {
    margin-top: 37px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid.homepage {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-left: 16%;
    margin-right: 16%;
  }

  .plan-item {
    background-color: #f5f7fa;
  }

  .card-plan-content-top {
    max-width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .card-plan-features-grid {
    grid-row-gap: 10px;
    margin-bottom: 35px;
  }

  .faq-wrapper {
    padding: 45px 35px;
  }

  .plan-feature-dot {
    margin-right: 10px;
  }

  .plan-content-top {
    margin-bottom: 83px;
  }

  .plan-content-bottom {
    margin-bottom: -47px;
  }

  .add-cart-price {
    font-size: 30px;
  }

  .contact-form-block {
    min-height: 480px;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-social-media-wrapper {
    flex-wrap: wrap;
  }

  .contact-social-media-text {
    margin-bottom: 15px;
    margin-right: 30px;
    font-size: 16px;
  }

  .contact-social-media-grid {
    margin-bottom: 15px;
  }

  .contact-form-wrapper {
    padding-bottom: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-category-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-category-grid {
    grid-template-columns: 1fr;
  }

  .card-team-content {
    max-width: 566px;
  }

  .card-team-social-media-link-grid {
    justify-content: center;
  }

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

  .tilte.h-5.contact {
    margin-left: 0;
  }

  .cta-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .heading-size-h3 {
    font-size: 23px;
  }

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

  .card-2.advantage {
    align-items: center;
  }

  .card-text {
    color: #eeeef0;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .services-we-offer {
    max-width: 100vw;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .wwd-grid {
    grid-template-columns: 1fr;
  }

  .wwd-grid.three-column {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-5 {
    font-size: 29px;
  }

  .fs18 {
    text-align: left;
    font-size: 18px;
  }

  .fs20 {
    color: #000;
    font-size: 18px;
  }

  .image-11 {
    margin-right: auto;
  }

  .subheading {
    text-align: center;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .image-14 {
    align-self: center;
  }

  .card-text-2 {
    color: #eeeef0;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .card-text-2.homepage {
    max-width: none;
    max-width: none;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-text-2.services {
    width: 380px;
  }

  .card-text-2.how-we-work {
    color: #14172a;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .slider {
    width: 100%;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link {
    color: #fff;
    text-align: center;
  }

  .button-primary-2.header-button {
    display: none;
  }

  .button-primary-2.header-button.mobile {
    margin-right: 0;
    display: block;
  }

  .nav-item-wrapper-2.button-mobile {
    margin-top: 40px;
  }

  .dropdown-nav-main-wrapper-2 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .nav-link-dropdown-2 {
    flex-direction: column;
  }

  .card-home {
    background-image: none;
  }

  .div-block-34 {
    align-self: auto;
  }

  .div-block-35 {
    max-width: 100vw;
  }

  .fs18-2 {
    text-align: left;
    font-size: 18px;
  }

  .accordion-heading-2 {
    font-size: 18px;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .how-we-work.other-heading {
    line-height: 100%;
  }

  .image-17 {
    max-width: 500px;
  }

  .text-block-11 {
    color: #585a68;
  }

  .bg-copy.contact {
    min-height: 780px;
    display: none;
  }

  .bg-copy.contact-shape-2 {
    width: 70%;
  }

  .bg-copy.contact {
    min-height: 780px;
  }

  .container-default-2 {
    max-width: 1130px;
  }

  .student-slider {
    margin-bottom: 45px;
  }

  .home-services-right-arrow,
  .home-services-left-arrow {
    top: -70px;
  }

  .our-locations {
    margin-bottom: 15px;
    margin-right: 30px;
    font-size: 16px;
  }

  .d-flex.white-bg {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 29px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    background-position: 100% -180px, -180px 150px;
    padding: 46px 25px;
    font-size: 17px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.home-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

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

  .button-primary.button-white.footer-newsletter {
    border-radius: 40px;
    padding: 15px 0;
    position: static;
  }

  .button-primary._2-buttons-button {
    align-self: flex-start;
    margin-right: 0;
  }

  .button-primary._2-buttons-button.cta {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary._2-buttons-button.nav-other {
    width: 60%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary._2-buttons-button.home {
    min-width: auto;
    align-self: flex-start;
  }

  .button-primary._2-buttons-button.contact {
    min-width: 100%;
  }

  .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

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

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-item-wrapper {
    align-self: center;
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .nav-link {
    font-size: 16px;
  }

  .menu-button {
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    padding: 10px;
    font-size: 26px;
  }

  .footer {
    padding: 64px 24px 40px;
  }

  .footer-logo-container {
    margin-bottom: 15px;
  }

  .footer-nav {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .sect {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .sect.main-section {
    padding-bottom: 64px;
  }

  .sect.home-services {
    padding: 64px 24px;
  }

  .sect.timeline {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sect.blog-post {
    padding-top: 48px;
    padding-bottom: 82px;
  }

  .sect.blog-post-more-articles {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sect.plan {
    padding-top: 120px;
  }

  .sect.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .sect.pricing-category {
    padding-top: 80px;
    padding-bottom: 92px;
  }

  .sect.blog-category {
    padding-top: 48px;
    padding-bottom: 92px;
  }

  .sect.team-articles {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .sect.team {
    padding-top: 48px;
    padding-bottom: 81px;
  }

  .sect.checkout-hero {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-wrap._404 {
    min-height: 500px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.footer-newsletter {
    min-height: 60px;
    border-radius: 41px;
    margin-bottom: 20px;
    padding-right: 16px;
  }

  .utility-page-content-404 {
    padding: 50px 25px 66px;
  }

  .not-found-title {
    margin-bottom: 15px;
    font-size: 116px;
  }

  .divider.blog-post {
    margin-top: 51px;
    margin-bottom: 70px;
  }

  .paragraph.not-found {
    margin-bottom: 30px;
  }

  .paragraph.process-item {
    max-width: 425px;
  }

  .paragraph.neutral-400.footer-paragraph {
    max-width: 402px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph.neutral-400.footer-newsletter {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph.card-plan-excerpt {
    margin-top: 15px;
  }

  .paragraph.plan-summary {
    max-width: 425px;
    margin-bottom: 27px;
  }

  .paragraph.card-team-about {
    max-width: 337px;
    margin-bottom: 25px;
  }

  .card.service {
    padding: 38px 25px 39px;
  }

  .card.plan {
    padding: 43px 25px 44px;
  }

  .card.get-plan.mobile {
    min-height: 420px;
    padding: 33px 25px 45px;
  }

  .card.default {
    padding: 33px 25px 28px;
  }

  .card.team {
    padding: 30px 25px 40px;
  }

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

  .checkout-block-header,
  .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.checkout-hero {
    margin-bottom: 10px;
  }

  .title.home-hero {
    padding-top: 0;
    font-size: 40px;
  }

  .title.home-hero.changer {
    margin-top: 0;
    font-size: 40px;
  }

  .title.home-hero.changer.services {
    text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .title.home-hero.changer.services.mobile-hidden {
    display: none;
  }

  .title.home-hero.changer.services.desktop-hidden {
    display: block;
  }

  .title.home-hero.small {
    margin-bottom: 0;
    font-size: 32px;
  }

  .title.home-hero.services {
    text-align: left;
    align-self: flex-start;
    margin-top: 0;
    font-size: 28px;
  }

  .title.cta-2 {
    margin-bottom: 30px;
  }

  .title.process-item {
    margin-bottom: 10px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.post-section,
  .title.h4-size.post {
    max-width: 402px;
    margin-bottom: 23px;
  }

  .title.blog-post {
    font-size: 30px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.card-plan {
    margin-bottom: 4px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.plan {
    margin-right: 8px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-get-plan,
  .title.contact {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 29px;
  }

  .title.h2-size.not-found,
  .title.password {
    margin-bottom: 10px;
  }

  .title.category {
    font-size: 35px;
  }

  .split-content.header-right {
    max-width: 50%;
  }

  .split-content.home-hero-content {
    margin-bottom: 40px;
  }

  .split-content.blog-section-left {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .split-content.blog-section-right {
    margin-bottom: 0;
  }

  .split-content.blog-post-body {
    margin-bottom: 60px;
  }

  .split-content.team-articles-left {
    justify-content: center;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .split-content.team-articles-right {
    margin-bottom: 0;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.post-section,
  .image-wrapper.post {
    margin-bottom: 25px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 40px;
  }

  .image-wrapper.cart-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image.post-section-author,
  .image.post-author {
    width: 46px;
    min-height: 46px;
    min-width: 46px;
    margin-right: 10px;
  }

  .image.card-plan-icon {
    width: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .image.card-team {
    width: 160px;
    min-height: 160px;
    min-width: 160px;
    margin-bottom: 20px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .cart-button {
    margin-right: 10px;
    font-size: 16px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .brand {
    margin-right: 15px;
  }

  ._2-buttons {
    flex-direction: column;
    display: flex;
  }

  .bg.our-services {
    min-height: 28%;
  }

  .bg.cta-1-shape {
    width: 49%;
    bottom: -11%;
  }

  .bg.pricing-shape {
    width: 70%;
    top: -37px;
    left: -87px;
  }

  .bg.plan {
    min-height: 45%;
  }

  .bg.team {
    padding-top: 93%;
  }

  .bg-home-hero-shape-1,
  .bg-home-hero-shape-2 {
    min-height: 50%;
  }

  .achievements-grid {
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .achievement-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .process-content {
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-1-wrapper {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .content-top.blog-section {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.blog-category {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top.team-articles {
    align-items: stretch;
  }

  .cta-2-wrapper {
    align-items: stretch;
    padding: 65px 25px 61px;
  }

  .card-service-arrow,
  .card-service-arrow.services,
  .card-service-arrow.services {
    font-size: 14px;
  }

  .blog-section-grid {
    grid-row-gap: 60px;
  }

  .post-section-category {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .post-section-author-name {
    font-size: 16px;
    line-height: 1.6em;
  }

  .post-section-author-position {
    font-size: 14px;
  }

  .footer-wrapper {
    margin-bottom: 71px;
  }

  .footer-small-print {
    font-size: 15px;
  }

  .footer-main-content {
    margin-bottom: 55px;
  }

  .footer-content {
    align-self: center;
  }

  .footer-menu-content {
    flex-direction: column;
  }

  .footer-newsletter-content {
    text-align: left;
    margin-top: 50px;
  }

  .footer-social-media-grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-menu-wrapper {
    text-align: center;
    align-self: center;
    margin-right: 0;
  }

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

  .footer-title.newsletter {
    text-align: center;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero-main-content {
    text-align: left;
  }

  .dropdown-nav-main-wrapper {
    align-items: flex-start;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }

  .dropdown-nav-item {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .dropdown-nav-item.lastitem {
    margin-bottom: 0;
  }

  .dropdown-nav-link,
  .dropdown-nav-link.w--current {
    font-size: 14px;
  }

  .arrow-dropdown {
    margin-left: -5px;
    font-size: 6px;
  }

  .nav-link-dropdown {
    flex-direction: column;
  }

  .dropdown-nav {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-list {
    margin-top: 16px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .post-category {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .post-author-name {
    font-size: 16px;
    line-height: 1.6em;
  }

  .post-author-position {
    font-size: 14px;
  }

  .button-category {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-about-content-top {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

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

  .rich-text h3 {
    margin-top: 30px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 37px;
  }

  .rich-text figcaption {
    margin-top: 15px;
    font-size: 16px;
  }

  .rich-text h4 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 28px;
    padding-left: 36px;
  }

  .rich-text h5 {
    margin-top: 30px;
  }

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

  .rich-text h6 {
    margin-top: 30px;
  }

  .rich-text li {
    margin-bottom: 11px;
  }

  .blog-post-category {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .blog-post-updated {
    margin-bottom: 10px;
  }

  .services-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .services-grid.homepage {
    margin-left: 0%;
    margin-right: 0%;
  }

  .card-plan-main-content {
    margin-bottom: -15px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 15px;
  }

  .card-plan-price {
    font-size: 23px;
  }

  .card-plan-features-grid {
    margin-bottom: 30px;
  }

  .card-plan-feature-wrapper {
    font-size: 16px;
  }

  .card-plan-feature-dot {
    margin-right: 8px;
  }

  .faq-wrapper {
    padding: 38px 25px;
  }

  .plan-title-wrapper {
    margin-bottom: 10px;
  }

  .plan-features-grid {
    grid-row-gap: 20px;
  }

  .plan-content-top {
    margin-bottom: 70px;
  }

  .plan-content-bottom {
    margin-bottom: -40px;
  }

  .add-cart-option-list {
    margin-bottom: 20px;
  }

  .select-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .add-cart-price {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .add-cart-buttons-wrapper {
    flex-direction: column;
  }

  .card-get-plan-content-top {
    margin-bottom: 27px;
  }

  .contact-form-block {
    margin-bottom: 25px;
    padding-bottom: 42px;
  }

  .contact-form {
    grid-row-gap: 20px;
  }

  .text-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-social-media-wrapper {
    width: auto;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: stretch;
  }

  .contact-social-media-wrapper._2 {
    width: auto;
    margin-top: 24px;
  }

  .contact-social-media-text {
    margin-bottom: 0;
    margin-right: 0;
  }

  .contact-social-media-grid {
    margin-bottom: 0;
  }

  .contact-form-wrapper {
    padding-bottom: 44px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .not-found-shape-4 {
    bottom: 55px;
  }

  .not-found-shape-5 {
    bottom: 61px;
    right: 0;
  }

  .not-found-shape-6 {
    left: auto;
  }

  .pricing-category-wrapper {
    text-align: center;
  }

  .blog-category-grid,
  .team-articles-grid {
    grid-row-gap: 60px;
  }

  .container-medium-948px {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .empty-state.cart {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-item-quantity {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item {
    flex-wrap: wrap;
  }

  .cart-list,
  .cart-header,
  .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item-wrapper {
    flex-direction: column;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .heading-size-h3 {
    font-size: 20px;
  }

  .div-block-2 {
    grid-row-gap: 0px;
    text-align: center;
  }

  .image-2 {
    width: 64px;
    height: 64px;
    padding: 8px;
  }

  .textbox-container {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading-4 {
    font-size: 28px;
    font-weight: 700;
  }

  .heading-5 {
    font-size: 12px;
    font-weight: 500;
  }

  .card-text {
    box-shadow: none;
  }

  .services-we-offer {
    flex-direction: column;
    display: flex;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slide-wrapper {
    height: auto;
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .wwd-grid,
  .wwd-grid.three-column,
  .wwd-grid.three-column.contact {
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    font-size: 24px;
  }

  .title-wwd {
    font-size: 44px;
  }

  .fs18 {
    color: #222;
    text-align: left;
    font-size: 16px;
  }

  .fs20 {
    font-size: 16px;
  }

  .fs39 {
    font-size: 28px;
  }

  .fs25 {
    font-size: 21px;
  }

  .subheading {
    color: #6b6b74;
    font-size: 14px;
    line-height: 130%;
  }

  .hero-text {
    font-size: 16px;
    line-height: 24px;
  }

  .main-page-heading {
    font-size: 40px;
  }

  .image-14 {
    max-width: 80vw;
  }

  .fs16 {
    font-size: 14px;
  }

  .card-text-2 {
    box-shadow: none;
  }

  .card-text-2.homepage {
    padding: 24px;
  }

  .card-text-2.services {
    width: 100%;
  }

  .button-primary-2 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .nav-item-wrapper-2 {
    align-self: center;
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .dropdown-nav-main-wrapper-2 {
    align-items: flex-start;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-2 {
    font-size: 16px;
  }

  .header-navigation-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .dropdown-nav-link-2,
  .dropdown-nav-link-2.w--current {
    font-size: 14px;
  }

  .nav-link-dropdown-2 {
    flex-direction: column;
  }

  .heading-19.home-card {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .fs25-2 {
    font-size: 21px;
  }

  .div-block-35 {
    margin-bottom: 40px;
  }

  .fs39-2 {
    font-size: 28px;
  }

  .fs18-2 {
    color: #222;
    text-align: left;
    font-size: 16px;
  }

  .fs18-2.tc_tint {
    font-size: 16px;
  }

  .hww-card-para {
    margin-top: 10px;
  }

  .image-17 {
    max-width: 300px;
  }

  .changer-overflow {
    height: 56px;
  }

  .accordion-para {
    font-size: 16px;
  }

  .container-default-2 {
    max-width: 1130px;
  }

  .student-slider {
    margin-bottom: 0;
  }

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

  .student-mask {
    max-width: 100%;
  }

  .heading-20 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .home-services-right-arrow,
  .home-services-left-arrow {
    top: -65px;
  }

  .service-we-offer-heading {
    text-align: left;
  }

  .our-locations {
    margin-right: 0;
  }

  .d-flex.white-bg {
    flex-direction: column;
    padding-left: 23px;
    padding-right: 23px;
  }
}

#w-node-_59cd35bf-314d-2620-4d48-aad910544122-b48e914b,
#w-node-_59cd35bf-314d-2620-4d48-aad91054412d-b48e914b,
#w-node-_59cd35bf-314d-2620-4d48-aad910544138-b48e914b,
#w-node-_59cd35bf-314d-2620-4d48-aad910544145-b48e914b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message.w-node-_2968ef74-7d03-3f80-047d-5fbbb4e38b52-e88e9156,
#w-node-_0976b068-2f02-55d9-52e3-0b12d0125914-e88e9156 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14b189e0-48fa-5232-99d7-1b1c74fa1236-e88e9156 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9db043f9-2868-8581-570e-6eff15b62d77-d2491e83,
#w-node-_83de4821-00fd-27b8-39c8-cce0f01fc653-d2491e83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_59cd35bf-314d-2620-4d48-aad910544138-b48e914b,
  #w-node-_9db043f9-2868-8581-570e-6eff15b62d77-d2491e83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #message.w-node-_2968ef74-7d03-3f80-047d-5fbbb4e38b52-e88e9156 {
    grid-column: span 2 / span 2;
  }

  #w-node-_14b189e0-48fa-5232-99d7-1b1c74fa1236-e88e9156 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0976b068-2f02-55d9-52e3-0b12d0125914-e88e9156,
  #w-node-_14b189e0-48fa-5232-99d7-1b1c74fa1236-e88e9156 {
    justify-self: stretch;
  }
}

@font-face {
  font-family: "Icons Consulting X Template";
  src: url("../fonts/icons-consulting-x-template.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Materialiconsoutlined";
  src: url("../fonts/MaterialIconsOutlined-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
