:root {
  --white: white;
  --gray-80: #333;
  --gray-60: #7a818f;
  --gray-40: #d2d9e4;
  --gray-20: #ebedf1;
  --primary-80: #0090f0;
  --primary-40: #11aaf3;
  --primary-20: #e3eeff;
  --recan-2: #00b8e9;
  --gray-10: #f0f4fb;
  --recan-1: #2269bd;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-general--shadow-05: rgba(20, 20, 43, .16);
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library-neutral--500: #a0a3bd;
  --elements-webflow-library-general--shadow-03: rgba(20, 20, 43, .1);
}

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

.w-commerce-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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commerceaddtocartquantityinput, .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 {
    font-size: 16px;
  }
}

body {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

.navbar-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand {
  align-items: center;
  display: flex;
}

.logo-icon {
  height: 40px;
}

.logo-icon.shop {
  height: 50px;
}

.navigation {
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
}

.burger-icon {
  cursor: pointer;
  display: none;
}

.h4 {
  z-index: 100;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.h4.white {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.h4.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h4.white-margin {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.color {
  width: 120px;
  height: 80px;
  background-color: var(--gray-80);
  border-radius: 4px;
}

.color.grey-60 {
  background-color: var(--gray-60);
}

.color.grey-40 {
  background-color: var(--gray-40);
}

.color.grey-20 {
  background-color: var(--gray-20);
}

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

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

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

.styleguide-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.h3 {
  z-index: 1;
  color: var(--recan-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  display: flex;
  position: relative;
}

.h3.margin {
  color: var(--gray-80);
  margin-top: 6px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
}

.h2.bottom-margin {
  margin-top: 18px;
  margin-bottom: 18px;
}

.h2.bottom-margin.wt {
  color: #fff;
}

.h2.bottom-margin._2 {
  text-align: center;
  margin-top: 0;
}

.h2.center {
  color: var(--gray-80);
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.h2.white {
  color: var(--white);
}

.h1 {
  color: var(--gray-80);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 64px;
}

.h1.bottom-margin {
  z-index: 100;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}

.link {
  color: var(--primary-40);
  margin-top: 10px;
  text-decoration: none;
}

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

.large-text {
  z-index: 100;
  font-size: 20px;
  line-height: 32px;
  position: relative;
}

.large-text.top-margin {
  margin-top: 20px;
}

.large-text.colored {
  color: var(--primary-80);
  margin-bottom: 0;
}

.large-text.hide {
  display: none;
}

.large-text.joinus {
  width: 100%;
  color: var(--gray-60);
  text-align: left;
  margin: 21px auto 37px;
  font-size: 19px;
}

.large-text.inw {
  font-size: 20px;
}

.styleguide-colors {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.styleguide-container {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.section.footer {
  background-color: var(--primary-40);
  background-image: none;
  padding-top: 110px;
  padding-bottom: 30px;
}

.section.bottom-margin {
  padding-bottom: 100px;
}

.section.top-margin {
  padding-top: 100px;
  display: flex;
}

.section.hero-gray {
  background-color: var(--gray-10);
}

.section.hero-gray.faq {
  background-image: url('../images/c41f10_a283a5e76d624d46b6183dd928c4540a_mv2-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section.hero-gray.fundraise-with-us {
  background-color: #fff;
}

.section.gap {
  margin-top: 80px;
}

.section.hero {
  padding-bottom: 120px;
}

.section.hero._1 {
  background-color: #fff;
}

.section.hero._1.shop {
  background-image: url('../images/c41f10_c02af4c1b2dd403f90b9d341259f2abc_mv2-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.small-title {
  color: var(--gray-60);
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.rich-text {
  max-width: 820px;
}

.primary-button {
  background-color: var(--primary-40);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary-80);
}

.primary-button.w--current {
  align-self: flex-end;
}

.primary-button.left-margin {
  align-self: center;
  margin-left: 20px;
}

.primary-button.left-margin.joinus {
  width: 200px;
  border: 2px none var(--recan-2);
  color: var(--gray-80);
  background-color: rgba(0, 184, 233, .38);
  border-radius: 100px;
  margin-top: 33px;
  margin-left: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
}

.primary-button.left-margin.joinus:hover {
  background-color: var(--recan-2);
  color: #fff;
}

.primary-button.stretch {
  width: 100%;
}

.primary-button.top-margin {
  margin-top: 20px;
}

.secondary-button {
  border: 2px solid var(--primary-40);
  color: var(--gray-80);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 34px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--primary-40);
  color: var(--white);
}

.secondary-button.stretch {
  align-self: stretch;
}

.two-col-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.two-col-grid.footer {
  border-top: 1px solid var(--gray-40);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  justify-items: stretch;
}

.two-col-grid.top-margin {
  grid-template-columns: max-content 1fr;
  justify-items: start;
}

.two-col-grid.small {
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  justify-items: start;
}

.two-col-grid.small.tab {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.two-col-grid.gray {
  background-color: var(--gray-10);
  border-radius: 16px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}

.two-col-grid.gray.last {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.two-col-grid.small-shadow {
  background-color: var(--white);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  justify-items: start;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 12px 28px rgba(66, 78, 110, .1);
}

.two-col-grid.small-shadow:hover {
  transform: translate(0, -8px);
}

.two-col-grid.small-shadow.hide {
  display: none;
}

.small-container {
  max-width: 490px;
  min-width: 490px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.small-container.center {
  align-items: center;
}

.small-container.footer {
  max-width: 480px;
  min-width: 0;
}

.small-container._2 {
  max-width: 590px;
  align-items: center;
}

.text-field {
  height: 100%;
  border: 1px solid var(--gray-40);
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

.text-field:hover {
  border-color: var(--gray-20);
}

.text-field:focus {
  border-style: solid;
  border-color: var(--gray-20);
}

.text-field::-ms-input-placeholder {
  color: var(--gray-40);
}

.text-field::placeholder {
  color: var(--gray-40);
}

.text-field.message {
  min-height: 160px;
}

.text-field.fund {
  margin-bottom: 23px;
}

.hero-image {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.feature {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px 14px;
  display: flex;
  box-shadow: 0 30px 40px rgba(145, 150, 203, .2);
}

.main-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.align-end {
  align-items: end;
  margin-top: 60px;
}

.main-grid.shop {
  grid-template-rows: auto auto;
}

.project-wrapper {
  min-height: 300px;
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(23deg, #22b3df 29%, rgba(255, 255, 255, 0) 47%);
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-bottom {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-link {
  height: 100%;
  color: var(--gray-60);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  color: var(--primary-40);
}

.footer-link.left-margin {
  margin-left: 40px;
}

.footer-link.wt {
  color: #fff;
}

.rich-text {
  flex-direction: column;
}

.rich-text h3 {
  color: var(--gray-80);
  margin-top: 10px;
  font-family: Raleway;
  font-weight: 500;
}

.rich-text h5 {
  color: var(--primary-80);
  text-transform: uppercase;
  margin-top: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rich-text p {
  color: var(--gray-60);
  margin-top: 14px;
  margin-bottom: 20px;
}

.rich-text h4 {
  color: var(--gray-80);
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: Raleway;
  font-weight: 500;
}

.rich-text li {
  color: var(--gray-60);
}

.rich-text a {
  color: var(--primary-80);
  text-decoration: none;
}

.asset-container {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  padding: 10px 30px 10px 10px;
  display: flex;
}

.asset-composition {
  height: 260px;
  max-width: 260px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.asset-links {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px 20px 50px;
  display: grid;
}

.image-assets {
  border-radius: 14px;
}

.utility-page-wrap {
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.utility-page-wrap.colored {
  width: 100vw;
  height: 100vh;
  background-color: var(--primary-40);
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-content {
  width: 360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.large-icon {
  width: 200px;
}

.medium-container {
  width: 100%;
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.medium-container.vertical {
  flex-direction: column;
  justify-content: flex-start;
}

.medium-container.colored {
  min-height: 360px;
  background-color: var(--primary-40);
  background-image: linear-gradient(45deg, #587bf8, #66b0f5 78%, #66d3f5);
  border-radius: 16px;
  padding: 30px;
  overflow: hidden;
}

.medium-container.colored.inw {
  max-width: 1200px;
  background-image: linear-gradient(104deg, #fff 46%, rgba(255, 255, 255, 0) 74%), url('../images/volunteering-at-kantar-employee-storieslow1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 86px;
  padding-top: 68px;
  padding-bottom: 61px;
  padding-left: 50px;
  box-shadow: 1px 5px 20px 9px rgba(17, 170, 243, .05);
}

.medium-container.shadow {
  border-radius: 16px;
  margin-top: 40px;
  padding: 30px;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.medium-container.colored-red {
  min-height: 360px;
  background-color: var(--primary-40);
  background-image: linear-gradient(45deg, #f5af87, #ff7979 31%, #ed649d);
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  overflow: hidden;
}

.medium-container.top-margin {
  margin-top: 20px;
}

.plus-icon {
  width: 54px;
  height: 54px;
  background-color: var(--gray-20);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.vertical-line {
  width: 2px;
  height: 20px;
  background-color: var(--gray-80);
  border-radius: 4px;
}

.horizontal-line {
  width: 20px;
  height: 2px;
  background-color: var(--gray-80);
  border-radius: 4px;
  position: absolute;
}

.testimonial {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 30px;
  display: flex;
  box-shadow: 0 30px 40px rgba(145, 150, 203, .2);
}

.text {
  z-index: 100;
  margin-bottom: 0;
}

.text.gray {
  color: var(--gray-60);
}

.text.top-margin {
  margin-top: 20px;
}

.text.top-margin.wt {
  color: #fff;
  margin-top: 45px;
  line-height: 29px;
}

.text.small-title {
  color: var(--gray-60);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
}

.text.small-title.hide {
  display: none;
}

.text.small-title.wt, .text.small-title.inw {
  color: #fff;
}

.text.white {
  color: var(--white);
}

.text.margin {
  margin-top: 16px;
  margin-bottom: 16px;
}

.text.small-width {
  max-width: 480px;
}

.text.hide {
  display: none;
}

.text.testi {
  margin-top: 19px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.text.small-title {
  color: #7a818f;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 16px;
}

.text.small-title.main {
  color: gray;
  font-size: 18px;
  font-weight: 400;
}

.text.small-title.main.shop {
  color: var(--gray-20);
}

.text.wt {
  color: #fff;
}

.text.small-title {
  color: #7a818f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
}

.text.gray {
  color: #7a818f;
}

.bold-text {
  z-index: 100;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
}

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

.bold-text.bottom-margin.project {
  opacity: .79;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.h5 {
  z-index: 100;
  max-width: 100%;
  color: var(--gray-80);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.h5.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h5.margin.testi {
  color: var(--gray-60);
}

.links-container {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: end;
  display: grid;
}

.links-container.twocol {
  grid-template-columns: max-content max-content;
}

.links-container.twocol.hide {
  display: none;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.download-button {
  border: 1px none var(--primary-80);
  background-color: var(--gray-80);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.download-button:hover {
  background-color: rgba(51, 51, 51, .84);
}

.download-button.right-margin {
  margin-right: 16px;
}

.download-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.horizontal-container {
  width: 100%;
  color: var(--gray-60);
  display: flex;
  position: relative;
}

.horizontal-container.top-margin {
  margin-top: 20px;
}

.horizontal-container.min-height {
  height: 100%;
  min-height: 260px;
  justify-content: center;
}

.horizontal-container.medium {
  max-width: 780px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.logotype {
  max-width: 100%;
  object-fit: contain;
  display: flex;
}

.logo-image {
  width: 100%;
  height: 42px;
}

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

.feature-wrapper {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.feature-wrapper.right-margin {
  margin-right: 40px;
}

.feature-wrapper.min-height {
  min-height: 480px;
}

.feature-wrapper.min-height.shop {
  min-height: auto;
  padding: 48px;
}

.check-icon {
  margin-right: 16px;
}

.tabs {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.tabs.edit {
  margin-top: 0;
}

.tabs-menu {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tab-link {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding-top: 20px;
  padding-bottom: 32px;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.tab-link.hide {
  display: none;
}

.social-links {
  display: flex;
}

.social-links.shop {
  justify-content: flex-end;
}

.social {
  width: 40px;
  height: 40px;
  background-color: var(--recan-1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .1s ease-in-out;
  display: flex;
}

.social:hover {
  transform: scale(1.1);
}

.social.right-margin {
  margin-right: 8px;
}

.blur-background {
  z-index: 1;
  position: absolute;
}

.feature-image {
  z-index: 100;
  width: 314px;
  border-radius: 40px;
  position: absolute;
}

.image-phone {
  z-index: 100;
  width: 280px;
  border-radius: 28px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 10px 28px rgba(49, 93, 136, .11);
}

.small-blur {
  z-index: 1;
  max-width: 500px;
  position: absolute;
}

.phone-wrapper {
  width: 70%;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.phone-wrapper.left-margin {
  margin-left: 60px;
  margin-right: 0;
}

.image {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: -14%;
}

.image-section {
  z-index: 100;
  width: 320px;
  position: relative;
}

.post-content {
  min-height: 350px;
  color: var(--white);
  background-image: url('../images/balazs-ketyi-9VzoRKfBsMM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feature-image-footer {
  z-index: 100;
  width: 340px;
  border-radius: 40px;
  position: absolute;
  top: -38px;
  box-shadow: 0 10px 28px rgba(49, 93, 136, .11);
}

.rich-text-block {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block h2 {
  font-family: Manrope, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

.rich-text-block h3 {
  font-family: Manrope, sans-serif;
  font-size: 34px;
  line-height: 46px;
}

.rich-text-block.top-margin {
  margin-top: 60px;
}

.rich-text-block img {
  border-radius: 16px;
}

.rich-text-block h4 {
  margin-top: 30px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.team-member {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 30px;
  display: flex;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.team-member.center {
  width: 100%;
  max-width: 300px;
  align-items: center;
}

.team-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.picture-member {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.small-picture {
  max-width: 360px;
  border-radius: 16px;
  margin-left: 20px;
}

.social-icon {
  width: 100%;
}

.social-icon.in {
  width: 80%;
  margin-top: -2px;
}

.type {
  color: var(--gray-60);
  letter-spacing: 1px;
  align-self: flex-end;
}

.check-icon-v-2 {
  width: 18px;
  margin-right: 8px;
}

.pricing-container {
  align-items: center;
  display: flex;
}

.small-feature {
  max-width: 470px;
  align-items: center;
  margin-top: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.pricing-details {
  margin-bottom: 30px;
}

.pricing-card {
  min-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
  box-shadow: 0 10px 38px rgba(66, 78, 110, .1);
}

.dollar {
  align-self: flex-start;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.price {
  padding-left: 4px;
  padding-right: 4px;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.label {
  color: #fff;
  background-color: #ff5d80;
  border-radius: 40px;
  margin-top: -16px;
  margin-bottom: 14px;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 26px;
}

.label.blue {
  background-color: var(--primary-20);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion {
  width: 100%;
  border-radius: 16px;
  margin-top: 20px;
  transition: transform .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(66, 78, 110, .1);
}

.accordion-text {
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.accordion-text.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}

.accordion-container {
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.small-plus-icon {
  width: 40px;
  height: 40px;
  background-color: var(--gray-20);
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.toggle {
  width: 64px;
  background-color: var(--gray-60);
  cursor: pointer;
  border-radius: 50px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 4px;
  transition: background-color .2s;
  display: flex;
}

.toggle:hover {
  background-color: var(--primary-40);
}

.toggle-button {
  width: 28px;
  height: 28px;
  background-color: var(--white);
  border-radius: 50px;
}

.breadcrumbs {
  margin-top: -40px;
  margin-bottom: 40px;
}

.breadcrumbs.medium {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs.small {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.slash {
  color: var(--gray-60);
  margin-left: 6px;
  margin-right: 6px;
  display: inline;
}

.breadcrumb-text {
  color: var(--gray-60);
  display: inline;
}

.three-col-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--white);
  text-align: left;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: max-content;
  align-items: center;
  justify-items: start;
  margin-top: 30px;
  padding: 30px;
  display: grid;
  box-shadow: 0 10px 28px rgba(66, 78, 110, .1);
}

.opportunities {
  width: 100%;
}

.apply-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  color: var(--gray-60);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.opportunity-wrapper {
  max-width: 780px;
  background-color: var(--white);
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 60px 40px;
  box-shadow: 7px 7px 32px rgba(66, 78, 110, .1);
}

.contact-wrapper {
  width: 100%;
  max-width: 780px;
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 40px;
  box-shadow: 7px 7px 32px rgba(66, 78, 110, .1);
}

.contact-wrapper.fund {
  max-width: 690px;
  padding-top: 40px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.version-grid {
  max-width: 580px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.buttons-container {
  width: 100%;
  color: var(--gray-60);
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.buttons-container.top-margin {
  z-index: 200;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.faq-wrapper {
  z-index: 100;
  max-width: 780px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.center-container {
  max-width: 780px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-container.shadow {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(66, 78, 110, .1);
}

.center-container.top-margin {
  margin-top: 60px;
}

.center-container.bottom-margin {
  margin-bottom: 40px;
}

.center-container.bottom-margin.testi {
  margin-bottom: 85px;
}

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

.center-container.inw {
  color: #fff;
}

.feature-content {
  max-width: 490px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-content.back-card {
  min-height: 340px;
  justify-content: flex-start;
  display: none;
}

.feature-content.fix-height {
  min-height: 340px;
  justify-content: flex-start;
}

.feature-content.fix-height.shop {
  min-height: auto;
}

.feature-content.inw {
  max-width: 650px;
}

.promo-video {
  width: 100%;
  height: 480px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .66)), url('../images/Screen-Shot-2022-05-30-at-1.44.55-am-min-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.play-button {
  width: 54px;
  height: 54px;
  background-color: var(--primary-80);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 4px 10px rgba(55, 68, 111, .6);
}

.play-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding-left: 2px;
}

.play-icon.large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.icon {
  display: none;
}

.vertical-logo-image {
  width: 100%;
  height: 64px;
}

.buttons-container-2 {
  width: 100%;
  color: #7a818f;
  display: flex;
  position: relative;
}

.buttons-container-2.top-margin {
  z-index: 200;
  margin-top: 20px;
}

.buttons-container-2.top-margin.main {
  margin-top: 30px;
}

.buttons-container-2.top-margin._2 {
  justify-content: center;
}

.download-button-2 {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.download-button-2:hover {
  background-color: rgba(51, 51, 51, .84);
}

.download-button-2.main {
  background-color: var(--primary-40);
  border-style: none;
}

.download-button-2.main:hover {
  background-color: var(--primary-80);
}

.download-button-2.main.web {
  height: 48px;
  background-color: var(--recan-2);
}

.testi-thumb {
  width: 100px;
  height: 100px;
  background-color: #b4b4b4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: -70px;
  margin-bottom: 18px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .09);
}

.testi-thumb._2 {
  background-image: url('../images/Frame-8447-min.jpg');
}

.testi-thumb._1 {
  background-image: url('../images/Frame-8446-min.jpg');
}

.testi-thumb._3 {
  background-image: url('../images/Frame-8448-min.jpg');
}

.div-block-2 {
  width: 160px;
  height: 30px;
  background-image: url('../images/5bc6863e72e7ef88014a2d26_5b8becf6d3472836eec97e7b_5stars.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-3 {
  width: 100%;
  height: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.div-block-3.shop {
  margin-top: 26px;
  margin-bottom: 33px;
  padding-left: 0;
}

.lightbox-link {
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.lightbox-link:hover {
  margin-top: -6px;
}

.div-block-23 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  width: 100%;
  margin-top: 68px;
  margin-left: 0;
  margin-right: 0;
}

.counterup-side {
  color: var(--primary-40);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
}

.number-counting {
  max-width: 1110px;
  justify-content: center;
  display: flex;
  position: relative;
}

.number-counting.vertical {
  max-width: 100%;
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 96px;
}

.counterup {
  color: var(--recan-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
}

.div-block-62 {
  align-self: center;
  display: flex;
}

.center {
  text-align: center;
}

.tap-icon {
  width: 40px;
  height: 60px;
  opacity: .3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tap-icon._1 {
  background-image: url('../images/add-user.png');
}

.tap-icon._2 {
  background-image: url('../images/location.png');
}

.tap-icon._3 {
  background-image: url('../images/earnings.png');
}

.hero-phone-3 {
  z-index: 300;
  width: 380px;
  margin-top: 40px;
  position: absolute;
  right: 140px;
}

.h1-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 64px;
}

.h1-2.bottom-margin {
  z-index: 100;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}

.h1-2.bottom-margin.main {
  margin-top: 0;
}

.h1-2.bottom-margin.main._1 {
  color: var(--gray-80);
}

.h1-2.bottom-margin.main._1.shop {
  color: var(--gray-20);
}

.two-col-grid-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.small-container-2 {
  max-width: 490px;
  min-width: 488px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-phone-4 {
  z-index: 100;
  width: 320px;
  margin-left: 140px;
}

.app-down {
  width: 150px;
  background-image: url('../images/button-store-apple-593d32e8dd132cd869a49823c71b5ce14f6d4d4d777725a7176c6b79e042f56f.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.app-down.android {
  background-image: url('../images/button-store-google-b8986ae40a636984b8ceb002d95e0e1d733fe4644cdfdc23b081db3a8204e516.svg');
}

.app-down.android._2 {
  margin-right: 0;
}

.div-block-63 {
  width: 100px;
  height: 100px;
  background-image: url('../images/256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 25px;
}

.hero-right-img {
  width: 60%;
  height: 100%;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, .51) 14%, rgba(255, 255, 255, 0) 25%), url('../images/iStock-670719454-min2.jpg');
  background-position: 0 0, 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h2-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
}

.h2-2.bottom-margin {
  margin-top: 18px;
  margin-bottom: 18px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-2.hero-gray {
  background-color: #effaff;
}

.div-block-65, .html-embed {
  max-width: 780px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  max-width: 780px;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-member-2 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 30px;
  display: flex;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.team-member-2.center {
  width: 100%;
  max-width: 300px;
  align-items: center;
}

.team-member-2.center.inw {
  max-width: 270px;
  color: #000;
  text-decoration: none;
}

.div-block-66 {
  width: 200px;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

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

.counterup-side-2 {
  color: #11aaf3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
}

.h3-2 {
  z-index: 1;
  color: #00b8e9;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  display: flex;
  position: relative;
}

.h3-2.margin {
  color: #333;
  margin-top: 6px;
}

.div-block-72 {
  width: 50%;
}

.dropdown-2.hide {
  display: none;
}

.dropdown-list-2 {
  color: #7a818f;
  background-color: #fff;
  border-radius: 6px;
}

.dropdown-list-2.w--open {
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 14px 20px rgba(66, 78, 110, .1);
}

.nav-link-2 {
  height: 100%;
  color: #7a818f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-link-2:hover {
  color: #11aaf3;
}

.nav-link-2.left-margin {
  flex-direction: row;
  flex: none;
  margin-left: 20px;
}

.nav-menu-2 {
  height: 100%;
  align-items: center;
  display: flex;
}

.primary-button-2 {
  color: #fff;
  background-color: #11aaf3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button-2:hover {
  background-color: #0090f0;
}

.primary-button-2.w--current {
  align-self: flex-end;
}

.primary-button-2.left-margin {
  align-self: center;
  margin-left: 20px;
}

.primary-button-2.left-margin._1 {
  background-color: #00b8e9;
  margin-left: 34px;
}

.buttons-container-3 {
  width: 100%;
  color: #7a818f;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.dropdown-toggle-2 {
  color: #7a818f;
  padding-right: 20px;
}

.heading {
  text-align: center;
  margin-bottom: 60px;
}

.nu-section {
  background-color: #f7fdff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nu-container {
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.nu-container._1 {
  padding: 0 0 0 68px;
}

.ne-heading {
  font-size: 50px;
  line-height: 56px;
}

.nu-subtitle {
  z-index: 100;
  color: rgba(0, 0, 0, .28);
  font-size: 20px;
  line-height: 32px;
  position: relative;
}

.nu-subtitle.top-margin {
  margin-top: 20px;
}

.nu-subtitle.colored {
  color: var(--primary-80);
  margin-bottom: 0;
}

.nu-subtitle.hide {
  display: none;
}

.nu-subtitle.joinus {
  width: 100%;
  color: var(--gray-60);
  text-align: left;
  margin: 21px auto 37px;
  font-size: 19px;
}

.nu-subtitle.inw {
  font-size: 20px;
}

.icons {
  width: 220px;
  height: 220px;
  background-image: url('../images/handshake-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 40px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icons.project {
  background-image: url('../images/social-care-1.svg');
  bottom: auto;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.field-label, .field-label-2 {
  text-align: left;
}

.joinus {
  margin-left: -13px;
}

._50-section {
  padding-top: 102px;
  padding-bottom: 102px;
  display: flex;
}

.columns-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  height: 100%;
  background-image: url('../images/iPhone-Screen-Mockup-Person-Holding-copy.jpg.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.section-3 {
  max-width: 1200px;
  background-image: url('../images/volunteering-at-kantar-employee-stories-1-1.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 298px;
  padding-bottom: 298px;
}

.bold-text-2 {
  color: var(--primary-40);
  text-decoration: none;
}

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

.collection-wrap {
  min-height: 500px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.collection-item {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.cart-button {
  background-color: var(--recan-1);
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cart-button.product {
  margin-top: 12px;
}

.cart-button._2 {
  margin-top: 14px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 500;
}

.product-header5_main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.product-header4_price-wrapper {
  display: flex;
}

.product-header4_product-details {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.heading-xlarge {
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header4_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header5_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.text-size-tiny {
  font-size: .75rem;
}

.product-header4_default-state {
  margin-bottom: 2rem;
}

.product-header4_form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: grid;
}

.button-secondary {
  color: #1b1b1b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1b1b1b;
  padding: .75rem 1.5rem;
}

.button-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.product-header5_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header4_text-divider {
  width: 1px;
  height: auto;
  background-color: #1b1b1b;
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-header5_component {
  padding-bottom: 3rem;
}

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

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

.text-size-large.text-color-grey {
  color: rgba(27, 27, 27, .45);
}

.button-2 {
  width: 100%;
  height: 60px;
  background-color: var(--recan-1);
  color: #fff;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  margin-right: 12px;
  padding: .75rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #1b1b1b;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2.is-quantity-input {
  width: 4rem;
}

.form-input-2.is-quantity-input::-ms-input-placeholder {
  color: #1b1b1b;
}

.form-input-2.is-quantity-input::placeholder {
  color: #1b1b1b;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.product-header4_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 0;
  font-size: .875rem;
  display: flex;
}

.page-padding-3 {
  padding: 67px 5%;
}

.product-header4_rating-wrapper {
  color: #fdc826;
  margin-right: .5rem;
  display: flex;
}

.section-product-info {
  position: relative;
}

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

.product-header4_rating-icon {
  width: 1rem;
  height: 1rem;
  color: #fdc826;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.product-header5_main-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.breadcrumb-link-2 {
  color: #1b1b1b;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

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

.padding-vertical.padding-xlarge.reduced {
  padding-bottom: 0;
}

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

.product-header5_lightbox-link {
  width: 100%;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.header9_component {
  height: 38vh;
  min-height: 30vh;
  flex-direction: column;
  display: flex;
}

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

.nav-icon-buttons {
  display: flex;
}

.product-header4_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header4_tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 3px;
  border-bottom-color: #1b1b1b;
  margin-right: 2rem;
}

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

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.product7_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.navbar1_logo-link {
  padding-left: 0;
}

.product7_item-link {
  width: 100%;
  height: 100%;
  flex: 1;
  align-self: stretch;
  text-decoration: none;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_top-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.page-padding {
  color: #1b1b1b;
  padding: 21px 5% 92px;
}

.footer1_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-link {
  color: #1b1b1b;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  margin-right: 2vw;
  display: flex;
}

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

.header9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-upsell {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
}

.footer1_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;
}

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

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

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  font-family: Manrope, sans-serif;
}

.page-padding-bottom {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
}

.navbar1_component {
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border: 1px #fff;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
  display: flex;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #1b1b1b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #1b1b1b;
  border-bottom: 1px solid rgba(27, 27, 27, .19);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold {
  font-weight: 400;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.layout2col-even {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
}

.heading-xsmall {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.product7_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product7_button-row.hide-mobile-landscape {
  justify-content: center;
}

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

.header9_image-wrapper {
  flex: 1;
  position: relative;
}

.product-single-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.navbar1_link {
  margin-right: 9px;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.navbar1_link.w--current {
  color: #1b1b1b;
}

.navbar1_link.text-light-grey {
  color: rgba(0, 0, 0, .39);
}

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

.footer1_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;
}

.product7_component {
  font-family: Manrope, sans-serif;
}

.footer1_legal-link {
  font-size: .875rem;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: rgba(245, 245, 245, .44);
  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;
}

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

.product7_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.header9_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
}

.footer1_credit-text {
  font-size: .875rem;
}

.product-header4_tabs-menu {
  border-bottom: 1px solid #d8d8d8;
  align-items: center;
  display: flex;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  font-weight: 300;
}

.product7_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product7_heading {
  flex: 1;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.collection-list-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.intro-content {
  max-width: 1140px;
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

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

.intro-header {
  height: 80vh;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/c41f10_c02af4c1b2dd403f90b9d341259f2abc_mv2-min.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-wrap-2 {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.heading-xsmall-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.grid-quarter {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
}

.filters5_empty {
  text-align: center;
  border: 1px solid #000;
  padding: 2.9rem;
  display: none;
}

.filters5_feed {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-5 {
  max-width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 69px;
  padding-bottom: 69px;
  display: grid;
}

.link-block {
  width: 300px;
}

.link-block.w--current {
  width: 80%;
  min-height: 100px;
  color: #000;
  padding-top: 35px;
  padding-bottom: 35px;
  text-decoration: none;
}

.image-3 {
  height: 200px;
  background-image: url('../images/c41f10_55a08896d0c74df2a282202f9100da93_mv2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.div-block-74 {
  width: 60%;
  background-color: var(--recan-2);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2-copy {
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.heading-3 {
  text-align: center;
  margin-bottom: 82px;
}

.div-block-75 {
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.div-block-75:hover {
  background-image: url('../images/iPhone-Screen-Mockup-Person-Holding-copy.jpg.jpg');
}

.quantity, .buy-now-button {
  display: none;
}

.default-state {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.add-to-cart-button {
  width: 100%;
  border-radius: 20px;
  justify-content: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.collection-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-2 {
  width: 50%;
  margin-bottom: 85px;
}

.section-6 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.div-block-76 {
  flex-direction: row;
  display: flex;
}

.quantity-2 {
  width: 80px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 23px;
  font-size: 19px;
  font-weight: 500;
}

.section-7 {
  max-width: 1000px;
  min-height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template: "Area-2 Area-3"
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cart-button-03 {
  width: 100%;
  height: 49px;
  background-color: var(--recan-1);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  font-size: 19px;
  display: flex;
}

.default-state-3 {
  width: 80%;
  flex-direction: column;
  margin-top: 31px;
  display: flex;
}

.div-block-77 {
  width: 80%;
}

.div-block-78 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 61px;
}

.heading-4 {
  margin-bottom: 23px;
  font-size: 30px;
  font-weight: 700;
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---top-bar-wrapper {
  background-color: var(--recan-2);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  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: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

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

.brix---header-nav-link {
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link.signin {
  margin-right: 23px;
}

.brix---header-nav-list-item {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  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: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-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;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.cart-button-4 {
  background-color: var(--recan-1);
  border-radius: 20px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  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: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  align-items: center;
  display: flex;
  position: relative;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-middle {
  align-self: center;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library-general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 20px;
}

.brix---heading-h1-size {
  color: var(--gray-80);
  margin-top: 0;
  margin-bottom: 16px;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-hero-play-button {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--recan-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  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: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 48px;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-primary {
  background-color: #f8f8f8;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---text-300-bold {
  color: var(--gray-80);
  font-size: 20px;
  line-height: 22px;
}

.brix---color-neutral-801 {
  color: var(--gray-80);
}

.brix---paragraph-default-2 {
  color: var(--gray-60);
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h4-size {
  color: var(--gray-80);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---product-card-content {
  height: 170px;
  padding: 32px 32px 48px;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.brix---product-card-image-inside-card {
  color: #8b8b8b;
  object-fit: fill;
  background-color: #f8f8f8;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v1 {
  height: 100%;
  max-width: 1010px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--600);
  border-radius: 24px;
  margin-bottom: 28px;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---product-card-wrapper-v1:hover {
  transform: scale(.96);
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---grid-3-columns-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h1-size-2 {
  color: var(--gray-80);
  margin-top: 0;
  margin-bottom: 16px;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--recan-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center {
  text-align: center;
  margin-bottom: 40px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 110px;
  padding-bottom: 110px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---paragraph-default-3 {
  color: var(--gray-60);
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #c8f3ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-link {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---footer-list-item-horizontal.last {
  padding-right: 0;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-3-cols {
  grid-template: ". . ."
                 ". Area Area"
                 / .3fr 1fr .3fr;
  align-items: center;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  border: 1px solid rgba(0, 0, 0, .15);
}

.brix---text-100-bold {
  letter-spacing: .08em;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h4-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  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: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---avatar-circle-04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-testimonial-v1 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 55px 10px;
  display: flex;
}

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

.brix---heading-h2-size {
  color: var(--gray-80);
  margin-top: 0;
  margin-bottom: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---grid-2-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.bold-text-3 {
  color: var(--recan-1);
}

._17-27 {
  color: var(--gray-60);
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  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: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---mg-bottom-32px {
  max-width: 50%;
  margin-bottom: 32px;
}

.brix---content-center-card {
  width: 70%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  color: var(--gray-80);
  margin-top: 0;
  margin-bottom: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-2._2 {
  margin-bottom: 40px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---subtitle-2 {
  color: var(--recan-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.quantity-3 {
  width: 80px;
  height: 49px;
  border-radius: 20px;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 500;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---paragraph-default-5.white {
  color: #fff;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  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: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-2.white {
  color: var(--white);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---heading-h1-size---mg-0 {
  color: var(--recan-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---circle-number {
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  background-color: #d7e7ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.brix---content-center-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---subtitle-3 {
  color: var(--recan-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---subtitle-3.white {
  color: #cde4ff;
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

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

.brix---inner-container-640px---center-3 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library-neutral--100);
  background-image: url('../images/c41f10_0379a4f7ddb0400e95f4f386579990fc_mv2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-circle-accordion-btn {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v3 {
  width: 100%;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  box-shadow: none;
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---badge-secondary---tabs-v2 {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2:hover, .brix---badge-secondary---tabs-v2.w--current {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--recan-1);
  color: var(--elements-webflow-library-neutral--100);
}

.brix---tabs-menu-v2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---tabs-wrapper-v2 {
  display: flex;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 100px;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
}

.brix---dropdown-link-2 {
  width: 100%;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  opacity: .7;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 28px;
}

.brix---dropdown-card-2 {
  min-width: 190px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  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: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--gray-80);
}

.brix---dropdown-wrapper-2 {
  margin-right: 20px;
}

.div-block-79 {
  width: 20px;
  height: 20px;
  opacity: .27;
  background-image: url('../images/account.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.div-block-81 {
  display: none;
}

.image-4 {
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-83 {
  flex-direction: column;
  display: flex;
}

.brix---btn-circle-accordion-btn-2 {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-2:hover {
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2-2 {
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v3-2 {
  width: 100%;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-2:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-2 {
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-2:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---tabs-content-2 {
  overflow: visible;
}

.brix---badge-secondary---tabs-v2-2 {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2-2:hover, .brix---badge-secondary---tabs-v2-2.w--current {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
}

.brix---tabs-menu-v2-2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---tabs-wrapper-v2-2 {
  display: flex;
}

.brix---inner-container-1012px-center-2 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 120px;
  padding-bottom: 176px;
}

.brix---accordion-btn-horizontal-line {
  width: 18px;
  height: 2px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line {
  width: 18px;
  height: 2px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---accordion-content-wrapper-width-660px {
  max-width: 660px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---accordion-item-wrapper-v6 {
  width: 100%;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v6:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-24px-2 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--recan-1);
  color: var(--elements-webflow-library-neutral--100);
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-84 {
  width: 500px;
  min-height: 350px;
  min-width: 300px;
  background-image: url('../images/Screenshot-2023-03-24-at-3.01.55-am.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  color: #ff1c1c;
  text-align: center;
}

.div-block-85 {
  width: 500px;
  min-height: 860px;
  min-width: 300px;
  background-image: url('../images/IMG_4449BCD207EC-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.div-block-86 {
  max-width: 500px;
  color: var(--gray-80);
  border-bottom: 1px solid rgba(0, 0, 0, .14);
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 14px;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-86.no_bottom_border {
  border-bottom-style: none;
}

.brix---heading-h3-size-copy {
  margin-top: 0;
  margin-bottom: 0;
  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: 20px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-copy.title {
  font-size: 27px;
}

.div-block-87 {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url('../images/right-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 42%;
  bottom: 50%;
  left: auto;
  right: 0%;
}

.order-page {
  z-index: 9999;
  height: 100vh;
  background-color: rgba(0, 0, 0, .46);
  flex-direction: row;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-89 {
  width: 100%;
  height: 80vh;
  max-width: 660px;
  min-height: 270px;
  min-width: 300px;
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 55px;
  display: block;
  position: relative;
  overflow: auto;
}

.link-4 {
  z-index: 100;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.brix---paragraph-default-4-copy {
  color: var(--gray-60);
  margin-bottom: 0;
  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: 18px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-90 {
  justify-content: space-between;
  display: flex;
}

.div-block-91 {
  width: 100px;
  height: 100px;
  background-image: url('../images/Frame-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-92 {
  justify-content: flex-start;
  display: flex;
}

.div-block-93 {
  flex: 1;
  padding-left: 30px;
}

.div-block-91-copy {
  width: 100px;
  height: 100px;
  background-image: url('../images/Frame-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-94 {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .middle-burger-line {
    width: 28px;
    height: 2px;
    background-color: #37446f;
    border-radius: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

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

  .bottom-burger-line {
    width: 28px;
    height: 2px;
    background-color: #37446f;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navigation {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .burger-icon {
    z-index: 400;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .top-burger-line {
    width: 28px;
    height: 2px;
    background-color: #37446f;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h4.white {
    opacity: 1;
  }

  .h3.margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .primary-button.w--current, .primary-button.left-margin {
    margin-left: 0;
  }

  .two-col-grid {
    grid-row-gap: 30px;
    grid-template-columns: 80%;
    justify-content: center;
  }

  .two-col-grid.footer {
    grid-template-columns: max-content max-content;
    justify-content: space-between;
  }

  .two-col-grid.top-margin {
    grid-row-gap: 0px;
    text-align: left;
  }

  .two-col-grid.small {
    grid-row-gap: 0px;
  }

  .two-col-grid.gray {
    padding-left: 40px;
    padding-right: 40px;
  }

  .two-col-grid.small-shadow {
    grid-row-gap: 0px;
  }

  .two-col-grid.small-shadow:hover {
    transform: none;
  }

  .small-container {
    min-width: 0;
    text-align: center;
    align-items: center;
  }

  .hero-image {
    margin-top: 60px;
    margin-left: 0;
    display: none;
  }

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

  .main-grid.align-end {
    grid-column-gap: 10px;
  }

  .overlay {
    opacity: 1;
  }

  .medium-container.colored.inw {
    width: auto;
    background-image: linear-gradient(#fff, #fff), linear-gradient(104deg, #fff 46%, rgba(255, 255, 255, 0) 74%), url('../images/volunteering-at-kantar-employee-storieslow1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 33px;
    padding-left: 30px;
  }

  .testimonial {
    max-width: 520px;
  }

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

  .text.small-title.main {
    color: #fff;
  }

  .links-container, .links-container.twocol {
    justify-items: center;
  }

  .links-container.twocol.inw {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .horizontal-container.min-height {
    min-height: 320px;
    object-fit: contain;
  }

  .logotype {
    justify-content: center;
  }

  .logo-image {
    object-fit: contain;
  }

  .feature-wrapper.min-height {
    min-height: 510px;
  }

  .tabs {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

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

  .tab-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .small-blur {
    max-width: 440px;
  }

  .phone-wrapper {
    margin-right: 40px;
  }

  .phone-wrapper.left-margin {
    margin-left: 40px;
  }

  .image {
    bottom: -6%;
    right: -6%;
  }

  .image-section {
    height: 100%;
  }

  .feature-image-footer {
    top: 20px;
  }

  .team-member.center {
    margin-right: 30px;
  }

  .small-feature {
    align-items: center;
  }

  .pricing-card {
    min-width: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion {
    width: 90%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .toggle:hover {
    background-color: var(--gray-60);
  }

  .three-col-grid {
    grid-template-columns: max-content 1fr;
    justify-content: space-between;
  }

  .apply-wrapper {
    width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .buttons-container {
    justify-content: center;
  }

  .center-container.left {
    align-items: center;
  }

  .feature-content.back-card, .feature-content.fix-height {
    min-height: 260px;
  }

  .promo-video {
    height: 420px;
  }

  .vertical-logo-image {
    object-fit: contain;
  }

  .buttons-container-2 {
    justify-content: center;
  }

  .download-button-2.main.web {
    min-width: 150px;
  }

  .div-block-23 {
    margin-bottom: 37px;
  }

  .columns {
    width: 100%;
  }

  .number-counting.vertical {
    align-items: center;
  }

  .hero-phone-3 {
    width: 360px;
  }

  .h1-2.bottom-margin.main._1 {
    color: #fff;
  }

  .two-col-grid-2 {
    height: 400px;
    grid-row-gap: 30px;
    grid-template-columns: 80%;
    justify-content: center;
  }

  .small-container-2 {
    min-width: 0;
    text-align: center;
    align-items: center;
  }

  .hero-phone-4 {
    width: 300px;
  }

  .hero-right-img {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock-670719454-min2.jpg');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1200px;
  }

  .h2-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .team-member-2.center {
    margin-right: 30px;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h3-2.margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-72 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list-2 {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d2d9e4;
    border-radius: 0;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
  }

  .nav-link-2 {
    height: auto;
    margin-left: 0;
    font-size: 16px;
  }

  .nav-link-2.left-margin {
    margin-left: 0;
  }

  .nav-menu-2 {
    height: auto;
    background-color: #fff;
    border-radius: 0;
    justify-content: center;
    padding-bottom: 40px;
    box-shadow: 0 40px 30px rgba(55, 68, 111, .3);
  }

  .primary-button-2.w--current, .primary-button-2.left-margin, .primary-button-2.left-margin._1 {
    margin-left: 0;
  }

  .buttons-container-3 {
    justify-content: center;
  }

  .dropdown-toggle-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .nu-container {
    max-width: 100%;
  }

  .icons {
    display: none;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-header4_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

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

  .product-header5_layout {
    min-height: auto;
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .product-header5_component {
    padding-bottom: 2.5rem;
  }

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

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

  .product7_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid-upsell {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
  }

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

  .layout2col-even {
    grid-column-gap: 3rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .product7_button-row {
    flex: none;
  }

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

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .product7_heading {
    margin-right: 3rem;
  }

  .intro-text {
    width: auto;
  }

  .features-wrapper {
    justify-content: space-between;
  }

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

  .button {
    justify-content: center;
  }

  .collection-wrap-2 {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .grid-quarter {
    width: 90%;
    grid-template-columns: .75fr .75fr;
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    width: 90%;
  }

  .div-block-74 {
    width: 80%;
  }

  .heading-3 {
    font-size: 30px;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

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

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

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

  .brix---header-menu-wrapper {
    height: auto;
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-left: 47px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-3-cols {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brix---heading-h4-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-testimonial-v1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

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

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

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---badge-secondary---tabs-v2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brix---tabs-menu-v2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-v2 {
    flex-direction: column;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    position: absolute;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---dropdown-wrapper-2 {
    display: none;
  }

  .div-block-80 {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-3 {
    color: var(--gray-80);
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
  }

  .div-block-81 {
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    display: flex;
  }

  .text-block-4 {
    color: var(--gray-80);
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-5, .text-block-6 {
    margin-bottom: 16px;
  }

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

  .div-block-82 {
    width: 20px;
    height: 20px;
    opacity: .4;
    background-image: url('../images/account.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-2:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-2:hover {
    transform: translate(6px);
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brix---tabs-menu-v2-2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-v2-2 {
    flex-direction: column;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h3-size-copy {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .bottom-burger-line {
    padding-bottom: 0;
    padding-right: 0;
  }

  .h4.white, .h4.margin, .h4.white-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .h1.bottom-margin {
    margin-top: 20px;
  }

  .link {
    font-size: 15px;
    line-height: 26px;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

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

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

  .section.hero {
    overflow: hidden;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button, .secondary-button {
    font-size: 15px;
  }

  .two-col-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .two-col-grid.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .two-col-grid.top-margin, .two-col-grid.small {
    grid-row-gap: 0px;
  }

  .two-col-grid.small-shadow {
    grid-row-gap: 6px;
  }

  .small-container {
    order: -1;
  }

  .hero-image {
    margin-top: 30px;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
  }

  .project-wrapper {
    width: 100%;
    justify-content: center;
  }

  .overlay {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    width: 100%;
    justify-content: center;
  }

  .footer-link:hover {
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .asset-container {
    padding-right: 10px;
  }

  .utility-page-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .medium-container {
    flex-direction: column;
    align-items: center;
  }

  .medium-container.colored.inw {
    background-image: linear-gradient(#fff, #fff), linear-gradient(104deg, #fff 46%, rgba(255, 255, 255, 0) 74%), url('../images/volunteering-at-kantar-employee-storieslow1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text {
    font-size: 13px;
    line-height: 20px;
  }

  .h5 {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .download-button {
    font-size: 15px;
  }

  .download-button.right-margin {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .logotype {
    object-fit: cover;
    margin-top: 20px;
  }

  .logo-image {
    width: 100%;
    height: 100%;
  }

  .feature-wrapper {
    padding: 20px;
  }

  .feature-wrapper.right-margin {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .feature-wrapper.min-height {
    min-height: 0;
  }

  .tabs {
    margin-top: 20px;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .image-phone {
    width: 240px;
  }

  .small-blur {
    width: 80%;
  }

  .phone-wrapper {
    margin-top: 40px;
    margin-right: 0;
  }

  .phone-wrapper.left-margin {
    margin-left: 0;
  }

  .post-content {
    min-height: 380px;
  }

  .team-member.center {
    order: -1;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumbs {
    margin-top: 0;
  }

  .three-col-grid {
    grid-template-columns: max-content 1fr max-content;
    grid-auto-columns: 1fr;
  }

  .buttons-container {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-wrapper {
    margin-bottom: 0;
  }

  .center-container.shadow.testimonials {
    margin-bottom: 54px;
  }

  .feature-content {
    order: -1;
  }

  .promo-video {
    height: 360px;
  }

  .vertical-logo-image {
    width: 100%;
    height: 100%;
  }

  .buttons-container-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .buttons-container-2.top-margin.main {
    align-items: center;
  }

  .download-button-2 {
    font-size: 15px;
  }

  .div-block-23 {
    margin-bottom: 37px;
  }

  .columns {
    width: 100%;
  }

  .number-counting.vertical {
    align-items: center;
  }

  .h1-2 {
    font-size: 42px;
    line-height: 48px;
  }

  .h1-2.bottom-margin {
    margin-top: 20px;
  }

  .two-col-grid-2 {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .small-container-2 {
    order: -1;
  }

  .app-down {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h2-2 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .team-member-2.center {
    order: -1;
    margin-bottom: 40px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-72 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    display: flex;
  }

  .nav-link-2:hover {
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .primary-button-2 {
    font-size: 15px;
  }

  .buttons-container-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .nu-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .section-4, .section-4.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

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

  .product-header5_gallery {
    grid-template-columns: 1fr;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header5_component {
    padding-bottom: 1.5rem;
  }

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

  .heading-small-2 {
    font-size: 1.25rem;
  }

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

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

  .header9_component {
    height: auto;
    max-height: none;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .product7_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .layout2col-even {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

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

  .product7_button-row {
    width: 100%;
    justify-content: flex-start;
  }

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

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

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .product7_image-wrapper {
    height: 100%;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .product7_heading {
    margin-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .intro-content {
    width: 80%;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-xsmall-2 {
    font-size: 1.125rem;
  }

  .section-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---header-logo {
    max-width: 60%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl, .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-play-button {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

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

  .brix---product-card-content {
    height: 150px;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-100-bold {
    font-size: 14px;
  }

  .brix---heading-h4-size-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .brix---card-testimonial-v1 {
    padding: 44px 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

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

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---badge-secondary---tabs-v2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-2, .brix---accordion-item-wrapper-v3-first-2 {
    padding: 36px 0;
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu-v2-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding: 40px 24px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .order-page {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-89 {
    width: 92%;
  }
}

@media screen and (max-width: 479px) {
  .logo-icon.shop {
    height: auto;
    max-width: 100%;
  }

  .h4 {
    white-space: break-spaces;
  }

  .styleguide-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
  }

  .h1 {
    font-size: 42px;
    line-height: 46px;
  }

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

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

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

  .section.footer {
    padding-top: 164px;
  }

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

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

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

  .primary-button {
    font-size: 15px;
  }

  .secondary-button {
    min-width: 150px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .two-col-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .two-col-grid.footer {
    grid-row-gap: 0px;
  }

  .two-col-grid.gray {
    padding: 40px 20px;
  }

  .two-col-grid.gray.last {
    grid-template-columns: 1fr;
  }

  .two-col-grid.small-shadow {
    align-content: center;
  }

  .small-container {
    text-align: left;
    align-items: flex-start;
  }

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

  .hero-image {
    max-width: 320px;
    min-height: 340px;
    justify-content: center;
    margin-top: 0;
  }

  .main-grid {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-link.left-margin {
    margin-top: 10px;
    margin-left: 0;
  }

  .asset-container {
    flex-direction: column;
  }

  .asset-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plus-icon {
    z-index: 200;
  }

  .vertical-line {
    height: 16px;
  }

  .horizontal-line {
    width: 16px;
  }

  .testimonial {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px rgba(55, 68, 111, .14);
  }

  .h5 {
    white-space: break-spaces;
  }

  .links-container.twocol {
    grid-column-gap: 10px;
    grid-template-columns: max-content;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .download-button {
    font-size: 15px;
  }

  .horizontal-container.min-height {
    min-height: 240px;
    margin-top: 20px;
    display: none;
  }

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

  .logotype {
    object-fit: scale-down;
  }

  .logo-image {
    width: 100%;
    object-fit: contain;
  }

  .title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .title-wrapper.project {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature-wrapper.min-height {
    min-height: 480px;
  }

  .tabs {
    width: 100%;
  }

  .blur-background {
    height: 400px;
    max-width: 320px;
  }

  .small-blur {
    width: auto;
    padding-bottom: 74px;
  }

  .phone-wrapper {
    width: 80%;
  }

  .image {
    display: none;
    bottom: 0%;
    right: 0%;
  }

  .image-section {
    max-width: 240px;
  }

  .post-content {
    min-height: 270px;
    padding-bottom: 17px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-image-footer {
    display: none;
  }

  .rich-text-block h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .rich-text-block h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .rich-text-block ul {
    padding-left: 30px;
  }

  .team-member.center {
    width: 100%;
    margin-right: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .small-picture {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .pricing-card {
    width: 100%;
  }

  .accordion-container {
    align-content: space-around;
  }

  .small-plus-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    align-self: center;
    margin-left: 20px;
  }

  .breadcrumbs {
    margin-top: 0;
  }

  .three-col-grid {
    grid-row-gap: 4px;
    grid-template-columns: max-content 1fr;
    padding: 20px;
  }

  .apply-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .opportunity-wrapper {
    padding: 20px 20px 40px;
  }

  .contact-wrapper {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .version-grid {
    grid-template-columns: max-content;
  }

  .feature-content.back-card, .feature-content.fix-height {
    min-height: 360px;
  }

  .promo-video {
    height: 240px;
  }

  .vertical-logo-image {
    width: 100%;
    object-fit: contain;
  }

  .buttons-container-2.top-margin._2 {
    align-items: center;
  }

  .download-button-2 {
    font-size: 15px;
  }

  .number-counting.vertical {
    max-width: 320px;
  }

  .center {
    font-size: 30px;
  }

  .hero-phone-3 {
    width: 240px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .h1-2 {
    font-size: 42px;
    line-height: 46px;
  }

  .two-col-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .small-container-2 {
    text-align: left;
    align-items: flex-start;
  }

  .hero-phone-4 {
    width: 200px;
    margin-left: 40px;
  }

  .team-member-2.center {
    width: 100%;
    margin-right: 0;
  }

  .primary-button-2 {
    font-size: 15px;
  }

  .ne-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .product-header4_price-wrapper {
    flex-direction: column;
  }

  .product-header5_layout {
    grid-template-columns: 1fr;
  }

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

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

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-icon-buttons {
    display: flex;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .navbar1_menu-buttons.mobile-menu-padding {
    margin-right: 15vw;
  }

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

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

  .text-size-medium.text-weight-semibold {
    font-size: 1.3rem;
  }

  .layout2col-even {
    grid-template-columns: 1fr;
  }

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

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

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .product-header4_tabs-menu {
    align-items: flex-start;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

  .text-block {
    display: none;
  }

  .link-block.w--current, .collection-item-2 {
    width: 100%;
  }

  .brix---icon-small-hover {
    width: 20px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 140%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-left: 6px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

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

  .brix---play-button-large-wrapper {
    width: 80px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---product-card-content {
    height: auto;
    padding: 21px 22px 32px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-3 {
    width: 100%;
  }

  .text-block-3 {
    display: none;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h4-size-2 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    min-width: 56px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---card-testimonial-v1 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  ._17-27 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---content-center-card {
    width: 98%;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 32px;
    line-height: 38px;
  }

  .brix---circle-number {
    width: 110px;
    height: 110px;
    min-height: 110px;
    min-width: 110px;
    margin-bottom: 14px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs-v2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-85 {
    width: 100%;
    min-height: 470px;
    min-width: 260px;
  }

  .div-block-86 {
    padding: 14px;
  }

  .brix---heading-h3-size-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-89 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .brix---paragraph-default-4-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-93 {
    padding-left: 12px;
  }
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032d2-30e61ac6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75926c9c-9c36-ca2d-5e10-943bd94fabda-30e61ac6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032d4-30e61ac6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_664d118a-f4a3-e0a0-699a-226a403538f1-30e61ac6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b417bfb4-a554-8ff0-c9c3-647b08923948-30e61ac6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e0012829-e04c-4b53-4e7c-835ac5a3c7b2-30e61ac6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd02629-fcb1-7380-30bc-b9b1c0fa990a-30e61ac6, #w-node-_2ef1d5a4-e72e-46e0-6978-1546d874432b-30e61ac6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032dc-30e61ac6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_21b93bf6-acbf-e820-6c44-a04922071c8b-30e61ac6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_21b93bf6-acbf-e820-6c44-a04922071c90-30e61ac6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_22b032be-1ed1-6508-ce6a-67b5e2ce349b-30e61ac6 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_22b032be-1ed1-6508-ce6a-67b5e2ce349d-30e61ac6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e15d9931-e570-2db6-5a16-c5dfb47f670b-30e61ac6 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-e15d9931-e570-2db6-5a16-c5dfb47f670d-30e61ac6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e92caa09-9850-a869-7a3e-0b5bebbcfde1-30e61ac6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e92caa09-9850-a869-7a3e-0b5bebbcfde2-30e61ac6 {
  justify-self: center;
}

#w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_77288ce2-6f97-707a-ddd0-c8136115667e-1799a550 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_77288ce2-6f97-707a-ddd0-c8136115667f-1799a550 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-fc11596a-cf10-b864-72eb-da635121267a-1799a550 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_249ca5a5-ee51-d201-f181-b36300377316-1799a550 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fc11596a-cf10-b864-72eb-da635121267e-1799a550 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_90bfa88c-8878-3a06-b1ed-93e81799a565-1799a550 {
  justify-self: end;
}

#w-node-_6135e960eb12793727699bc0000000000013-fbe61ac8 {
  justify-self: stretch;
}

#w-node-ccd46da1-5868-82e1-6ca1-ab57f6e4c4b1-8fe61aca {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-ccd46da1-5868-82e1-6ca1-ab57f6e4c4b5-8fe61aca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0148ffca-76df-44f4-f1c2-d4b09c470315-8fe61aca {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_0148ffca-76df-44f4-f1c2-d4b09c47031a-8fe61aca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a2161cc5-d004-b74f-5e68-61b805c3cbe9-8fe61aca {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a2161cc5-d004-b74f-5e68-61b805c3cbee-8fe61aca, #w-node-_54ad3b93-70f8-0cef-79c0-b75e1b4952e3-2be61acc, #w-node-_54ad3b93-70f8-0cef-79c0-b75e1b4952e9-2be61acc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-2be61acc {
  grid-area: 1 / 9 / 3 / 13;
}

#w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-2be61acc {
  grid-area: 1 / 5 / 3 / 9;
}

#w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-2be61acc {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b2b-2be61acc {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b2f-2be61acc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b31-2be61acc {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b35-2be61acc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b37-2be61acc {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b3b-2be61acc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b3d-2be61acc {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b41-2be61acc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b43-2be61acc {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b47-2be61acc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b49-2be61acc {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b4d-2be61acc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_03333e82-93a7-291f-3c07-b6a888719cca-12e61acd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03333e82-93a7-291f-3c07-b6a888719ccb-12e61acd {
  justify-self: center;
}

#w-node-_714aa9d4-52bd-4e49-9def-4a7c464404b6-d0e61ace {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_714aa9d4-52bd-4e49-9def-4a7c464404bc-d0e61ace {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_714aa9d4-52bd-4e49-9def-4a7c464404c2-d0e61ace {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_714aa9d4-52bd-4e49-9def-4a7c464404c8-d0e61ace {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_714aa9d4-52bd-4e49-9def-4a7c464404ce-d0e61ace {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_714aa9d4-52bd-4e49-9def-4a7c464404d4-d0e61ace {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_0393c030-9a48-af17-4ac9-a940106ee470-d0e61ace {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_0393c030-9a48-af17-4ac9-a940106ee475-d0e61ace {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0393c030-9a48-af17-4ac9-a940106ee477-d0e61ace {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_0393c030-9a48-af17-4ac9-a940106ee47c-d0e61ace {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0393c030-9a48-af17-4ac9-a940106ee47e-d0e61ace {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0393c030-9a48-af17-4ac9-a940106ee483-d0e61ace, #w-node-_7833f264-4c6a-f52f-28b7-f6addd45ad8c-d0e61ace {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_43dbb064-c276-d7f0-5477-2d4fe71d27a5-d0e61ace {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_3b6af214-6b62-8822-8ad6-1925c8e20941-d2e61ad0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3b6af214-6b62-8822-8ad6-1925c8e20945-d2e61ad0 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_3b6af214-6b62-8822-8ad6-1925c8e20949-d2e61ad0 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_2ce50640-db51-3442-7845-3e1c60e99c67-d2e61ad0 {
  grid-area: 3 / 1 / 4 / 3;
}

#Subject.w-node-_1fe26a25-3709-fd14-771f-a078ae514692-d2e61ad0 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_0ac174ec-f052-0f41-f79b-80178834d9fa-d2e61ad0 {
  grid-area: 5 / 1 / 6 / 3;
}

#Message.w-node-_7fa06a23-36a1-5162-e55a-c40a82bfbba1-d2e61ad0 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_7402900c-7db6-7030-4cd0-361f2e790fd1-d2e61ad0 {
  grid-area: 7 / 1 / 8 / 3;
  justify-self: stretch;
}

#w-node-fd787c02-7522-2567-b01b-3f2e42131768-46e61ad2 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-fd787c02-7522-2567-b01b-3f2e4213176d-46e61ad2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd787c02-7522-2567-b01b-3f2e4213176f-46e61ad2 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-fd787c02-7522-2567-b01b-3f2e42131774-46e61ad2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd787c02-7522-2567-b01b-3f2e42131776-46e61ad2 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-fd787c02-7522-2567-b01b-3f2e4213177b-46e61ad2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d0dd8e7d-ef6b-9c33-527e-5c8ac73c4bc1-96e61ad6 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d0dd8e7d-ef6b-9c33-527e-5c8ac73c4bc5-96e61ad6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_448b67e7-a9be-c881-1f26-de90b0e631a8-96e61ad6 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_448b67e7-a9be-c881-1f26-de90b0e631ac-96e61ad6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_64941b6c-2e06-e232-4e5d-4667e9e2ca9c-96e61ad6 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_64941b6c-2e06-e232-4e5d-4667e9e2caa0-96e61ad6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a206d96e-0c65-bba1-c5ea-25ddffe6959e-96e61ad6 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-a206d96e-0c65-bba1-c5ea-25ddffe695a2-96e61ad6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c4ad348e-d9e5-30d8-d011-429bdda28d57-96e61ad6 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-c4ad348e-d9e5-30d8-d011-429bdda28d5b-96e61ad6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_21b3ea5b-f402-0f88-87a3-6e92218ade2a-96e61ad6 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_21b3ea5b-f402-0f88-87a3-6e92218ade2e-96e61ad6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032d2-d4e61ad8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75926c9c-9c36-ca2d-5e10-943bd94fabda-d4e61ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032d4-d4e61ad8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_664d118a-f4a3-e0a0-699a-226a403538f1-d4e61ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b417bfb4-a554-8ff0-c9c3-647b08923948-d4e61ad8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e0012829-e04c-4b53-4e7c-835ac5a3c7b2-d4e61ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd02629-fcb1-7380-30bc-b9b1c0fa990a-d4e61ad8, #w-node-_2ef1d5a4-e72e-46e0-6978-1546d874432b-d4e61ad8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032dc-d4e61ad8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_21b93bf6-acbf-e820-6c44-a04922071c8b-d4e61ad8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_21b93bf6-acbf-e820-6c44-a04922071c90-d4e61ad8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_22b032be-1ed1-6508-ce6a-67b5e2ce349b-d4e61ad8 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_22b032be-1ed1-6508-ce6a-67b5e2ce349d-d4e61ad8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e15d9931-e570-2db6-5a16-c5dfb47f670b-d4e61ad8 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-e15d9931-e570-2db6-5a16-c5dfb47f670d-d4e61ad8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a4b90d8e-f5e0-d125-2934-7098857644bd-d4e61ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf336368-c138-da51-0d3c-ec2c9b34dc15-d4e61ad8 {
  justify-self: center;
}

#w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8f8b-d3e61adb {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8faf-d3e61adb {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8fd0-d3e61adb {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e57ba331-b9ad-1719-3095-55b25e10fe05-d3e61adb {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-e57ba331-b9ad-1719-3095-55b25e10fe29-d3e61adb {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-e57ba331-b9ad-1719-3095-55b25e10fe4a-d3e61adb {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c454-4be61ae0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c457-4be61ae0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c45a-4be61ae0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c45d-4be61ae0 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c464-4be61ae0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c467-4be61ae0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_06fb45dd-77c2-8fee-873e-184749576a08-4be61ae0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4a4a4fc7-b200-98e8-578a-6f22dd98250a-4be61ae0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7891782b-82cd-f298-b719-d74280075426-4be61ae0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_96f4b9c5-9179-9159-f8c9-fe5957715fc5-4be61ae0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_44ef35a3-c079-071c-360a-652fe55796a1-4a5ec2ea {
  grid-area: Area;
  justify-self: center;
}

#w-node-_4db8694e-20ef-e9e3-f976-cf85e202a0aa-8e5ec2eb, #w-node-_82d8cbae-d5dd-9064-264c-638cbad377c5-8e5ec2eb {
  grid-area: Area-3;
}

#w-node-_58e3e681-7370-d0cc-b2b6-752de27784bc-8e5ec2eb {
  grid-area: Area-2;
}

#w-node-fd3aa46a-122c-bb7a-b9a9-8f00983cc0d0-8e5ec2eb, #w-node-d237fd6c-8415-44bd-49eb-411a3723ec03-8e5ec2eb, #w-node-f2853a5e-1da8-f58f-045d-8283476d3c1b-8e5ec2eb {
  grid-area: Area;
}

#w-node-_1f8d533a-2474-f788-9531-49ae71f5b05e-71f5b05a {
  justify-self: start;
}

#w-node-_1f8d533a-2474-f788-9531-49ae71f5b060-71f5b05a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1f8d533a-2474-f788-9531-49ae71f5b070-71f5b05a {
  grid-area: Area;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a2215b93-9943-4cc5-3bcd-47611c380e4b-30e61ac6 {
    justify-self: center;
  }

  #w-node-c2862ad0-c319-44de-b00a-c55a411032dc-30e61ac6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f19cc51-201c-c64f-cf4d-897cc2f53c18-30e61ac6 {
    justify-self: center;
  }

  #w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c8136115667e-1799a550 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-2be61acc {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-2be61acc {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-2be61acc {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b2b-2be61acc {
    grid-column-end: 7;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b31-2be61acc {
    grid-column: 7 / 13;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b37-2be61acc {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b3d-2be61acc {
    grid-column: 7 / 13;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b43-2be61acc {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b49-2be61acc {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-d0dd8e7d-ef6b-9c33-527e-5c8ac73c4bc1-96e61ad6 {
    grid-column-end: 7;
  }

  #w-node-_448b67e7-a9be-c881-1f26-de90b0e631a8-96e61ad6 {
    grid-column: 7 / 13;
  }

  #w-node-_64941b6c-2e06-e232-4e5d-4667e9e2ca9c-96e61ad6 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-a206d96e-0c65-bba1-c5ea-25ddffe6959e-96e61ad6 {
    grid-column: 7 / 13;
  }

  #w-node-c4ad348e-d9e5-30d8-d011-429bdda28d57-96e61ad6 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_21b3ea5b-f402-0f88-87a3-6e92218ade2a-96e61ad6 {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-_06b315f2-5476-5549-e003-b6433091dd72-d4e61ad8 {
    justify-self: center;
  }

  #w-node-c2862ad0-c319-44de-b00a-c55a411032dc-d4e61ad8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8d533a-2474-f788-9531-49ae71f5b05e-71f5b05a, #w-node-_1296191d-593c-1d19-b665-20db17ad7bbd-4b51c438 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21b93bf6-acbf-e820-6c44-a04922071c8b-30e61ac6 {
    grid-column-end: 9;
  }

  #w-node-_22b032be-1ed1-6508-ce6a-67b5e2ce349b-30e61ac6 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-e15d9931-e570-2db6-5a16-c5dfb47f670b-30e61ac6 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
    grid-column-end: 3;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c8136115667e-1799a550 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_90bfa88c-8878-3a06-b1ed-93e81799a565-1799a550 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-ccd46da1-5868-82e1-6ca1-ab57f6e4c4b1-8fe61aca {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0148ffca-76df-44f4-f1c2-d4b09c470315-8fe61aca {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-a2161cc5-d004-b74f-5e68-61b805c3cbe9-8fe61aca {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-2be61acc {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-2be61acc {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-2be61acc {
    grid-column-end: 9;
  }

  #w-node-_0393c030-9a48-af17-4ac9-a940106ee470-d0e61ace {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0393c030-9a48-af17-4ac9-a940106ee477-d0e61ace {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_0393c030-9a48-af17-4ac9-a940106ee47e-d0e61ace, #w-node-_21b93bf6-acbf-e820-6c44-a04922071c8b-d4e61ad8 {
    grid-column-end: 9;
  }

  #w-node-_22b032be-1ed1-6508-ce6a-67b5e2ce349b-d4e61ad8 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-e15d9931-e570-2db6-5a16-c5dfb47f670b-d4e61ad8 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8f8b-d3e61adb {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8faf-d3e61adb {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8fd0-d3e61adb {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-e57ba331-b9ad-1719-3095-55b25e10fe05-d3e61adb {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-e57ba331-b9ad-1719-3095-55b25e10fe29-d3e61adb {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-e57ba331-b9ad-1719-3095-55b25e10fe4a-d3e61adb {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c454-4be61ae0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c457-4be61ae0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45a-4be61ae0 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45d-4be61ae0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1f8d533a-2474-f788-9531-49ae71f5b05e-71f5b05a {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
    grid-column-end: 3;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c8136115667f-1799a550 {
    grid-column-end: 2;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c81361156681-1799a550 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f4d8e64-fe01-e1f4-b1d0-07f971689464-1799a550 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-fc11596a-cf10-b864-72eb-da635121267a-1799a550 {
    grid-column-end: 2;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212680-1799a550 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d5828af8-5ceb-fc58-2a8f-cf33b4e9f65b-1799a550 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
    grid-row: 3 / 4;
  }

  #w-node-_90bfa88c-8878-3a06-b1ed-93e81799a565-1799a550 {
    justify-self: stretch;
  }

  #w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-2be61acc {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-2be61acc {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-2be61acc {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b2b-2be61acc {
    grid-column-end: 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b31-2be61acc {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b37-2be61acc {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b3d-2be61acc {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b43-2be61acc {
    grid-row: 5 / 6;
    grid-column-end: 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b49-2be61acc {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_714aa9d4-52bd-4e49-9def-4a7c464404bc-d0e61ace {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_714aa9d4-52bd-4e49-9def-4a7c464404c2-d0e61ace {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_714aa9d4-52bd-4e49-9def-4a7c464404c8-d0e61ace {
    grid-row: 4 / 5;
  }

  #w-node-_714aa9d4-52bd-4e49-9def-4a7c464404ce-d0e61ace {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_714aa9d4-52bd-4e49-9def-4a7c464404d4-d0e61ace {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_7833f264-4c6a-f52f-28b7-f6addd45ad8a-d0e61ace {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7833f264-4c6a-f52f-28b7-f6addd45ad8c-d0e61ace {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_43dbb064-c276-d7f0-5477-2d4fe71d27a5-d0e61ace {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: stretch;
  }

  #w-node-_3b6af214-6b62-8822-8ad6-1925c8e20941-d2e61ad0 {
    grid-column-end: 5;
  }

  #w-node-_3b6af214-6b62-8822-8ad6-1925c8e20945-d2e61ad0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3b6af214-6b62-8822-8ad6-1925c8e20949-d2e61ad0 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7402900c-7db6-7030-4cd0-361f2e790fce-d2e61ad0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #name.w-node-_7402900c-7db6-7030-4cd0-361f2e790fcd-d2e61ad0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #email.w-node-_7402900c-7db6-7030-4cd0-361f2e790fd0-d2e61ad0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2ce50640-db51-3442-7845-3e1c60e99c67-d2e61ad0 {
    grid-row: 5 / 6;
  }

  #Subject.w-node-_1fe26a25-3709-fd14-771f-a078ae514692-d2e61ad0 {
    grid-row: 6 / 7;
  }

  #w-node-_0ac174ec-f052-0f41-f79b-80178834d9fa-d2e61ad0 {
    grid-row: 7 / 8;
  }

  #Message.w-node-_7fa06a23-36a1-5162-e55a-c40a82bfbba1-d2e61ad0 {
    grid-row: 8 / 9;
  }

  #w-node-_7402900c-7db6-7030-4cd0-361f2e790fd1-d2e61ad0 {
    grid-row: 9 / 10;
  }

  #w-node-fd787c02-7522-2567-b01b-3f2e42131768-46e61ad2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-fd787c02-7522-2567-b01b-3f2e4213176f-46e61ad2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-d0dd8e7d-ef6b-9c33-527e-5c8ac73c4bc1-96e61ad6 {
    grid-column-end: 5;
  }

  #w-node-_448b67e7-a9be-c881-1f26-de90b0e631a8-96e61ad6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_64941b6c-2e06-e232-4e5d-4667e9e2ca9c-96e61ad6 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-a206d96e-0c65-bba1-c5ea-25ddffe6959e-96e61ad6 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c4ad348e-d9e5-30d8-d011-429bdda28d57-96e61ad6 {
    grid-row: 5 / 6;
    grid-column-end: 5;
  }

  #w-node-_21b3ea5b-f402-0f88-87a3-6e92218ade2a-96e61ad6 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8f8b-d3e61adb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8faf-d3e61adb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8fd0-d3e61adb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e57ba331-b9ad-1719-3095-55b25e10fe05-d3e61adb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e57ba331-b9ad-1719-3095-55b25e10fe29-d3e61adb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-e57ba331-b9ad-1719-3095-55b25e10fe4a-d3e61adb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c458-4be61ae0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45a-4be61ae0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45d-4be61ae0 {
    grid-column: 2 / 3;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c462-4be61ae0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c465-4be61ae0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_06fb45dd-77c2-8fee-873e-184749576a08-4be61ae0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d1f5a149-5a4c-55e0-a827-c18efd06976e-4be61ae0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_82e7b165-351d-af04-e46b-bc0115d1d93d-4be61ae0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_96f4b9c5-9179-9159-f8c9-fe5957715fc5-4be61ae0 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


