:root {
  --vert-logo: #74b750;
  --vert-hover: #42881d;
  --white: white;
  --violet: #54354a;
  --black: black;
  --systemflow-lite-neutral--80: #636b75;
  --systemflow-lite-primary--50: #597ef7;
  --fond-grey: #f4f5f4;
  --systemflow-lite-neutral--40: #dde1e6;
  --systemflow-lite-neutral--10: white;
  --systemflow-lite-primary--60: #2f54eb;
  --systemflow-lite-neutral--50: #d0d4d9;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

a {
  color: var(--vert-logo);
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: var(--vert-hover);
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
  margin-bottom: 20px;
}

.divider.cc-dark-divider {
  height: 1px;
  background-color: #202020;
}

.section {
  width: 100%;
  max-width: 2000px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.section.cc-store-home-wrap {
  max-width: none;
  min-height: 100%;
  min-width: auto;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  width: 90%;
  max-width: 1300px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.container.cc-blog-detail {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

.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;
  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);
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 0;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 80%;
  max-width: 90ch;
  text-align: justify;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  color: #000;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  display: flex;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-quantity-field {
  width: 80px;
  height: auto;
  background-color: #fff;
  border-color: #e6e6e6;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon, .logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/female-worker-consulting-client-over-phone-copie.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  align-items: start;
  justify-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  width: 100%;
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  width: 70%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  width: 50%;
  height: 700px;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 80%;
  max-width: 90ch;
  margin: 20px auto 0;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.heading {
  float: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  display: block;
  overflow: visible;
}

.heading-2 {
  text-align: center;
}

.paragraph {
  z-index: auto;
  width: 50%;
  text-align: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 25%;
  right: 0%;
}

.button-2 {
  width: 30%;
  color: #fff;
  text-align: center;
  background-color: #73b750;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 35%;
  display: block;
  position: relative;
}

.section-2 {
  background-color: #e4dede;
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: none;
}

.form {
  width: 70%;
  margin-top: 0;
  margin-left: 15%;
}

.container-3 {
  max-width: 90%;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.submit-button {
  width: 20%;
  background-color: #004f70;
  margin-top: 20px;
  margin-left: 40%;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.radio-button-field {
  display: inline-block;
  overflow: visible;
}

.radio-button-field-2 {
  display: inline-block;
}

.text-block {
  font-size: 17px;
  font-weight: 400;
}

.column {
  display: block;
}

.button-3 {
  background-color: #4a4b4b;
}

.radio-button-field-3, .radio-button-field-4, .radio-button-field-5, .radio-button-field-6 {
  display: inline-block;
}

.radio-button-label, .radio-button-label-2, .radio-button-label-3, .radio-button-label-4 {
  margin-right: 10px;
  font-size: 10px;
}

.image-3 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 7px;
  display: inline-block;
}

.button-4 {
  background-color: #4a4b4b;
  margin-top: 20px;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container-4 {
  margin-top: 40px;
}

.button-5 {
  background-color: #4a4b4b;
}

.select-field-2 {
  line-height: 5px;
}

.text-block-4, .text-block-5, .text-block-6 {
  margin-bottom: 10px;
  line-height: 38px;
}

.image-4 {
  display: inline-block;
}

.button-6, .button-7 {
  background-color: #000;
}

.heading-3 {
  min-width: 0%;
  text-align: center;
  margin-right: 23.5px;
  font-size: 26px;
  line-height: 30px;
}

.heading-4 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.heading-5, .heading-6 {
  text-align: center;
  font-size: 25px;
}

.image-5 {
  width: 95%;
  text-align: center;
  margin-left: 2.5%;
}

.paragraph-3 {
  min-height: 120px;
  text-align: center;
  margin-top: 10px;
}

.image-6 {
  width: 95%;
  margin-left: 2.5%;
}

.paragraph-4 {
  min-height: 90px;
  text-align: center;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
}

.image-7 {
  width: 95%;
  margin-left: 2.5%;
}

.paragraph-5 {
  min-height: 90px;
  text-align: center;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  min-height: 120px;
  text-align: center;
  margin-top: 10px;
}

.container-5, .container-6 {
  max-width: 90%;
}

.text-block-9, .text-block-10, .text-block-12, .text-block-13 {
  font-size: 25px;
}

.text-field-2 {
  width: 100%;
}

.text-field-3 {
  width: 50%;
}

.form-3 {
  display: block;
}

.button-9 {
  background-color: #000;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 14px;
}

.paragraph-7 {
  font-size: 12px;
  line-height: 20px;
}

.column-5 {
  margin-bottom: 20px;
}

.heading-7 {
  margin-top: 20px;
}

.image-9 {
  width: 90%;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 5%;
  display: inline-block;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.bold-text-3, .bold-text-4 {
  font-size: 30px;
}

.navbar-logo-center {
  background-color: #54354a;
  border: 0 solid #000;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #73b750;
  font-size: 14px;
  font-weight: 800;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: #73b750;
}

.nav-link-2.w--current:hover {
  color: #73b750;
  font-weight: 600;
}

.button-primary-2 {
  max-height: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #73b750;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #42881d;
}

.button-primary-2:active {
  background-color: #43464d;
}

.columns {
  display: none;
}

.columns-3 {
  display: flex;
}

.columns-4 {
  display: none;
}

.heading-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-block-3 {
  display: none;
}

.text-block-18 {
  min-height: 1px;
}

.text-block-19, .text-block-20, .text-block-21 {
  min-height: 1px;
  margin-left: 10px;
}

.select-field-3 {
  margin-bottom: 10px;
}

.container-8 {
  width: 100%;
  object-fit: scale-down;
  background-color: #e0e4df;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-13 {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.image-10 {
  width: auto;
  min-width: 110%;
  margin-left: -5%;
}

.link-block-3 {
  display: block;
}

.link-block-4 {
  width: 30%;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 35%;
  display: inline-block;
}

.heading-15 {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-block-22 {
  text-align: center;
}

.accordion-header-4 {
  min-height: 40px;
  color: #222;
  text-align: center;
  cursor: pointer;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding: 0 28px;
  display: flex;
}

.text-block-18-copy {
  color: #002561;
  text-align: left;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 25px;
}

.accordion-arrow {
  width: 24px;
  height: 24px;
  opacity: 1;
  color: #002561;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Sans-titre-4.png');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-card-5 {
  width: 100%;
  background-color: #fff;
  border: 1px #e3e3e3;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .48);
}

.accordion-card-5:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.field-label {
  color: #002561;
  text-align: center;
}

.accordion-info-4 {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 14px;
  display: flex;
}

.grid-7 {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.text-field-8 {
  color: #002561;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field-4 {
  color: #002561;
  margin-bottom: 40px;
}

.text-field-9 {
  color: #002561;
}

.text-field-9::-ms-input-placeholder {
  color: #002561;
}

.text-field-9::placeholder {
  color: #002561;
}

.section-8 {
  width: 800px;
  min-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.div-block-29 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.form-block-4 {
  width: 100%;
}

.form-4 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -40px;
  display: flex;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-198 {
  margin-bottom: 400px;
}

.div-block-27 {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-28 {
  width: 40%;
  align-self: center;
  padding: 0;
}

.submit-button-3 {
  background-color: #004f70;
  align-self: center;
}

.div-block-296 {
  border-radius: 10px;
  flex-direction: row;
  display: flex;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
}

.heading-164 {
  font-size: 30px;
}

.accordion-text-2 {
  color: #333;
  white-space: normal;
  align-self: stretch;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.wrapper-2 {
  z-index: 2;
  width: 100%;
  max-width: 1280%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.wrapper-2.side-paddings {
  max-width: 800px;
  align-items: stretch;
  padding: 40px;
  display: block;
}

.div-block-291-copy-2 {
  width: 50%;
  border-right: 1px solid #005cb7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 40px;
  display: flex;
}

.heading-162 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.tabs-content-2 {
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.form-27 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.tabs-menu-6 {
  width: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0%;
  display: flex;
}

.heading-163 {
  align-self: center;
  margin-top: 10px;
  font-size: 30px;
  line-height: 35px;
}

.text-block-158 {
  align-self: center;
  font-size: 60px;
  line-height: 40px;
}

.accordion-header-5 {
  width: 100%;
  min-height: 72px;
  color: #222;
  cursor: pointer;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 10px 28px;
  display: flex;
}

.text-field-46 {
  width: 250px;
  color: #333;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-46:focus {
  box-shadow: 0 0 2px #005cb7;
}

.text-field-46::-ms-input-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.text-field-46::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.textarea-14 {
  max-width: 100%;
  min-height: 200px;
  min-width: 100px;
  border-radius: 10px;
  font-size: 16px;
}

.textarea-14:focus {
  box-shadow: 0 0 2px #005cb7;
}

.textarea-14::-ms-input-placeholder {
  color: #333;
  font-size: 16px;
}

.textarea-14::placeholder {
  color: #333;
  font-size: 16px;
}

.accordion-header-3 {
  min-height: 72px;
  color: #222;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  display: flex;
}

.contact-v1-3 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #73b750;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 24px rgba(0, 0, 0, .25);
}

.tab-pane-a-propos-de-nous {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px;
}

.form-block-23 {
  margin-bottom: 0;
}

.text-field-47 {
  color: #333;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-47:focus {
  box-shadow: 0 0 2px #005cb7;
}

.text-field-47::-ms-input-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.text-field-47::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.div-block-294 {
  width: 250px;
  height: 70px;
  color: #333;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px;
  transition: box-shadow .4s, border-color .4s, background-color .4s, transform .4s, opacity .2s;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.div-block-294:hover {
  transform: translate(0, -6px);
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .5);
}

.accordion-card-6 {
  width: 100%;
  background-color: #fff;
  border: 1px #e3e3e3;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.accordion-card-6:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.tab-link-tab-2-5 {
  width: auto;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 0;
  display: flex;
  overflow: visible;
}

.tab-link-tab-2-5:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.tab-link-tab-2-5.w--current {
  color: #73b750;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
}

.tabs-6 {
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
}

.heading-165 {
  text-align: center;
  font-size: 30px;
}

.text-block-146 {
  margin-bottom: 10px;
}

.accordion-arrow-2 {
  width: 24px;
  height: 24px;
  opacity: .5;
  background-image: none;
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tab-pane-l-id-e {
  padding: 40px;
}

.tab-pane-tab-4 {
  padding: 40px;
  position: static;
  overflow: visible;
}

.rich-text-block-3-copy {
  width: 80%;
  color: #333;
  text-align: left;
  margin-left: 10%;
}

.div-block-297 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-293 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.paragraph-49 {
  text-align: center;
  margin-top: -20px;
}

.div-block-461 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-251 {
  color: #fff;
  font-size: 16px;
}

.button-138 {
  color: #fff;
  background-color: #73b750;
  border-radius: 10px;
  align-self: center;
  font-size: 16px;
  font-weight: 600;
}

.button-138:hover {
  background-color: #06b148;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.div-block-462 {
  z-index: 100;
  width: 100%;
  background-color: var(--violet);
  opacity: 1;
  border-top: 3px solid #73b750;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-360 {
  width: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 40px 0 40px 0%;
  padding: 10px 40px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.heading-217 {
  color: #000;
  text-align: center;
  border-bottom: 2px solid #73b750;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-block-169 {
  width: 70%;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15%;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-50 {
  text-align: center;
}

.container-11 {
  max-width: 1140px;
  margin-top: 50px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-218 {
  min-height: 90px;
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-51 {
  max-height: 250px;
  min-height: 250px;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  overflow: hidden;
}

.image-107 {
  width: 100%;
  max-width: 1140px;
}

.container-13 {
  max-width: 1140px;
}

.text-block-252 {
  color: #000;
  text-align: center;
  font-size: 12px;
}

.div-block-463 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-5 {
  margin-bottom: 0;
}

.image-108 {
  margin-bottom: 20px;
}

.div-block-464 {
  background-color: var(--violet);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 40px 40px;
  display: flex;
}

.grid-74 {
  width: 100%;
  grid-template: ". . ."
                 ". . Area"
                 / minmax(300px, 1fr);
  grid-auto-columns: minmax(300px, 1fr);
}

.div-block-465 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-139 {
  color: var(--white);
  background-color: #73b750;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.button-139:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-block-254 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.rich-text-block-4 {
  text-align: left;
}

.link-2 {
  color: var(--white);
}

.link-2:hover {
  color: var(--vert-hover);
}

.link-3 {
  color: var(--white);
}

.link-3:hover {
  color: var(--vert-hover);
}

.link-4 {
  color: var(--white);
}

.link-4:hover {
  color: var(--vert-hover);
}

.link-5, .link-6 {
  color: var(--white);
}

.link-6:hover {
  color: var(--vert-hover);
}

.link-7 {
  color: var(--white);
}

.image-109, .image-110, .image-111, .image-112 {
  width: 50%;
  margin-left: 25%;
}

.image-113 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  height: auto;
  color: #999;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block-separator {
  width: 100%;
  height: 1px;
  background-color: #5ab963;
  margin-top: 0;
  margin-bottom: 0;
}

.price {
  color: #000;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
  display: block;
}

.price-block-annuel {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-pricing {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  display: block;
}

.pricing-block {
  width: 33.3333%;
  border: 1px solid #f7f7f7;
  border-radius: 9px;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, .05);
}

.pricing-block:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.form-32 {
  margin-top: 10px;
}

.image-116 {
  width: 300px;
  margin-top: -60px;
  margin-bottom: -87px;
}

.select-field-7 {
  color: #000;
  border: 2px solid #73b750;
}

.paragraph-52 {
  text-align: center;
}

.button-140, .button-141 {
  width: 90%;
  background-color: #73b750;
  margin-bottom: 20px;
  text-align: center;
}

.button-142 {
  width: 60%;
  text-align: center;
  background-color: #73b750;
  margin-top: 20px;
  margin-left: 20%;
}

.bold-text-11 {
  color: var(--systemflow-lite-neutral--80);
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.checkbox-label-3 {
  display: none;
  overflow: visible;
}

.error-message {
  background-color: #73b750;
}

.div-test-1 {
  display: flex;
}

.text-block-258 {
  text-align: left;
  margin-top: -15px;
  font-size: 10px;
}

.div-block-469 {
  align-self: flex-start;
  padding-top: 10px;
  font-size: 23px;
  font-weight: 700;
}

.form-block-38 {
  background-color: #fffffe;
  border-radius: 14px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  overflow: visible;
}

.div-bt-2 {
  display: none;
}

.bt-2 {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #73b750;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.bt-2:hover {
  background-color: #48944f;
}

.div-block-467 {
  height: auto;
}

.price-block-mensuel {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 28px;
  display: none;
}

.section-20 {
  max-height: none;
  min-height: 0;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.div-block-470 {
  color: #74b750;
  margin-right: -20px;
  padding-top: 10px;
  font-size: 23px;
  font-weight: 700;
}

.bt3-2 {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #73b750;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.bt3-2:hover {
  background-color: #48944f;
}

.bt-2-2 {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #73b750;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.bt-2-2:hover {
  background-color: #48944f;
}

.checkbox-4 {
  width: 52px;
  height: 26px;
  background-color: #73b750;
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-color: #73b750;
  border-radius: 20px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
}

.checkbox-4.w--redirected-checked {
  background-color: #73b750;
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 20px;
  border-color: #8bc794;
}

.div-block-472 {
  width: 100%;
  max-width: 1080px;
}

.pricing-info-2 {
  padding: 10px 40px;
}

.bt-1-2 {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #73b750;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.bt-1-2:hover {
  background-color: #48944f;
}

.form-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 0 0;
  display: flex;
}

.div-block-468 {
  width: 100%;
}

.div-block-471 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-259 {
  text-align: center;
  margin-top: -10px;
  font-size: 14px;
}

.text-block-260 {
  margin-top: -5px;
}

.text-block-261 {
  margin-top: -5px;
  margin-left: -30px;
}

.text-block-263 {
  margin-bottom: 0;
}

.pagination {
  margin-bottom: 40px;
}

.bold-text-12 {
  color: var(--black);
  font-size: 64px;
  line-height: 80px;
}

.heading-219 {
  font-size: 20px;
  line-height: 1px;
}

.heading-220 {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.image-117 {
  max-height: 247px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.text-block-264 {
  color: var(--white);
  margin-top: 20px;
}

.image-118 {
  width: 80%;
  max-width: 1000px;
  margin-left: 0;
  display: block;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-21 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-360-copy {
  width: auto;
  height: auto;
  border-radius: 10px;
  flex-flow: column;
  margin: 20px 0 20px 0%;
  padding: 10px 20px 0;
  text-decoration: none;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.heading-221 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.paragraph-53 {
  text-align: center;
  margin-top: 20px;
  margin-right: 40px;
  padding-left: 40px;
}

.tab-link-tab-2-5-copy {
  width: auto;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 0;
  display: flex;
  overflow: visible;
}

.tab-link-tab-2-5-copy:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.tab-link-tab-2-5-copy.w--current {
  color: #73b750;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
}

.tab-link-tab {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
}

.tab-link-tab.w--current {
  color: #73b750;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #74b750;
  border-bottom-style: solid;
  align-self: center;
  padding: 10px 0;
}

.text-block-265 {
  font-size: 20px;
  font-weight: 600;
}

.section-22 {
  display: block;
}

.heading-222 {
  text-align: center;
}

.tab-pane-tab-5 {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-54 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.image-119 {
  width: 100%;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.div-block-360-copy-copy {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 0 0 auto 0%;
  padding: 10px 20px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.column-10 {
  justify-content: flex-start;
  display: flex;
}

.column-11 {
  justify-content: flex-end;
  display: block;
  overflow: visible;
}

.image-120 {
  max-height: 600px;
}

.column-10-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button-2-copy {
  width: 70%;
  color: #fff;
  text-align: center;
  background-color: #73b750;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15%;
  display: block;
  position: relative;
}

.div-block-473 {
  display: none;
}

.div-block-475 {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.heading-270 {
  color: #002561;
  font-size: 28px;
}

.text-block-256 {
  align-self: flex-start;
  padding: 20px;
}

.heading-268 {
  color: #002561;
  text-align: center;
  margin-bottom: 100px;
}

.accordion-info-5 {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.accordion-card-7 {
  background-color: #fff;
  border: 1px #f7f7f7;
  border-radius: 0;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.accordion-card-7:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .24);
}

.text-block-18-copy-copy {
  color: #002561;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.div-block-360-copy-copy {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 40px 0 20px 0%;
  padding: 10px 20px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.button-2-copy-copy {
  width: 70%;
  color: #fff;
  text-align: center;
  background-color: #73b750;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15%;
  display: none;
  position: relative;
}

.div-block-360-copy-copy-copy {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 40px 0 20px 0%;
  padding: 10px 20px 0;
  display: none;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.image-121 {
  width: 60%;
  margin-left: 20%;
}

.image-122 {
  width: 70%;
  margin-left: 15%;
}

.text-block-266 {
  display: none;
}

.les-avantages-d-u {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 0 0 auto 0%;
  padding: 10px 20px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.text-block-18-plus, .text-block-18-plus-2 {
  color: #002561;
  text-align: left;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 75px;
}

.paragraph-55 {
  font-size: 14px;
}

.paragraph-56 {
  margin-top: 40px;
  font-size: 14px;
}

.div-block-476 {
  align-self: auto;
}

.div-block-477 {
  justify-content: center;
  align-self: auto;
  display: flex;
}

.text-block-267, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-size: 15px;
}

.text-block-268 {
  font-size: 14px;
  display: flex;
}

.text-block-269, .text-block-270 {
  font-size: 14px;
}

.column-12 {
  justify-content: center;
  display: flex;
}

.stats {
  text-align: center;
  background-color: #fff;
  border: 2px solid #73b750;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 40px 20px;
  display: none;
  box-shadow: 0 0 24px rgba(0, 0, 0, .25);
}

.column-13, .column-14 {
  justify-content: center;
  display: flex;
}

.heading-271 {
  margin-bottom: 0;
}

.grid-75 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.contact-v1-3-copy-copy {
  text-align: center;
  background-color: #fff;
  border: 2px solid #73b750;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 40px 20px;
  display: block;
  box-shadow: 0 0 24px rgba(0, 0, 0, .25);
}

.image-3-copy {
  text-align: center;
  margin-bottom: 0;
  margin-left: 7px;
  display: inline-block;
}

.stats-copy {
  text-align: center;
  background-color: #fff;
  border: 2px solid #73b750;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 40px 20px;
  display: flex;
  box-shadow: 0 0 24px rgba(0, 0, 0, .25);
}

.info {
  text-align: center;
  background-color: #fff;
  border: 2px solid #73b750;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 0 24px rgba(0, 0, 0, .25);
}

.navbar-logo-center-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  width: 100%;
  max-width: 1140px;
  width: 100%;
  max-width: 1140px;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: var(--white);
  letter-spacing: .25px;
  border: 1px #000;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #73b750;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.dropdown-toggle {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.dropdown-toggle:hover {
  color: #73b750;
  font-weight: 600;
}

.text-block-273 {
  font-size: 14px;
  position: static;
}

.dropdown-link {
  color: var(--white);
  background-color: #54354a;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #73b750;
}

.dropdown-link-2 {
  color: var(--white);
  background-color: #54354a;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: #73b750;
}

.dropdown-link-3 {
  color: var(--white);
  background-color: #54354a;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  color: #73b750;
}

.columns-6-copy {
  margin-top: 20px;
  text-decoration: none;
}

.grid-76 {
  grid-template: "."
  / 1.5fr .75fr;
  align-items: stretch;
  justify-items: end;
  margin-top: 30px;
}

.grid-76-copy, .grid-76-copy-copy {
  grid-template: "."
  / 3fr 5fr;
  justify-items: start;
  margin-top: 30px;
}

.heading-h {
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
}

.heading-13-h2, .heading-13-h2-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 40px;
}

.heading-13-h2-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.heading-13-h2-4 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 40px;
}

.heading-13-h2-5 {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.heading-13-h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 40px;
}

.image-123 {
  display: block;
}

.image-124 {
  text-align: left;
  display: block;
}

.column-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-18, .column-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-57 {
  text-align: left;
}

.dropdown-link-4 {
  color: var(--white);
  background-color: #54354a;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-link-4:hover, .dropdown-link-4.w--current {
  color: #73b750;
}

.image-125 {
  font-size: 1px;
}

.grid-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 30px;
  display: grid;
}

.grid-76-deux {
  grid-template: "."
  / 1.5fr .75fr;
  align-items: stretch;
  justify-items: end;
  margin-top: 30px;
}

.grid-76-trois {
  grid-template: "."
  / .5fr .75fr;
  align-items: stretch;
  justify-items: end;
  margin-top: 30px;
}

.dropdown-link-5 {
  color: var(--white);
  background-color: #54354a;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-link-5:hover, .dropdown-link-5.w--current {
  color: #73b750;
}

.div-block-360-blog {
  width: 80%;
  border-radius: 10px;
  flex-flow: column;
  margin: 0 0 0 0%;
  padding: 10px 40px;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.text-block-169-blog-bas {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: 0%;
  font-size: 18px;
  line-height: 18px;
}

.heading-272 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.heading-273 {
  font-size: 1px;
}

.heading-274 {
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.heading-275 {
  color: #fff;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-19 {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.link {
  color: #5ab963;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.paragraph-58 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-58.cc-gray {
  color: #999;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
  margin-bottom: 90px;
}

.h2 {
  color: #b3b3b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

.paragraph-59 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 23px;
}

.heading-276 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.button-2-ads {
  width: 280px;
  color: #fff;
  text-align: center;
  background-color: #73b750;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0%;
  font-size: 16px;
  display: block;
  position: relative;
}

.image-126-phone3 {
  width: 100%;
  border-radius: 20px;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
}

.column-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-481 {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.columns-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.columns-8 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-482 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-59-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.column-21, .column-22 {
  padding-left: 20px;
  padding-right: 0;
}

.column-23 {
  padding-left: 0;
  padding-right: 20px;
}

.container-20 {
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.section-25 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-quote {
  width: 70%;
  text-align: center;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  display: flex;
}

.container-21 {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container-21.cc-center {
  width: auto;
  max-width: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-274 {
  color: #000;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-60 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-60.cc-gray {
  color: #999;
}

.block-quote {
  width: 90%;
  color: var(--vert-logo);
  border-left: 0 rgba(0, 0, 0, 0);
  margin-bottom: 25px;
  margin-left: 5%;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link-accent-2 {
  color: #fff;
  letter-spacing: .25px;
  border: 1px #000;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #73b750;
}

.navbar-logo-center-3 {
  background-color: #54354a;
  border: 0 solid #000;
}

.image-127 {
  width: 300px;
  margin-top: -60px;
  margin-bottom: -87px;
}

.dropdown-link-6 {
  color: #fff;
  background-color: #54354a;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-link-6:hover, .dropdown-link-6.w--current {
  color: #73b750;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-2 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.dropdown-toggle-2:hover {
  color: #73b750;
  font-weight: 600;
}

.link-block-6 {
  display: block;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #73b750;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-block-275 {
  font-size: 14px;
  position: static;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #73b750;
  font-size: 14px;
  font-weight: 800;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  color: #73b750;
}

.nav-link-3.w--current:hover {
  color: #73b750;
  font-weight: 600;
}

.text-block-276 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-483 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-129 {
  margin-top: -60px;
  margin-bottom: -80px;
  padding-bottom: 0;
}

.div-block-484 {
  background-color: #54354a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.button-144 {
  color: #fff;
  background-color: #73b750;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.button-144:hover {
  color: #fff;
  background-color: #000;
}

.text-block-277 {
  color: #fff;
  margin-top: 20px;
}

.text-block-278 {
  display: none;
}

.link-9 {
  color: #fff;
}

.heading-12-copy {
  margin-top: 60px;
}

.image-126-copy {
  width: 60%;
  border-radius: 20px;
  margin-left: 20%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64 {
  line-height: 23px;
}

.heading-277, .heading-278 {
  line-height: 33px;
}

.heading-279 {
  min-height: 66px;
  line-height: 33px;
}

.heading-280 {
  line-height: 33px;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow {
  color: #d6d6d6;
}

.slide-nav {
  margin-top: 0;
  padding-top: 40px;
  font-size: 7px;
}

.quote-wrap {
  width: 80%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-icon {
  margin-bottom: 0;
}

.quote-slider {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.slide {
  object-fit: fill;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid-78 {
  display: none;
}

.account-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account-content-wrap {
  height: 100%;
  max-height: 610px;
  max-width: 800px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.account-author-details {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-page-wrapper {
  height: auto;
  max-width: 100%;
  min-height: 93.5vh;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.account-testimonial-wrap {
  max-width: 500px;
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.header-badge-white {
  grid-column-gap: 12px;
  background-color: rgba(249, 249, 251, .1);
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.account-author-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.account-avatar {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
}

.account-left-block {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.footnote {
  color: #84889a;
  font-size: 12px;
  line-height: 16px;
}

.header-badge-light {
  color: #443fde;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.account-right-block {
  width: 50%;
  color: #fff;
  background-color: #73b750;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  padding: 64px 5%;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-white {
  color: #fff;
}

.account-testimonial-wrap-inner {
  margin-top: 42px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-quote-icon {
  width: 72px;
  height: 72px;
}

.form-block-40 {
  width: 100%;
  max-width: 580px;
}

.text-field-48, .text-field-49 {
  height: 48px;
}

.submit-button-4 {
  width: 100%;
  background-color: #443fde;
  line-height: 24px;
}

.form-footer {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.text-color-gray-500 {
  color: #606476;
}

.form-block-41 {
  width: 100%;
  max-width: 580px;
  margin-top: 20vh;
}

.text-field-50 {
  height: 48px;
  font-size: 25px;
}

.submit-button-5 {
  width: 100%;
  background-color: #443fde;
  line-height: 24px;
}

.submit-button-6 {
  width: 100%;
  background-color: #73b750;
  line-height: 24px;
}

.image-130 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-281 {
  font-size: 38px;
}

.heading-282 {
  font-size: 30px;
}

.image-131 {
  display: none;
}

.heading-284, .heading-285 {
  font-size: 30px;
}

.div-block-485 {
  width: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 40px 0 40px 0%;
  padding: 10px 40px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.heading-286 {
  text-align: center;
  border: 1px #000;
  align-self: center;
  margin-top: 0;
  font-size: 10px;
  line-height: 35px;
}

.text-block-279 {
  width: 70%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 15%;
  font-size: 18px;
  line-height: 25px;
}

.button-145 {
  width: 30%;
  color: #fff;
  text-align: center;
  background-color: #73b750;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 35%;
  display: block;
  position: relative;
}

.text-block-280 {
  text-align: center;
  font-size: 12px;
}

.fil-ar {
  width: 40%;
  border-radius: 0;
  flex-flow: column;
  margin: 40px 10px 40px 0%;
  padding: 10px 10px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.div-block-486 {
  width: 100%;
  display: flex;
}

.div-block-487 {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-488 {
  width: 33%;
  border-top: 3px solid #73b750;
}

.heading-287 {
  text-align: center;
}

.div-block-488-none {
  width: 33%;
  border-top: 3px solid rgba(0, 0, 0, 0);
}

.div-block-488-copy-2 {
  width: 33%;
  border-top: 3px solid var(--white);
}

.div-block-489 {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-490 {
  width: 33%;
  border-top: 3px solid #73b750;
}

.heading-288 {
  text-align: center;
}

.div-block-488-none-copy, .div-block-488-copy-2-copy {
  width: 33%;
  border-top: 3px solid var(--vert-logo);
}

.nav-link-3-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 32px;
  margin-right: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3-copy:hover {
  color: #73b750;
  font-size: 14px;
  font-weight: 800;
}

.nav-link-3-copy:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3-copy.w--current {
  color: #73b750;
}

.nav-link-3-copy.w--current:hover {
  color: #73b750;
  font-weight: 600;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-7 {
  display: block;
}

.image-132 {
  width: 300px;
  margin-top: -70px;
  margin-bottom: -70px;
}

.navbar-logo-center-4 {
  background-color: #54354a;
  border: 0 solid #000;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #73b750;
  font-size: 14px;
  font-weight: 800;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  color: #73b750;
}

.nav-link-4.w--current:hover {
  color: #73b750;
  font-weight: 600;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #73b750;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.dropdown-list {
  display: none;
}

.small-text-copy {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text-copy.cc-light {
  color: #999;
  height: 61px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 0;
}

.small-text-copy {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text-copy.cc-light {
  color: #999;
  height: 61px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 0;
}

.small-text-copy {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text-copy.cc-light {
  color: #999;
  height: 61px;
  color: var(--black);
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.div-block-491 {
  justify-content: space-between;
  display: flex;
}

.image-134 {
  width: 25px;
  height: 25px;
  margin-top: 17px;
  margin-left: 10px;
}

.div-block-492, .div-block-492-copy, .div-block-492-copy, .div-block-492-copy-copy {
  display: block;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36 {
  margin-bottom: 0;
}

.div-block-493 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-360-copy-line {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto;
  padding: 10px 40px;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.button-2-line {
  width: 200px;
  color: #fff;
  text-align: center;
  background-color: #73b750;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: relative;
}

.text-block-281 {
  align-items: flex-end;
  display: flex;
}

.div-block-491-copy {
  height: 30px;
  justify-content: space-between;
  display: flex;
}

.image-134-copy {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 0;
}

.small-text-copy-copy {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text-copy-copy.cc-light {
  color: #999;
  height: 61px;
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
}

.link-10 {
  color: var(--systemflow-lite-primary--50);
}

.field-label-2 {
  margin-bottom: 0;
  font-weight: 800;
}

.field-label-3 {
  margin-bottom: 0;
  font-weight: 700;
}

.submit-button-copy {
  width: 20%;
  background-color: #004f70;
  margin-top: 20px;
  margin-left: 40%;
}

.columns-7-mobile {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.columns-8-mobile {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.columns-7-mobile-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.columns-8-mobile-2 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.columns-7-mobile-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.columns-8-mobile-copy {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.columns-8-2 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.columns-8-movbile-3 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.container-24 {
  max-width: 1170px;
}

.div-block-360-copy-line-copy {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  margin: 40px auto;
  padding: 10px 40px 0;
  display: none;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.div-block-360-copy2 {
  width: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 40px 0 40px 0%;
  padding: 10px 40px 0;
  display: none;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.paragraph-66 {
  color: var(--black);
}

.div-block-360-copy-copy {
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  border-radius: 10px;
  flex-flow: column;
  margin: 20px 0 20px 0%;
  padding: 10px 20px 0;
  text-decoration: none;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.div-block-465-copy-link {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 6rem;
}

.link-6-copy-espace {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-254-copy {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-67 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-494 {
  align-items: center;
  display: flex;
}

.image-135 {
  margin-top: 5px;
  margin-left: 0;
}

.video {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 300px;
  min-height: auto;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.section-26 {
  height: auto;
}

.div-block-495 {
  max-height: 400px;
}

.huge-heading {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: -20px;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.subtitle {
  max-width: 500px;
  color: #000;
  text-align: center;
  text-shadow: 0 2px rgba(0, 0, 0, .1);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-27 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-27.hero {
  color: #fff;
  text-align: center;
  background-image: url('../images/female-worker-consulting-client-over-phone-copie.jpg');
  background-position: 45% 25%;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 135px;
}

.small-heading {
  color: var(--black);
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

.button-146 {
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.image-crop {
  height: 431px;
  margin-bottom: -80px;
  overflow: hidden;
}

.image-crop.hero {
  width: 492px;
  height: 150px;
  margin: 78px auto -135px;
  transition: height .5s;
  display: block;
  position: relative;
}

.image-crop.hero:hover {
  height: 230px;
}

.outline-button {
  color: rgba(255, 255, 255, .65);
  border: 2px solid rgba(255, 255, 255, .54);
  border-radius: 2px;
  margin-left: 15px;
  padding: 11px 24px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, color .5s;
  display: inline-block;
}

.outline-button:hover {
  color: #fff;
  border-color: #fff;
}

.outline-button:active {
  color: rgba(255, 255, 255, .78);
  background-color: rgba(0, 0, 0, .2);
  border-color: rgba(255, 255, 255, .78);
}

.top-navbar {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-27 {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  background-color: var(--violet);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.flex {
  width: 100%;
  height: 100%;
  display: flex;
}

.flex.sapce {
  justify-content: space-between;
  align-items: center;
}

.flex.nav {
  width: auto;
  justify-content: center;
  align-items: center;
}

.flex.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20%;
}

.brand {
  height: 60px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 60px;
}

.nav-link-5 {
  color: #fff;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-5:hover {
  color: #73b750;
}

.nav-link-5.w--current {
  color: var(--white);
}

.nav-link-5.icon {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.fixed-navbar {
  height: auto;
  background-color: #54354a;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo {
  height: 8rem;
}

.hero-bg-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-28 {
  padding-top: 6%;
  padding-bottom: 6%;
}

.section-28.hero {
  height: 100vh;
  color: #fff;
  margin-top: -120px;
}

.nav-menu {
  text-align: left;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  display: block;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.feature-image {
  width: 30vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-29 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.black {
  color: #000;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10vh;
  padding-left: 0;
  padding-right: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.feature-content {
  width: 30vw;
  border: 1px #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.black-text {
  color: #000;
}

.quote-slider-2 {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.image-2 {
  width: auto;
  max-height: 350px;
  flex: none;
}

.section-30 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-136 {
  flex: none;
}

.section-31 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-137 {
  flex: none;
}

.paragraph-68 {
  max-width: 400px;
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

.container-new {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.container-new.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container-new.cc-heading-wrap {
  width: 90%;
  max-width: 1300px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container-new.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.image-110-copy {
  width: 100px;
  margin-left: 0%;
}

.container-copy-new {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-copy-new.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container-copy-new.cc-heading-wrap {
  width: 90%;
  max-width: 1300px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container-copy-new.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-69 {
  max-width: 400px;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-70 {
  max-width: 400px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.plan-title {
  text-align: center;
  border-bottom: 3px solid rgba(218, 224, 232, 0);
  padding: 19px 15px;
  font-size: 21px;
}

.plan-title.pro {
  background-color: var(--vert-logo);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.section-32 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-32.black {
  background-color: var(--fond-grey);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-column {
  background-color: #2c2f30;
  border-radius: 20px;
  margin-left: 0;
}

.per-month {
  color: #6f7378;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}

.get-started-link {
  color: #0bd685;
  text-align: center;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .5s;
  display: inline-block;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link.pricing {
  color: var(--vert-logo);
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.get-started-link.pricing:hover {
  font-size: 20px;
  font-weight: 700;
}

.support {
  text-align: right;
}

.pricing-row {
  margin-top: 0;
  margin-bottom: 0;
}

.price-2 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 13px;
  font-size: 52px;
  font-weight: 600;
  line-height: 41px;
}

.price-feature {
  text-align: center;
  padding: 10px 19px;
  font-size: 16px;
}

.price-feature.deactivate {
  color: rgba(215, 217, 222, .7);
  text-decoration: line-through;
}

.heading-291 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-74 {
  color: #fff;
}

.container-28 {
  max-width: 800px;
  margin-top: -140px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-33 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-33.darkgrey {
  background-color: var(--fond-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.center {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.all-devices-image {
  height: auto;
  min-width: 0;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-75 {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-292 {
  font-size: 30px;
}

.heading-293 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.container-home2 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-home2.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container-home2.cc-heading-wrap {
  width: 90%;
  max-width: 1300px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container-home2.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.image-109-copy {
  width: 50px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.image-110-copy {
  width: 50px;
  margin-left: 0%;
  margin-right: 10px;
  display: block;
}

.image-111-copy {
  width: 50px;
  margin-left: 0%;
  margin-right: 10px;
}

.div-block-497 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-9 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-29 {
  max-width: 1170px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-30 {
  max-width: 1170px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
}

.container-31 {
  max-width: 1170px;
}

.container-32 {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.text-block-282 {
  color: var(--vert-logo);
  -webkit-text-stroke-color: var(--vert-logo);
  font-weight: 800;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  pointer-events: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.accordion-heading {
  color: var(--vert-logo);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-5.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  margin-top: -10px;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.section-34 {
  background-color: var(--white);
  margin-top: 0;
  padding-bottom: 40px;
}

.image-5-copy {
  width: 80%;
  text-align: center;
  margin-left: 10%;
}

.paragraph-3-copy {
  min-height: 120px;
  text-align: center;
  margin-top: 10px;
}

.paragraph-3-new {
  min-height: 0;
  text-align: center;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
}

.button-146-nb {
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-nb:hover {
  background-color: var(--vert-hover);
  color: var(--white);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-nb:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.highlight {
  color: #784fe0;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.animation {
  width: 60px;
  height: 60px;
}

.paragraph-76 {
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.faq-question-wrap {
  margin-bottom: 10px;
}

.faq-wrap {
  max-width: 800px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.nav-link-6 {
  color: #fff;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 15px;
  line-height: 18px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: rgba(255, 255, 255, .6);
}

.nav-dropdown-2 {
  z-index: 900;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.nav-dropdonw-link {
  width: 100%;
  color: #050505;
  background-color: #fff;
  padding: 28px;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.nav-dropdonw-link:hover {
  background-color: #f6f6f6;
}

.nav-dropdonw-link.w--current {
  color: #00df9a;
  background-color: #f6f6f6;
  transition: all .3s;
}

.menu-dropdown {
  color: #fff;
  text-align: center;
  cursor: default;
  padding: 16px 15px;
  line-height: 18px;
  transition: all .3s;
}

.menu-dropdown:hover, .menu-dropdown.w--open:hover {
  opacity: .6;
}

.nav-menu-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-33 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-cta-btn {
  color: #070c29;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 30px;
  padding: 16px 20px 15px;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s;
}

.navbar-cta-btn:hover {
  opacity: .8;
}

.logo-png {
  width: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list-2.w--open {
  min-width: 300px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 36px #000;
}

.text-black {
  color: #050505;
}

.nav-dropdown-link-title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}

.section-33-copy {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-33-copy.darkgrey {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.columns-9-copy {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.all-devices-image-copy {
  max-width: 400px;
  min-width: 0;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-75-copy {
  color: #000;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.heading-291-copy {
  color: #000;
  margin-bottom: 10px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.div-block-498 {
  width: 80%;
  padding-left: 0;
  padding-right: 40px;
}

.section-33-copy-copy {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-33-copy-copy.darkgrey {
  background-color: var(--fond-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-29 {
  margin-top: 0;
  padding-top: 0;
}

.container-34 {
  max-width: 1170px;
}

.button-146-copy {
  width: 30%;
  min-width: 380px;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.div-block-499 {
  padding-right: 140px;
}

.section-33-copy-copy {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-33-copy-copy.darkgrey {
  background-color: var(--fond-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-360-copy {
  width: 100%;
  max-width: none;
  min-height: 478px;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  margin: 0 0 40px 0%;
  padding: 10px 20px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.heading-217-copy {
  width: 100%;
  color: #000;
  text-align: left;
  border-bottom: 2px solid #73b750;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.text-block-169-copy {
  width: 100%;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0%;
  font-size: 18px;
  line-height: 25px;
}

.image-138, .image-139, .image-140 {
  max-height: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-360-special {
  width: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 40px 0 40px 0%;
  padding: 10px 40px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.section-33-balnc {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-33-balnc.darkgrey {
  background-color: var(--fond-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-503 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-254-copy {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.image-141 {
  max-width: 300px;
}

.grid-79 {
  width: 100%;
  max-width: 1170px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.div-block-360-copy-line-copy-mobile {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  padding: 10px 40px;
  display: none;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.column-30 {
  padding-left: 0;
  padding-right: 0;
}

.button-146-copy {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button-146-copy-copy {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 0;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.div-block-497-x {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-77 {
  max-width: 600px;
}

.section-33-copy-copy-copy2 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-33-copy-copy-copy2.darkgrey {
  background-color: var(--fond-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-35, .section-36 {
  background-color: var(--fond-grey);
}

.image-126-phone, .image-126-copy-copy {
  width: 60%;
  border-radius: 20px;
  margin-left: 20%;
  padding-left: 0;
  padding-right: 0;
}

.section-35-ns {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-25-ns {
  background-color: var(--fond-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-36-ns {
  background-color: var(--white);
  margin-bottom: 40px;
  padding-top: 40px;
}

.section-25-copy {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-25-ns2 {
  background-color: var(--fond-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-36-ns2 {
  background-color: var(--white);
}

.section-25-copy {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-25-ns3 {
  background-color: var(--fond-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-126-copy-copy, .image-126-phone3-copy {
  width: 100%;
  border-radius: 20px;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
}

.image-126-phone3-copy, .image-126-copy-copy-copy, .image-126-phone-copy {
  width: 60%;
  border-radius: 20px;
  margin-left: 20%;
  padding-left: 0;
  padding-right: 0;
}

.column-20-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.column-23-copy {
  padding-left: 0;
  padding-right: 40px;
}

.column-22-copy {
  padding-left: 20px;
  padding-right: 0;
}

.column-20-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.column-23-copy {
  padding-left: 0;
  padding-right: 20px;
}

.column-22-copy {
  padding-left: 20px;
  padding-right: 0;
}

.columns-7-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.column-20-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-23-copy, .column-22-copy {
  padding-left: 40px;
  padding-right: 40px;
}

.column-20-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-31 {
  padding-left: 40px;
  padding-right: 40px;
}

.image-126-phone3-copy-copy {
  width: 100%;
  border-radius: 20px;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
}

.column-23-copy-copy, .column-22-copy-copy {
  padding-left: 40px;
  padding-right: 40px;
}

.column-20-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-32, .column-23-copy-copy, .column-22-copy-copy, .column-33 {
  padding-left: 40px;
  padding-right: 40px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.container-35 {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.collection-item-2 {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item-2.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-6 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list-6.cc-feature-row {
  margin-bottom: -20px;
}

.container-36 {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container-20-supp {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block-504 {
  flex-direction: row;
  display: flex;
}

.div-block-360-special-supp {
  width: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 40px 20px;
  padding: 10px 20px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.text-block-169-suupp {
  width: 100%;
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0%;
  font-size: 18px;
  line-height: 23px;
}

.heading-217-supp {
  color: #000;
  text-align: center;
  border-bottom: 2px solid #73b750;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.image-126-new {
  width: 100%;
  border-radius: 20px;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
}

.section-25-ns4 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-169-blog {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: 0%;
  font-size: 18px;
  line-height: 18px;
}

.div-block-296-vert {
  border: 2px solid #73b750;
  border-radius: 10px;
  flex-direction: row;
  display: flex;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
}

.section-25-cta {
  background-color: var(--fond-grey);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-146-cta-ns {
  width: 30%;
  min-width: 380px;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-cta-ns:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-cta-ns:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.columns-7-ns {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-126-phone3-ns, .image-126-phone3-copy, .image-126-phone3-ns2 {
  width: 100%;
  border-radius: 20px;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
}

.column-33-ns {
  padding-left: 40px;
  padding-right: 40px;
}

.image-126-phone3-copy-ns {
  width: 60%;
  border-radius: 20px;
  margin-left: 20%;
  padding-left: 0;
  padding-right: 0;
}

.grid-80 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-32-grid {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-360-special-home {
  width: 100%;
  border-radius: 10px;
  flex-flow: column;
  margin: 0 0 0 0%;
  padding: 10px 40px 0;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.container-37 {
  max-width: 1170px;
}

.div-block-507 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-78 {
  max-width: 550px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.huge-heading-souligne {
  border-bottom: 2px solid var(--vert-logo);
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.small-heading-article-h3 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.section-37 {
  background-color: var(--white);
  margin-top: 0;
  padding: 40px 20px;
}

.div-block-508-4 {
  align-self: auto;
  display: flex;
}

.paragraph-79 {
  max-width: 550px;
}

.paragraph-80 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-509 {
  margin-top: 10px;
  display: flex;
}

.div-block-510 {
  width: 60%;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.image-143 {
  width: 100%;
}

.div-block-511 {
  width: 40%;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.div-block-360-copy-line-copy-home, .div-block-360-copy-line-copy-article {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  padding: 10px 40px;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.div-block-510-vid {
  width: 0%;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.div-block-511-vid {
  width: 30%;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.div-block-510-av {
  width: 40%;
  flex-direction: column;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-right: 0;
  display: flex;
}

.div-block-511-av {
  width: 40%;
  flex-direction: column;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0;
  display: flex;
}

.image-144, .image-145 {
  width: auto;
  height: 170px;
}

.div-block-510-cas {
  width: 25%;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-81 {
  text-align: left;
}

.div-block-508-nm {
  align-self: auto;
  display: flex;
}

.image-146 {
  width: 100%;
}

.image-147 {
  display: none;
}

.div-block-508-4-p {
  justify-content: center;
  align-self: auto;
  display: flex;
}

.div-block-508-4-fr {
  align-self: auto;
  display: flex;
}

.video-3 {
  display: none;
}

.small-heading-article-h2 {
  border-bottom: 1px solid var(--vert-logo);
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.div-block-360-copy-copy {
  width: auto;
  height: auto;
  border-radius: 10px;
  flex-flow: column;
  margin: 20px 0 20px 0%;
  padding: 10px 20px 0;
  text-decoration: none;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.div-block-360-copy-line-copy-article-copy-tablette {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  padding: 10px 40px;
  display: none;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.heading-217-phone-article {
  color: #000;
  text-align: center;
  border-bottom: 2px solid #73b750;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.columns-10 {
  min-height: 0;
  align-items: center;
  margin: 20px;
  display: flex;
}

.column-34 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.container-24-copy {
  max-width: 1170px;
  max-width: 1170px;
  max-width: 1170px;
}

.column-34-copy {
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-35 {
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-24-copy {
  max-width: 1170px;
  min-height: 0;
  margin-bottom: 0;
}

.section-26-copy {
  height: auto;
  margin-bottom: 0;
}

.section-26-vid {
  height: auto;
  min-height: 0;
  margin-bottom: 0;
}

.columns-8-2-2 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-38 {
  margin-top: 20px;
}

.text-block-283 {
  margin-right: 40px;
  font-size: 23px;
  font-weight: 700;
}

.columns-11 {
  align-items: center;
  display: flex;
}

.container-28-new-home {
  max-width: 800px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-newh {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-513 {
  display: flex;
}

.div-block-514 {
  width: 100%;
  align-self: center;
  padding-right: 20px;
}

.div-block-515 {
  width: auto;
}

.all-devices-image-new-vh {
  height: auto;
  min-width: 0;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.small-heading-new {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.div-block-360-newh {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto 0;
  padding: 10px 40px;
  display: flex;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .25);
}

.paragraph-82 {
  border-bottom: 2px solid var(--vert-logo);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.heading-291-newh {
  color: #000;
  margin-bottom: 20px;
}

.paragraph-83, .paragraph-84, .paragraph-85 {
  margin-top: 20px;
}

.section-33-newh {
  z-index: 10;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-33-newh.darkgrey {
  background-color: var(--fond-grey);
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph-4-newh, .paragraph-5-newh2 {
  min-height: 0;
  text-align: center;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
}

.button-146-copy-copy {
  width: 30%;
  min-width: 380px;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button-146-newh {
  width: 30%;
  min-width: 380px;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-newh:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-newh:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.div-block-494-copy {
  align-items: center;
  display: flex;
}

.div-block-gauche {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.div-block-droite {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.image-172 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.column-36 {
  text-align: left;
}

.section-head-ns {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-head-ns.darkgrey {
  background-color: var(--fond-grey);
  padding-top: 40px;
  padding-bottom: 20px;
}

.button-146-copy-copy-copy {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 0;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy-copy:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy-copy:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button-146-tarifs {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 0;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button-146-copy-copy-copy {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 0;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy-copy:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-copy-copy-copy:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.main-heading-wrap-blog {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-39, .section-40, .section-41, .section-42, .section-43, .section-44 {
  margin-bottom: 40px;
}

.paragraph-59-first-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.div-block-482-first {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.button-146-cta-page {
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 40px;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-cta-page:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-cta-page:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.huge-heading-souligne-long {
  border-bottom: 2px solid var(--vert-logo);
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.button-146-num {
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 13px 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-num:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-num:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.div-block-510-num {
  width: 20%;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-80-copy {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-465-copy-link-copy {
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.div-block-516 {
  margin-top: 10px;
}

.div-block-510-mob {
  width: 33%;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-510-num-copy {
  width: 20%;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-510-num-fonc {
  width: 33%;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-510-util {
  width: 50%;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.small-heading-inscription {
  color: var(--black);
  text-align: center;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.select-field-8 {
  color: var(--black);
  -webkit-text-stroke-color: #000;
}

.button-146-ins {
  width: 100%;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-ins:hover {
  background-color: var(--vert-hover);
  color: var(--white);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-ins:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.field-label-4, .field-label-5, .field-label-6 {
  margin-bottom: 0;
  font-weight: 700;
}

.section-38-vid {
  margin-top: 120px;
}

.button-146-lp {
  min-height: 50px;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-lp:hover {
  background-color: var(--vert-hover);
  color: var(--white);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-lp:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.small-heading-lp {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.div-block-511-2n {
  width: 40%;
  width: 33%;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-508-4-fr-si {
  justify-content: center;
  align-self: auto;
  display: flex;
}

.quick-stack {
  padding: 0;
}

.button-146-lp-long {
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-lp-long:hover {
  background-color: var(--vert-hover);
  color: var(--white);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-lp-long:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.div-block-517 {
  width: 0;
  height: 0;
}

.small-heading-lp2 {
  color: var(--black);
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}
/*Switch was here*/
.huge-heading-copy {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: -20px;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.huge-heading-tarif {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  display: block;
}

.bt-mensuel {
  display: none;
}

.button-146-tarifs-ill {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 0;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs-ill:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs-ill:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button-146-tarifs-lim {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 0;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs-lim:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs-lim:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button-146-tarifs-copy {
  width: 100%;
  min-width: 0;
  background-color: var(--vert-logo);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin-top: 0;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs-copy:hover {
  background-color: var(--vert-hover);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-tarifs-copy:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.image-175 {
  width: auto;
  height: 170px;
}

.huge-heading-souligne-long-2 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  border-bottom: 2px solid #74b750;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.container-39 {
  max-width: 1170px;
}

.image-176 {
  width: auto;
  height: 170px;
}

.link-16 {
  color: #fff;
}

.link-16:hover {
  color: #42881d;
}

.div-block-518 {
  margin-top: 10px;
  display: flex;
}

.section-45 {
  background-color: #fff;
  margin-top: 0;
  padding: 40px 20px;
}

.paragraph-86 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-519 {
  background-color: #54354a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 40px 40px;
  display: flex;
}

.container-40 {
  max-width: 1170px;
}

.image-177 {
  max-width: 300px;
}

.nav-menu-4 {
  align-items: center;
  display: flex;
}

.div-block-465-copy-link-copy-2 {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.paragraph-87 {
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.image-178 {
  width: 100%;
}

.link-19 {
  color: #fff;
}

.link-19:hover {
  color: #42881d;
}

.image-179 {
  display: none;
}

.link-20 {
  color: #fff;
}

.link-20:hover {
  color: #42881d;
}

.text-block-254-copy-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.button-147 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #74b750;
  border-radius: 2px;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-147:hover {
  color: #fff;
  background-color: #42881d;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-147:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.paragraph-88 {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.nav-menu-5 {
  text-align: left;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  display: block;
}

.div-block-520 {
  width: 60%;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.div-block-521 {
  width: 80%;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-522 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-89 {
  max-width: 550px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.nav-link-7 {
  color: #fff;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-7:hover {
  color: #73b750;
}

.nav-link-7.w--current {
  color: #fff;
}

.div-block-523 {
  width: 40%;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.image-180 {
  margin-top: 5px;
  margin-left: 0;
}

.div-block-524 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-146-nb-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #74b750;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-nb-2:hover {
  color: #fff;
  background-color: #42881d;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button-146-nb-2:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.logo-3 {
  height: 60px;
  padding: 10px;
}

.video-4 {
  display: none;
}

.container-41 {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  background-color: #54354a;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.link-21 {
  color: #fff;
}

.link-21:hover {
  color: #42881d;
}

.grid-81 {
  width: 100%;
  max-width: 1170px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.section-46 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-46.black {
  color: #fff;
  background-color: #f4f5f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.small-heading-article-h2-2 {
  color: #000;
  border-bottom: 1px solid #74b750;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.div-block-465-copy-link-2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-525 {
  margin-top: 10px;
}

.small-heading-article-h3-2 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.paragraph-90 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-284 {
  color: #74b750;
  -webkit-text-stroke-color: #74b750;
  font-weight: 800;
}

.div-block-527 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.huge-heading-souligne-copy {
  border-bottom: 2px solid var(--vert-logo);
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.image-181 {
  max-width: 500px;
}

.column-34-vid-copy {
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-35-vid {
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-481-vid {
  max-width: 500px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

  .container {
    width: 90%;
  }

  .container.cc-heading-wrap {
    margin-top: 0;
  }

  .container.cc-blog-detail {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button {
    justify-content: center;
  }

  .rich-text {
    width: 100%;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header {
    background-position: 43%;
    background-attachment: fixed;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .main-heading-wrap {
    margin-top: 0;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .product-details-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 100%;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .heading {
    font-size: 26px;
  }

  .button-2 {
    width: 50%;
    margin-top: 0;
    margin-left: 25%;
  }

  .column-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-3 {
    min-height: 230px;
  }

  .paragraph-4, .paragraph-5 {
    min-height: 150px;
  }

  .paragraph-6 {
    min-height: 230px;
  }

  .form-3 {
    display: block;
  }

  .bold-text-2 {
    min-height: 0;
    align-items: center;
    font-size: 28px;
    display: flex;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 28px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #54354a;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-menu-block {
    display: block;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .columns {
    display: none;
  }

  .columns-2 {
    display: flex;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 5px;
  }

  .form-block-3 {
    display: none;
  }

  .text-block-18 {
    min-height: 60px;
    min-width: 100px;
  }

  .text-block-19, .text-block-20, .text-block-21 {
    min-height: 1px;
    margin-top: 3px;
    margin-left: 2px;
  }

  .columns-5 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    display: flex;
  }

  .container-8 {
    max-width: none;
    display: none;
  }

  .footer-bottom {
    text-align: center;
    display: inline;
  }

  .footer-legal-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-13 {
    display: block;
  }

  .link-block-3 {
    width: 280px;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-18-copy {
    font-size: 23px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-8 {
    width: auto;
    min-width: auto;
    padding: 30px;
  }

  .text-block-198 {
    margin-bottom: 300px;
  }

  .div-block-296 {
    flex-direction: row;
  }

  .heading-164 {
    font-size: 25px;
  }

  .wrapper-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-2.side-paddings {
    padding: 20px;
  }

  .div-block-291-copy-2 {
    width: 50%;
    flex-direction: column;
  }

  .tabs-menu-6 {
    width: 100%;
  }

  .heading-163 {
    font-size: 25px;
  }

  .text-block-158 {
    font-size: 50px;
  }

  .contact-v1-3 {
    padding: 20px;
  }

  .form-block-23 {
    margin-bottom: 0;
  }

  .div-block-294 {
    width: 160px;
    height: 70px;
    text-align: center;
    flex: 0 auto;
    align-items: center;
    box-shadow: 0 11px 10px rgba(0, 0, 0, .3);
  }

  .tab-link-tab-2-5 {
    width: auto;
    flex: 0 auto;
    padding: 15px 0;
  }

  .tabs-6 {
    flex-direction: column;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .heading-165 {
    font-size: 25px;
  }

  .tab-pane-l-id-e {
    padding-left: 0;
    padding-right: 0;
  }

  .button-138 {
    width: 120px;
    flex: 0 auto;
  }

  .div-block-360 {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .heading-217 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-169 {
    width: 90%;
    margin-left: 5%;
    font-size: 16px;
  }

  .container-11 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .grid-74 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(300px, 1fr);
  }

  .button-139 {
    text-align: center;
  }

  .text-block-254 {
    font-size: 15px;
  }

  .link-6 {
    text-align: center;
  }

  .image-115 {
    margin-top: -45px;
    margin-bottom: 0;
  }

  .small-text.cc-light {
    height: auto;
  }

  .container-pricing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    margin: -10px 5px;
    display: grid;
  }

  .price {
    font-size: 50px;
    line-height: 50px;
  }

  .currency {
    margin-top: 25px;
  }

  .h3.cc-pricing {
    margin-bottom: 0;
  }

  .pricing-block {
    width: auto;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    margin: 10px 0;
  }

  .image-116, .list-item-2 {
    display: none;
  }

  .icon-2 {
    color: var(--white);
  }

  .div-block-469 {
    text-align: center;
  }

  .bt-2 {
    object-fit: fill;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .section-20 {
    padding: 0 20px 20px;
  }

  .div-block-470 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bt3-2, .bt-2-2 {
    object-fit: fill;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .pricing-info-2 {
    min-height: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: baseline;
    padding: 10px 20px 0;
    display: block;
  }

  .bt-1-2 {
    object-fit: fill;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .section-21 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .div-block-360-copy {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-bottom: 2px;
    display: block;
    overflow: visible;
  }

  .heading-221 {
    font-size: 23px;
  }

  .tab-link-tab-2-5-copy {
    width: auto;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    padding: 15px 0;
  }

  .tab-link-tab {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .tab-link-tab.w--current {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-119 {
    display: block;
  }

  .columns-6 {
    align-items: center;
    display: flex;
  }

  .div-block-360-copy-copy {
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .image-120 {
    width: 100%;
    max-height: none;
    flex: 0 auto;
  }

  .column-10-copy {
    align-items: flex-start;
  }

  .button-2-copy {
    width: 50%;
    margin-left: 25%;
  }

  .div-block-473 {
    display: block;
  }

  .div-block-474 {
    display: none;
    overflow: visible;
  }

  .section-23 {
    margin-left: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-475 {
    padding: 40px;
  }

  .heading-270 {
    font-size: 25px;
  }

  .heading-268 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .text-block-18-copy-copy {
    font-size: 23px;
  }

  .div-block-360-copy-copy {
    width: 100%;
    margin-left: 0%;
    display: none;
    overflow: visible;
  }

  .button-2-copy-copy {
    width: 50%;
    margin-left: 25%;
    display: block;
  }

  .div-block-360-copy-copy-copy {
    width: 100%;
    margin-left: 0%;
    display: block;
    overflow: visible;
  }

  .les-avantages-d-u {
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .text-block-18-plus, .text-block-18-plus-2 {
    font-size: 75px;
  }

  .stats {
    padding: 20px 10px;
  }

  .column-14 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
    font-size: 20px;
  }

  .contact-v1-3-copy-copy, .stats-copy, .info {
    padding: 20px 10px;
  }

  .navbar-logo-center-container-2.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container-18 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .dropdown-toggle {
    padding-left: 5px;
    padding-right: 40px;
  }

  .columns-6-copy {
    align-items: center;
    display: flex;
  }

  .heading-h, .heading-13-h2, .heading-13-h2-2, .heading-13-h2-3, .heading-13-h2-4, .heading-13-h2-5, .heading-13-h3 {
    display: block;
  }

  .column-17 {
    padding-left: 10px;
    padding-right: 0;
  }

  .column-18, .column-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-360-blog {
    width: 100%;
    margin-left: 0%;
  }

  .text-block-169-blog-bas {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 5%;
    font-size: 16px;
  }

  .heading-272 {
    font-size: 30px;
    line-height: 40px;
  }

  ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  .paragraph-59 {
    line-height: 20px;
  }

  .button-2-ads {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-481 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-quote {
    width: 100%;
  }

  .image-127 {
    display: none;
  }

  .icon-3 {
    color: #fff;
  }

  .container-22 {
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-128 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .link-block-6 {
    width: 280px;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-144 {
    text-align: center;
  }

  .heading-277, .heading-278, .heading-279, .heading-280 {
    font-size: 23px;
  }

  .slide-nav {
    padding-top: 0;
  }

  .quote-wrap {
    width: 70vw;
  }

  .quote-slider {
    width: auto;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .account-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .account-left-block {
    width: 100%;
    height: 100%;
    flex: 1;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .account-right-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    display: none;
  }

  .account-testimonial-wrap-inner {
    margin-top: 24px;
  }

  .form-block-41 {
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
  }

  .image-131 {
    width: 50%;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-283 {
    text-align: center;
  }

  .div-block-485 {
    width: 100%;
    margin-left: 0%;
  }

  .heading-286 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-279 {
    width: 90%;
    margin-left: 5%;
    font-size: 16px;
  }

  .button-145 {
    width: 50%;
    margin-left: 25%;
  }

  .fil-ar {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-487 {
    margin-top: 0;
  }

  .column-24, .column-25, .column-26 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-23 {
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-7 {
    width: 280px;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-132 {
    display: none;
  }

  .icon-4 {
    color: #fff;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-133 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .small-text-copy.cc-light {
    height: 82px;
    height: 82px;
    height: 82px;
  }

  .div-block-360-copy-line {
    width: 100%;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .button-2-line {
    width: 200px;
    margin-left: 40px;
  }

  .small-text-copy-copy.cc-light {
    height: 82px;
  }

  .div-block-360-copy-line-copy {
    width: 100%;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-360-copy2 {
    width: 100%;
    margin-left: 0%;
    display: none;
  }

  .div-block-360-copy-copy {
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-bottom: 2px;
    display: block;
    overflow: visible;
  }

  .div-block-494 {
    flex-direction: column;
    justify-content: center;
  }

  .image-135 {
    margin-top: 5px;
    display: block;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .section-27.hero {
    background-position: 45% 25%;
    background-size: 200%;
    padding-top: 0;
    padding-bottom: 135px;
  }

  .small-heading {
    font-size: 24px;
  }

  .button-146 {
    width: auto;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .image-crop {
    height: 451px;
    margin-bottom: -80px;
  }

  .image-crop.hero {
    height: 250px;
    margin-top: 40px;
    transition-property: none;
  }

  .image-crop.hero:hover {
    height: 250px;
  }

  .nav-link-5 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    max-width: 50%;
    min-width: 0%;
    background-color: var(--violet);
    margin-left: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2 {
    width: 50%;
    background-color: var(--violet);
    text-align: center;
    justify-content: flex-start;
    margin-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider-2 {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-new {
    width: 90%;
    margin-bottom: 0;
  }

  .container-new.cc-heading-wrap {
    margin-top: 0;
  }

  .container-copy-new {
    width: 90%;
  }

  .container-copy-new.cc-heading-wrap {
    margin-top: 0;
  }

  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-28 {
    max-width: 600px;
  }

  .all-devices-image {
    max-width: 300px;
    margin-right: 20px;
  }

  .paragraph-75 {
    font-size: 18px;
  }

  .container-home2 {
    width: 90%;
  }

  .container-home2.cc-heading-wrap {
    margin-top: 0;
  }

  .container-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-282 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-34 {
    padding-bottom: 0;
  }

  .paragraph-3-copy {
    min-height: 230px;
  }

  .paragraph-3-new {
    min-height: 76px;
  }

  .button-146-nb {
    background-color: var(--vert-logo);
  }

  .top-line {
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    height: 70px;
  }

  .nav-menu-3 {
    background-color: #070c29;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-33 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-33.navbar-container {
    padding-right: 24px;
  }

  .navbar-cta-btn {
    margin-top: 15px;
    margin-left: 0;
  }

  .logo-2 {
    width: auto;
    height: 100%;
  }

  .logo-2.w--current {
    z-index: 2;
    height: 25px;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .last-line {
    width: 18px;
    height: 1px;
    color: #fff;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle-line {
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-498 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-146-copy {
    background-color: var(--vert-logo);
  }

  .div-block-360-copy {
    width: 100%;
    min-height: 476px;
    margin-left: 0%;
    display: flex;
  }

  .heading-217-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-169-copy {
    width: 90%;
    margin-left: 5%;
    font-size: 16px;
  }

  .image-138, .image-139, .image-140 {
    max-height: 127px;
  }

  .div-block-360-special {
    width: 100%;
    margin-left: 0%;
  }

  .menu-button-5 {
    background-color: var(--violet);
  }

  .menu-button-5.w--open {
    background-color: var(--vert-logo);
  }

  .text-block-254-copy {
    font-size: 20px;
  }

  .image-141 {
    max-width: 250px;
    margin-top: 0;
  }

  .grid-79 {
    margin-top: 20px;
  }

  .div-block-360-copy-line-copy-mobile {
    width: auto;
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .image-142 {
    margin-top: 30px;
    margin-bottom: 0;
    display: inline-block;
  }

  .button-146-copy {
    width: auto;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .button-146-copy-copy {
    width: 100%;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .column-20-copy, .column-23-copy, .column-22-copy, .column-20-copy-copy, .column-31, .column-23-copy-copy, .column-22-copy-copy, .column-32, .column-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-container {
    width: 80%;
  }

  .collection-item-2 {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item-2.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .collection-list-6 {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .div-block-360-special-supp {
    width: 100%;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-169-suupp {
    width: 90%;
    margin-left: 5%;
    font-size: 16px;
  }

  .heading-217-supp {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-169-blog {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 5%;
    font-size: 16px;
  }

  .div-block-296-vert {
    width: 100%;
    flex-direction: row;
  }

  .button-146-cta-ns {
    background-color: var(--vert-logo);
  }

  .column-33-ns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-360-special-home {
    width: 100%;
    align-items: center;
    margin-left: 0%;
  }

  .huge-heading-souligne {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .small-heading-article-h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .section-37 {
    padding-top: 20px;
  }

  .div-block-360-copy-line-copy-home, .div-block-360-copy-line-copy-article {
    width: 100%;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .div-block-511-vid {
    width: 50%;
    padding-left: 0;
  }

  .small-heading-article-h2 {
    font-size: 34px;
  }

  .div-block-360-copy-copy {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-bottom: 2px;
    display: block;
    overflow: visible;
  }

  .div-block-360-copy-line-copy-article-copy-tablette {
    width: 100%;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading-217-phone-article {
    font-size: 22px;
    line-height: 30px;
  }

  .column-34-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-28-new-home {
    max-width: 600px;
  }

  .div-block-newh {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .all-devices-image-new-vh {
    max-width: 300px;
    margin-right: 0;
  }

  .small-heading-new {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-360-newh {
    width: 100%;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-33-newh {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-4-newh, .paragraph-5-newh2 {
    min-height: 76px;
  }

  .button-146-copy-copy, .button-146-newh {
    background-color: var(--vert-logo);
  }

  .div-block-494-copy {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-gauche, .div-block-droite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-146-copy-copy-copy, .button-146-tarifs, .button-146-copy-copy-copy {
    width: 100%;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .main-heading-wrap-blog {
    margin-top: 0;
  }

  .button-146-cta-page {
    width: auto;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .huge-heading-souligne-long {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .button-146-num {
    width: auto;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .small-heading-inscription {
    font-size: 20px;
  }

  .button-146-ins {
    background-color: var(--vert-logo);
  }

  .button-146-lp {
    background-color: var(--vert-logo);
    line-height: 20px;
  }

  .small-heading-lp {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .button-146-lp-long {
    background-color: var(--vert-logo);
    line-height: 35px;
  }

  .small-heading-lp2 {
    font-size: 24px;
  }

  .switch-button {
    margin-bottom: 20px;
  }

  .price-illimite, .price-illimite-solo, .price-illimite-copy, .price-illimite-pro, .price-illimite-copy, .price-illimite-copy, .price-illimite-business, .price-illimite-copy, .price-solo, .price-copy, .price-pro, .price-business {
    font-size: 50px;
    line-height: 50px;
  }

  .huge-heading-copy {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .huge-heading-tarif {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 40px;
  }

  .button-146-tarifs-ill, .button-146-tarifs-lim, .button-146-tarifs-copy {
    width: 100%;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .huge-heading-souligne-long-2 {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .container-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-16 {
    text-align: center;
  }

  .section-45 {
    padding-top: 20px;
  }

  .image-177 {
    max-width: 250px;
    margin-top: 0;
  }

  .nav-menu-4 {
    width: 50%;
    text-align: center;
    background-color: #54354a;
    justify-content: flex-start;
    margin-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-6 {
    background-color: #54354a;
  }

  .menu-button-6.w--open {
    background-color: #74b750;
  }

  .text-block-254-copy-2 {
    font-size: 20px;
  }

  .button-147 {
    width: auto;
    background-color: #74b750;
    margin-left: 0%;
  }

  .paragraph-88 {
    font-size: 18px;
  }

  .nav-menu-5 {
    max-width: 50%;
    min-width: 0%;
    background-color: #54354a;
    margin-left: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-521 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-7 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-180 {
    margin-top: 5px;
    display: block;
  }

  .button-146-nb-2 {
    background-color: #74b750;
  }

  .grid-81 {
    margin-top: 20px;
  }

  .small-heading-article-h2-2 {
    font-size: 34px;
  }

  .small-heading-article-h3-2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .text-block-284 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .huge-heading-souligne-copy {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .column-34-vid-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-481-vid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 50%;
  }

  .section, .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 20px;
  }

  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-header {
    height: 400px;
    background-position: 54% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .intro-content {
    width: 80%;
    align-self: center;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .button-2 {
    margin-bottom: 0;
  }

  .image-3 {
    margin-top: 0;
    display: inline-block;
  }

  .text-block-4 {
    margin-bottom: 0;
  }

  .text-block-5 {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .heading-3 {
    font-size: 20px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .heading-5, .heading-6 {
    margin-top: 40px;
  }

  .image-5 {
    max-width: 320px;
    margin-left: 0%;
    display: inline-block;
  }

  .paragraph-3 {
    min-height: 0;
  }

  .image-6 {
    width: 100%;
    max-width: 320px;
    margin-left: 0%;
    display: inline-block;
  }

  .paragraph-4 {
    min-height: 0;
    margin-top: 0;
  }

  .image-7 {
    max-width: 320px;
    margin-left: 0%;
    display: inline-block;
  }

  .paragraph-5 {
    min-height: 0;
    margin-top: 0;
  }

  .paragraph-6 {
    min-height: 0;
  }

  .text-field-2 {
    min-width: 150px;
  }

  .image-9 {
    min-width: 0%;
    margin-left: 0%;
  }

  .bold-text-2 {
    min-height: 0;
    margin-top: 10px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-three {
    padding-left: 20px;
  }

  .nav-menu-wrapper-three {
    flex: 0 auto;
  }

  .nav-menu-three {
    width: 100%;
    border-radius: 0;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .columns, .columns-2 {
    display: block;
  }

  .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
    text-align: left;
  }

  .columns-3 {
    order: 1;
    align-self: auto;
    display: flex;
  }

  .columns-4 {
    display: none;
  }

  .heading-11 {
    font-size: 25px;
  }

  .form-block-3 {
    display: none;
  }

  .select-field-3 {
    margin-top: -20px;
  }

  .columns-5 {
    align-items: flex-start;
    display: block;
  }

  .container-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15px;
    margin-left: 0;
    display: grid;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-10 {
    min-width: 0%;
    margin-left: 0%;
  }

  .link-block-4 {
    width: 40%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 30%;
    display: block;
  }

  .accordion-header-4 {
    min-height: 60px;
    padding: 12px 16px;
  }

  .text-block-18-copy {
    font-size: 20px;
  }

  .accordion-card-5 {
    margin-bottom: 12px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding: 20px;
  }

  .text-block-198 {
    margin-bottom: 200px;
  }

  .div-block-28 {
    width: 90%;
  }

  .div-block-296 {
    flex-direction: column;
    align-items: center;
  }

  .heading-164 {
    text-align: center;
    font-size: 20px;
  }

  .accordion-text-2 {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .wrapper-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .div-block-291-copy-2 {
    border-right-style: solid;
    margin: 40px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-162 {
    font-size: 18px;
    line-height: 23px;
  }

  .tabs-menu-6 {
    justify-content: space-around;
    align-items: stretch;
  }

  .heading-163 {
    font-size: 20px;
  }

  .text-block-158 {
    font-size: 40px;
  }

  .accordion-header-5, .accordion-header-3 {
    min-height: 60px;
    padding: 12px 16px;
  }

  .contact-v1-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-294 {
    width: 100%;
    padding: 5px;
    box-shadow: 0 11px 10px rgba(0, 0, 0, .35);
  }

  .div-block-294:hover {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, .6);
  }

  .accordion-card-6 {
    margin-bottom: 12px;
  }

  .tab-link-tab-2-5, .tab-link-tab-2-5.w--current {
    width: 24%;
  }

  .tabs-6 {
    padding: 0;
  }

  .heading-165 {
    font-size: 20px;
  }

  .tab-pane-l-id-e {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-pane-tab-4 {
    padding: 20px;
  }

  .div-block-297 {
    width: 50%;
    border-top: 1px #005cb7;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0;
  }

  .div-block-461 {
    flex-direction: row;
  }

  .text-block-251 {
    font-size: 14px;
  }

  .button-138 {
    text-align: center;
    font-size: 14px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .div-block-462 {
    flex-direction: column;
    padding: 10px;
    display: none;
  }

  .div-block-360 {
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    display: none;
  }

  .heading-217 {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
  }

  .text-block-169 {
    font-size: 14px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .div-block-463 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-block-253 {
    display: block;
  }

  .image-108 {
    margin-bottom: 20px;
  }

  .grid-74 {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-areas: ". ."
                         ". ."
                         ". Area";
    margin-top: 20px;
  }

  .text-block-254 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-109, .image-110, .image-111, .image-112 {
    display: none;
  }

  .image-115 {
    width: auto;
  }

  .small-text {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .small-text.cc-light {
    height: auto;
    text-align: center;
    justify-content: center;
  }

  .container-pricing {
    display: block;
  }

  .price {
    align-self: auto;
  }

  .price-block-annuel {
    text-align: left;
    justify-content: center;
  }

  .h3.cc-pricing {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .pricing-block {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
  }

  .container-15 {
    max-width: 90%;
  }

  .button-141 {
    width: 90%;
  }

  .icon-2 {
    color: var(--white);
  }

  .bold-text-11 {
    color: var(--black);
    font-weight: 700;
  }

  .div-block-469 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .bt-2 {
    background-color: var(--vert-logo);
  }

  .bt-2:hover {
    background-color: var(--vert-hover);
    color: var(--white);
  }

  .price-block-mensuel {
    text-align: left;
    justify-content: center;
  }

  .section-20 {
    padding: 0 20px 20px;
  }

  .div-block-470 {
    width: auto;
    flex-direction: column;
    font-size: 18px;
    display: flex;
  }

  .pricing-info-2 {
    min-height: auto;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
  }

  .text-block-260, .text-block-261 {
    line-height: 18px;
  }

  .image-118 {
    width: 100%;
  }

  .div-block-360-copy {
    padding: 20px;
  }

  .heading-221 {
    font-size: 22px;
  }

  .tab-link-tab-2-5-copy, .tab-link-tab {
    width: 24%;
  }

  .text-block-265 {
    font-size: 16px;
  }

  .image-119 {
    width: 50%;
    display: block;
  }

  .div-block-360-copy-copy {
    padding: 20px;
  }

  .image-120 {
    width: 50%;
    margin-bottom: 20px;
  }

  .column-10-copy {
    align-items: center;
  }

  .button-2-copy {
    margin-bottom: 0;
  }

  .div-block-475 {
    padding: 20px;
  }

  .heading-270 {
    font-size: 23px;
  }

  .heading-268 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .accordion-card-7 {
    margin-bottom: 12px;
  }

  .text-block-18-copy-copy {
    font-size: 20px;
  }

  .div-block-360-copy-copy {
    padding: 20px;
  }

  .button-2-copy-copy {
    margin-bottom: 0;
  }

  .div-block-360-copy-copy-copy, .les-avantages-d-u {
    padding: 20px;
  }

  .text-block-18-plus, .text-block-18-plus-2 {
    font-size: 60px;
  }

  .text-block-268, .text-block-269, .text-block-270 {
    margin-top: 0;
  }

  .stats {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-271 {
    font-size: 30px;
  }

  .contact-v1-3-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .text-block-271, .bold-text-20, .text-block-272 {
    line-height: 20px;
  }

  .div-block-478 {
    height: 70px;
  }

  .div-block-479 {
    height: 70px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

  .div-block-480 {
    height: 70px;
    justify-content: center;
    display: block;
  }

  .image-3-copy {
    margin-top: 0;
    display: inline-block;
  }

  .button-143 {
    width: 50%;
    background-color: #73b750;
  }

  .stats-copy, .info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-center-container-2.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grid-76, .grid-76-copy {
    flex-direction: column;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: stretch;
    align-items: end;
    justify-items: start;
    display: flex;
  }

  .grid-76-copy-copy {
    flex-direction: column;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: stretch;
    align-items: center;
    justify-items: start;
    display: flex;
  }

  .grid-76-deux, .grid-76-trois {
    flex-direction: column;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: stretch;
    align-items: end;
    justify-items: start;
    display: flex;
  }

  .div-block-360-blog {
    width: 100%;
    padding: 20px;
  }

  .text-block-169-blog-bas {
    font-size: 14px;
  }

  ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0;
  }

  .paragraph-59 {
    text-align: center;
    margin-top: 0;
  }

  .heading-276 {
    text-align: center;
    align-self: center;
  }

  .button-2-ads {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-126-phone3 {
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }

  .column-20 {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .div-block-481 {
    text-align: left;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: center;
  }

  .columns-7, .columns-8 {
    flex-direction: column;
    display: none;
  }

  .column-21 {
    justify-content: center;
    align-self: auto;
    padding-left: 0;
    display: flex;
  }

  .column-22 {
    padding-left: 0;
  }

  .column-23 {
    padding-right: 0;
  }

  .container-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-25 {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-3 {
    color: #fff;
  }

  .image-128 {
    width: auto;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .text-block-276 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-126-copy {
    width: 70%;
    text-align: left;
    margin-left: 15%;
  }

  .heading-277, .heading-278, .heading-279, .heading-280 {
    font-size: 19px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .slide-nav, .quote-wrap {
    margin-top: 0;
  }

  .quote-slider {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-78 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .account-left-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-485 {
    width: 90%;
    margin-left: 5%;
    padding: 20px;
  }

  .heading-286 {
    font-size: 23px;
    line-height: 27px;
  }

  .text-block-279 {
    font-size: 14px;
  }

  .button-145 {
    margin-bottom: 0;
  }

  .fil-ar {
    width: 90%;
    margin-left: 5%;
    padding: 20px;
  }

  .heading-287, .heading-288 {
    font-size: 20px;
  }

  .nav-link-3-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-4 {
    color: #fff;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .small-text-copy {
    justify-content: center;
    display: flex;
  }

  .small-text-copy.cc-light {
    height: 45px;
  }

  .small-text-copy {
    justify-content: center;
    display: flex;
  }

  .small-text-copy.cc-light {
    height: 45px;
  }

  .small-text-copy {
    justify-content: center;
    display: flex;
  }

  .small-text-copy.cc-light {
    height: 45px;
  }

  .div-block-493 {
    text-align: left;
    align-items: center;
  }

  .div-block-360-copy-line {
    width: 90%;
    flex-direction: column;
    margin-left: 5%;
    padding: 20px;
    display: none;
  }

  .button-2-line {
    width: 150px;
    margin-bottom: 0;
  }

  .small-text-copy-copy {
    justify-content: center;
    display: flex;
  }

  .small-text-copy-copy.cc-light {
    height: 45px;
  }

  .columns-7-mobile {
    flex-direction: column;
    display: block;
  }

  .columns-8-mobile {
    flex-direction: column;
  }

  .columns-7-mobile-2, .columns-8-mobile-2, .columns-7-mobile-3 {
    flex-direction: column;
    display: block;
  }

  .columns-8-mobile-copy {
    flex-direction: column;
  }

  .columns-8-2 {
    flex-direction: column;
    display: none;
  }

  .columns-8-movbile-3 {
    flex-direction: column;
    display: block;
  }

  .container-24, .container-25, .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-360-copy-line-copy, .div-block-360-copy2 {
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    display: flex;
  }

  .div-block-360-copy-copy {
    padding: 20px;
  }

  .text-block-254-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-135 {
    width: auto;
  }

  .div-block-496 {
    width: 80%;
    margin-top: 20px;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .section-27 {
    padding: 40px 20px;
  }

  .section-27.hero {
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 140px;
  }

  .small-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .button-146 {
    width: auto;
    margin-top: 10px;
    margin-left: 0%;
  }

  .image-crop {
    text-align: center;
    border-bottom: 3px solid #5f6266;
    margin-bottom: 36px;
  }

  .image-crop.hero {
    width: auto;
    height: 200px;
    margin-top: 0;
    margin-bottom: -200px;
  }

  .logo {
    width: auto;
  }

  .section-29 {
    margin-top: 10px;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .image-2 {
    max-height: 400px;
  }

  .container-new {
    text-align: center;
    margin-top: 50px;
  }

  .container-new.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-new.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-new.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .image-110-copy {
    display: none;
  }

  .container-copy-new {
    text-align: center;
  }

  .container-copy-new.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-copy-new.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-copy-new.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-71 {
    max-width: 350px;
    text-align: center;
    display: block;
  }

  .paragraph-72, .paragraph-73 {
    max-width: 350px;
    text-align: center;
  }

  .section-32 {
    padding: 40px 20px;
  }

  .pricing-column {
    margin-left: 33px;
    margin-right: 33px;
  }

  .get-started-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .title-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .support {
    text-align: center;
  }

  .pricing-row {
    margin-top: 9px;
  }

  .heading-291 {
    font-size: 32px;
    line-height: 37px;
  }

  .container-28 {
    max-width: 400px;
  }

  .section-33 {
    padding: 40px 20px;
  }

  .section-33.darkgrey {
    padding-left: 10px;
    padding-right: 10px;
  }

  .center {
    text-align: center;
  }

  .all-devices-image {
    width: 60%;
    max-width: none;
    margin-right: auto;
  }

  .paragraph-75 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-293 {
    font-size: 32px;
  }

  .container-home2 {
    text-align: center;
  }

  .container-home2.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-home2.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-home2.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .image-109-copy, .image-110-copy, .image-111-copy {
    display: block;
  }

  .div-block-497 {
    align-items: center;
  }

  .columns-9 {
    flex-direction: column;
  }

  .container-32 {
    display: block;
  }

  .text-block-282 {
    justify-content: center;
    display: flex;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .section-34 {
    margin-top: 0;
  }

  .image-5-copy {
    max-width: 320px;
    display: inline-block;
  }

  .paragraph-3-copy {
    min-height: 0;
  }

  .paragraph-3-new {
    min-height: 0;
    margin-top: 0;
  }

  .logo-2 {
    padding-left: 0;
  }

  .section-33-copy {
    padding: 40px 20px;
  }

  .all-devices-image-copy {
    width: 50%;
  }

  .center-copy {
    text-align: center;
  }

  .div-block-498 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-33-copy-copy {
    padding: 40px 20px;
  }

  .button-146-copy {
    width: 70%;
    min-width: 0;
    justify-content: center;
    display: flex;
  }

  .section-33-copy-copy {
    padding: 40px 20px;
  }

  .div-block-360-copy {
    width: 75%;
    min-height: 0;
    margin-left: 12.5%;
    padding: 20px;
    display: flex;
  }

  .heading-217-copy {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
  }

  .text-block-169-copy {
    font-size: 14px;
  }

  .image-138, .image-139, .image-140 {
    max-height: none;
  }

  .div-block-500 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-501, .div-block-502 {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-360-special {
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    display: block;
  }

  .section-33-balnc {
    padding: 40px 20px;
  }

  .text-block-254-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-141 {
    width: 100%;
  }

  .div-block-360-copy-line-copy-mobile {
    width: auto;
    flex-direction: row;
    margin: 20px;
    padding: 10px;
    display: flex;
  }

  .image-142 {
    margin-top: 60px;
    display: inline-block;
  }

  .button-146-copy {
    width: auto;
    margin-top: 0;
    margin-left: 0%;
  }

  .button-146-copy-copy {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .div-block-497-x {
    align-items: center;
  }

  .section-33-copy-copy-copy2 {
    padding: 40px 20px;
  }

  .image-126-phone {
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }

  .image-126-copy-copy {
    width: 70%;
    text-align: left;
    margin-left: 15%;
  }

  .section-35-ns {
    padding-bottom: 0;
  }

  .section-25-ns, .section-25-copy {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .section-25-ns2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .section-25-copy, .section-25-ns3 {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .image-126-copy-copy {
    width: 70%;
    text-align: left;
    margin-left: 15%;
  }

  .image-126-phone3-copy {
    width: 80%;
    text-align: left;
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }

  .image-126-copy-copy-copy {
    width: 50%;
    text-align: left;
    margin-left: 25%;
  }

  .image-126-phone-copy {
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }

  .column-20-copy {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .column-23-copy {
    padding-right: 0;
  }

  .column-22-copy {
    padding-left: 0;
  }

  .column-20-copy {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .column-23-copy {
    padding-right: 0;
  }

  .column-22-copy {
    padding-left: 0;
  }

  .columns-7-copy {
    flex-direction: column;
    display: none;
  }

  .column-20-copy {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .column-23-copy {
    padding-right: 0;
  }

  .column-22-copy {
    padding-left: 0;
  }

  .column-20-copy-copy {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .image-126-phone3-copy-copy {
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }

  .column-23-copy-copy {
    padding-right: 0;
  }

  .column-22-copy-copy {
    padding-left: 0;
  }

  .column-20-copy-copy {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .column-23-copy-copy {
    padding-right: 0;
  }

  .column-22-copy-copy {
    padding-left: 0;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .collection-item-2 {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2.cc-feature-row {
    width: 100%;
    flex: 1;
  }

  .features {
    padding-top: 60px;
  }

  .collection-list-6 {
    flex-direction: column;
    margin: -10px 0;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .container-20-supp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-360-special-supp {
    width: 98%;
    margin: 20px 1% 0;
    padding: 20px 10px;
    display: block;
  }

  .text-block-169-suupp {
    font-size: 14px;
  }

  .heading-217-supp {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
  }

  .image-126-new {
    width: 70%;
    text-align: left;
    margin-left: 15%;
  }

  .section-25-ns4 {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .text-block-169-blog {
    font-size: 14px;
  }

  .div-block-296-vert {
    flex-direction: row;
    align-items: center;
  }

  .section-25-cta {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .button-146-cta-ns {
    width: 70%;
    min-width: 0;
    justify-content: center;
    display: flex;
  }

  .div-block-505 {
    max-width: 300px;
  }

  .columns-7-ns {
    flex-direction: column;
    display: block;
  }

  .image-126-phone3-ns {
    width: 50%;
    text-align: left;
    margin-left: 25%;
  }

  .image-126-phone3-copy {
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }

  .image-126-phone3-ns2 {
    width: 50%;
    text-align: left;
    margin-left: 25%;
  }

  .column-33-ns {
    padding-left: 0;
    padding-right: 0;
  }

  .image-126-phone3-copy-ns {
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }

  .grid-80 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: minmax(300px, 1fr);
  }

  .container-32-grid {
    display: none;
  }

  .div-block-360-special-home {
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    display: block;
  }

  .div-block-507 {
    align-items: center;
  }

  .huge-heading-souligne {
    font-size: 50px;
    line-height: 48px;
  }

  .small-heading-article-h3 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }

  .div-block-508-4 {
    flex-direction: row;
  }

  .div-block-510 {
    width: 100%;
    flex-direction: column;
    padding-right: 0;
  }

  .div-block-511 {
    display: none;
  }

  .div-block-360-copy-line-copy-home, .div-block-360-copy-line-copy-article {
    width: 90%;
    flex-direction: column;
    margin-left: 5%;
    padding: 20px;
    display: none;
  }

  .div-block-510-av, .div-block-511-av {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .div-block-510-cas {
    width: 100%;
  }

  .image-146 {
    display: none;
  }

  .image-147 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .video-2 {
    display: none;
  }

  .div-block-508-4-p {
    flex-direction: column;
  }

  .div-block-508-4-fr {
    flex-direction: column;
    align-items: center;
  }

  .div-block-512 {
    width: 80%;
    margin-left: 10%;
    display: flex;
  }

  .video-3 {
    display: block;
  }

  .small-heading-article-h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
  }

  .div-block-360-copy-copy {
    padding: 20px;
  }

  .image-148, .image-149, .image-150, .image-151, .image-152, .image-153, .image-154, .image-155, .image-156, .image-157, .image-158, .image-159, .image-160, .image-161, .image-162, .image-163, .image-164, .image-165, .image-166, .image-167, .image-168, .image-169, .image-170, .image-171 {
    width: auto;
  }

  .div-block-360-copy-line-copy-article-copy-tablette {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    padding: 20px;
    display: flex;
  }

  .heading-217-phone-article {
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
  }

  .columns-10 {
    min-height: 0;
    flex-direction: column;
  }

  .container-24-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-34-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-35 {
    min-height: 0;
  }

  .container-24-copy {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-26-vid {
    min-height: 0;
  }

  .columns-8-2-2 {
    flex-direction: column;
    display: none;
  }

  .text-block-283 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 20px;
  }

  .container-28-new-home {
    max-width: 400px;
  }

  .div-block-newh {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-513 {
    margin-top: 20px;
  }

  .div-block-514 {
    width: 60%;
    align-self: center;
  }

  .div-block-515 {
    width: 40%;
    align-items: center;
    display: flex;
  }

  .all-devices-image-new-vh {
    width: 100%;
    max-width: none;
    margin-right: auto;
  }

  .small-heading-new {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
  }

  .div-block-360-newh {
    width: 90%;
    flex-direction: column;
    margin-left: 5%;
    padding: 20px;
    display: flex;
  }

  .heading-291-newh {
    font-size: 32px;
    line-height: 37px;
  }

  .section-33-newh {
    padding: 40px 20px;
  }

  .paragraph-4-newh, .paragraph-5-newh2 {
    min-height: 0;
    margin-top: 0;
  }

  .button-146-copy-copy, .button-146-newh {
    width: 70%;
    min-width: 0;
    justify-content: center;
    display: flex;
  }

  .container-38 {
    display: none;
  }

  .div-block-gauche, .div-block-droite {
    text-align: left;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: center;
  }

  .section-head-ns {
    padding: 40px 20px;
  }

  .button-146-copy-copy-copy, .button-146-tarifs, .button-146-copy-copy-copy {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .image-173, .image-174 {
    width: auto;
  }

  .button-146-cta-page {
    width: auto;
    margin-top: 10px;
    margin-left: 0%;
  }

  .huge-heading-souligne-long {
    font-size: 50px;
    line-height: 48px;
  }

  .button-146-num {
    width: auto;
    margin-top: 10px;
    margin-left: 0%;
  }

  .div-block-510-num {
    width: 100%;
  }

  .div-block-465-copy-link-copy {
    margin-left: 3.5rem;
  }

  .div-block-516 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-510-mob, .div-block-510-num-copy, .div-block-510-num-fonc, .div-block-510-util {
    width: 100%;
  }

  .small-heading-inscription {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 34px;
  }

  .section-38-vid {
    margin-top: 0;
  }

  .button-146-lp {
    align-items: center;
    display: flex;
  }

  .small-heading-lp {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }

  .div-block-511-2n {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .div-block-508-4-fr-si {
    flex-direction: column;
    align-items: center;
  }

  .button-146-lp-long {
    margin-top: 10px;
  }

  .small-heading-lp2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .price-illimite, .price-illimite-solo, .price-illimite-copy, .price-illimite-pro, .price-illimite-copy, .price-illimite-copy, .price-illimite-business, .price-illimite-copy, .price-solo, .price-copy, .price-pro, .price-business {
    align-self: auto;
  }

  .huge-heading-copy {
    font-size: 50px;
    line-height: 48px;
  }

  .huge-heading-tarif {
    font-size: 40px;
    line-height: 40px;
  }

  .button-146-tarifs-ill, .button-146-tarifs-lim, .button-146-tarifs-copy {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .huge-heading-souligne-long-2 {
    font-size: 50px;
    line-height: 48px;
  }

  .image-177 {
    width: 100%;
  }

  .div-block-465-copy-link-copy-2 {
    margin-left: 0;
  }

  .image-178 {
    display: none;
  }

  .image-179 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .text-block-254-copy-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-147 {
    width: auto;
    margin-top: 10px;
    margin-left: 0%;
  }

  .paragraph-88 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-520 {
    width: 100%;
    flex-direction: column;
    padding-right: 0;
  }

  .div-block-521 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-522 {
    align-items: center;
  }

  .div-block-523 {
    display: none;
  }

  .image-180, .logo-3 {
    width: auto;
  }

  .video-4 {
    display: block;
  }

  .section-46 {
    padding: 40px 20px;
  }

  .small-heading-article-h2-2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
  }

  .div-block-525 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .small-heading-article-h3-2 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }

  .div-block-526 {
    width: 80%;
    margin-left: 10%;
    display: flex;
  }

  .text-block-284 {
    justify-content: center;
    display: flex;
  }

  .video-5 {
    display: none;
  }

  .huge-heading-souligne-copy {
    font-size: 50px;
    line-height: 48px;
  }

  .column-34-vid-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-35-vid {
    min-height: 0;
  }

  .div-block-481-vid {
    text-align: left;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  label {
    margin-bottom: 0;
  }

  .section {
    display: block;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .paragraph-bigger.cc-bigger-light {
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .intro-header {
    height: 400px;
    direction: ltr;
    text-align: left;
    background-position: 60%;
  }

  .intro-content {
    align-self: flex-end;
  }

  .form-block, .get-in-touch-form-wrap, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .heading {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph {
    width: 94%;
    left: 3%;
  }

  .button-2 {
    width: 80%;
    margin-bottom: 0;
    margin-left: 10%;
  }

  .form {
    width: 94%;
    margin-left: 3%;
  }

  .submit-button {
    width: 80%;
    margin-left: 10%;
  }

  .image-3 {
    margin-left: 5px;
  }

  .text-block-4 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .text-block-5 {
    margin-top: -12px;
  }

  .text-block-6 {
    line-height: 20px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 25px;
  }

  .heading-5, .heading-6 {
    margin-top: 40px;
  }

  .image-5 {
    max-width: 320px;
  }

  .paragraph-3 {
    max-width: 320px;
    min-height: 0;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    min-height: 0;
  }

  .container-6 {
    display: block;
  }

  .text-field-2 {
    min-width: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .container-7 {
    max-width: none;
  }

  .navbar-wrapper-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-three {
    flex-direction: column;
    margin-top: 0;
  }

  .columns-3 {
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .column-6 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    display: flex;
  }

  .column-7 {
    padding-left: 0;
  }

  .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10, .heading-11 {
    font-size: 30px;
  }

  .text-field-4, .text-field-5 {
    width: 43%;
    margin-bottom: 0;
    display: inline-block;
  }

  .heading-12 {
    font-size: 30px;
  }

  .select-field-3 {
    margin-top: -10px;
  }

  .container-8 {
    max-width: none;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-13 {
    font-size: 30px;
  }

  .link-block-3 {
    width: 200px;
    height: 40px;
  }

  .link-block-4 {
    width: 70%;
    margin-left: 15%;
  }

  .text-block-18-copy {
    font-size: 17px;
    line-height: 1.3;
  }

  .accordion-arrow {
    background-size: cover;
  }

  .section-8 {
    padding: 15px 0;
  }

  .success-message-2 {
    padding: 13px;
  }

  .text-block-198 {
    margin-bottom: 100px;
  }

  .div-block-291-copy-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-162 {
    font-size: 14px;
    line-height: 22px;
  }

  .tabs-menu-6 {
    width: 100%;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 1%;
    display: flex;
  }

  .heading-163 {
    line-height: 25px;
  }

  .accordion-header-5 {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-v1-3 {
    flex-direction: column;
    padding: 40px 8%;
  }

  .tab-pane-a-propos-de-nous {
    padding: 10px;
  }

  .div-block-294 {
    width: 100%;
    height: 50px;
    flex: 0 auto;
    align-items: center;
  }

  .accordion-card-6 {
    min-width: 100%;
  }

  .tab-link-tab-2-5 {
    width: 45%;
    flex: none;
    align-self: stretch;
    padding: 13px 0;
  }

  .tab-link-tab-2-5.w--current {
    width: 45%;
  }

  .tabs-6 {
    padding: 0;
  }

  .tab-pane-l-id-e, .tab-pane-tab-4 {
    padding: 10px;
  }

  .rich-text-block-3-copy {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-297 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-49 {
    margin-top: -20px;
  }

  .div-block-461 {
    flex-direction: column;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-360 {
    width: 90%;
    margin-left: 5%;
    padding: 15px;
  }

  .heading-217 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 25px;
  }

  .text-block-169 {
    width: 90%;
    margin-left: 5%;
  }

  .paragraph-50 {
    overflow: visible;
  }

  .heading-218 {
    min-height: 0;
  }

  .paragraph-51 {
    max-height: 400px;
    min-height: auto;
    margin-bottom: 40px;
  }

  .text-block-252 {
    line-height: 15px;
  }

  .div-block-464 {
    padding: 20px;
  }

  .grid-74 {
    grid-auto-columns: 1fr;
  }

  .text-block-254 {
    color: var(--white);
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .image-113 {
    margin-bottom: -60px;
  }

  .image-115 {
    margin-top: -35px;
  }

  .small-text.cc-light {
    height: auto;
  }

  .price {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    font-size: 30px;
  }

  .price-block-annuel {
    justify-content: center;
  }

  .currency {
    align-self: flex-start;
    margin-top: 17px;
  }

  .h3.cc-pricing {
    font-size: 25px;
  }

  .pricing-block {
    width: 100%;
    margin-left: 0%;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, .2);
  }

  .icon-2 {
    color: var(--white);
  }

  .checkbox-field {
    padding-left: 0;
  }

  .div-block-469 {
    align-self: auto;
    padding-top: 0;
  }

  .bt-2 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .price-block-mensuel {
    justify-content: center;
  }

  .section-20 {
    padding: 0 15px 15px;
  }

  .div-block-470 {
    margin-bottom: 10px;
    margin-right: -33px;
  }

  .bt3-2, .bt-2-2 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .checkbox-4 {
    margin-left: 15px;
  }

  .pricing-info-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .bt-1-2 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .div-block-471 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: flex-end;
    align-items: center;
    justify-items: stretch;
    display: grid;
    overflow: visible;
  }

  .text-block-259 {
    margin-top: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .text-block-260 {
    font-size: 14px;
  }

  .text-block-261 {
    margin-left: -55px;
    font-size: 14px;
  }

  .bold-text-12 {
    font-size: 50px;
  }

  .section-21 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-360-copy {
    padding: 15px;
  }

  .heading-221 {
    margin-top: 20px;
    font-size: 21px;
    line-height: 30px;
  }

  .paragraph-53 {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .tab-link-tab-2-5-copy {
    width: 45%;
    flex: none;
    align-self: stretch;
    padding: 13px 0;
  }

  .tab-link-tab {
    width: 45%;
  }

  .tab-link-tab.w--current {
    width: 45%;
    border-bottom-width: 3px;
  }

  .text-block-265 {
    font-size: 16px;
  }

  .heading-222 {
    font-size: 24px;
    line-height: 30px;
  }

  .tab-pane-tab-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .image-119 {
    width: 100%;
  }

  .div-block-360-copy-copy {
    padding: 15px;
  }

  .image-120 {
    width: 100%;
  }

  .button-2-copy {
    width: 80%;
    margin-bottom: 0;
    margin-left: 10%;
  }

  .container-17 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-475 {
    padding: 21px;
  }

  .heading-270 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-268 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-18-copy-copy {
    font-size: 17px;
    line-height: 1.3;
  }

  .div-block-360-copy-copy {
    padding: 15px;
  }

  .button-2-copy-copy {
    width: 80%;
    margin-bottom: 0;
    margin-left: 10%;
  }

  .div-block-360-copy-copy-copy {
    padding: 15px;
  }

  .text-block-266 {
    width: 100%;
    color: var(--white);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .text-block-266:active, .link-8, .link-8:hover, .link-8:active, .link-8:visited {
    color: var(--white);
  }

  .les-avantages-d-u {
    padding: 15px;
  }

  .text-block-18-plus, .text-block-18-plus-2 {
    font-size: 60px;
    line-height: .8;
  }

  .text-block-268, .text-block-269, .text-block-270 {
    margin-top: 0;
  }

  .stats {
    flex-direction: column;
    padding: 40px 2%;
  }

  .contact-v1-3-copy-copy {
    flex-direction: column;
    padding: 40px 8%;
  }

  .div-block-478 {
    height: 100px;
  }

  .div-block-479 {
    height: 100px;
    min-width: 130px;
    padding-top: 15px;
  }

  .div-block-480 {
    height: 100px;
  }

  .column-15 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3-copy {
    margin-left: 0;
  }

  .form-block-39 {
    order: 1;
  }

  .button-143 {
    width: 50%;
    background-color: #73b750;
  }

  .stats-copy, .info {
    flex-direction: column;
    padding: 40px 2%;
  }

  .container-18 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .heading-h, .heading-13-h2, .heading-13-h2-2, .heading-13-h2-3, .heading-13-h2-4, .heading-13-h2-5, .heading-13-h3 {
    font-size: 30px;
  }

  .div-block-360-blog {
    padding: 15px;
  }

  .text-block-169-blog-bas {
    width: 90%;
    margin-left: 5%;
  }

  .heading-272 {
    font-size: 25px;
    line-height: 30px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .paragraph-59 {
    font-size: 15px;
    line-height: 18px;
  }

  .heading-276 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .button-2-ads {
    width: 96%;
    margin-bottom: 0;
    margin-left: 2%;
    font-size: 14px;
  }

  .image-126-phone3 {
    width: 90%;
    margin-left: 5%;
    padding-top: 20px;
    display: block;
  }

  .column-20 {
    align-self: auto;
  }

  .columns-7 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-59-copy {
    font-size: 14px;
    line-height: 17px;
  }

  .column-23 {
    align-self: auto;
    padding-right: 0;
  }

  .container-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-25 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-quote {
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-3 {
    color: #fff;
  }

  .container-22 {
    max-width: none;
  }

  .image-128 {
    margin-top: -35px;
  }

  .link-block-6 {
    width: 200px;
    height: 40px;
  }

  .text-block-276 {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: none;
  }

  .image-129 {
    margin-bottom: -60px;
  }

  .div-block-484 {
    padding: 20px;
  }

  .button-144 {
    font-size: 14px;
  }

  .text-block-278 {
    width: 100%;
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .text-block-278:active {
    color: #fff;
  }

  .heading-12-copy {
    font-size: 24px;
    line-height: 35px;
  }

  .heading-277, .heading-278, .heading-279, .heading-280 {
    font-size: 23px;
  }

  .right-arrow {
    width: 15vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .quote-slider {
    width: 100vw;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-78 {
    grid-template-columns: 1fr;
  }

  .account-left-block {
    padding-top: 10px;
  }

  .account-right-block {
    display: none;
  }

  .form-block-41 {
    margin-top: 0;
  }

  .image-131 {
    margin-top: 0;
  }

  .heading-283 {
    font-size: 25px;
  }

  .div-block-485 {
    padding: 15px;
  }

  .heading-286 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-279 {
    width: 90%;
    margin-left: 5%;
  }

  .button-145 {
    width: 80%;
    margin-bottom: 0;
    margin-left: 10%;
  }

  .fil-ar {
    padding: 15px;
  }

  .div-block-487 {
    display: none;
  }

  .heading-287 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-489 {
    display: none;
  }

  .paragraph-65 {
    text-align: center;
    padding: 0 2rem;
  }

  #email-form-2{
    padding: 0 2rem;
  }

  .container-23 {
    max-width: none;
  }

  .link-block-7 {
    width: 200px;
    height: 40px;
  }

  .icon-4 {
    color: #fff;
  }

  .image-133 {
    margin-top: -35px;
  }

  .small-text-copy.cc-light {
    height: 63px;
    height: 63px;
    height: 63px;
  }

  .div-block-493 {
    flex-direction: column;
  }

  .div-block-360-copy-line {
    width: 96%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    padding: 15px;
    display: none;
  }

  .button-2-line {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .small-text-copy-copy.cc-light {
    height: 63px;
  }

  .heading-289 {
    text-align: center;
  }

  .field-label-2, .field-label-3 {
    margin-bottom: 0;
  }

  .heading-290 {
    text-align: center;
  }

  .submit-button-copy {
    width: 80%;
    background-color: var(--vert-logo);
    margin-left: 0%;
  }

  .link-11 {
    text-align: center;
    font-size: 15px;
  }

  .columns-7-mobile, .columns-7-mobile-2, .columns-7-mobile-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-24, .container-25, .container-26, .column-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-360-copy-line-copy {
    width: 96%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    padding: 15px;
    display: flex;
  }

  .div-block-360-copy2, .div-block-360-copy-copy, .div-block-360-copy-copy, .div-block-360-copy-copy, .div-block-360-copy-copy, .div-block-360-copy-copy, .div-block-360-copy-copy, .div-block-360-copy-copy, .div-block-360-copy-copy, .div-block-360-copy-copy {
    padding: 15px;
  }

  .text-block-254-copy {
    color: var(--white);
    text-align: center;
    text-decoration: none;
    display: none;
  }

  .div-block-494 {
    flex-direction: column;
  }

  .image-135 {
    display: none;
  }

  .div-block-496 {
    justify-content: center;
    display: block;
  }

  .huge-heading {
    text-align: center;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .section-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-27.hero {
    background-position: 50% 25%;
    background-size: 310%;
    padding: 10px 10px 140px;
  }

  .small-heading {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }

  .button-146 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .image-crop {
    height: 270px;
  }

  .image-crop.hero {
    margin-bottom: -180px;
  }

  .outline-button {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .nav-link-5.icon {
    display: none;
  }

  .logo {
    width: auto;
  }

  .nav-menu {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    width: 100%;
    margin-top: 124px;
    margin-left: 0%;
    padding-top: 0;
    display: flex;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .number {
    font-size: 40px;
  }

  .feature-wrap {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons {
    margin-top: 0;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-slider-2 {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
    max-height: 600px;
    max-width: 200px;
    min-width: 0;
  }

  .image-136, .image-137 {
    width: 100%;
  }

  .container-new {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .container-new.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-new.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-copy-new.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-copy-new.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-32 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-column {
    margin-left: 0;
    margin-right: 0;
  }

  .section-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-33.darkgrey {
    padding-left: 0;
    padding-right: 0;
  }

  .all-devices-image {
    width: 90%;
  }

  .paragraph-75 {
    margin-bottom: 20px;
  }

  .heading-293 {
    text-align: center;
    font-size: 25px;
  }

  .container-home2.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-home2.cc-heading-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-497 {
    align-items: center;
  }

  .container-29, .container-32 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-282 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .image-5-copy {
    max-width: 320px;
  }

  .paragraph-3-copy, .paragraph-3-new {
    max-width: 320px;
    min-height: 0;
  }

  .button-146-nb {
    margin-bottom: 14px;
    display: block;
  }

  .question-title {
    flex: 1;
  }

  .menu-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-33 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-33-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-devices-image-copy {
    width: 70%;
  }

  .div-block-498 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-33-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-146-copy {
    width: 90%;
    min-width: 0;
    margin-bottom: 0;
    display: block;
  }

  .section-33-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-360-copy {
    width: 100%;
    margin-left: auto;
    padding: 15px;
  }

  .heading-217-copy {
    font-size: 13px;
    line-height: 25px;
  }

  .text-block-169-copy {
    width: 90%;
    margin-left: 5%;
  }

  .div-block-500 {
    margin-top: 0;
  }

  .div-block-360-special {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
  }

  .section-33-balnc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-254-copy {
    color: var(--white);
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .grid-79 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .div-block-360-copy-line-copy-mobile {
    width: 96%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    padding: 15px;
    display: block;
  }

  .column-30 {
    text-align: center;
  }

  .button-146-copy {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .button-146-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .div-block-497-x {
    align-items: center;
  }

  .section-33-copy-copy-copy2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-126-phone {
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .section-25-ns, .section-25-copy, .section-25-ns2, .section-25-copy, .section-25-ns3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-126-phone3-copy {
    width: 90%;
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .image-126-copy-copy-copy {
    width: 90%;
    margin-left: 5%;
  }

  .image-126-phone-copy {
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .column-20-copy {
    align-self: auto;
  }

  .column-23-copy {
    align-self: auto;
    padding-right: 0;
  }

  .column-20-copy {
    align-self: auto;
  }

  .column-23-copy {
    align-self: auto;
    padding-right: 0;
  }

  .columns-7-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-20-copy {
    align-self: auto;
  }

  .column-23-copy {
    align-self: auto;
    padding-right: 0;
  }

  .column-20-copy-copy {
    align-self: auto;
  }

  .image-126-phone3-copy-copy {
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .column-23-copy-copy {
    align-self: auto;
    padding-right: 0;
  }

  .column-20-copy-copy {
    align-self: auto;
  }

  .column-23-copy-copy {
    align-self: auto;
    padding-right: 0;
  }

  .container-20-supp {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-504 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-360-special-supp {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .text-block-169-suupp {
    width: 90%;
    margin-left: 5%;
  }

  .heading-217-supp {
    font-size: 13px;
    line-height: 25px;
  }

  .section-25-ns4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-169-blog {
    width: 90%;
    margin-left: 5%;
  }

  .section-25-cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-146-cta-ns {
    width: 90%;
    min-width: 0;
    margin-bottom: 0;
    display: block;
  }

  .div-block-505 {
    max-width: 90%;
  }

  .columns-7-ns {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-126-phone3-ns, .image-126-phone3-copy, .image-126-phone3-ns2 {
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .div-block-506 {
    max-width: 90%;
  }

  .image-126-phone3-copy-ns {
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .container-32-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-360-special-home {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
  }

  .huge-heading-souligne {
    text-align: center;
  }

  .small-heading-article-h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }

  .div-block-508-4 {
    flex-direction: column;
  }

  .paragraph-80 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-360-copy-line-copy-home, .div-block-360-copy-line-copy-article {
    width: 96%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    padding: 15px;
    display: none;
  }

  .link-12 {
    font-size: 13px;
    display: none;
  }

  .link-12.w--current, .link-13, .link-14, .link-15 {
    font-size: 15px;
  }

  .div-block-510-av, .div-block-511-av {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-147 {
    width: 80%;
  }

  .div-block-512 {
    width: 100%;
    margin-left: 0%;
  }

  .small-heading-article-h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }

  .div-block-360-copy-copy {
    padding: 15px;
  }

  .div-block-360-copy-line-copy-article-copy-tablette {
    width: 96%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    padding: 15px;
    display: none;
  }

  .heading-217-phone-article {
    font-size: 13px;
    line-height: 25px;
  }

  .container-24-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .column-34-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-24-copy, .div-block-newh {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-513 {
    flex-direction: column;
  }

  .div-block-514 {
    width: 90%;
    padding-right: 0;
  }

  .div-block-515 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .all-devices-image-new-vh {
    width: 90%;
  }

  .small-heading-new {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }

  .div-block-360-newh {
    width: 96%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    padding: 15px;
    display: flex;
  }

  .paragraph-82 {
    text-align: center;
  }

  .section-33-newh {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-4-newh, .paragraph-5-newh2 {
    min-height: 0;
  }

  .button-146-copy-copy, .button-146-newh {
    width: 90%;
    min-width: 0;
    margin-bottom: 0;
    display: block;
  }

  .div-block-494-copy {
    flex-direction: column;
    margin-bottom: -5rem;
  }

  .section-head-ns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-146-copy-copy-copy, .button-146-tarifs, .button-146-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .paragraph-59-first-copy {
    font-size: 14px;
    line-height: 17px;
  }

  .button-146-cta-page {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .huge-heading-souligne-long {
    text-align: center;
    font-size: 45px;
  }

  .button-146-num {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .paragraph-80-copy {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .small-heading-inscription {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }

  .button-146-ins {
    margin-bottom: 14px;
    display: block;
  }

  .button-146-lp {
    margin-bottom: 0;
    line-height: 25px;
    display: flex;
  }

  .small-heading-lp {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }

  .div-block-511-2n {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-146-lp-long {
    margin-bottom: 0;
    line-height: 25px;
    display: block;
  }

  .cell {
    padding-top: 0;
  }

  .div-block-517 {
    width: 0;
    height: 0;
    margin-top: -20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .small-heading-lp2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
  }

  .single-button-inside-switch-button.seo {
    text-align: center;
    line-height: 13px;
  }

  .single-button-inside-switch-button.maintenance {
    line-height: 13px;
  }

  .price-illimite, .price-illimite-solo, .price-illimite-copy, .price-illimite-pro, .price-illimite-copy, .price-illimite-copy, .price-illimite-business, .price-illimite-copy {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    font-size: 30px;
  }

  .price-solo {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    font-size: 50px;
  }

  .price-copy {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    font-size: 30px;
  }

  .price-pro, .price-business {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    font-size: 50px;
  }

  .huge-heading-copy, .huge-heading-tarif {
    text-align: center;
  }

  .button-146-tarifs-ill {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: none;
  }

  .button-146-tarifs-lim, .button-146-tarifs-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .huge-heading-souligne-long-2 {
    text-align: center;
  }

  .div-block-519 {
    padding: 20px;
  }

  .link-17 {
    font-size: 15px;
  }

  .link-18 {
    font-size: 13px;
    display: none;
  }

  .link-18.w--current {
    font-size: 15px;
  }

  .nav-menu-4 {
    width: 100%;
    margin-top: 124px;
    margin-left: 0%;
    padding-top: 0;
    display: flex;
  }

  .image-179 {
    width: 80%;
  }

  .text-block-254-copy-2 {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .button-147 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .paragraph-88 {
    margin-bottom: 20px;
  }

  .nav-menu-5 {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-521 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-180 {
    display: none;
  }

  .button-146-nb-2 {
    margin-bottom: 14px;
    display: block;
  }

  .logo-3 {
    width: auto;
  }

  .grid-81 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .section-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-heading-article-h2-2, .small-heading-article-h3-2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }

  .div-block-526 {
    width: 100%;
    margin-left: 0%;
  }

  .paragraph-90 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-22 {
    font-size: 15px;
  }

  .text-block-284 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .huge-heading-souligne-copy {
    text-align: center;
  }

  .column-34-vid-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_650a0f1d-1ba8-75fb-5048-85958741d53a-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d53c-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d541-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d543-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d545-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d54a-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d54c-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d54e-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d553-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d555-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d565-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d567-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d569-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d56b-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d56c-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d56d-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d663-3d2f5fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_650a0f1d-1ba8-75fb-5048-85958741d666-3d2f5fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_650a0f1d-1ba8-75fb-5048-85958741d668-3d2f5fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_650a0f1d-1ba8-75fb-5048-85958741d671-3d2f5fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_650a0f1d-1ba8-75fb-5048-85958741d67c-3d2f5fde {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_650a0f1d-1ba8-75fb-5048-85958741d682-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d683-3d2f5fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6036 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6036, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6036, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f6036, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f6036, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f6036, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f6036, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f6036, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f6036, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f6036 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6036 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6037 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6037, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6037, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f6037, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f6037, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f6037, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f6037, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f6037, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f6037, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f6037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6037 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6039 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6039, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6039, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f6039, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f6039, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f6039, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f6039, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f6039, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f6039, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f6039 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6039 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f603b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f603b, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f603b, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f603b, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f603b, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f603b, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f603b, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f603b, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f603b, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f603b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f603b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6404f9fd-0000-51ea-16da-55944e9a5174-3d2f603c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6404f9fd-0000-51ea-16da-55944e9a5177-3d2f603c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_6404f9fd-0000-51ea-16da-55944e9a5179-3d2f603c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6404f9fd-0000-51ea-16da-55944e9a5182-3d2f603c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6404f9fd-0000-51ea-16da-55944e9a518d-3d2f603c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6404f9fd-0000-51ea-16da-55944e9a5193-3d2f603c, #w-node-_6404f9fd-0000-51ea-16da-55944e9a5194-3d2f603c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6057, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6057, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f6057, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f6057, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f6057, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f6057, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f6057, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f6057, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f6057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6057 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-cdbfeee2-28da-79d3-3f18-94999a7f8158-3d2f6059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdbfeee2-28da-79d3-3f18-94999a7f815b-3d2f6059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-cdbfeee2-28da-79d3-3f18-94999a7f815d-3d2f6059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cdbfeee2-28da-79d3-3f18-94999a7f8166-3d2f6059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdbfeee2-28da-79d3-3f18-94999a7f8171-3d2f6059 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-cdbfeee2-28da-79d3-3f18-94999a7f8177-3d2f6059, #w-node-cdbfeee2-28da-79d3-3f18-94999a7f8178-3d2f6059, #w-node-_37d3a968-9be7-3a81-2721-5db66b241320-3d2f605b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d3a968-9be7-3a81-2721-5db66b241323-3d2f605b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_37d3a968-9be7-3a81-2721-5db66b241325-3d2f605b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_37d3a968-9be7-3a81-2721-5db66b241334-3d2f605b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d3a968-9be7-3a81-2721-5db66b241341-3d2f605b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_37d3a968-9be7-3a81-2721-5db66b241347-3d2f605b, #w-node-_37d3a968-9be7-3a81-2721-5db66b241348-3d2f605b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd41-3d2f605f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd44-3d2f605f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-3d2f605f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd4f-3d2f605f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-3d2f605f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd60-3d2f605f, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd61-3d2f605f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f6073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f6073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98693c-3d2f6073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6073 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f6073, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694e-3d2f6073, #w-node-_1f812c90-84dc-d618-fdda-0ca64f1b382c-3d2f6074, #w-node-da79a6e8-5df5-5b0d-e34d-e7e43c5b5e19-3d2f6074, #w-node-da79a6e8-5df5-5b0d-e34d-e7e43c5b5e2b-3d2f6074, #w-node-da79a6e8-5df5-5b0d-e34d-e7e43c5b5e2d-3d2f6074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da79a6e8-5df5-5b0d-e34d-e7e43c5b5e34-3d2f6074 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f6077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f6077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98693c-3d2f6077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6077 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f6077, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694e-3d2f6077, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d4d-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d4f-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d55-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d57-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d59-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d5a-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d5f-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d61-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d63-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d64-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d69-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d6b-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d6d-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d6e-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d73-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d76-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33dcb-3d2f607b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e135b0c7-402c-8da2-460a-3236e6e33ddb-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33ddd-3d2f607b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-e135b0c7-402c-8da2-460a-3236e6e33dde-3d2f607b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e135b0c7-402c-8da2-460a-3236e6e33de5-3d2f607b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-e135b0c7-402c-8da2-460a-3236e6e33de8-3d2f607b, #w-node-e135b0c7-402c-8da2-460a-3236e6e33def-3d2f607b, #w-node-b9b37608-467d-81f8-d819-ac3cd303c4f9-3d2f607d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9b37608-467d-81f8-d819-ac3cd303c4fc-3d2f607d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-b9b37608-467d-81f8-d819-ac3cd303c4fe-3d2f607d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b9b37608-467d-81f8-d819-ac3cd303c50d-3d2f607d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9b37608-467d-81f8-d819-ac3cd303c51a-3d2f607d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b9b37608-467d-81f8-d819-ac3cd303c520-3d2f607d, #w-node-b9b37608-467d-81f8-d819-ac3cd303c521-3d2f607d, #w-node-_9b04982e-0830-c163-ba0a-084aae89f7bf-3d2f6092 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b04982e-0830-c163-ba0a-084aae89f7c2-3d2f6092 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_9b04982e-0830-c163-ba0a-084aae89f7c4-3d2f6092 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9b04982e-0830-c163-ba0a-084aae89f7d3-3d2f6092 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b04982e-0830-c163-ba0a-084aae89f7e0-3d2f6092 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9b04982e-0830-c163-ba0a-084aae89f7e6-3d2f6092, #w-node-_9b04982e-0830-c163-ba0a-084aae89f7e7-3d2f6092, #w-node-_6a8b301e-9638-6208-16b7-bc2d31c01766-3d2f6093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8b301e-9638-6208-16b7-bc2d31c01769-3d2f6093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_6a8b301e-9638-6208-16b7-bc2d31c0176b-3d2f6093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6a8b301e-9638-6208-16b7-bc2d31c0177a-3d2f6093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8b301e-9638-6208-16b7-bc2d31c01787-3d2f6093 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6a8b301e-9638-6208-16b7-bc2d31c0178d-3d2f6093, #w-node-_6a8b301e-9638-6208-16b7-bc2d31c0178e-3d2f6093, #w-node-e115f660-2a56-9b37-4084-320c24985a32-3d2f6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e115f660-2a56-9b37-4084-320c24985a35-3d2f6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-e115f660-2a56-9b37-4084-320c24985a37-3d2f6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e115f660-2a56-9b37-4084-320c24985a46-3d2f6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e115f660-2a56-9b37-4084-320c24985a53-3d2f6097 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-e115f660-2a56-9b37-4084-320c24985a59-3d2f6097, #w-node-e115f660-2a56-9b37-4084-320c24985a5a-3d2f6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f609b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f609b, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f609b, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f609b, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f609b, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f609b, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f609b, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f609b, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f609b, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f609b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f609b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_2bb47fbc-2d87-9d54-675b-07a918a41add-18a41ada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b883bf7-6250-6d0f-ef1c-6cfd85dc53c9-18a41ada, #w-node-_90cc0698-5376-d237-1386-6a8ef99c33e0-18a41ada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_2bb47fbc-2d87-9d54-675b-07a918a41aea-18a41ada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bb47fbc-2d87-9d54-675b-07a918a41af8-18a41ada {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ee0a4034-0c5e-9cbf-703a-028462e21097-18a41ada, #w-node-_2bb47fbc-2d87-9d54-675b-07a918a41af1-18a41ada, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94d2-3d2f609f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99da7dbf-4f31-9945-cc16-01f4246e94d5-3d2f609f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_99da7dbf-4f31-9945-cc16-01f4246e94d7-3d2f609f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99da7dbf-4f31-9945-cc16-01f4246e94e0-3d2f609f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99da7dbf-4f31-9945-cc16-01f4246e94eb-3d2f609f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_99da7dbf-4f31-9945-cc16-01f4246e94f1-3d2f609f, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94f2-3d2f609f, #w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803a5-3d2f60a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803b7-3d2f60a0, #w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803b9-3d2f60a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803ba-3d2f60a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803c1-3d2f60a0 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803c4-3d2f60a0, #w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803cb-3d2f60a0, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f60d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f60d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f60d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f60d9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f60d9, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694e-3d2f60d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f60dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f60dc, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f60dc, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f60dc, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f60dc, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f60dc, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f60dc, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45bd-3d2f60dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb4fa09-badf-e8c4-a498-7335467b45c0-3d2f60dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-ffb4fa09-badf-e8c4-a498-7335467b45c2-3d2f60dc, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45cb-3d2f60dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb4fa09-badf-e8c4-a498-7335467b45d6-3d2f60dc {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ffb4fa09-badf-e8c4-a498-7335467b45dc-3d2f60dc, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45dd-3d2f60dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f60f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f60f1, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f60f1, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f60f1, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f60f1, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f60f1, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f60f1, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6ee9a-3d2f60f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6ee9d-3d2f60f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6ee9f-3d2f60f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eea8-3d2f60f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eeb3-3d2f60f1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eeb9-3d2f60f1, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eeba-3d2f60f1, #w-node-_22d27854-ba01-1345-fc21-85242996ea70-3d2f60f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22d27854-ba01-1345-fc21-85242996ea73-3d2f60f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_22d27854-ba01-1345-fc21-85242996ea75-3d2f60f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22d27854-ba01-1345-fc21-85242996ea7e-3d2f60f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22d27854-ba01-1345-fc21-85242996ea89-3d2f60f2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_22d27854-ba01-1345-fc21-85242996ea8f-3d2f60f2, #w-node-_22d27854-ba01-1345-fc21-85242996ea90-3d2f60f2, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f60f3, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f60f3, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f60f3, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f60f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eedbbe87-b0d0-75a3-a5cb-46795aa9384d-3d2f60f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eedbbe87-b0d0-75a3-a5cb-46795aa9384e-3d2f60f3, #w-node-eedbbe87-b0d0-75a3-a5cb-46795aa93869-3d2f60f3, #w-node-f523a570-2efd-b404-2d3c-13338ba59fd1-3d2f60f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f523a570-2efd-b404-2d3c-13338ba59fd4-3d2f60f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-f523a570-2efd-b404-2d3c-13338ba59fd6-3d2f60f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f523a570-2efd-b404-2d3c-13338ba59fdf-3d2f60f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f523a570-2efd-b404-2d3c-13338ba59fea-3d2f60f3 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-f523a570-2efd-b404-2d3c-13338ba59ff0-3d2f60f3, #w-node-f523a570-2efd-b404-2d3c-13338ba59ff1-3d2f60f3, #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da6d-3d2f60f4, #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da75-3d2f60f4, #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da7d-3d2f60f4, #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da85-3d2f60f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da93-3d2f60f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da94-3d2f60f4, #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8daaf-3d2f60f4, #w-node-_6f15eb44-195f-82e3-23b1-f02f3952928b-3d2f60f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f3952928e-3d2f60f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f39529290-3d2f60f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f39529299-3d2f60f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f395292a4-3d2f60f4 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f395292aa-3d2f60f4, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292ab-3d2f60f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a3412ee-eca5-91c6-eff8-17df1596f88e-3d2f6108 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6a3412ee-eca5-91c6-eff8-17df1596f88f-3d2f6108, #w-node-_6a3412ee-eca5-91c6-eff8-17df1596f8aa-3d2f6108, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f6108, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f6108, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f6108, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f6108, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f6108, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f6108, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f6108 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6108 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_632ddf18-a8e7-2d23-bf12-43a401b38acf-3d2f6109, #w-node-_632ddf18-a8e7-2d23-bf12-43a401b38ad7-3d2f6109, #w-node-_632ddf18-a8e7-2d23-bf12-43a401b38adf-3d2f6109, #w-node-_632ddf18-a8e7-2d23-bf12-43a401b38ae7-3d2f6109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_632ddf18-a8e7-2d23-bf12-43a401b38af5-3d2f6109 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_632ddf18-a8e7-2d23-bf12-43a401b38af6-3d2f6109, #w-node-_632ddf18-a8e7-2d23-bf12-43a401b38b11-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-7025202269e9-3d2f6109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e254c0-59b1-3034-ab81-7025202269ec-3d2f6109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-f9e254c0-59b1-3034-ab81-7025202269ee-3d2f6109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f9e254c0-59b1-3034-ab81-7025202269f7-3d2f6109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e254c0-59b1-3034-ab81-702520226a02-3d2f6109 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-f9e254c0-59b1-3034-ab81-702520226a08-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-702520226a09-3d2f6109, #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbaec-3d2f610a, #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbaf4-3d2f610a, #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbafc-3d2f610a, #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbb04-3d2f610a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbb12-3d2f610a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbb13-3d2f610a, #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbb2e-3d2f610a, #w-node-f9e254c0-59b1-3034-ab81-7025202269e9-3d2f610a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e254c0-59b1-3034-ab81-7025202269ec-3d2f610a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-f9e254c0-59b1-3034-ab81-7025202269ee-3d2f610a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f9e254c0-59b1-3034-ab81-7025202269f7-3d2f610a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e254c0-59b1-3034-ab81-702520226a02-3d2f610a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-f9e254c0-59b1-3034-ab81-702520226a08-3d2f610a, #w-node-f9e254c0-59b1-3034-ab81-702520226a09-3d2f610a, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd41-3d2f610b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd44-3d2f610b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-3d2f610b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd4f-3d2f610b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-3d2f610b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd60-3d2f610b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd61-3d2f610b, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e1d-3d2f610f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e20-3d2f610f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e22-3d2f610f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e2b-3d2f610f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e36-3d2f610f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e3c-3d2f610f, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e3d-3d2f610f, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3824-3d2f612b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3827-3d2f612b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3829-3d2f612b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3838-3d2f612b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3845-3d2f612b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf384b-3d2f612b, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf384c-3d2f612b, #w-node-_1f812c90-84dc-d618-fdda-0ca64f1b382c-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d4900-3d2f612d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d4903-3d2f612d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d4905-3d2f612d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d490e-3d2f612d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d4919-3d2f612d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d491f-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d4920-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d4900-3d2f612e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d4903-3d2f612e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d4905-3d2f612e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d490e-3d2f612e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d4919-3d2f612e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7628fb54-2008-9933-8d18-b679008d491f-3d2f612e, #w-node-_7628fb54-2008-9933-8d18-b679008d4920-3d2f612e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f612f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f612f, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f612f, #w-node-_0eb05459-1a54-583e-5677-293eeadce137-3d2f612f, #w-node-_83dd5bea-c383-0da0-e6f3-6d6f5a922e82-3d2f612f, #w-node-d68cc01c-7585-cf0e-4de3-4a37411f555b-3d2f612f, #w-node-_890f7802-34b7-cfa9-443a-3980b5aba0d8-3d2f612f, #w-node-d212eb8c-4911-e922-68ae-2d73b59977cf-3d2f612f, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e1-3d2f612f, #w-node-d212eb8c-4911-e922-68ae-2d73b59977e8-3d2f612f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f612f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f6132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f6132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98693c-3d2f6132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6132 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f6132, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694e-3d2f6132, #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66cd-3d2f6133, #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66d5-3d2f6133, #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66dd-3d2f6133, #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66e5-3d2f6133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66f3-3d2f6133 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66f4-3d2f6133, #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b670f-3d2f6133, #w-node-_6f15eb44-195f-82e3-23b1-f02f3952928b-3d2f6133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f3952928e-3d2f6133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f39529290-3d2f6133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f39529299-3d2f6133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f395292a4-3d2f6133 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6f15eb44-195f-82e3-23b1-f02f395292aa-3d2f6133, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292ab-3d2f6133, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-2a8cb26c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-2a8cb26c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-2a8cb26c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-2a8cb26c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-2a8cb26c, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694e-2a8cb26c, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd41-2657d403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd44-2657d403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-2657d403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd4f-2657d403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-2657d403 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd60-2657d403, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd61-2657d403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_650a0f1d-1ba8-75fb-5048-85958741d67c-3d2f5fde, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6036, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6037, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6039, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f603b, #w-node-_6404f9fd-0000-51ea-16da-55944e9a518d-3d2f603c, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6057, #w-node-cdbfeee2-28da-79d3-3f18-94999a7f8171-3d2f6059, #w-node-_37d3a968-9be7-3a81-2721-5db66b241341-3d2f605b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-3d2f605f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6073, #w-node-da79a6e8-5df5-5b0d-e34d-e7e43c5b5e34-3d2f6074, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6077, #w-node-e135b0c7-402c-8da2-460a-3236e6e33de5-3d2f607b, #w-node-b9b37608-467d-81f8-d819-ac3cd303c51a-3d2f607d, #w-node-_9b04982e-0830-c163-ba0a-084aae89f7e0-3d2f6092, #w-node-_6a8b301e-9638-6208-16b7-bc2d31c01787-3d2f6093, #w-node-e115f660-2a56-9b37-4084-320c24985a53-3d2f6097, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f609b, #w-node-_2bb47fbc-2d87-9d54-675b-07a918a41af8-18a41ada, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94eb-3d2f609f, #w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803c1-3d2f60a0, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f60d9, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45d6-3d2f60dc, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eeb3-3d2f60f1, #w-node-_22d27854-ba01-1345-fc21-85242996ea89-3d2f60f2, #w-node-f523a570-2efd-b404-2d3c-13338ba59fea-3d2f60f3, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292a4-3d2f60f4, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6108, #w-node-f9e254c0-59b1-3034-ab81-702520226a02-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-702520226a02-3d2f610a, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-3d2f610b, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e36-3d2f610f, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3845-3d2f612b, #w-node-_7628fb54-2008-9933-8d18-b679008d4919-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d4919-3d2f612e, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f612f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6132, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292a4-3d2f6133, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-2a8cb26c, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-2657d403 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_650a0f1d-1ba8-75fb-5048-85958741d668-3d2f5fde {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_650a0f1d-1ba8-75fb-5048-85958741d67c-3d2f5fde, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6036, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6037, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6039, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f603b, #w-node-_6404f9fd-0000-51ea-16da-55944e9a5179-3d2f603c, #w-node-_6404f9fd-0000-51ea-16da-55944e9a518d-3d2f603c, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6057, #w-node-cdbfeee2-28da-79d3-3f18-94999a7f815d-3d2f6059, #w-node-cdbfeee2-28da-79d3-3f18-94999a7f8171-3d2f6059, #w-node-_37d3a968-9be7-3a81-2721-5db66b241325-3d2f605b, #w-node-_37d3a968-9be7-3a81-2721-5db66b241341-3d2f605b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-3d2f605f, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-3d2f605f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6073, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6073, #w-node-da79a6e8-5df5-5b0d-e34d-e7e43c5b5e34-3d2f6074, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6077, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6077, #w-node-e135b0c7-402c-8da2-460a-3236e6e33de5-3d2f607b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9b37608-467d-81f8-d819-ac3cd303c4fe-3d2f607d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b9b37608-467d-81f8-d819-ac3cd303c51a-3d2f607d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b04982e-0830-c163-ba0a-084aae89f7c4-3d2f6092 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9b04982e-0830-c163-ba0a-084aae89f7e0-3d2f6092 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a8b301e-9638-6208-16b7-bc2d31c0176b-3d2f6093 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6a8b301e-9638-6208-16b7-bc2d31c01787-3d2f6093 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e115f660-2a56-9b37-4084-320c24985a37-3d2f6097 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e115f660-2a56-9b37-4084-320c24985a53-3d2f6097, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f609b, #w-node-_2bb47fbc-2d87-9d54-675b-07a918a41af8-18a41ada, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94d7-3d2f609f, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94eb-3d2f609f, #w-node-_42c8bbb4-1d8a-0dab-9a05-8b9591e803c1-3d2f60a0, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f60d9, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f60d9, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45c2-3d2f60dc, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45d6-3d2f60dc, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6ee9f-3d2f60f1, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eeb3-3d2f60f1, #w-node-_22d27854-ba01-1345-fc21-85242996ea75-3d2f60f2, #w-node-_22d27854-ba01-1345-fc21-85242996ea89-3d2f60f2, #w-node-f523a570-2efd-b404-2d3c-13338ba59fd6-3d2f60f3, #w-node-f523a570-2efd-b404-2d3c-13338ba59fea-3d2f60f3, #w-node-_6f15eb44-195f-82e3-23b1-f02f39529290-3d2f60f4, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292a4-3d2f60f4, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f6108, #w-node-f9e254c0-59b1-3034-ab81-7025202269ee-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-702520226a02-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-7025202269ee-3d2f610a, #w-node-f9e254c0-59b1-3034-ab81-702520226a02-3d2f610a, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-3d2f610b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-3d2f610b, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e22-3d2f610f, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e36-3d2f610f, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3829-3d2f612b, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3845-3d2f612b, #w-node-_7628fb54-2008-9933-8d18-b679008d4905-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d4919-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d4905-3d2f612e, #w-node-_7628fb54-2008-9933-8d18-b679008d4919-3d2f612e, #w-node-d212eb8c-4911-e922-68ae-2d73b59977ef-3d2f612f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6132, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-3d2f6132, #w-node-_6f15eb44-195f-82e3-23b1-f02f39529290-3d2f6133, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292a4-3d2f6133, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-2a8cb26c, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986947-2a8cb26c, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-2657d403, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd5a-2657d403 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_650a0f1d-1ba8-75fb-5048-85958741d541-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d565-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d663-3d2f5fde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_650a0f1d-1ba8-75fb-5048-85958741d666-3d2f5fde {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_650a0f1d-1ba8-75fb-5048-85958741d668-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d671-3d2f5fde, #w-node-_650a0f1d-1ba8-75fb-5048-85958741d682-3d2f5fde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6036 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6036, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6036 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6037 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6037, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6037 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6039 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6039, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6039 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f603b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f603b, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f603b, #w-node-_6404f9fd-0000-51ea-16da-55944e9a5174-3d2f603c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6404f9fd-0000-51ea-16da-55944e9a5177-3d2f603c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6404f9fd-0000-51ea-16da-55944e9a5179-3d2f603c, #w-node-_6404f9fd-0000-51ea-16da-55944e9a5182-3d2f603c, #w-node-_6404f9fd-0000-51ea-16da-55944e9a5193-3d2f603c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f6057 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f6057, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f6057, #w-node-cdbfeee2-28da-79d3-3f18-94999a7f8158-3d2f6059 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cdbfeee2-28da-79d3-3f18-94999a7f815b-3d2f6059 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-cdbfeee2-28da-79d3-3f18-94999a7f815d-3d2f6059, #w-node-cdbfeee2-28da-79d3-3f18-94999a7f8166-3d2f6059, #w-node-cdbfeee2-28da-79d3-3f18-94999a7f8177-3d2f6059, #w-node-_37d3a968-9be7-3a81-2721-5db66b241320-3d2f605b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37d3a968-9be7-3a81-2721-5db66b241323-3d2f605b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_37d3a968-9be7-3a81-2721-5db66b241325-3d2f605b, #w-node-_37d3a968-9be7-3a81-2721-5db66b241334-3d2f605b, #w-node-_37d3a968-9be7-3a81-2721-5db66b241347-3d2f605b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd41-3d2f605f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd44-3d2f605f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-3d2f605f, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd4f-3d2f605f, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd60-3d2f605f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f6073 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f6073 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6073, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98693c-3d2f6073, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f6073, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f6077 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f6077 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6077, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98693c-3d2f6077, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f6077, #w-node-e135b0c7-402c-8da2-460a-3236e6e33d55-3d2f607b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e135b0c7-402c-8da2-460a-3236e6e33d5a-3d2f607b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9b37608-467d-81f8-d819-ac3cd303c4f9-3d2f607d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9b37608-467d-81f8-d819-ac3cd303c4fc-3d2f607d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-b9b37608-467d-81f8-d819-ac3cd303c4fe-3d2f607d, #w-node-b9b37608-467d-81f8-d819-ac3cd303c50d-3d2f607d, #w-node-b9b37608-467d-81f8-d819-ac3cd303c520-3d2f607d, #w-node-_9b04982e-0830-c163-ba0a-084aae89f7bf-3d2f6092 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b04982e-0830-c163-ba0a-084aae89f7c2-3d2f6092 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9b04982e-0830-c163-ba0a-084aae89f7c4-3d2f6092, #w-node-_9b04982e-0830-c163-ba0a-084aae89f7d3-3d2f6092, #w-node-_9b04982e-0830-c163-ba0a-084aae89f7e6-3d2f6092, #w-node-_6a8b301e-9638-6208-16b7-bc2d31c01766-3d2f6093 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a8b301e-9638-6208-16b7-bc2d31c01769-3d2f6093 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6a8b301e-9638-6208-16b7-bc2d31c0176b-3d2f6093, #w-node-_6a8b301e-9638-6208-16b7-bc2d31c0177a-3d2f6093, #w-node-_6a8b301e-9638-6208-16b7-bc2d31c0178d-3d2f6093, #w-node-e115f660-2a56-9b37-4084-320c24985a32-3d2f6097 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e115f660-2a56-9b37-4084-320c24985a35-3d2f6097 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-e115f660-2a56-9b37-4084-320c24985a37-3d2f6097, #w-node-e115f660-2a56-9b37-4084-320c24985a46-3d2f6097, #w-node-e115f660-2a56-9b37-4084-320c24985a59-3d2f6097 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f609b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f609b, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f609b, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94d2-3d2f609f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94d5-3d2f609f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94d7-3d2f609f, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94e0-3d2f609f, #w-node-_99da7dbf-4f31-9945-cc16-01f4246e94f1-3d2f609f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f60d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f60d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f60d9, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f60d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f60dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f60dc, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f60dc, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45bd-3d2f60dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ffb4fa09-badf-e8c4-a498-7335467b45c0-3d2f60dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-ffb4fa09-badf-e8c4-a498-7335467b45c2-3d2f60dc, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45cb-3d2f60dc, #w-node-ffb4fa09-badf-e8c4-a498-7335467b45dc-3d2f60dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f60f1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f60f1, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f60f1, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6ee9a-3d2f60f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6ee9d-3d2f60f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6ee9f-3d2f60f1, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eea8-3d2f60f1, #w-node-b403aff2-9aa9-b86f-69ad-9d8f45d6eeb9-3d2f60f1, #w-node-_22d27854-ba01-1345-fc21-85242996ea70-3d2f60f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22d27854-ba01-1345-fc21-85242996ea73-3d2f60f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_22d27854-ba01-1345-fc21-85242996ea75-3d2f60f2, #w-node-_22d27854-ba01-1345-fc21-85242996ea7e-3d2f60f2, #w-node-_22d27854-ba01-1345-fc21-85242996ea8f-3d2f60f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eedbbe87-b0d0-75a3-a5cb-46795aa9384d-3d2f60f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eedbbe87-b0d0-75a3-a5cb-46795aa9384e-3d2f60f3, #w-node-eedbbe87-b0d0-75a3-a5cb-46795aa93869-3d2f60f3, #w-node-f523a570-2efd-b404-2d3c-13338ba59fd1-3d2f60f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f523a570-2efd-b404-2d3c-13338ba59fd4-3d2f60f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-f523a570-2efd-b404-2d3c-13338ba59fd6-3d2f60f3, #w-node-f523a570-2efd-b404-2d3c-13338ba59fdf-3d2f60f3, #w-node-f523a570-2efd-b404-2d3c-13338ba59ff0-3d2f60f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da93-3d2f60f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8da94-3d2f60f4, #w-node-e5ead38b-1ba2-30fe-4426-fb9384b8daaf-3d2f60f4, #w-node-_6f15eb44-195f-82e3-23b1-f02f3952928b-3d2f60f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f15eb44-195f-82e3-23b1-f02f3952928e-3d2f60f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6f15eb44-195f-82e3-23b1-f02f39529290-3d2f60f4, #w-node-_6f15eb44-195f-82e3-23b1-f02f39529299-3d2f60f4, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292aa-3d2f60f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a3412ee-eca5-91c6-eff8-17df1596f88e-3d2f6108 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6a3412ee-eca5-91c6-eff8-17df1596f88f-3d2f6108, #w-node-_6a3412ee-eca5-91c6-eff8-17df1596f8aa-3d2f6108 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_632ddf18-a8e7-2d23-bf12-43a401b38af5-3d2f6109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_632ddf18-a8e7-2d23-bf12-43a401b38af6-3d2f6109, #w-node-_632ddf18-a8e7-2d23-bf12-43a401b38b11-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-7025202269e9-3d2f6109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9e254c0-59b1-3034-ab81-7025202269ec-3d2f6109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-f9e254c0-59b1-3034-ab81-7025202269ee-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-7025202269f7-3d2f6109, #w-node-f9e254c0-59b1-3034-ab81-702520226a08-3d2f6109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbb12-3d2f610a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbb13-3d2f610a, #w-node-afa4fa1b-0197-1aaf-b08b-1f63ffdfbb2e-3d2f610a, #w-node-f9e254c0-59b1-3034-ab81-7025202269e9-3d2f610a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9e254c0-59b1-3034-ab81-7025202269ec-3d2f610a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-f9e254c0-59b1-3034-ab81-7025202269ee-3d2f610a, #w-node-f9e254c0-59b1-3034-ab81-7025202269f7-3d2f610a, #w-node-f9e254c0-59b1-3034-ab81-702520226a08-3d2f610a, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd41-3d2f610b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd44-3d2f610b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-3d2f610b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd4f-3d2f610b, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd60-3d2f610b, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e1d-3d2f610f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e20-3d2f610f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e22-3d2f610f, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e2b-3d2f610f, #w-node-_5b3eb768-21cd-06c1-6f01-b02dc79f4e3c-3d2f610f, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3824-3d2f612b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3827-3d2f612b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3829-3d2f612b, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf3838-3d2f612b, #w-node-_1c4c7ca3-0079-4a7a-3d42-21f8aeaf384b-3d2f612b, #w-node-_7628fb54-2008-9933-8d18-b679008d4900-3d2f612d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7628fb54-2008-9933-8d18-b679008d4903-3d2f612d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_7628fb54-2008-9933-8d18-b679008d4905-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d490e-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d491f-3d2f612d, #w-node-_7628fb54-2008-9933-8d18-b679008d4900-3d2f612e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7628fb54-2008-9933-8d18-b679008d4903-3d2f612e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_7628fb54-2008-9933-8d18-b679008d4905-3d2f612e, #w-node-_7628fb54-2008-9933-8d18-b679008d490e-3d2f612e, #w-node-_7628fb54-2008-9933-8d18-b679008d491f-3d2f612e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f5-3d2f612f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f6-3d2f612f, #w-node-_86ec48e2-325b-e181-c6ad-98227dded4f7-3d2f612f, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-3d2f6132 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-3d2f6132 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-3d2f6132, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98693c-3d2f6132, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-3d2f6132 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66f3-3d2f6133 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b66f4-3d2f6133, #w-node-ea89e4db-1d00-cec3-51e3-5633fc4b670f-3d2f6133, #w-node-_6f15eb44-195f-82e3-23b1-f02f3952928b-3d2f6133 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f15eb44-195f-82e3-23b1-f02f3952928e-3d2f6133 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6f15eb44-195f-82e3-23b1-f02f39529290-3d2f6133, #w-node-_6f15eb44-195f-82e3-23b1-f02f39529299-3d2f6133, #w-node-_6f15eb44-195f-82e3-23b1-f02f395292aa-3d2f6133, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98692e-2a8cb26c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986931-2a8cb26c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a986933-2a8cb26c, #w-node-_9da418ba-7a6f-fb7e-b72d-39b62a98694d-2a8cb26c, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd41-2657d403 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd44-2657d403 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd46-2657d403, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd4f-2657d403, #w-node-_44fca2aa-f75e-fae4-9794-75bf7b0ecd60-2657d403 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}