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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  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-pagination-previous-icon {
  margin-right: 4px;
}

.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-pagination-next-icon {
  margin-left: 4px;
}

.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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

.w-commerce-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-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  color: #fff;
  background-color: #0d0d11;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

p {
  color: #9c9c9c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2rem;
}

a {
  color: rgba(129, 129, 139, .9);
  text-decoration: none;
}

li {
  color: #9c9c9c;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

blockquote {
  color: #9c9c9c;
  border-left: 5px solid rgba(129, 129, 139, .5);
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-rich-text {
  display: block;
}

.text-rich-text a {
  color: rgba(129, 129, 139, .9);
  text-decoration: none;
  transition: color .3s;
}

.text-rich-text a:hover {
  color: #9c9c9c;
}

.text-rich-text p {
  font-size: 1rem;
  line-height: 1.6;
}

.text-rich-text li {
  color: #9c9c9c;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

.text-rich-text h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.text-rich-text h2 {
  font-size: 3rem;
  line-height: 1.1;
}

.text-rich-text blockquote {
  border-left-color: rgba(129, 129, 139, .5);
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h6 {
  font-size: 1.2rem;
  line-height: 1.2;
}

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

.styleguide-3-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-button-row {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.social-link {
  width: 2.25rem;
  height: 2.25rem;
  color: rgba(129, 129, 139, .9);
  border: 1px solid rgba(129, 129, 139, .9);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Social Icon Font, sans-serif;
  text-decoration: none;
  transition: transform .4s, border-color .4s, color .4s;
  display: flex;
}

.social-link:hover {
  color: #fff;
  border-color: #fff;
  transform: translate(0, -3px);
}

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

.heading-xsmall {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.show-tablet {
  display: none;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-0 {
  margin: 0;
}

.menu-button {
  display: inline-block;
}

.page-wrapper {
  position: relative;
}

.text-style-link {
  color: rgba(129, 129, 139, .9);
  text-decoration: none;
  transition: color .3s;
}

.text-style-link:hover {
  color: #9c9c9c;
}

.padding-large {
  padding: 3rem;
}

.form-message-success {
  color: #fff;
  text-align: center;
  background-color: #3d96f4;
  border-radius: 10px;
  padding: 1.25rem;
  font-weight: 400;
}

.padding-huge {
  padding: 6rem;
}

.form-input {
  min-height: 3.375rem;
  color: #9c9c9c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 50px;
  flex: 0 auto;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .3s;
}

.form-input:hover {
  color: #9c9c9c;
  border-color: rgba(129, 129, 139, .9);
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: rgba(129, 129, 139, .9);
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.payment-info {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.form-input.message-area {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.form-input.subscribe {
  margin-bottom: 0;
}

.form-radio-label {
  color: #9c9c9c;
}

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

.heading-large {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.margin-huge {
  margin: 6rem;
}

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

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

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

.max-width-small.footer {
  padding-right: 2rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.show {
  display: block;
}

.text-size-tiny {
  color: #9c9c9c;
  font-size: .875rem;
}

.text-size-tiny.text-style-allcaps {
  letter-spacing: 1px;
}

.text-size-tiny.text-style-allcaps.text-color-white {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-weight-light {
  font-weight: 300;
}

.margin-medium {
  margin: 2rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-color-grey {
  color: #9c9c9c;
}

.styleguide-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.background-color-black-neutral {
  color: #f5f5f5;
  background-color: rgba(129, 129, 139, .1);
}

.margin-xxhuge {
  margin: 12rem;
}

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

.show-mobile-portrait {
  display: none;
}

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

.style-guide-brand {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 40px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s;
}

.style-guide-brand:hover {
  transform: scale(.96);
}

.icon-small {
  height: 2rem;
  border-radius: 100%;
}

.padding-custom2 {
  padding: 2.5rem;
}

.styleguide-1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.margin-large {
  margin: 3rem;
}

.padding-top, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.navbar-container-styleguide {
  height: 100%;
  background-color: #000;
  overflow: scroll;
}

.padding-vertical, .padding-vertical.padding-large, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  padding-top: 0;
  padding-bottom: 5.3rem;
}

.padding-vertical.padding-xxhuge {
  padding: 8.3rem 0 0;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.styleguide-color-sample {
  border-radius: 10px;
  margin-top: .5rem;
  padding: 5rem;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
}

.styleguide-color-sample.color-3 {
  color: rgba(129, 129, 139, .1);
  background-color: rgba(129, 129, 139, .1);
}

.styleguide-color-sample.color-1 {
  color: #000;
  background-color: #000;
}

.styleguide-color-sample.color-2 {
  color: #0d0d11;
  background-color: #0d0d11;
}

.styleguide-color-sample.neutral-40 {
  color: #0d0d11;
  background-color: rgba(129, 129, 139, .4);
}

.styleguide-color-sample.neutral-20 {
  color: #0d0d11;
  background-color: rgba(129, 129, 139, .2);
}

.styleguide-color-sample.neutral-30 {
  color: #0d0d11;
  background-color: rgba(129, 129, 139, .3);
}

.styleguide-color-sample.neutral-50 {
  color: #0d0d11;
  background-color: rgba(129, 129, 139, .5);
}

.styleguide-color-sample.neutral-90 {
  color: rgba(129, 129, 139, .9);
  background-color: rgba(129, 129, 139, .9);
}

.styleguide-color-sample.color-3 {
  color: #81818b;
  background-color: #81818b;
}

.styleguide-color-sample.color-4 {
  color: #9c9c9c;
  background-color: #9c9c9c;
}

.styleguide-color-sample.color-5 {
  background-color: #fff;
}

.styleguide-color-sample.neutral-10 {
  background-color: rgba(129, 129, 139, .1);
}

.styleguide-color-sample.color-6 {
  background-color: #3d96f4;
}

.styleguide-section-type {
  color: #fff;
  background-color: rgba(129, 129, 139, .2);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.padding-custom3 {
  padding: 2rem;
}

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

.padding-xlarge {
  padding: 4rem;
}

.styleguide-header {
  background-color: rgba(0, 0, 0, 0);
}

.link {
  color: rgba(129, 129, 139, .9);
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: #9c9c9c;
}

.navbar-styleguide {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 1px 0 14px rgba(20, 34, 43, .06);
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-0 {
  padding: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-bottom, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-message-error {
  color: #0d0d11;
  text-align: center;
  background-color: #f76969;
  border-radius: 10px;
  padding: 1.125rem;
}

.form-checkbox-label {
  color: #9c9c9c;
}

.page-padding {
  color: #9c9c9c;
  background-color: #0d0d11;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-regular {
  color: #9c9c9c;
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.overflow-hidden {
  overflow: hidden;
}

.text-color-black {
  color: rgba(129, 129, 139, .5);
}

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

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.nav-menu-styleguide {
  width: 100%;
  margin-top: 10vh;
}

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

.padding-xhuge {
  padding: 10rem;
}

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

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

.margin-xlarge {
  margin: 4rem;
}

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

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

.styleguide-form-wrapper {
  margin-bottom: 0;
}

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

.icon-xsmall {
  height: 1.5rem;
  border-radius: 100%;
}

.padding-small {
  padding: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.icon-large {
  height: 3rem;
  border-radius: 100%;
}

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

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.widht-100 {
  width: 100%;
}

.hide {
  display: none;
}

.form-radio-icon {
  width: 1rem;
  height: 1rem;
  border-color: rgba(129, 129, 139, .4);
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  transition: border-color .3s;
}

.form-radio-icon:hover {
  border-color: rgba(129, 129, 139, .9);
}

.form-radio-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  border-width: .25rem;
  border-color: #9c9c9c;
}

.form-radio-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-color: rgba(129, 129, 139, .9);
}

.grid-main-styleguide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e5d9cf;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.heading-xlarge {
  color: #fff;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.background-color-grey {
  background-color: #81818b;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: .25rem;
  display: flex;
}

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

.icon-medium {
  height: 2.5rem;
  border-radius: 100%;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-size-small {
  word-break: normal;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-small.faq {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-medium {
  padding: 2rem;
}

.styleguide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.form-checkbox-icon {
  width: 1rem;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(129, 129, 139, .4);
  border-radius: .125rem;
  margin: auto .5rem auto 0;
  transition: border-color .3s;
}

.form-checkbox-icon:hover {
  border-color: rgba(129, 129, 139, .9);
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #9c9c9c;
  background-position: 36%;
  background-size: 90%;
  border-color: #9c9c9c;
  border-radius: .125rem;
  margin: auto .5rem auto 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(129, 129, 139, .9);
  border-radius: .125rem;
  margin: auto .5rem auto 0;
}

.margin-xxlarge {
  margin: 5rem;
}

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.button {
  width: 10rem;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #e70004;
  border-radius: 50px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: stretch;
  padding: 15px 24px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .4s, background-color .4s;
  display: flex;
  position: static;
}

.button:hover {
  color: #fff;
  background-color: #5cc97b;
  border-style: solid;
  border-color: #5cc97b;
  transform: translate(0, -5px);
}

.button.is-form-submit {
  max-width: 12rem;
  color: #fff;
  background-color: #1e1e1f;
  border-color: #1e1e1f;
}

.button.is-form-submit:hover {
  color: #f9f1ec;
  background-color: #212427;
  border-color: #212427;
}

.button.is-secondary {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(129, 129, 139, .2);
}

.button.is-secondary:hover {
  color: #fff;
  background-color: rgba(129, 129, 139, .3);
  border-color: #212427 #212427 #212427 rgba(129, 129, 139, .2);
  transform: translate(0, -5px);
}

.button.is-secondary.w--current {
  color: #fff;
  background-color: #3d96f4;
}

.button.is-secondary.w--current:hover {
  background-color: #5cc97b;
}

.button.hidden-on-desktop {
  display: none;
}

.button.cart, .button.checkout, .button.price {
  width: auto;
}

.button.large {
  width: 12rem;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide-classes {
  display: none;
}

.padding-xxhuge {
  padding: 12rem;
}

.heading-medium {
  color: #fff;
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.heading-medium.z-1 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav-link-styleguide {
  width: 100%;
  color: #fff;
  padding: 20px 30px;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s, color .4s;
}

.nav-link-styleguide:hover {
  color: #f9f1ec;
}

.nav-link-styleguide.w--current {
  color: #fff;
  background-color: rgba(129, 129, 139, .3);
  border-right: 4px solid rgba(129, 129, 139, .5);
  font-size: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium {
  color: #9c9c9c;
  font-size: 1.25rem;
  line-height: 1.4;
}

.margin-small {
  margin: 1rem;
}

.form-label {
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

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

.text-style-quote {
  border-left: .25rem solid rgba(129, 129, 139, .5);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.heading-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-small.text-align-center {
  font-family: Georgia, Times, Times New Roman, serif;
}

.styleguide-social-icons-wrapper {
  max-width: 28rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(129, 129, 139, .2);
}

.divider-line.small {
  width: 2rem;
}

.divider-line.case {
  width: 4rem;
}

.style-badge-color {
  color: #261b11;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 6px rgba(20, 34, 43, .06);
}

.style-badge-color.color-1 {
  color: #000;
}

.style-badge-color.color-2, .style-badge-color.color-3, .style-badge-color.neutral-20, .style-badge-color.neutral-30, .style-badge-color.neutral-40, .style-badge-color.neutral-50, .style-badge-color.neutral-90, .style-badge-color.color-3, .style-badge-color.color-4 {
  color: #0d0d11;
}

.style-badge-color.color-5 {
  color: #0d0d11;
  box-shadow: 0 2px 6px rgba(20, 34, 43, .3);
}

.style-badge-color.neutral-10 {
  color: #0d0d11;
}

.style-badge-color.color-6 {
  color: #3d96f4;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.password-icon {
  width: 200px;
}

._404-title {
  margin-bottom: 20px;
  font-size: 12rem;
  line-height: 1;
}

._404-title.text-style-italic {
  margin-left: -30px;
}

.checkout-form-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-block-header {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 2rem;
}

.checkout-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.checkout-required-text {
  color: #81818b;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-color: rgba(129, 129, 139, .3);
  border-left-style: none;
  border-left-color: rgba(129, 129, 139, .3);
  border-right-style: none;
  border-right-color: rgba(129, 129, 139, .3);
  padding: 1.5rem 2rem 2.5rem;
}

.checkout-block-content.shipping {
  background-color: rgba(0, 0, 0, 0);
}

.checkout-block-content.summary-center {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.order-summary-total {
  font-size: 1rem;
  font-weight: 600;
}

.shipping-method {
  background-color: rgba(129, 129, 139, .2);
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 24px;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.web-payments {
  margin-bottom: 1rem;
}

.apple-pay-button {
  height: 3rem;
  border-radius: 50px;
}

.paypal-button {
  margin-bottom: 1rem;
}

.checkout-content-summary {
  background-color: rgba(129, 129, 139, .2);
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 24px;
}

.order-summary-block-buttons {
  padding: 2.5rem 1rem 2rem;
}

.order-summary {
  margin-bottom: 0;
}

.discounts {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.order-item-price {
  margin-top: 1rem;
  font-weight: 400;
}

.order-item-checkout {
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.image-wrapper.case {
  border-radius: 30px 30px 0;
}

.image-wrapper.overview {
  border-radius: 30px;
}

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

.cover-image.main-blog {
  border-radius: 30px;
}

.billing-address-toogle {
  align-items: center;
}

.order-confirmation-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.section-blog-header {
  overflow: hidden;
}

.blog-header-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.link-content-block {
  min-height: 100%;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 24px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-content-block.licenses {
  width: 100%;
  height: 12vw;
  min-height: auto;
}

.horizontal-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: rgba(129, 129, 139, .9);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-post-featured-sidebar {
  padding-bottom: 2rem;
}

.inner-container {
  position: relative;
}

.subtitle {
  color: #9c9c9c;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(129, 129, 139, .2);
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 9px 18px;
  font-size: .675rem;
  display: inline-block;
}

.subtitle.sidebar {
  margin-bottom: 30px;
}

.sidebar-content-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.blog-all-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  align-items: start;
}

.collection-list-latest-posts {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blog-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.categories-sidebar-wrapper, .category-sidebar-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.categories-button-wrapper {
  max-width: 14rem;
}

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

.category-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-component-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.product-content-wrapper {
  max-width: 30rem;
}

.product-quantity-wrapper {
  display: none;
}

.product-option-list {
  width: 100%;
}

.label {
  margin-bottom: .5rem;
  font-weight: 600;
}

.quantity-input {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
}

.quantity-input:focus {
  border-color: rgba(0, 0, 0, 0);
}

.input-wrapper {
  background-color: #fff;
  border: 1px solid #e5d9cf;
  border-radius: 2rem;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .3s;
}

.input-wrapper:hover {
  border-color: #b6a497;
}

.selector-input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

.selector-input:active, .selector-input:focus {
  border-color: rgba(0, 0, 0, 0);
}

.add-to-cart-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

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

.licenses-content-wrapper {
  background-color: rgba(129, 129, 139, .1);
  border-radius: 30px;
  margin-top: 4rem;
  padding: 6rem 4rem 8rem;
}

.licenses-image-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.changelog-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
}

.changelog-content {
  width: 40rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.instructions-content-wrapper {
  background-color: rgba(129, 129, 139, .1);
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 30px;
  margin-top: 4rem;
  padding: 6rem 4rem;
}

.contact-form-block {
  color: #101118;
}

.contact-form-component {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: rgba(129, 129, 139, .1);
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 4rem;
  display: grid;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #101118;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #9c9c9c;
}

.dropdown-arrow {
  margin-top: 3px;
  margin-left: 8px;
  font-family: Filled Icon, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.button-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -27px;
  display: flex;
}

.dropdown-link {
  width: 100%;
  color: #0d0d11;
  padding: 0;
  font-weight: 400;
  line-height: 20px;
  transition: color .4s;
}

.dropdown-link:hover {
  color: #9c9c9c;
}

.dropdown-link.w--current {
  color: #0d0d11;
}

.dropdown-link.w--current:hover {
  color: #9c9c9c;
}

.dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.nav-link {
  color: #fff;
  padding: 0;
  transition: color .4s;
}

.nav-link:hover {
  color: #9c9c9c;
}

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

.nav-link.w--current:hover {
  color: #9c9c9c;
}

.hamburger-menu {
  padding: 0;
}

.hamburger-menu.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.header-nav-content {
  align-items: center;
  display: flex;
}

.line-menu {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.dropdown-card {
  color: #81818b;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 60px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.dropdown-grid-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-list-item {
  margin-bottom: 0;
}

.nav-list-item.center {
  padding-left: 18px;
  padding-right: 18px;
}

.logo-link {
  color: #fff;
  transition: transform .3s, color .3s;
}

.logo-link:hover {
  transform: translate(0, -5px);
}

.logo-link.w--current {
  transition: transform .4s;
}

.logo-link.w--current:hover {
  transform: translate(0, -5px);
}

.nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-side {
  align-items: center;
  display: flex;
}

.home-header-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.home-header-content {
  margin-top: 8vw;
  padding-top: 35px;
  position: relative;
}

.home-header-images-component {
  width: 100%;
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas: "."
                       "."
                       "Area"
                       "."
                       "."
                       ".";
  position: relative;
}

.padding-vertical-home-header {
  padding-top: 10rem;
  padding-bottom: 0;
}

.message-error-state {
  color: #0d0d11;
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 1.8rem 1.125rem;
  font-weight: 400;
}

.text-cart {
  color: #fff;
  font-size: 1.1rem;
}

.cart-button-wrapper {
  margin-left: 10px;
  margin-right: 2rem;
  transition: transform .3s;
}

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

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  background-color: rgba(129, 129, 139, .3);
  border-radius: 100%;
  margin-left: 5px;
  padding: 8px 10px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.cart-button-navbar {
  letter-spacing: .06rem;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button-navbar:hover {
  color: #9bdaf2;
}

.message-empty-state {
  text-align: center;
  background-color: #000;
  margin-bottom: 10px;
  padding: 30px 20px;
}

.cart-header {
  border-bottom-color: rgba(129, 129, 139, .2);
  padding: 2rem 1.5rem;
}

.cart-container {
  background-color: #000;
  border-right: 1px solid rgba(129, 129, 139, .3);
}

.cart-footer {
  color: #fff;
  border-top-color: rgba(129, 129, 139, .2);
}

.remove-button {
  color: #9c9c9c;
  transition: color .4s;
}

.remove-button:hover {
  color: #81818b;
}

.quantity-cart {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(129, 129, 139, .4);
}

.cart-close-button {
  color: #fff;
}

.dots-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: absolute;
}

.dots-grid.why-us {
  bottom: 0%;
  left: -8%;
}

.dots-grid.header {
  top: -2%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.dots-grid.about {
  z-index: -1;
  bottom: -5%;
  left: -10%;
}

.dots-grid.service-1 {
  z-index: -1;
  bottom: -3%;
  left: -6%;
}

.dots-grid.service-2 {
  z-index: -1;
  bottom: -6%;
  right: -6%;
}

.dots-grid.service-3 {
  z-index: -1;
  bottom: -5%;
  left: -6%;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(129, 129, 139, .2);
  border-radius: 50%;
}

.close-icon {
  margin-top: -5px;
  font-family: Filled Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: color .4s;
}

.close-icon:hover {
  color: #9c9c9c;
}

.logos-inside-line {
  display: flex;
}

.logos-container {
  max-width: 72rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-gradient-right {
  z-index: 3;
  width: 10%;
  height: 100%;
  background-image: linear-gradient(270deg, #0d0d11 8%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-item {
  width: 210px;
  height: 64px;
  margin-right: 30px;
}

.logos-row-wrapper {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}

.logos-card-line {
  display: flex;
}

.logos-gradient-left {
  z-index: 3;
  width: 10%;
  height: 100%;
  background-image: linear-gradient(to right, #0d0d11 8%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo {
  height: 2.5rem;
  min-height: 86px;
  min-width: 220px;
  position: absolute;
  top: -35px;
}

.service-content-link {
  width: 100%;
  height: 100%;
  color: #8b8181;
  background-color: rgba(139, 129, 129, .1);
  border-radius: 11px;
  padding: 55px 25px 25px;
  text-decoration: none;
  position: relative;
}

.icon-wrapper {
  display: inline-block;
  overflow: hidden;
}

.service-icon {
  width: 5vw;
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  overflow: visible;
}

.why-us-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.why-us-left-content {
  position: relative;
}

.why-us-right-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.why-us-component-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.icons-why-us-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-icon {
  color: #5cc97b;
  font-family: Filled Icon, sans-serif;
}

.why-us-image-wrapper._1 {
  z-index: 1;
  width: 20rem;
  height: 32rem;
  background-image: url('../images/Untitled-design-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 25vw;
  border-bottom-right-radius: 25vw;
  border-bottom-left-radius: 25vw;
  position: relative;
  overflow: hidden;
}

.why-us-image-wrapper._2 {
  width: 12rem;
  height: 12rem;
  background-image: url('../images/Untitled-800-×-800-px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.faq-plus-wrapper {
  width: 22px;
  max-height: 22px;
  min-height: 22px;
  min-width: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-component-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.title-faq-item {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-icon2 {
  width: 2px;
  min-height: 24px;
  background-color: #3d96f4;
  position: absolute;
}

.space {
  min-height: 18px;
}

.faq-content-wrapper {
  max-width: 994px;
  cursor: pointer;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 24px;
  padding: 40px 48px 50px 54px;
  transition: background-color .4s;
  overflow: hidden;
}

.faq-content-wrapper:hover {
  background-color: rgba(129, 129, 139, .2);
}

.faq-icon1 {
  width: 24px;
  min-height: 2px;
  background-color: #3d96f4;
  position: absolute;
}

.faq-content-answer {
  max-width: 664px;
  margin-left: 38px;
}

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

.number-faq {
  color: #eef4fa;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.call-to-action-content-wrapper {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.call-to-action-component-grid {
  width: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.call-to-action-content {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe-form-wrapper {
  width: 100%;
}

.subscribe-form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.flex-form-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.contact-detail-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.contact-details-icon-wrapper {
  width: 3rem;
  height: 3rem;
  background-color: rgba(129, 129, 139, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon {
  color: #3d96f4;
  font-family: Filled Icon, sans-serif;
  font-weight: 400;
}

.contact-icon.email {
  color: #5cc97b;
}

.contact-icon.location {
  color: #ff6e35;
}

.contact-details-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  transition: color .4s;
}

.contact-details-link:hover {
  color: #3d96f4;
}

.contact-details-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
}

.footer-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  position: relative;
}

.text-nav-footer {
  color: #9c9c9c;
  transition: color .4s;
}

.text-nav-footer:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-nav-link {
  text-decoration: none;
  display: inline-block;
}

.social-icons-component {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: start;
  align-items: center;
  justify-items: center;
}

.social-icons-wrapper {
  align-items: center;
  display: flex;
}

.social-icons-wrapper.align-right {
  justify-content: flex-end;
}

.nav-footer-content {
  flex-wrap: wrap;
  display: flex;
}

.footer-content-wrapper {
  z-index: 2;
  position: relative;
}

.footer-nav-item {
  margin-bottom: 1.4rem;
}

.footer-logo-link {
  color: #47bdff;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s;
}

.footer-logo-link:hover {
  transform: scale(.96);
}

.footer-logo-link.w--current:hover {
  transform: translate(0, -5px);
}

.footer-top {
  z-index: 1;
}

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

.footer-bottom-wrapper {
  border-top: 1px solid rgba(129, 129, 139, .2);
  justify-content: center;
  align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  display: flex;
}

.link-footer {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-footer:hover {
  color: #9c9c9c;
}

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

.blog-posts-component {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 71px;
  display: grid;
}

.link-content-blog {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-content-blog.sidebar {
  border-radius: 24px;
}

.link-icon-right {
  color: #3d96f4;
  font-family: Filled Icon, sans-serif;
  font-weight: 400;
}

.blog-post-item-content {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 26px 26px 40px;
  display: flex;
}

.blog-post-item-content.featured {
  padding-bottom: 60px;
}

.relative-position {
  position: relative;
}

.relative-position.sidebar {
  width: 12rem;
  height: 100%;
}

.category-tag {
  color: #fff;
  background-color: rgba(129, 129, 139, .5);
  border-top-right-radius: 10px;
  padding: 8px 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-color-blue {
  color: #3d96f4;
}

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

.grid-stats {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.content-block {
  color: #b90000;
  background-color: #0d0d11;
  border: 1px solid #0d0d11;
  border-radius: 0;
  padding: 2.5rem;
}

.stats-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.header-image-wrapper._1 {
  width: 16rem;
  height: 26rem;
  background-image: url('../images/Untitled-design-6.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 25vw;
}

.header-image-wrapper._2 {
  width: 15rem;
  height: 15rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Untitled-design-6.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.header-image-wrapper._3 {
  width: 15rem;
  height: 15rem;
  background-image: url('../images/Untitled-design-8.png');
  background-size: cover;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.header-image-wrapper._4 {
  width: 16rem;
  height: 26rem;
  background-image: url('../images/Untitled-design-8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 25vw;
}

.about-header-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.about-image-wrapper._1 {
  width: 19rem;
  height: 34rem;
  background-image: url('../images/about-image-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25vw 0 25vw 25vw;
  position: relative;
}

.about-image-wrapper._2 {
  width: 19rem;
  height: 34rem;
  background-image: url('../images/header-image-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25vw;
  margin-top: -5vw;
}

.about-image-wrapper._3 {
  width: 19rem;
  height: 34rem;
  background-image: url('../images/about-image-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25vw 25vw 25vw 0;
}

.services-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

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

.service-list._1 {
  margin-top: 3rem;
}

.testimonials-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 90px;
}

.testimonial-item-wrapper {
  background-color: rgba(129, 129, 139, .1);
  border-radius: 30px;
  padding: 4rem 2.5rem;
}

.testimonial-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.testimonial-photo {
  width: 4.5vw;
  height: 4.5vw;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.testimonial-photo._1 {
  background-image: url('../images/client-image-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-photo._2 {
  background-image: url('../images/client-image-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 100%;
  border-top-right-radius: 0%;
}

.testimonial-photo._3 {
  background-image: url('../images/client-image-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 0%;
}

.top-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 30px;
}

.our-story-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.our-story-image-wrapper {
  width: 32rem;
  height: 40rem;
  background-image: url('../images/645424a7166cba011da55afb-HeadshotPro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 12vw;
  border-bottom-left-radius: 12vw;
}

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

.value-icon-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.values-icon {
  width: 2.5vw;
  height: 2.5vw;
}

.values-icon._1 {
  background-color: #e70004;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.values-icon._2 {
  -webkit-text-stroke-color: #ca0000;
  background-color: #ff6161;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.values-icon._3 {
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.values-icon._4 {
  background-color: #ffb4b5;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.values-icon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.our-mission-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.our-mission-image-wrapper {
  width: 32rem;
  height: 40rem;
  background-image: url('../images/our-story-image_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 25vw;
  border-bottom-right-radius: 25vw;
  border-bottom-left-radius: 25vw;
}

.about-header-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.packages-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.pricing-features-block {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.price-text {
  color: #fff;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.plan-label {
  color: #3d96f4;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: .675rem;
  font-weight: 600;
  display: inline-block;
}

.pricing-component-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.package-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.package-top-content.package {
  justify-content: flex-start;
}

.inner-package-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr;
}

.packages-content-wrapper {
  width: 100%;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 24px;
  padding: 2.5rem 2.5rem 4rem;
  transition: background-color .4s;
  overflow: hidden;
}

.packages-content-wrapper:hover {
  background-color: rgba(129, 129, 139, .15);
}

.packages-content-wrapper.package {
  transition: none;
}

.packages-content-wrapper.package:hover {
  background-color: rgba(129, 129, 139, .1);
}

.packages-content-wrapper.category {
  width: 26rem;
}

.package-features-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.feature-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.services-component-header {
  max-width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.service-image-wrapper {
  position: relative;
}

.service-image-wrapper._1 {
  width: 18rem;
  height: 30rem;
  background-image: url('../images/header-image-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 14vw;
  border-bottom-right-radius: 14vw;
  border-bottom-left-radius: 14vw;
  position: relative;
}

.service-image-wrapper._3 {
  width: 14rem;
  height: 14rem;
  background-image: url('../images/header-image-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.service-image-wrapper._2 {
  width: 14rem;
  height: 14rem;
  background-image: url('../images/header-image-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.service-image-wrapper._4 {
  width: 32rem;
  height: 40rem;
  background-image: url('../images/whats-included-image.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 12vw;
  border-bottom-left-radius: 12vw;
}

.service-image-wrapper._5 {
  width: 32rem;
  height: 40rem;
  background-image: url('../images/what-results-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 12vw;
  border-bottom-right-radius: 12vw;
}

.service-image-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.service-component.flexbox {
  grid-template-columns: .75fr;
  margin-top: 80px;
}

.package-icon-wrapper {
  width: 5rem;
  border-radius: 12px;
}

.customer-info {
  background-color: rgba(129, 129, 139, .2);
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 24px;
}

.shipping-address {
  background-color: rgba(129, 129, 139, .2);
  border-right: 1px solid rgba(129, 129, 139, .3);
  border-radius: 24px;
}

.payment-info, .billing-address, .order-items {
  background-color: rgba(129, 129, 139, .2);
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 24px;
}

.package-category-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.package-category-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-image-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('../images/Untitled-design-14.png'), url('../images/Gershon-Consulting_Logo-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, auto;
  border-top-right-radius: 25vw;
  border-bottom-right-radius: 25vw;
  border-bottom-left-radius: 25vw;
}

.pages-title {
  color: #0d0d11;
  font-size: 1.25rem;
  font-weight: 500;
}

.nav-menu-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.footer-bottom-content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webflow-logo {
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .4s;
}

.webflow-logo:hover {
  opacity: .6;
}

.testimonial-component {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
}

.ratings-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.star-ratings {
  height: 18px;
}

.testimonial-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.preloader {
  z-index: 99999;
  background-color: #0d0d11;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price-item:first-child, .price-item:last-child {
  margin-top: 5rem;
}

.case-studies-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.case-study-content-wrapper {
  background-color: rgba(129, 129, 139, .1);
  border-radius: 24px;
  display: block;
}

.case-study-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case-study-top-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.case-study-content {
  padding-bottom: 40px;
  padding-left: 26px;
  padding-right: 26px;
}

.case-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.changelog-details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.case-studies-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  width: auto;
  height: 5rem;
  margin-left: -1rem;
}

.case-study-logo {
  width: auto;
  height: 8rem;
  margin-left: -2rem;
}

.case-study-thumbnail {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

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

.rates-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(129, 129, 139, .1);
  border-radius: 30px;
  flex-direction: column;
  padding: 3rem 2.5rem;
  display: flex;
}

.rate-number {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.subtitle-2 {
  color: #9c9c9c;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(129, 129, 139, .2);
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 9px 18px;
  font-size: .675rem;
  display: inline-block;
}

.heading-medium-2 {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-regular-2 {
  color: #9c9c9c;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.container {
  margin-top: -78px;
}

.paragraph {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.paragraph.text-size-regular {
  font-family: Georgia, Times, Times New Roman, serif;
}

.tabs-menu {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  padding-top: 33px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.1rem;
}

.rich-text-block {
  color: #fff;
  text-align: left;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1rem;
  overflow: scroll;
}

.tab-link-tab-1 {
  background-color: #0d0d11;
}

.tab-link-tab-1.w--current {
  background-color: #0d0d11;
  border-radius: 10px;
}

.tab-link-tab-2, .tab-link-tab-2.w--current {
  background-color: #0d0d11;
}

.tab-link-tab-3 {
  background-color: #0d0d11;
  border-radius: 12px;
}

.text-block {
  color: #fff;
  font-weight: 700;
}

.text-block-2, .text-block-3 {
  color: #fff;
}

.rich-text-block-2 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.1rem;
}

.container-2 {
  max-width: 100%;
  object-fit: contain;
}

.image {
  max-height: none;
  max-width: 100%;
  min-height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.div-block {
  max-width: 100%;
  object-fit: contain;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.efi-ft-08-icon {
  width: 75px;
  height: 75px;
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08 {
  padding: 75px 2%;
}

.efi-accordion-paragraph {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.efi-ft-09-content {
  overflow: hidden;
}

.efi-ft-09-bar {
  color: #1a1e27;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.efi-ft-09-accordion-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.efi-ft-09-accordion-bottom-bar {
  width: 100%;
  height: 1px;
}

.efi-ft-09-accordion {
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 75px;
}

.efi-ft-09-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09 {
  padding: 100px 3%;
}

.uui-footer01_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: #475467;
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer01_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #98a2b3;
  margin-right: .75rem;
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: #475467;
}

.uui-footer01_link-list-heading {
  color: #667085;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: #475467;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: #344054;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: #027a48;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper {
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-footer01_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.efi-pr-03-cell-wrapper.invert {
  color: #fff;
}

.efi-pr-03-list-item {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
}

.efi-h4-2 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.efi-pr-03-cells {
  grid-column-gap: 35px;
  border-bottom: 1px solid #383838;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 1fr .5fr;
  padding-bottom: 50px;
}

.efi-pr-03-pricing-grid {
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.efi-pr-03-title-wrapper.invert {
  color: #fff;
}

.efi-h2-2 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.efi-pr-03-title-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 150px;
}

.efi-pr-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-pr-03 {
  background-color: #0d0d11;
  padding: 100px 5%;
}

.rich-text-block-3 {
  text-align: center;
  padding-bottom: 35px;
  font-size: 500px;
  font-weight: 300;
  line-height: 2.5;
}

@media screen and (min-width: 1440px) {
  .margin-bottom.margin-small {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .number-faq {
    margin-right: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .stats-image-wrapper {
    background-position: 50% 0;
  }
}

@media screen and (min-width: 1920px) {
  .dots-grid.why-us {
    left: -5%;
  }

  .dot {
    bottom: -6%;
  }

  .service-icon {
    width: 3vw;
  }

  .about-image-wrapper._2 {
    margin-top: -3vw;
  }

  .testimonial-photo {
    width: 4vw;
    height: 4vw;
  }

  .our-story-image-wrapper {
    border-top-right-radius: 10vw;
    border-bottom-left-radius: 10vw;
  }

  .values-icon {
    width: 2vw;
    height: 2vw;
  }

  .service-image-wrapper._4 {
    border-top-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
  }

  .service-image-wrapper._5 {
    border-top-left-radius: 8vw;
    border-bottom-right-radius: 8vw;
  }

  .image {
    max-height: 80%;
  }
}

@media screen and (max-width: 991px) {
  .show-tablet {
    display: block;
  }

  .menu-button.w--open {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0);
  }

  .padding-large {
    padding: 3rem;
  }

  .heading-large {
    font-size: 3.2rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .styleguide-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .container-medium.checkout {
    flex-direction: column;
  }

  .hide-tablet {
    display: none;
  }

  .style-guide-brand {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container-styleguide {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .style-button-sidebar {
    display: none;
  }

  .padding-xlarge {
    padding: 4rem;
  }

  .navbar-styleguide {
    z-index: 10;
    height: 100%;
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    background-color: #ced5db;
    justify-content: space-between;
    position: static;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xhuge {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-styleguide {
    height: 65vh;
    background-color: #907070;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 5vh;
  }

  .padding-xhuge {
    padding: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-main-styleguide {
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 2rem;
  }

  .styleguide-content {
    margin-left: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.hidden-on-desktop {
    display: block;
  }

  .button.hidden-on-tablet {
    display: none;
  }

  .padding-xxhuge {
    padding: 10rem;
  }

  .heading-medium {
    font-size: 3.2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-styleguide {
    color: #f4f2f2;
  }

  .heading-small {
    font-size: 1.8rem;
  }

  .blog-header-component {
    grid-template-columns: 1fr;
  }

  .collection-list-latest-posts {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .blog-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .contact-form-component {
    padding: 3rem;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #0d0d11;
    border-top: 1px solid rgba(129, 129, 139, .2);
    border-bottom: 1px solid rgba(129, 129, 139, .2);
    padding: 24px;
  }

  .dropdown-arrow {
    margin-left: 6px;
  }

  .button-row.hidden-on-tablet {
    display: none;
  }

  .dropdown-link, .dropdown-link.w--current {
    color: #fff;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
  }

  .dropdown-column-wrapper.w--open {
    color: #fff;
    border-radius: 10px;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .dropdown-wrapper {
    color: #fff;
  }

  .hamburger-menu {
    border-radius: 10px;
    padding: 2px 12px;
  }

  .hamburger-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header-nav-content {
    border-radius: 10px;
  }

  .line-menu {
    width: 36px;
    height: 3px;
    background-color: #fff;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-card {
    background-color: rgba(129, 129, 139, .2);
    padding: 40px 30px;
    overflow: visible;
  }

  .nav-list-item {
    margin-bottom: 12px;
  }

  .nav-list-item.center {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list-item.last {
    margin-top: 2rem;
  }

  .nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical-home-header {
    padding-top: 8rem;
  }

  .cart-button-wrapper {
    margin-right: 1.5rem;
  }

  .message-empty-state {
    background-color: #000;
  }

  .cart-form-wrapper {
    align-items: center;
  }

  .empty-cart-content-wrapper {
    flex-direction: column;
  }

  .dots-grid {
    left: -3%;
  }

  .dots-grid.why-us {
    bottom: -3%;
    left: -2%;
  }

  .dots-grid.header {
    left: -3%;
  }

  .dots-grid.about {
    left: -15%;
  }

  .dots-grid.service-1 {
    bottom: 0%;
    left: -3%;
  }

  .dots-grid.service-2 {
    left: auto;
  }

  .close-icon {
    font-family: Filled Icon, sans-serif;
  }

  .logo-item {
    width: 180px;
    height: 55px;
    margin-right: 20px;
  }

  .service-icon {
    width: 10vw;
  }

  .why-us-component-grid {
    grid-template-columns: 1fr;
  }

  .why-us-image-wrapper._1 {
    width: 50vw;
    height: 90vh;
  }

  .why-us-image-wrapper._2 {
    width: 36vw;
    height: 36vw;
  }

  .call-to-action-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-component-grid {
    grid-template-columns: auto auto;
  }

  .blog-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-posts-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stats-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-stats {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-image-wrapper._1 {
    width: 40vw;
    height: 75vw;
  }

  .header-image-wrapper._2, .header-image-wrapper._3 {
    width: 40vw;
    height: 40vw;
  }

  .header-image-wrapper._4 {
    width: 40vw;
    height: 75vw;
  }

  .about-image-wrapper._1, .about-image-wrapper._2, .about-image-wrapper._3 {
    width: 26vw;
    height: 60vh;
  }

  .services-component-grid, .testimonials-component-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-photo {
    width: 10vw;
    height: 10vw;
  }

  .our-story-component-grid {
    grid-template-columns: 1fr;
  }

  .our-story-image-wrapper {
    height: 80vh;
  }

  .our-values-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .values-icon {
    width: 5vw;
    height: 5vw;
  }

  .our-mission-image-wrapper {
    height: 80vh;
  }

  .packages-title-block {
    margin-top: 6rem;
  }

  .pricing-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services-component-header {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .service-image-wrapper._1 {
    width: 44vw;
    height: 75vw;
    border-top-left-radius: 25vw;
    border-bottom-right-radius: 25vw;
    border-bottom-left-radius: 25vw;
  }

  .service-image-wrapper._3, .service-image-wrapper._2 {
    width: 34vw;
    height: 34vw;
  }

  .service-image-wrapper._4 {
    width: 90vw;
    height: 90vh;
    border-top-right-radius: 25vw;
    border-bottom-left-radius: 25vw;
  }

  .service-image-wrapper._5 {
    width: 90vw;
    height: 90vh;
    border-top-left-radius: 25vw;
    border-bottom-right-radius: 25vw;
  }

  .service-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .service-component.flexbox {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .package-icon-wrapper {
    width: 4rem;
  }

  .stats-image-wrapper {
    height: 90vh;
    background-position: 50% 0;
  }

  .case-studies-component-grid, .case-study-top-component {
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 3.2rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-09-accordion-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .efi-ft-09 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .efi-pr-03-list {
    padding-left: 20px;
  }

  .efi-pr-03-cells {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .text-rich-text h1 {
    font-size: 3.5rem;
  }

  .text-rich-text h2 {
    font-size: 2.8rem;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-xsmall {
    font-size: 1.4rem;
  }

  .form-input {
    min-height: 3.1rem;
  }

  .heading-large {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .max-width-small.footer {
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .style-guide-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container-styleguide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-color-sample {
    padding: 2.5rem 2rem;
  }

  .styleguide-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.subscribe {
    width: 100%;
  }

  .heading-medium {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .show-mobile-landscape {
    display: block;
  }

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

  .style-badge-color {
    padding: 5px 10px;
  }

  .password-icon {
    width: 160px;
  }

  ._404-title {
    font-size: 10rem;
  }

  .cover-image.main-blog {
    border-radius: 24px;
  }

  .link-content-block.licenses {
    height: 32vw;
  }

  .blog-all-component {
    grid-template-columns: 1fr;
  }

  .collection-list-latest-posts {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .blog-sidebar {
    position: static;
  }

  .blog-component-grid {
    grid-template-columns: 1fr;
  }

  .product-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .licenses-content-wrapper {
    padding: 3rem 2rem 6rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .changelog-content {
    width: auto;
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .instructions-content-wrapper {
    border-radius: 24px;
    padding: 3rem 2rem;
  }

  .contact-form-component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .line-menu {
    width: 32px;
  }

  .cart-button-wrapper {
    margin-right: 1rem;
  }

  .dots-grid, .dots-grid.header {
    left: -2%;
  }

  .dots-grid.service-1 {
    bottom: -3%;
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .logo-item {
    width: 160px;
    height: 50px;
    margin-right: 10px;
  }

  .logo {
    height: 2.4rem;
  }

  .why-us-image-wrapper._1 {
    height: 70vh;
  }

  .faq-plus-wrapper {
    margin-left: 20px;
  }

  .faq-content-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .faq-content-answer {
    margin-left: 27px;
  }

  .number-faq {
    font-size: 16px;
  }

  .flex-form-field {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto;
  }

  .blog-component, .blog-posts-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content-block {
    padding: 2rem;
  }

  .stats-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about-header-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-image-wrapper._1, .about-image-wrapper._2, .about-image-wrapper._3 {
    height: 45vh;
  }

  .testimonial-photo {
    width: 12vw;
    height: 12vw;
  }

  .top-component-grid {
    grid-template-columns: 1fr;
  }

  .our-story-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .our-story-image-wrapper {
    width: 90vw;
    border-top-right-radius: 25vw;
    border-bottom-left-radius: 25vw;
  }

  .our-values-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .values-icon {
    width: 6vw;
    height: 6vw;
  }

  .our-mission-component-grid {
    grid-template-columns: 1fr;
  }

  .our-mission-image-wrapper {
    width: 90vw;
  }

  .pricing-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .services-component-header {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .service-image-wrapper._1 {
    width: 46vw;
    height: 84vw;
  }

  .service-image-wrapper._3, .service-image-wrapper._2 {
    width: 40vw;
    height: 40vw;
  }

  .service-image-wrapper._4 {
    height: 80vh;
  }

  .service-image-wrapper._5 {
    width: 90vw;
    height: 80vh;
  }

  .service-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service-component.flexbox {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .stats-image-wrapper {
    height: 80vh;
  }

  .price-item:first-child, .price-item:last-child {
    margin-top: 0;
  }

  .case-study-top-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .case-study-logo {
    height: 6rem;
    margin-left: -1.5rem;
  }

  .rates-component-grid {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .heading-medium-2 {
    font-size: 2.5rem;
  }

  .text-size-regular-2 {
    font-size: 1rem;
  }

  .features-list {
    padding: 60px 15px;
  }

  .efi-ft-09-grid {
    grid-template-columns: 1fr;
  }

  .uui-footer01_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_social-link:hover, .uui-footer01_link:hover {
    color: #667085;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .efi-pr-03-title-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 1.8rem;
  }

  .text-rich-text h4 {
    font-size: 1.6rem;
  }

  .text-rich-text h5 {
    font-size: 1.2rem;
  }

  .text-rich-text h6 {
    font-size: 1rem;
  }

  .styleguide-button-row {
    align-items: flex-start;
  }

  .heading-xsmall {
    font-size: 1.2rem;
  }

  .form-input {
    padding: .75rem 1.5rem;
  }

  .form-input.payment-info {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .form-input.discount {
    width: 14rem;
  }

  .heading-large {
    font-size: 2.2rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.discount {
    width: 10rem;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .divider-line.case {
    width: 1.5rem;
  }

  ._404-title {
    font-size: 8rem;
  }

  ._404-title.text-style-italic {
    margin-left: -20px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .checkout-block-content.shipping {
    padding-left: 0;
    padding-right: 0;
  }

  .order-item-checkout {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-wrapper {
    flex-wrap: nowrap;
  }

  .cover-image.main-blog {
    border-radius: 18px;
  }

  .link-content-block.licenses {
    height: 30vw;
    border-radius: 16px;
  }

  .sidebar-content-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .product-flex {
    flex-direction: column;
  }

  .licenses-content-wrapper {
    border-radius: 24px;
    margin-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .licenses-image-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .changelog-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .instructions-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-form-component {
    padding: 3.5rem 1.25rem 2.5rem;
  }

  .button-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-card {
    padding: 30px 20px;
  }

  .nav-list-item {
    width: 100%;
    text-align: left;
  }

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

  .cart-button-wrapper {
    margin-right: .5rem;
  }

  .dots-grid {
    left: -3%;
  }

  .dots-grid.why-us {
    top: auto;
    bottom: -5%;
    left: -3%;
  }

  .dots-grid.header {
    left: -3%;
  }

  .dots-grid.about {
    bottom: -10%;
  }

  .dots-grid.service-1 {
    bottom: -5%;
    left: -5%;
  }

  .dots-grid.service-3 {
    bottom: -6%;
  }

  .logo-item {
    width: 130px;
    height: 45px;
  }

  .service-icon {
    width: 16vw;
  }

  .why-us-image-wrapper._1 {
    height: 50vh;
  }

  .faq-plus-wrapper {
    width: 20px;
    max-height: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-left: 10px;
  }

  .faq-content-wrapper {
    padding: 20px 25px 30px;
  }

  .faq-content-answer {
    margin-left: 0;
  }

  .contact-detail-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .link-content-blog.sidebar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .relative-position.sidebar {
    width: 8rem;
  }

  .content-block {
    padding: 1.5rem 1.25rem;
  }

  .about-image-wrapper._1, .about-image-wrapper._2, .about-image-wrapper._3 {
    height: 30vh;
  }

  .service-content-grid {
    grid-template-columns: 1fr;
  }

  .service-list._1 {
    margin-top: 0;
  }

  .testimonial-item-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonial-photo {
    width: 20vw;
    height: 20vw;
  }

  .our-story-image-wrapper {
    height: 60vh;
  }

  .values-icon {
    width: 8vw;
    height: 8vw;
  }

  .our-mission-image-wrapper {
    height: 60vh;
  }

  .services-component {
    grid-template-columns: 1fr;
  }

  .packages-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-image-wrapper._1 {
    width: 46vw;
    height: 54vh;
  }

  .service-image-wrapper._4, .service-image-wrapper._5 {
    height: 54vh;
  }

  .stats-image-wrapper {
    height: 50vh;
  }

  .nav-menu-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-bottom-content {
    grid-row-gap: 6px;
  }

  .case-study-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .changelog-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .client-logo {
    height: 4rem;
  }

  .rates-component-grid {
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 2rem;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .efi-pr-03-cells {
    grid-template-columns: 1fr;
  }
}

#w-node-ee8725c5-710f-4574-0d50-5db7d64d0a3d-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4132403c-82ca-ea3a-877e-e155265c0c71-9c9de1f9 {
  grid-area: 1 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-ee156866-aa3d-7465-44df-f5448bd0a9a8-9c9de1f9 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-f2f2716d-182d-2585-0d9c-bc6f94c22d51-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37cb9536-8956-9898-6a6d-aaf22fca9ec1-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_71641a42-1add-d3c5-b330-79275d827d08-9c9de1f9, #w-node-_7146e308-75d1-b4a0-f821-57832ede03f9-9c9de1f9, #w-node-f727c355-ad62-8092-e93c-bf1c22a09446-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78a2572b-d960-182e-f759-006c3df56576-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_284fefca-232b-60d8-8e86-4df9527e4293-9c9de1f9 {
  grid-area: 1 / 1 / 5 / 2;
  align-self: center;
}

#w-node-c1e998b3-7db6-294b-28ff-6773e58c4f0e-9c9de1f9 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_50008e7e-030d-829d-da7c-3a05ceb5dfc0-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fa705ed7-072e-3d93-c600-03ec62def62d-9c9de1f9, #w-node-b49bd23f-8835-3248-5a14-8561b748acfb-9c9de1f9, #w-node-_43594e59-e198-bad9-c597-5bb1eafe8e98-9c9de1f9, #w-node-_7402a128-312c-48fe-4142-d3c9acaea1f4-9c9de1f9, #w-node-_78d4d607-7b8a-0425-9cf9-090d0fc438ff-9c9de1f9, #w-node-_78d4d607-7b8a-0425-9cf9-090d0fc43901-9c9de1f9, #w-node-_78d4d607-7b8a-0425-9cf9-090d0fc43903-9c9de1f9, #w-node-d92533ef-cfed-58b5-715b-35f77f261e54-9c9de1f9, #w-node-d92533ef-cfed-58b5-715b-35f77f261e56-9c9de1f9, #w-node-d92533ef-cfed-58b5-715b-35f77f261e58-9c9de1f9, #w-node-_32f7dbe9-f6e2-0805-a13d-15c6c0b1f0d1-9c9de1f9, #w-node-_32f7dbe9-f6e2-0805-a13d-15c6c0b1f0d3-9c9de1f9, #w-node-_32f7dbe9-f6e2-0805-a13d-15c6c0b1f0d5-9c9de1f9, #w-node-_60981447-c530-8c87-0157-4365fc536052-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfcbfc8-fd8b-861d-da2c-e06d3adbb571-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_102254a0-03d1-e4d1-411f-3d3788e78cc9-9c9de1f9, #w-node-ee00610b-2379-d871-7868-9ee5566aaebd-9c9de1f9, #w-node-_07a06bc0-2ce8-e75c-cb72-48e7b1d4a89f-9c9de1f9, #w-node-_08abaf65-49e5-1ed0-9c62-62acc437a528-9c9de1f9, #w-node-_955f1b11-5156-d7e7-5169-2d4cb78b7f14-9c9de1f9, #w-node-f05d3913-0adc-39ce-a9c9-2e4b6c29f4a3-9c9de1f9, #w-node-_9b2b8578-ad45-cf02-1589-d2f2726b3534-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b2b8578-ad45-cf02-1589-d2f2726b353d-9c9de1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-d7ab3ab1-5f51-cc6c-8ce7-8670efef1c99-9c9de1f9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb21-6775eb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb2b-6775eb1b, #w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb2e-6775eb1b, #w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb31-6775eb1b, #w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb34-6775eb1b, #w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb37-6775eb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb3a-6775eb1b, #w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb75-6775eb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_935b42b5-d63d-5c31-6919-288ed956a575-d956a56f {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_935b42b5-d63d-5c31-6919-288ed956a57a-d956a56f {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_8770944c-8580-394c-a698-1f33920267c7-9c9de244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4ac8992f-26c6-d016-e96b-bd7fc852accd-9c9de244 {
  align-self: center;
  justify-self: center;
}

#w-node-_96176a8c-9d09-6b37-b202-97ff8a340fc4-9c9de244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96176a8c-9d09-6b37-b202-97ff8a340fcd-9c9de244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-d30fea7f-3366-79c9-fcd2-057256129a3e-9c9de244, #w-node-df176079-4e42-9189-4d44-d69e799ee4eb-9c9de244, #w-node-_853ba5e5-391c-4704-c47b-7efb0ef6d10b-9c9de244, #w-node-a60e0c4d-eff0-8173-a188-ad2e41c64be6-9c9de244, #w-node-_0a03d7d9-526a-3425-00c0-3384accb4c27-9c9de244, #w-node-bdb34e65-d90a-e2e1-95b5-732d4ad6ba4f-9c9de244, #w-node-_7b8ad12e-cd0f-f675-771d-850ca687fd91-9c9de244, #w-node-_7b8ad12e-cd0f-f675-771d-850ca687fd92-9c9de244, #w-node-_7b8ad12e-cd0f-f675-771d-850ca687fd93-9c9de244, #w-node-_7b8ad12e-cd0f-f675-771d-850ca687fd94-9c9de244, #w-node-_91825ada-1d11-8ac3-9949-d3d91a26c916-9c9de244, #w-node-b2b09a88-ea6c-ddc8-7a98-7b1066e6b4f5-9c9de244, #w-node-b2b09a88-ea6c-ddc8-7a98-7b1066e6b4f6-9c9de244, #w-node-b2b09a88-ea6c-ddc8-7a98-7b1066e6b4f7-9c9de244, #w-node-b2b09a88-ea6c-ddc8-7a98-7b1066e6b4f8-9c9de244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58375ab0-2363-98f4-ec92-780bf19d87ea-9c9de259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-dc2c7a80-e176-eff3-c8fc-6c961ed0a9a7-9c9de259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d7ac34e-795b-b056-4321-16512f1642f1-9c9de259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0fc198b2-c4c9-3bcb-1aeb-472aef847bed-9c9de259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30f3aaeb-5c60-3bd7-5f18-abb0671ddd5e-9c9de259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28053b0f-7d04-a523-a6f3-c696470650f6-9c9de259, #w-node-dd0d30c3-58f5-2b94-bf52-d012a664f44c-9c9de259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd0d30c3-58f5-2b94-bf52-d012a664f44e-9c9de259 {
  align-self: stretch;
}

#w-node-_4b160996-60d1-b750-fa02-405927ef15a2-9c9de25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b160996-60d1-b750-fa02-405927ef15ab-9c9de25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_391b0a39-d256-c520-0b9d-34a205ba37e8-9c9de25d, #w-node-_391b0a39-d256-c520-0b9d-34a205ba37eb-9c9de25d, #w-node-_391b0a39-d256-c520-0b9d-34a205ba37ee-9c9de25d, #w-node-_391b0a39-d256-c520-0b9d-34a205ba37f1-9c9de25d, #w-node-_391b0a39-d256-c520-0b9d-34a205ba37f4-9c9de25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_924482e9-79bd-7186-16a2-078032092448-9c9de25d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_381fe129-60d8-de12-174c-4c58ac27e7a7-9c9de25d, #w-node-e6067bc9-a5c3-bab4-71f8-7063e775f34b-9c9de25d, #w-node-b5ca3ea7-c553-3e9d-b752-7af2d8827a88-9c9de260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5ca3ea7-c553-3e9d-b752-7af2d8827a93-9c9de260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-b5ca3ea7-c553-3e9d-b752-7af2d8827a97-9c9de260 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_25fa8d42-ed52-fde3-e32c-b095ecb0b22e-9c9de261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7e49ea0-81f5-cc1f-e1ed-5fa12c2626fc-9c9de261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_97831096-7121-4af8-c311-3094f4d505e9-9c9de261, #w-node-_97831096-7121-4af8-c311-3094f4d505ec-9c9de261, #w-node-_97831096-7121-4af8-c311-3094f4d505ef-9c9de261, #w-node-_97831096-7121-4af8-c311-3094f4d505f2-9c9de261, #w-node-_97831096-7121-4af8-c311-3094f4d505f5-9c9de261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_52920eb5-f62d-3989-2fa5-94c9b318717e-9c9de261, #w-node-c32175c0-98e4-4d66-6991-40377367f5d8-9c9de261, #w-node-_770822b3-6a71-e8fc-bb09-188ce93666c2-9c9de261, #w-node-_0546d4f0-3c02-4bd8-cfd2-3340b59e8728-9c9de261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0546d4f0-3c02-4bd8-cfd2-3340b59e8731-9c9de261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9c5-9c9de262, #w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9cc-9c9de262, #w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9ce-9c9de262, #w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9cf-9c9de262, #w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9d4-9c9de262, #w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9d9-9c9de262, #w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9de-9c9de262, #w-node-c000f6c5-8cd8-1e49-d68f-6a8c9c98f9e3-9c9de262, #w-node-a1202a3f-2ddc-9dfb-6534-95f035b2fc36-9c9de263, #w-node-_3c129ccd-8d82-e7c6-655c-02c380986d5e-9c9de263, #w-node-_3c129ccd-8d82-e7c6-655c-02c380986d63-9c9de263, #w-node-_3c129ccd-8d82-e7c6-655c-02c380986d68-9c9de263, #w-node-_3c129ccd-8d82-e7c6-655c-02c380986d6d-9c9de263, #w-node-_3c129ccd-8d82-e7c6-655c-02c380986d72-9c9de263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0e446c1-f65a-c0b2-1cff-f23737d9485d-9c9de263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5a81c231-052d-7674-5a1c-eca7a2f989bc-9c9de264, #w-node-_5a81c231-052d-7674-5a1c-eca7a2f989bf-9c9de264, #w-node-_3dad28f5-d1fe-52a6-83e2-92522e536af1-9c9de264, #w-node-_3dad28f5-d1fe-52a6-83e2-92522e536af4-9c9de264, #w-node-_3dad28f5-d1fe-52a6-83e2-92522e536af9-9c9de264, #w-node-_3dad28f5-d1fe-52a6-83e2-92522e536afa-9c9de264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dad28f5-d1fe-52a6-83e2-92522e536b00-9c9de264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3dad28f5-d1fe-52a6-83e2-92522e536b0b-9c9de264, #w-node-_3dad28f5-d1fe-52a6-83e2-92522e536b0c-9c9de264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dad28f5-d1fe-52a6-83e2-92522e536b12-9c9de264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3dad28f5-d1fe-52a6-83e2-92522e536b21-9c9de264, #w-node-_3dad28f5-d1fe-52a6-83e2-92522e536b22-9c9de264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dad28f5-d1fe-52a6-83e2-92522e536b28-9c9de264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c57384bd-5565-1e6b-19a9-264f2fe2674e-9c9de268, #w-node-_122b2d70-6d41-ecce-b78d-619c5a1b2529-9c9de268, #w-node-b22da651-55a4-a458-5a96-7a0c302100f8-9c9de268, #w-node-ed347094-8032-d6fe-6290-c6cf8cc337cb-9c9de268, #w-node-_2e9f88f5-5f28-0f6d-2635-b08476788d83-9c9de268, #w-node-_613e3be7-8544-0edb-ae16-67485794c61b-9c9de268, #w-node-_36752427-6a79-956b-3cf5-d97c34018c1a-9c9de268, #w-node-bb33a92b-91f0-c5a1-5b09-6dbd6e4a1bf1-9c9de268, #w-node-_4f86396c-e31b-5ca6-1a29-25f6a986ba7e-9c9de268, #w-node-aab0c3c0-2061-be0b-b980-64b9ba819618-9c9de268, #w-node-f484f3f9-ac14-bc35-a2bc-efc440002a6c-9c9de268, #w-node-_098ba9be-1675-ee3c-7bef-f23286805c99-9c9de268, #w-node-d3ce4645-e90f-f2e7-aac2-3f9a63f90c24-9c9de26a, #w-node-_0aac4650-c2c9-a6f3-eff1-843d0adba929-9c9de26a, #w-node-_87318276-c92a-f485-6d4f-11d7910644e1-9c9de26a, #w-node-_66c9eb85-f957-27f2-b2f5-dd6a02d0285c-9c9de26a, #w-node-_30d5a9ce-8a50-8a1e-4c39-97ecf67f9284-9c9de26a, #w-node-d8b96ce1-1f01-4b3b-4290-20799eeba58d-9c9de26a, #w-node-e20b9453-c478-79ba-d219-3fe6ce87af57-9c9de26a, #w-node-f6453c1b-0cda-f5ca-1611-555d8faa4768-9c9de26a, #w-node-be8f8bd3-ea6e-7c5c-2128-56c86492bf42-9c9de26f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be8f8bd3-ea6e-7c5c-2128-56c86492bf4b-9c9de26f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-c1d71f84-dac0-1dcc-ed77-923676f2ac42-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ac53-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ac63-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ac73-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ac8d-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ac9e-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2acbe-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2acc9-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2acee-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2acfc-9c9de286, #w-node-e476a1ff-fffb-28f3-0e01-a55aa5196e36-9c9de286, #w-node-e476a1ff-fffb-28f3-0e01-a55aa5196e7e-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ad20-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ad2e-9c9de286, #w-node-c1d71f84-dac0-1dcc-ed77-923676f2ad37-9c9de286 {
  justify-self: start;
}

#w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a344e-9c9de286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3451-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3454-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3457-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a345a-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a345d-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3460-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3463-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3466-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3469-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a346f-9c9de286, #w-node-_2e6a997c-26cd-2ec2-4a02-76d1417a3472-9c9de286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c1d71f84-dac0-1dcc-ed77-923676f2ad51-9c9de286 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c1e998b3-7db6-294b-28ff-6773e58c4f0e-9c9de1f9 {
    justify-self: center;
  }

  #w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb75-6775eb1b {
    grid-column: span 2 / span 2;
  }

  #w-node-_935b42b5-d63d-5c31-6919-288ed956a575-d956a56f {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_935b42b5-d63d-5c31-6919-288ed956a57a-d956a56f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7e49ea0-81f5-cc1f-e1ed-5fa12c2626fc-9c9de261 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_284fefca-232b-60d8-8e86-4df9527e4293-9c9de1f9 {
    align-self: end;
  }

  #w-node-fbfcbfc8-fd8b-861d-da2c-e06d3adbb571-9c9de1f9, #w-node-_9b2b8578-ad45-cf02-1589-d2f2726b353d-9c9de1f9 {
    justify-self: start;
  }

  #w-node-d7ab3ab1-5f51-cc6c-8ce7-8670efef1c99-9c9de1f9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0dfbe7a0-261a-0002-65c5-22e86775eb21-6775eb1b {
    grid-column: span 2 / span 2;
  }

  #w-node-_96176a8c-9d09-6b37-b202-97ff8a340fcd-9c9de244, #w-node-_4b160996-60d1-b750-fa02-405927ef15ab-9c9de25d {
    justify-self: start;
  }

  #w-node-_381fe129-60d8-de12-174c-4c58ac27e79d-9c9de25d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6067bc9-a5c3-bab4-71f8-7063e775f34b-9c9de25d {
    grid-column: span 2 / span 2;
  }

  #w-node-b5ca3ea7-c553-3e9d-b752-7af2d8827a93-9c9de260 {
    justify-self: start;
  }

  #w-node-b5ca3ea7-c553-3e9d-b752-7af2d8827a97-9c9de260 {
    grid-column: span 1 / span 1;
  }

  #w-node-a7e49ea0-81f5-cc1f-e1ed-5fa12c2626fc-9c9de261, #w-node-_0546d4f0-3c02-4bd8-cfd2-3340b59e8731-9c9de261, #w-node-be8f8bd3-ea6e-7c5c-2128-56c86492bf4b-9c9de26f {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_284fefca-232b-60d8-8e86-4df9527e4293-9c9de1f9 {
    align-self: end;
  }

  #w-node-c1e998b3-7db6-294b-28ff-6773e58c4f0e-9c9de1f9 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon Font';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icon';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}