:root {
  --midnight-blue-2: #132537;
  --blue: #213fc8;
  --deep-pink: #e92e89;
  --midnight-blue: #132537;
  --accessible-components-dark-grey: #9b9b9b;
}

.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-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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: 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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

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

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

body {
  color: #132537;
  font-family: Rajdhani, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-vertical.padding-large.padding-top.layout194_image {
  min-height: auto;
}

.padding-vertical.padding-large.padding-top.layout194_image.is-small {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  text-transform: capitalize;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h1.title-article {
  width: 100%;
  max-width: 90rem;
  color: var(--midnight-blue-2);
  text-align: center;
  background-color: #f8f8f8;
  border-radius: .75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 5%;
  line-height: 1.2;
}

.heading-style-h1.is-pricing {
  font-size: 3.2rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.6;
}

.text-size-regular.text-weight-light.is-copywright {
  text-align: justify;
  font-size: .75rem;
  line-height: 1.4;
}

.text-size-regular.text-align-justify {
  text-align: justify;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

.text-size-small {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.text-size-small.is-form {
  font-size: .75rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.custom-plan {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(110deg, #ff8c68, #760808);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.625rem;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-large.text-align-center.text-form-top {
  max-width: 21ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.text-size-large.save-50 {
  background-color: var(--blue);
  color: #fff;
  border-radius: .25rem;
  margin-bottom: .5rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  display: inline-block;
}

.text-size-large.save-50.is-2 {
  background-color: var(--deep-pink);
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  text-transform: capitalize;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-style-h2.is-number {
  color: #fff;
  background-color: #213fc9;
  border-radius: .25rem;
  margin-bottom: .3rem;
  padding: 2px 8px;
  font-size: 1.4rem;
  display: inline-block;
}

.page-wrapper.padding-xxhuge.is-colored-gray, .page-wrapper.is-colored-gray {
  background-color: #f8f8f8;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.is-relative {
  position: relative;
}

.container-large.is-relative-high {
  z-index: 4;
  position: relative;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: .375rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-secondary.is-small {
  padding: .5rem 1.25rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.button-gray {
  color: var(--midnight-blue);
  background-color: #13253700;
  border-radius: .375rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  text-decoration: none;
}

.button.button-gray:hover, .button.button-gray.w--current {
  background-color: #1325371a;
}

.button.button-gray.is-article {
  opacity: .5;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
}

.button.button-gray.is-article:hover {
  opacity: 1;
  background-color: #13253700;
}

.button.is-submit-newsletter {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.button.button-play {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f9603f;
  text-transform: uppercase;
  background-color: #213fc800;
  border: 3px solid #f33;
  border-radius: .8rem;
  align-items: center;
  padding-left: 3.2rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.text-size-medium {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_header1.is-banner-prcing {
  color: #fff;
  background-color: #012d9a;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_component.heading-style-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr .25fr 1fr;
}

.header1_content {
  max-width: 56ch;
  font-size: 1rem;
}

.header1_image-wrapper {
  height: 100%;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.navbar2_component {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffb3;
  border-bottom: 1px #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_logo-link {
  min-width: 18ch;
  max-width: 18ch;
  padding-left: 0;
}

.navbar2_logo-link.w--current {
  min-width: 18ch;
  max-width: 18ch;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  flex: none;
}

.navbar2_link {
  border-radius: .375rem;
  flex: none;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.navbar2_link:hover {
  background-color: #1325370d;
}

.navbar2_link.w--current {
  color: var(--midnight-blue-2);
  background-color: #1325370d;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--midnight-blue-2);
  border-radius: .375rem;
  align-items: center;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.navbar2_dropdwn-toggle:hover {
  background-color: #1325370d;
}

.dropdown-chevron {
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px #0000;
  padding: .5rem;
  position: absolute;
  box-shadow: 0 7px 20px #13253726;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.navbar2_dropdown-link:hover {
  background-color: #1325370d;
  border-radius: .375rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--midnight-blue-2);
  background-color: #1325370d;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.wrapper-nav-menu {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.button-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-image: linear-gradient(230.98deg, #f9603f, #e72c88);
  border-radius: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary.is-secondary {
  background-color: #213fc8;
  background-image: none;
}

.button-primary.is-button {
  background-image: linear-gradient(230.98deg, #f9603f, #e72c88);
  padding: 10px 16px;
}

.button-primary.is-streched-button {
  justify-content: center;
  width: 100%;
}

.button-primary.width-100 {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.button-primary.is-blue {
  background-color: var(--blue);
  background-image: none;
}

.button-primary.is-center {
  justify-content: center;
}

.button-primary.is-center.is-white-free-trial {
  width: 100%;
  min-width: 23ch;
  color: var(--midnight-blue);
  background-color: #fff;
  background-image: none;
  font-size: 1rem;
}

.button-primary.is-submit {
  align-self: flex-start;
  transition: all .25s;
}

.button-primary.is-submit:hover {
  background-image: linear-gradient(230.98deg, #f9603f, #c22371);
}

.text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section_layout137.is-2 {
  background-image: url('../images/background.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.wrapper-title-section_layout137 {
  justify-content: center;
  max-width: 85ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-center-line-versus {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120%;
  display: flex;
}

.wrapper-line-vs {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.line-vs-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f4f5;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.text-vs {
  color: #132537;
  text-align: center;
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.line-vs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px undefined undefined;
  background-image: linear-gradient(#fa6140, #e82d89);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.5rem;
  display: flex;
}

.icon-arrow-vs {
  width: .5rem;
  height: .5rem;
  color: var(--deep-pink);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -13px;
  bottom: auto;
  right: auto;
}

.text-new-way {
  color: #213fc8;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.text-old-way {
  opacity: .5;
  color: #132537;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.lottie-new-way {
  margin-top: 6rem;
}

.wrapper-wrap-text-slider {
  flex-direction: row;
  flex: none;
  align-items: center;
  width: auto;
  height: 5rem;
  margin-left: 0;
  display: flex;
}

.wrapper-wrap-text-slider.is-space-1ch {
  width: 25ch;
  margin-top: -1.2ch;
  margin-left: 1ch;
}

.text-ticker_mask {
  float: right;
  flex: none;
  align-items: flex-start;
  height: 5.2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.text-ticker_mask.is-1 {
  margin-top: -2ch;
  overflow: hidden;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.heading-style-1--fc1 {
  max-width: 27ch;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.4rem;
  font-weight: 700;
}

.heading-style-1--fc1.span-color-header {
  color: #213fc8;
  align-self: flex-start;
  max-width: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-style-1--fc1.span-color-header.span-color-header-2 {
  color: var(--blue);
  flex: none;
}

.heading-style-1--fc1.span-color-header.span-color-header-3, .heading-style-1--fc1.span-color-header.span-color-header-4 {
  color: var(--blue);
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo1_logo {
  width: 6vw;
  max-height: 3.5rem;
}

.logo1_logo.is-lambo {
  width: 3vw;
}

.logo1_logo.lease-web {
  width: 9vw;
}

.section_cta25 {
  position: relative;
}

.wrapper-center-title {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

.layout194_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.layout194_component.is-switch {
  flex-direction: row-reverse;
}

.layout194_image {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  min-height: 50ch;
}

.layout194_image.is-smaller {
  max-width: 50ch;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.layout194_image.is-smaller.is-2 {
  max-width: 44ch;
}

.layout194_content {
  max-width: 46ch;
  font-size: 1rem;
}

.layout194_content.is-about {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 50ch;
  display: flex;
}

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

.wrapper-button.is-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-background {
  background-image: url('../images/background-unique-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-background.is-2 {
  background-color: #f8f8f8;
  background-image: none;
}

.section-background.is-no-bg {
  background-color: #f8f8f8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-background-svg {
  z-index: -2;
  color: #f8f8f8;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-background-bg {
  background-image: url('../images/background-unique.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 12ch;
}

.bg-blue {
  color: #012d9a;
  position: relative;
  top: -3rem;
}

.section_testimonial22 {
  background-color: #012d9a;
  position: relative;
}

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

.section_testimonial22.is-transparent {
  background-color: #0000;
}

.testimonial22_component-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: -6.5rem;
  display: grid;
  position: relative;
  bottom: -6.5rem;
}

.testimonial22_component-copy.is-white {
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  bottom: 0;
}

.testimonial22_content {
  width: 100%;
  color: var(--midnight-blue-2);
  background-color: #fff;
  border: 1px #0000;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 5px #0000001a;
}

.testimonial22_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial22_logo {
  min-height: 3ch;
  max-height: 3rem;
}

.testimonial22_logo.is-1 {
  min-height: 4ch;
}

.testimonial22_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial22_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial22_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.button-wrapper {
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.fs_accordion-2_message {
  color: var(--accessible-components-dark-grey);
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.fs_accordion-2_body {
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.125rem;
  font-weight: 600;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-radius: .375rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item {
  border-radius: .375rem;
  box-shadow: 0 0 4px #0000001f;
}

.fs_accordion-2_item.is-active-accordion {
  background-color: #f8f8f8;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

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

.footer5_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.footer5_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

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

.form-input {
  color: #0000;
  background-color: #f8f8f8;
  border: 1px #9b9b9b40;
  border-radius: .375rem;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.6;
}

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

.form-input::placeholder {
  color: #0009;
}

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

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

.footer5_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.footer5_logo-link {
  flex: none;
  padding-left: 0;
}

.footer5_link-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  min-width: 15ch;
  max-width: 20ch;
  display: flex;
}

.footer5_link {
  opacity: .5;
  color: #132537;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer5_link:hover {
  opacity: 1;
}

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

.footer5_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer5_credit-text {
  color: #1325374d;
  font-family: Inter, sans-serif;
  font-size: .875rem;
}

.footer5_legal-link {
  color: #132537;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.footer5_social-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer5_social-link {
  color: var(--midnight-blue-2);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer5_social-link:hover {
  color: var(--blue);
}

.footer-wrapper-grid {
  grid-column-gap: .5rem;
  border-top: 1px solid #1325371a;
  justify-content: space-between;
  padding-top: 6rem;
  display: flex;
}

.wrapper-footer-logo {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

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

.wrapper-title-sub-page {
  max-width: 98ch;
  margin-left: auto;
  margin-right: auto;
}

.button-light {
  filter: blur(4px);
  background-color: #fff3;
  width: 20%;
  height: 200%;
  position: absolute;
  inset: -30% auto auto 0%;
  transform: translate(-120%, 20%)rotate(-30deg);
}

.pricing2_component {
  border: 1px solid #0000;
  padding: 2rem;
}

.pricing2_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.pricing2_divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing2_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing2_feature-list.is-network {
  border-radius: .75rem;
  margin-bottom: 0;
  padding: 1rem;
  box-shadow: 0 0 2px #13253740;
}

.pricing2_feature-list.is-network.is-second {
  box-shadow: none;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing2_feature {
  display: flex;
}

.pricing2_feature.center {
  align-items: center;
}

.pricing2_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.icon-check {
  color: #fff;
  width: 2rem;
}

.section-blue-testimoniall-sub-age {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45rem;
  display: flex;
}

.wrapper-subpage-testmionial-blue {
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 106ch;
  display: flex;
}

.wrapper-title-subpage-testimonial-blue {
  max-width: 70ch;
}

.container-large-2 {
  width: 95%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.product3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.product3_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product3_item-link {
  grid-row-gap: 1rem;
  background-image: linear-gradient(#133ea7, #fff0);
  border-radius: .75rem;
  flex-direction: column;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.product3_item-link.is-websites {
  grid-row-gap: 0rem;
  background-color: #fa6140;
  background-image: none;
  border-radius: 0;
  padding-top: 6rem;
}

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

.product3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-counter {
  color: #fff;
  font-family: Rajdhani, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.wrapper-title-testimonial-blue {
  position: absolute;
  inset: -10rem 0% auto auto;
}

.clipped {
  justify-content: center;
  align-items: center;
  min-width: 102%;
}

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

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

.layout-352-instructions-delete {
  text-align: left;
  background-color: #0000;
  padding: 2rem;
}

.layout352_instructions-list {
  padding-left: 1.25rem;
}

.layout352_instructions-list-item {
  padding-left: .5rem;
}

.rl-styleguide_label {
  color: #0000;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

.layout352_heading {
  background-color: #0000;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout352_timeline {
  z-index: -3;
}

.layout352_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout352_progress {
  z-index: -2;
  background-color: #13253733;
  width: 1px;
  height: 68%;
  margin-top: 20%;
  position: absolute;
  top: 0;
}

.layout352_progress-bar {
  z-index: -1;
  background-color: #0000;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.layout352_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

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

.layout352_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.layout352_circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
  top: 32%;
  box-shadow: 0 0 2px #13253740;
}

.layout352_image-wrapper {
  overflow: hidden;
}

.img-item-timeline.layout194_image {
  min-height: auto;
}

.subtitle-wrapper-subpage {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-pricing2_feature-list {
  background-image: linear-gradient(#e82d88, #fa6140);
  border-radius: .8125rem;
  align-items: center;
  padding: 1px;
}

.wrapper-boxes-feature {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line-red {
  background-color: #e72c88;
  width: 1px;
  height: 5ch;
}

.shape-background {
  color: #f8f8f8;
  width: 100%;
}

.shape-background.is-top {
  position: absolute;
  inset: -5% 0% auto;
}

.shape-background.is-bottom {
  margin-top: -10%;
  position: absolute;
  inset: auto 0% -5%;
}

.title-about {
  font-size: 9rem;
}

.subtitle-about {
  line-height: .9;
}

.wrapper-ttle-center-about {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-about-title {
  align-items: center;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.8125rem;
  height: 1.5rem;
  display: flex;
}

.icon-line-about {
  color: #012d9a;
  height: 1.4vh;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.9375rem;
  height: 1.5rem;
  display: flex;
}

.contact24_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact24_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-about {
  height: 4.5rem;
}

.form-wrapper {
  grid-column-gap: 1ch;
  grid-row-gap: 1ch;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.form-field {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: .5rem;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.form-field.is-text-area {
  min-height: 16ch;
  padding-top: 1rem;
}

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

.tab-form {
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 8px 24px #13253726;
}

.tab-form.w--current {
  border-bottom: 3px solid var(--midnight-blue-2);
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: .9rem 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tab-content {
  width: 100%;
  overflow: visible;
}

.wrapper-tab-menu-form {
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: #132537;
  text-align: center;
  background-color: #fff;
  border-bottom: 3px solid #13253700;
  flex: none;
  width: auto;
  text-decoration: none;
}

.tab-link.w--current {
  border-bottom-color: var(--blue);
  opacity: 1;
  color: var(--blue);
  background-color: #fff;
}

.tab-link.current {
  opacity: 1;
  color: var(--blue);
}

.lottie-multicdn {
  max-width: 63ch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -5%;
}

.lottie-multicdn.layout194_image {
  min-height: auto;
}

.fs_modal-2_message {
  color: var(--accessible-components-dark-grey);
}

.fs_modal-2_close-icon {
  width: .8rem;
  height: .8rem;
  display: block;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #0000;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #0000;
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  width: auto;
  max-width: 100%;
  display: flex;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 1004;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_popup.show {
  display: flex;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.wrapper-form-wrap {
  background-color: #0000;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 90vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 8% 0;
  display: flex;
  overflow: scroll;
}

.success-message-2 {
  background-color: var(--blue);
  color: #fff;
  border-radius: .5rem;
}

.wrapper-title-form {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: .75rem .75rem 0 0;
  width: 100%;
  margin: 0;
  padding: .5rem 0;
  position: relative;
}

.wrapper-form-pad {
  padding: 1rem 2rem;
}

.wrapper-wrap-form {
  background-color: #fff;
  border-radius: .75rem;
}

.wrapper-wrap-form.is_smaller {
  max-width: 54ch;
}

.body-overflow {
  height: 100vh;
  overflow: hidden;
}

.wrapper-button-blog {
  grid-column-gap: .5rem;
  justify-content: center;
  display: flex;
}

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

.card-blog {
  grid-column-gap: 1rem;
  grid-row-gap: .51rem;
  background-color: #fff;
  border-radius: .375rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 8px #0000001a;
}

.card-blog.is-guide {
  justify-content: flex-start;
  min-height: 20ch;
  padding-top: 0;
  text-decoration: none;
}

.card-blog.is-guide.is-category {
  min-height: auto;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 187px;
  display: flex;
}

.title-blog {
  color: #132537;
  font-family: Rajdhani, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
}

.title-blog.title-related {
  font-size: 1.2rem;
}

.description-blog {
  color: #132537;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 160%;
}

.description-blog.text-style-2lines.article-tags {
  border: 2px none var(--blue);
  background-color: #9b9b9b1a;
  border-radius: .25rem;
  padding: 5px 10px;
  font-size: .75rem;
  display: inline-block;
}

.wrapper-author-blog {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 297px;
  display: flex;
}

.author-blog {
  opacity: .5;
  color: #132537;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 160%;
}

.read-mrore-button {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(233.88deg, #f9603f, #e72c88);
  background-clip: border-box;
  border-radius: .375rem;
  align-self: flex-start;
  padding: 8px 20px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: inline-block;
}

.wrapper-img-blog {
  position: relative;
}

.blog-category {
  background-color: #fff;
  border-radius: .25rem;
  padding: .3rem .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 5% 5% auto auto;
  box-shadow: 0 0 5px #0003;
}

.wrapper-content-card {
  text-decoration: none;
}

.img-blog {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  border-radius: .375rem;
  width: 100%;
  min-height: 20ch;
  display: block;
}

.wrapper-article {
  max-width: 82ch;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-cta-blog {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 4rem;
  padding: 1rem 1.5rem;
  display: flex;
  box-shadow: 0 14px 24px #13253726;
}

.title-cta-blog {
  color: #132537;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 130%;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0540f2;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: #0540f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #0540f2;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #0540f2;
  background-color: #fff;
  border-color: #0540f2;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #0540f2;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #010440;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #0540f2;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #02087366;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.linksupport {
  color: #f6594d;
}

.list-contact {
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-bottom: 1rem;
  display: flex;
}

.wrapper-title-article {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.title-guide {
  font-size: 2rem;
  font-weight: 600;
}

.title-guide.is-category {
  font-size: 1.5rem;
}

.icon-arrow-guide {
  width: 2rem;
}

.wrapper-title-guide {
  width: 100%;
  color: var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-post {
  object-fit: cover;
  width: 100%;
  height: 22ch;
}

.wrapper-tags {
  padding: .5rem 1rem;
}

.icon-blog {
  color: #13253780;
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
}

.wrapper-author {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.img-post-2 {
  min-height: 20ch;
}

.table_row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: -1px;
  padding: 2rem;
  display: grid;
}

.table_body {
  padding: 2rem;
}

.table_header {
  justify-content: flex-start;
  display: flex;
}

.table_component {
  width: 100%;
  padding: 2rem;
  font-family: Inter, sans-serif;
}

.section_cta6 {
  position: relative;
}

.cta6_form-block {
  max-width: 46ch;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

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

.error-text {
  color: #e23939;
}

.cta6_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.cta6_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cancel-form {
  display: none;
}

.wrapper-selected-provider {
  grid-column-gap: 1rem;
  justify-content: center;
  max-width: 105ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-selected-provider.padding-vertical.padding-large {
  display: none;
}

.wrapper-selected-provider.padding-vertical.padding-large.is-active {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.wrapper-selected-provider.padding-vertical.padding-large.show {
  display: block;
}

.wrapper-selected-provider.is-providers {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 140ch;
  padding-bottom: 2rem;
}

.wrapper-selected-provider.is-pricing {
  justify-content: flex-start;
  max-width: 68ch;
}

.item-wrapper-selected-provider {
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.8rem;
  display: flex;
}

.item-wrapper-selected-provider:hover {
  border: 1px solid #13253726;
}

.item-wrapper-selected-provider.is-active {
  border-color: #fa6140;
  width: 100%;
}

.item-pricing-plan {
  background-color: #f8f8f8;
  border-radius: .375rem;
  padding: 2rem;
}

.item-pricing-plan.is-2 {
  box-shadow: none;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.item-pricing-plan.is-1 {
  width: 100%;
  max-width: 42ch;
  height: 100%;
  box-shadow: none;
  background-color: #f8f8f8;
  border: 1px solid #d4d4d4;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.wrapper-frame-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .5rem;
  display: flex;
}

.title-pricing-plan {
  color: #132537;
  letter-spacing: -.9px;
  font-family: Rajdhani, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.title-month {
  color: #132537;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.list1_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
}

.list1_component.padding-0 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.list1_item {
  grid-column-gap: 0rem;
  align-items: center;
  display: flex;
}

.layout65_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .5rem;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.5rem;
  display: flex;
}

.icon-embed-custom-4.is-check-plan {
  width: .7rem;
  height: 1rem;
  color: var(--midnight-blue);
  font-size: .8rem;
}

.icon-embed-custom-4.is-check-plan.is-white {
  color: #fff;
}

.wrapper-enterprise {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #040b1b;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: grid;
}

.wrapper-item-list1_component {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40ch;
  display: flex;
}

.icon-provider {
  min-width: 5rem;
  min-height: 1.9rem;
}

.icon-provider.is-third {
  min-width: 4rem;
  max-width: 8.8rem;
}

.icon-provider.is-second {
  min-width: 0;
  max-width: 3.9rem;
}

.logo-footer {
  max-width: 18ch;
}

.layout3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_image {
  width: 100%;
  height: 100%;
}

.layout3_image.is-small {
  max-width: 34ch;
}

.loader-wrapper {
  min-height: 100vh;
}

.loader-3-instructions-delete {
  text-align: left;
  background-color: #0000;
  padding: 2rem;
  display: block;
}

.loader3_instructions-list {
  padding-left: 1.25rem;
}

.loader3_instructions-list-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.loader3_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader3_component {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader3_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  position: relative;
}

.loader3_image {
  width: 100%;
  max-width: 11ch;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.loader3_image-overlay {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

.loader3_background {
  color: var(--midnight-blue);
  background-color: #0a141f;
  position: absolute;
  inset: 0%;
}

.container-large-3 {
  width: 95%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.header29_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header29_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.header29_lightbox {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header29_lightbox-image {
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.new-faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.wrapper-providers {
  align-self: stretch;
  width: 100%;
  max-width: 45ch;
}

.line-provider {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.line-line-provider {
  background-color: var(--midnight-blue);
  flex: none;
  width: 1px;
  height: 8.8rem;
}

.wrapper-pricing-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.wrapper-logo {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  min-height: 7ch;
  padding-left: 2rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-pricing-block-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.video-box {
  background-color: #000;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.icon-play-video-box {
  color: #f9603f;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 20rem;
  width: 3.9rem;
  height: 3.2rem;
  position: absolute;
  inset: -.4rem auto 0% -1.3rem;
}

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

.wrapper-wrap-form-buy-now {
  border-right: 1px solid #cbd6e2;
  padding-right: 2rem;
}

.item-wrapper-wrap-form-buy-now {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 1rem;
  display: grid;
}

.pricing1_component {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  padding: 2rem;
}

.pricing1_component.is-buy-now {
  border-style: none;
}

.pricing1_feature-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing1_feature {
  display: flex;
}

.pricing1_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.buynow-step {
  background-color: #f8f8f8;
  border-radius: 6px;
  align-items: center;
  padding: 4px 5px;
  display: inline-block;
}

.sub-buynow-step {
  font-size: 1.2rem;
  font-weight: 600;
}

.img-step-buynow {
  width: 3.4rem;
}

.buy-now-title {
  font-size: 2.25rem;
  font-weight: 500;
}

.wrapper-button-pricing {
  margin-top: 2rem;
}

.form_wrapper_new {
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  display: block;
}

.wrap_form_wrapper_new, .wrapper_tab {
  width: 100%;
}

.chaptcha {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-large.padding-top.layout194_image {
    display: block;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_component.heading-style-h2 {
    grid-template-columns: 1fr minmax(100px, .5fr) 1fr;
  }

  .header1_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header1_image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_logo-link {
    min-width: 22ch;
    max-width: 20ch;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: #fff;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_link {
    text-align: left;
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

  .navbar2_link.is-button {
    font-size: .875rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 1rem;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    box-shadow: none;
    background-color: #1325371a;
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdown-link {
    text-align: left;
    width: auto;
    padding: .75rem 1rem;
    font-size: 16px;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: var(--midnight-blue-2);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--midnight-blue-2);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_layout137 {
    padding-top: 4rem;
  }

  .section_layout137.is-2 {
    padding-top: 3rem;
  }

  .wrapper-title-section_layout137 {
    flex-direction: column;
    align-items: center;
  }

  .lottie-new-way {
    margin-top: 3rem;
  }

  .wrapper-wrap-text-slider {
    justify-content: center;
    min-width: 20ch;
    height: 8ch;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-wrap-text-slider.is-space-1ch {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-ticker_mask.is-1 {
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-style-1--fc1 {
    margin-left: auto;
    margin-right: auto;
  }

  .logo1_logo {
    width: auto;
  }

  .logo1_logo.lease-web {
    width: 18vw;
  }

  .layout194_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout194_image-wrapper {
    align-items: center;
  }

  .layout194_image {
    min-height: auto;
  }

  .bg-blue {
    top: -2rem;
  }

  .testimonial22_component-copy {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .testimonial22_content {
    flex: none;
  }

  .footer5_newsletter-wrapper {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }

  .footer5_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer5_form-block {
    min-width: auto;
  }

  .footer5_top-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer5_link-list {
    min-width: 30%;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer5_social-icons {
    margin-bottom: 2rem;
  }

  .footer-wrapper-grid {
    flex-direction: column;
    padding-top: 3rem;
  }

  .wrapper-title-section_layout137-is-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-blue-testimoniall-sub-age {
    min-height: 60rem;
  }

  .product3_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .product3_item-link.is-websites {
    padding-top: 3rem;
  }

  .clipped {
    min-width: 102%;
    padding-right: 2%;
  }

  .layout352_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .shape-background.is-top {
    top: -5%;
  }

  .shape-background.is-bottom {
    bottom: -5%;
  }

  .contact24_component {
    grid-template-columns: 1fr 1fr;
  }

  .lottie-multicdn.layout194_image {
    left: auto;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

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

  .wrapper-selected-provider.is-providers {
    max-width: none;
  }

  .layout3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .wrapper-providers {
    max-width: none;
  }

  .line-provider {
    display: none;
  }

  .wrapper-pricing-block.padding-large.padding-vertical {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-pricing {
    font-size: 2.8rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large {
    width: 90%;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header1_component.heading-style-h2 {
    grid-template-columns: 1fr minmax(120px, .5fr) 1fr;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .wrapper-title-section_layout137 {
    flex-direction: column;
    align-items: center;
  }

  .wrapper-wrap-text-slider {
    justify-content: center;
    min-width: 15ch;
  }

  .wrapper-wrap-text-slider.is-space-1ch {
    width: auto;
    min-width: 17ch;
  }

  .text-ticker_mask {
    justify-content: center;
    padding-left: 0;
  }

  .text-ticker_mask.is-1 {
    padding-left: 0;
  }

  .text-ticker_carousel {
    align-items: center;
    display: flex;
  }

  .heading-style-1--fc1 {
    max-width: 11ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .layout194_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout194_image {
    display: block;
  }

  .layout194_content {
    padding-bottom: 2.5rem;
  }

  .section-background {
    background-image: none;
    background-position: 0 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-background.is-no-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-background-bg {
    margin-bottom: -10%;
  }

  .testimonial22_component-copy {
    grid-template-columns: 1fr;
    margin-top: -2rem;
    padding-left: 0;
    padding-right: 0;
    bottom: -2rem;
  }

  .testimonial22_content {
    padding: 1.5rem;
  }

  .testimonial22_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial22_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

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

  .footer5_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .footer5_top-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer5_link-list {
    min-width: 32%;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer5_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer5_credit-text {
    margin-top: 1rem;
  }

  .footer-wrapper-grid {
    flex-direction: column;
  }

  .wrapper-title-home, .wrapper-title-section_layout137-is-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing2_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-blue-testimoniall-sub-age {
    min-height: 62rem;
  }

  .wrapper-subpage-testmionial-blue {
    margin-top: 2rem;
  }

  .container-large-2 {
    width: 90%;
  }

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

  .product3_image-wrapper {
    height: 100%;
  }

  .layout352_progress {
    height: 84%;
    left: .375rem;
  }

  .layout352_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

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

  .layout352_centre {
    justify-content: flex-start;
  }

  .layout352_circle {
    flex: none;
    width: 4rem;
    height: 4rem;
    top: 63%;
    left: -40%;
  }

  .img-item-timeline {
    max-height: 45ch;
  }

  .img-item-timeline.layout194_image.is-timeline {
    display: block;
  }

  .title-about {
    font-size: 4.9rem;
  }

  .subtitle-about {
    font-size: 2rem;
  }

  .contact24_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lottie-multicdn.layout194_image {
    display: block;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .wrapper-cta-blog {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .title-cta-blog {
    text-align: left;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .wrapper-selected-provider {
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 2rem;
    display: flex;
  }

  .wrapper-selected-provider.is-providers {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 1.5rem;
  }

  .item-pricing-plan.is-1 {
    max-width: none;
  }

  .layout3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .container-large-3 {
    width: 90%;
  }

  .wrapper-pricing-block-wrap {
    flex-direction: column;
  }

  .wrapper-wrap-form-buy-now {
    border-right-style: none;
    padding-right: 0;
  }

  .item-wrapper-wrap-form-buy-now {
    flex-direction: column;
    display: flex;
  }

  .pricing1_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1.title-article {
    padding: 1rem;
    font-size: 2.1rem;
  }

  .heading-style-h1.is-pricing {
    font-size: 1.7rem;
  }

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

  .heading-style-h2.is-number-timeline {
    font-size: 1.6rem;
  }

  .container-large {
    width: 95%;
  }

  .button {
    font-family: Inter, sans-serif;
  }

  .header1_component, .header1_component.heading-style-h2 {
    grid-template-columns: 1fr;
  }

  .header1_image-wrapper.is-old-way {
    display: none;
  }

  .header1_image-wrapper.is-old-way.is-button-section {
    display: block;
  }

  .navbar2_logo-link {
    min-width: 20ch;
  }

  .navbar2_link {
    font-size: 1rem;
  }

  .navbar2_link.is-contact, .navbar2_link.is-button {
    display: none;
  }

  .navbar2_dropdwn-toggle {
    font-size: 1rem;
  }

  .button-primary.is-button {
    display: block;
  }

  .section_layout137 {
    padding-top: 3rem;
  }

  .wrapper-center-line-versus {
    height: auto;
  }

  .wrapper-line-vs {
    display: none;
  }

  .text-ticker_mask {
    height: 4.8rem;
    padding-left: 0;
  }

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

  .heading-style-1--fc1 {
    max-width: 10ch;
    font-size: 3rem;
  }

  .heading-style-1--fc1.span-color-header {
    max-width: none;
  }

  .heading-style-1--fc1.span-color-header.span-color-header-2 {
    display: block;
  }

  .logo1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .logo1_logo {
    max-width: 80%;
  }

  .logo1_logo.lease-web {
    width: 100%;
  }

  .layout194_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout194_image {
    min-height: 30ch;
    display: block;
  }

  .layout194_content {
    padding-bottom: 0;
  }

  .section-background-bg {
    display: block;
  }

  .bg-blue {
    top: -1rem;
  }

  .footer5_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer5_top-wrapper {
    grid-column-gap: 4%;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-columns: 1fr;
  }

  .footer5_link-list {
    width: 100%;
    min-width: auto;
    max-width: 48%;
  }

  .footer5_link-list.is-clean {
    max-width: 100%;
  }

  .section-blue-testimoniall-sub-age {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

  .product3_list {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .layout352_item {
    grid-row-gap: 1rem;
    grid-template-columns: 3rem 1fr;
  }

  .layout352_circle {
    width: 3rem;
    height: 3rem;
    left: -30%;
  }

  .subtitle-about {
    text-align: center;
    font-size: 1.8rem;
  }

  .wrapper-ttle-center-about {
    flex-direction: column;
    justify-content: center;
  }

  .icon-line-about, .fs_modal-2_close, .fs_modal-2_popup {
    display: none;
  }

  .wrapper-form-wrap {
    padding-top: 10dvh;
  }

  .wrapper-form-pad {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .cta6_form-block {
    max-width: 100%;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cancel-form {
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .wrapper-selected-provider {
    display: none;
  }

  .wrapper-selected-provider.is-providers {
    grid-column-gap: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .item-wrapper-selected-provider {
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 6ch;
    padding: .5rem;
    display: flex;
  }

  .item-wrapper-selected-provider.is-active {
    width: 33.3333%;
  }

  .item-pricing-plan.is-1 {
    padding-top: 2rem;
  }

  .wrapper-enterprise {
    flex-direction: column;
    padding: 1rem;
    display: flex;
  }

  .wrapper-item-list1_component {
    flex-direction: column;
  }

  .icon-provider {
    min-width: 5rem;
    height: 1rem;
    min-height: 1.4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .layout3_component {
    grid-template-columns: 1fr;
  }

  .container-large-3 {
    width: 95%;
  }

  .header29_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .wrapper-logo {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .pricing1_component.is-buy-now {
    padding: 0;
  }
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-5d69c8a6 {
  place-self: end center;
}

#w-node-_948f7f94-da62-d883-5c7e-67e471c50657-5d69c8a6, #w-node-_809edf30-7f89-6f10-e730-50a5870d6cda-5d69c8a6, #w-node-_311f828a-2ccb-997f-f951-deeb1ca8ce7c-5d69c8a6 {
  align-self: start;
}

#w-node-_862dfbf3-56d4-b5c0-15ea-8eaf8f43023e-8a23cfcc {
  align-self: center;
}

#w-node-_1361def8-8538-01fb-12f0-cc62e911ba81-e911ba6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1361def8-8538-01fb-12f0-cc62e911ba88-e911ba6c, #w-node-_1361def8-8538-01fb-12f0-cc62e911ba92-e911ba6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1361def8-8538-01fb-12f0-cc62e911baa3-e911ba6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1361def8-8538-01fb-12f0-cc62e911baaa-e911ba6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_99f0a63f-a59b-401a-f674-5dcb098f9774-098f976f {
  justify-self: center;
}

#w-node-_99f0a63f-a59b-401a-f674-5dcb098f978f-098f976f {
  justify-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-5d69c8a9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-5d69c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-5d69c8a9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-5d69c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-5d69c8a9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-5d69c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-5d69c8a9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-5d69c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-5d69c8a9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-5d69c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-5d69c8a9, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-5d69c8a9 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-5d69c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-5d69c8a9 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-5d69c8a9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-5d69c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-5d69c8a9 {
  justify-self: start;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-bac9aede {
  justify-self: center;
}

#w-node-_24f64803-d48d-13f5-0b02-0b02763988b1-bac9aede {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24f64803-d48d-13f5-0b02-0b02763988b3-bac9aede, #w-node-_74c10967-9622-d247-009f-6ef64efb2e1f-bac9aede {
  justify-self: center;
}

#w-node-b87bc36d-b931-39ae-256e-295e3ad17bcf-bac9aede {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b87bc36d-b931-39ae-256e-295e3ad17bd1-bac9aede {
  justify-self: center;
}

#w-node-_806655bd-d3de-bb2e-f2e3-d83226490c50-bac9aede {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_806655bd-d3de-bb2e-f2e3-d83226490c52-bac9aede, #w-node-_806655bd-d3de-bb2e-f2e3-d83226490c43-bac9aede {
  justify-self: center;
}

#w-node-_806655bd-d3de-bb2e-f2e3-d83226490c5e-bac9aede {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_806655bd-d3de-bb2e-f2e3-d83226490c60-bac9aede, #w-node-a18e9263-99e8-ffde-b9a8-241be99645ed-bac9aede {
  justify-self: center;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-6541dc01 {
  place-self: end center;
}

#w-node-_948f7f94-da62-d883-5c7e-67e471c50657-6541dc01, #w-node-_809edf30-7f89-6f10-e730-50a5870d6cda-6541dc01, #w-node-_311f828a-2ccb-997f-f951-deeb1ca8ce7c-6541dc01 {
  align-self: start;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-7cea4c22 {
  place-self: end center;
}

#w-node-_948f7f94-da62-d883-5c7e-67e471c50657-7cea4c22, #w-node-_809edf30-7f89-6f10-e730-50a5870d6cda-7cea4c22, #w-node-_311f828a-2ccb-997f-f951-deeb1ca8ce7c-7cea4c22, #w-node-ba9fa7e7-7ad5-c2a8-f06a-960d3aa3da3f-7cea4c22, #w-node-ba9fa7e7-7ad5-c2a8-f06a-960d3aa3da44-7cea4c22, #w-node-ba9fa7e7-7ad5-c2a8-f06a-960d3aa3da49-7cea4c22 {
  align-self: start;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-c372fd90 {
  place-self: end center;
}

#w-node-_948f7f94-da62-d883-5c7e-67e471c50657-c372fd90, #w-node-_809edf30-7f89-6f10-e730-50a5870d6cda-c372fd90, #w-node-_311f828a-2ccb-997f-f951-deeb1ca8ce7c-c372fd90 {
  align-self: start;
}

#w-node-_83d71aea-cc4c-a2cf-4a5f-a9f0fa48e847-34558c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83d71aea-cc4c-a2cf-4a5f-a9f0fa48e84a-34558c0b {
  justify-self: center;
}

#w-node-_6b27d9c3-e7ba-676f-8413-41b838b9828e-34558c0b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_6b27d9c3-e7ba-676f-8413-41b838b98291-34558c0b {
  justify-self: center;
}

#w-node-_32a5a72a-3537-69da-a784-c71a99b4147c-34558c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_32a5a72a-3537-69da-a784-c71a99b4147f-34558c0b {
  justify-self: center;
}

#w-node-_6b27d9c3-e7ba-676f-8413-41b838b982b3-34558c0b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_6b27d9c3-e7ba-676f-8413-41b838b982b6-34558c0b {
  justify-self: center;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-7d2cb09d {
  place-self: start;
}

#w-node-_0133b84c-d426-9449-bd39-b114d92d3446-7d2cb09d, #w-node-_0133b84c-d426-9449-bd39-b114d92d344b-7d2cb09d, #w-node-_0133b84c-d426-9449-bd39-b114d92d3450-7d2cb09d, #w-node-d48060eb-8176-60f9-3f56-b0e545432ee5-7d2cb09d {
  align-self: start;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b824238-7d2cb09d {
  place-self: start center;
}

#w-node-_0430497f-d8ad-2f25-509e-e52a9c2d4bc5-ab2e3716, #w-node-e6b53742-0c76-6384-15b3-503d74c78cbf-ab2e3716 {
  justify-self: start;
}

#w-node-e2f32f2f-838b-13b7-f303-5776968da2d6-9c0654bb, #w-node-_578abd7d-a05c-ce41-268c-b1bb769f4847-9c0654bb, #w-node-_471fae67-7417-778a-f14a-9e801e63b407-9c0654bb {
  align-self: start;
}

#w-node-_3810a2f9-cee4-a840-958f-4ba297978d84-9c0654bb {
  justify-self: center;
}

#w-node-ed0c1d73-2329-d189-bf82-ea3a4fd38ba4-9c0654bb, #w-node-_8fcbb542-4277-f85f-cc42-c3189c3d5c31-9c0654bb, #w-node-_1a6f6438-ebf4-fbdd-40e2-3975906f8862-9c0654bb, #w-node-_66a65348-f3a7-d5d5-b031-e3741c3001c0-9c0654bb, #w-node-d8f350fe-33e4-8d6f-ea32-8c106db27ab5-9c0654bb, #w-node-_24d2cfeb-0e10-0010-f0bc-b028883e8eaa-9c0654bb, #w-node-a151c2f0-c1c7-3262-5152-4598330f9d08-9c0654bb, #w-node-a151c2f0-c1c7-3262-5152-4598330f9d0b-9c0654bb, #w-node-a151c2f0-c1c7-3262-5152-4598330f9d11-9c0654bb, #w-node-a151c2f0-c1c7-3262-5152-4598330f9d17-9c0654bb, #w-node-a151c2f0-c1c7-3262-5152-4598330f9d1d-9c0654bb, #w-node-a151c2f0-c1c7-3262-5152-4598330f9d23-9c0654bb, #w-node-_244f70a4-b8b7-96a6-bcf4-307b77dd4e29-9c0654bb, #w-node-_1dee6ae3-667e-fab9-2379-e0abf837c91b-9c0654bb, #w-node-fb5ee25f-06e0-2121-a7d1-22541342bd2b-9c0654bb, #w-node-_2fdef4a0-5f85-5d52-4c69-f3a1da0f2831-9c0654bb, #w-node-_82e4d5d8-0eda-f69e-9be8-b5906a040e9c-9c0654bb, #w-node-_0d254bc9-b45c-01a3-d9a7-ebb89f2c428b-9c0654bb, #w-node-_9c3c5ddb-ad6e-1bd5-e3c7-b4006fd056e3-9c0654bb, #w-node-_7057b617-dcbd-b7f8-ee40-3c5e7c9e3e8f-9c0654bb, #w-node-_1998c327-5fa5-45c1-a84b-9596f1650d6a-9c0654bb, #w-node-_78a3f6f2-998c-d913-6b7d-6e06aa9344e6-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d33-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d36-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d3c-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d42-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d48-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d4e-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d5a-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d5d-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d63-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d69-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d6f-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d75-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d7b-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d81-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d87-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d8d-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d93-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d99-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6d9f-9c0654bb, #w-node-b3094ced-7a7d-9ef4-1bd3-302ed13d6db1-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a113e6-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a113e9-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a113ef-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a113f5-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a113fb-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11401-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a1140d-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11410-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11416-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a1141c-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11422-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11428-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a1142e-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11434-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a1143a-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11440-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11446-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a1144c-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11452-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a11458-9c0654bb, #w-node-_697d86e9-2f72-7d80-8a1a-931011a1145e-9c0654bb {
  align-self: start;
}

#w-node-f1e8324a-19d4-2216-8106-d806b1f7ba2a-9c0654bb {
  justify-self: center;
}

#w-node-f1e8324a-19d4-2216-8106-d806b1f7ba2e-9c0654bb, #w-node-f1e8324a-19d4-2216-8106-d806b1f7ba34-9c0654bb, #w-node-f1e8324a-19d4-2216-8106-d806b1f7ba3a-9c0654bb, #w-node-f1e8324a-19d4-2216-8106-d806b1f7ba40-9c0654bb, #w-node-f1616e55-5a76-c120-f929-e6c81ce08b7f-9c0654bb, #w-node-f1616e55-5a76-c120-f929-e6c81ce08b82-9c0654bb, #w-node-f1616e55-5a76-c120-f929-e6c81ce08b88-9c0654bb, #w-node-f1616e55-5a76-c120-f929-e6c81ce08b8e-9c0654bb, #w-node-f1616e55-5a76-c120-f929-e6c81ce08b94-9c0654bb, #w-node-f1616e55-5a76-c120-f929-e6c81ce08b9a-9c0654bb {
  align-self: start;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-9f892522 {
  place-self: start;
}

#w-node-_0133b84c-d426-9449-bd39-b114d92d3446-9f892522, #w-node-_0133b84c-d426-9449-bd39-b114d92d344b-9f892522, #w-node-_0133b84c-d426-9449-bd39-b114d92d3450-9f892522, #w-node-d48060eb-8176-60f9-3f56-b0e545432ee5-9f892522 {
  align-self: start;
}

#w-node-a2242a8a-10ae-fb6d-189b-8ddf6b824238-9f892522 {
  place-self: start center;
}

@media screen and (max-width: 991px) {
  #w-node-ae1dd960-abb8-3351-4b7f-8c2c8a23cfd2-8a23cfcc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_24f64803-d48d-13f5-0b02-0b02763988b1-bac9aede, #w-node-_83d71aea-cc4c-a2cf-4a5f-a9f0fa48e847-34558c0b, #w-node-_32a5a72a-3537-69da-a784-c71a99b4147c-34558c0b {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-5d69c8a6 {
    order: -9999;
  }

  #w-node-ae1dd960-abb8-3351-4b7f-8c2c8a23cfd2-8a23cfcc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ae1dd960-abb8-3351-4b7f-8c2c8a23d082-8a23cfcc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1361def8-8538-01fb-12f0-cc62e911ba81-e911ba6c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1361def8-8538-01fb-12f0-cc62e911ba84-e911ba6c, #w-node-_1361def8-8538-01fb-12f0-cc62e911ba9b-e911ba6c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1361def8-8538-01fb-12f0-cc62e911ba9f-e911ba6c, #w-node-_1361def8-8538-01fb-12f0-cc62e911baa3-e911ba6c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1361def8-8538-01fb-12f0-cc62e911baa6-e911ba6c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-bac9aede {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_24f64803-d48d-13f5-0b02-0b02763988b1-bac9aede {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_24f64803-d48d-13f5-0b02-0b02763988b3-bac9aede {
    order: -9999;
  }

  #w-node-_74c10967-9622-d247-009f-6ef64efb2e1f-bac9aede {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b87bc36d-b931-39ae-256e-295e3ad17bcf-bac9aede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b87bc36d-b931-39ae-256e-295e3ad17bd1-bac9aede {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_806655bd-d3de-bb2e-f2e3-d83226490c50-bac9aede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_806655bd-d3de-bb2e-f2e3-d83226490c52-bac9aede, #w-node-_806655bd-d3de-bb2e-f2e3-d83226490c43-bac9aede {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_806655bd-d3de-bb2e-f2e3-d83226490c5e-bac9aede {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_806655bd-d3de-bb2e-f2e3-d83226490c60-bac9aede {
    order: -9999;
  }

  #w-node-a18e9263-99e8-ffde-b9a8-241be99645eb-bac9aede {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a18e9263-99e8-ffde-b9a8-241be99645ed-bac9aede, #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-6541dc01, #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-7cea4c22, #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-c372fd90 {
    order: -9999;
  }

  #w-node-_83d71aea-cc4c-a2cf-4a5f-a9f0fa48e847-34558c0b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_83d71aea-cc4c-a2cf-4a5f-a9f0fa48e84a-34558c0b {
    order: -9999;
  }

  #w-node-_6b27d9c3-e7ba-676f-8413-41b838b9828e-34558c0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b27d9c3-e7ba-676f-8413-41b838b98291-34558c0b {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32a5a72a-3537-69da-a784-c71a99b4147c-34558c0b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_32a5a72a-3537-69da-a784-c71a99b4147f-34558c0b {
    order: -9999;
  }

  #w-node-_6b27d9c3-e7ba-676f-8413-41b838b982b3-34558c0b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6b27d9c3-e7ba-676f-8413-41b838b982b6-34558c0b, #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-7d2cb09d, #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-9f892522 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae1dd960-abb8-3351-4b7f-8c2c8a23cfd2-8a23cfcc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af51a9ae-7535-b12e-dde3-fc3e69598965-bac9aede {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-a2242a8a-10ae-fb6d-189b-8ddf6b82423a-bac9aede {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_24f64803-d48d-13f5-0b02-0b02763988b1-bac9aede, #w-node-_83d71aea-cc4c-a2cf-4a5f-a9f0fa48e847-34558c0b, #w-node-_32a5a72a-3537-69da-a784-c71a99b4147c-34558c0b {
    grid-area: 1 / 1 / 2 / 2;
  }
}


