:root {
  --black: black;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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-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;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #000;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide-subheading {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.hire-us-button {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.rl-styleguide-empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  position: static;
}

.block-quote {
  border-left-color: #000;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.text-size-small-2.text-color-black {
  color: #000;
  font-family: Inter, sans-serif;
}

.text-style-italic {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hire-us {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  max-width: 310px;
  position: fixed;
  bottom: 5px;
  left: 5px;
}

.list-3 {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.background-color-gray {
  background-color: #f4f4f4;
}

.heading-style-h2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.text-align-center {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.social-icon {
  color: #000;
  align-self: auto;
  width: 1.5rem;
  height: 1.5rem;
}

.footer-legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: underline;
}

.buy-template-label {
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
}

.text-align-right {
  text-align: right;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.hire-us-text {
  color: #fff;
  width: 90%;
  font-size: .8rem;
}

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

.heading-style-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3.text-color-white {
  color: #fff;
}

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

.heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.padding-top.padding-medium.text-color-white {
  border-top: 1px solid #ececec;
  padding-top: 2rem;
}

.hire-us-button-text {
  color: #fff;
  font-size: .8rem;
}

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

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 5rem;
}

.margin-bottom.margin-large {
  margin-bottom: 4rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 1rem;
}

.margin-bottom.margin-small {
  text-align: left;
}

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

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

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4px;
}

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

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.form-input.is-text-area {
  border-color: #dedede;
  border-radius: 12px;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
  border-color: #dedede;
}

.form-input.radius-6 {
  background-color: #f7f7f7;
  border-radius: 6px;
}

.text-weight-normal {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.heading-style-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph {
  color: #212833;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.max-width-large.text-align-center {
  max-width: 48rem;
}

.paragraph.blog-card {
  height: 50px;
  overflow: hidden;
}

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

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

.container-large.background-color-gray {
  background-color: #f6f7f700;
  border-radius: 20px;
  overflow: hidden;
}

.form-radio-label {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.buy-template {
  z-index: 9999;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #4353ff;
  border-radius: 4px;
  align-items: center;
  width: 154px;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 52px;
  right: 12px;
}

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

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

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

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

.rl-styleguide-label.is-html-tag {
  background-color: #be4aa5;
}

.form-field-wrapper {
  position: relative;
}

.rl-styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  align-items: start;
}

.footer-left-wrapper.text-color-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-weight-xbold {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.footer-link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #000;
}

.main-wrapper {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s;
}

.button:hover {
  background-color: #3b3b3b;
}

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

.button.is-secondary {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #1a0164;
  border-style: solid;
  border-color: #000;
  margin-top: 0;
}

.button.is-secondary.is-icon {
  color: #000;
  background-color: #e9e5e5;
  border-style: none;
  border-color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.button.is-secondary.is-icon:hover {
  background-color: #dddbdb;
}

.button.is-secondary.is-icon.small {
  background-color: #e0dcdc;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-right: .5rem;
}

.button.is-secondary.is-icon.is-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #1a0164;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: .75rem;
  text-decoration: none;
  display: flex;
}

.button.is-icon:hover {
  background-color: #0f013a;
}

.button.is-icon.background-color-black:hover {
  background-color: #444;
}

.button.rounded {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  padding: 1rem;
}

.button.rounded.dark {
  color: #000;
  background-color: #e9e5e5;
  border-color: #e9e5e5;
}

.button.max-width-full {
  color: #fff;
  background-color: #000;
}

.button.cart {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button.is-secondary {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border-style: solid;
  border-color: #000;
}

.button.is-secondary:hover {
  background-color: #3c3c3c;
}

.button.secondary {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
  margin-top: 0;
}

.button.secondary:hover {
  background-color: #e7e7e7;
}

.hire-us-wrapper {
  border-radius: 8px;
  padding: 15px;
  position: relative;
}

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

.text-rich-text {
  margin-top: 2rem;
}

.text-align-left {
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-align-center {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-align-center.margin-bottom.margin-small {
  text-align: center;
  margin-bottom: 2rem;
}

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

.page-wrapper {
  position: relative;
}

.heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.all-templates {
  z-index: 999999;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 154px;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 2px 5px #00000021;
}

.text-style-2lines {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-size-medium {
  padding-top: 2em;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

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

.heading-style-h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

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

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

.rl-styleguide-heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.image-7 {
  width: 20px;
  height: 20px;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  text-align: center;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.rl-styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.text-weight-light {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

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

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

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

.text-style-3lines {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.form-checkbox-label {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

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

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-styleguide-color {
  padding-bottom: 8rem;
}

.rl-styleguide-color.is-gray {
  background-color: #f4f4f4;
}

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

.rl-styleguide-color.is-black {
  background-color: #000;
}

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

.image-logo {
  max-width: 140px;
}

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

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

.footer-credit-text {
  color: #000;
  font-size: 1rem;
}

.hire-us-close-icon {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
}

.footer-social-link {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #4197a7;
}

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

.footer-menu-wrapper.text-color-white {
  grid-template-columns: 1fr 1fr;
}

.heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.all-templates-label {
  color: #000;
  font-size: .8rem;
  font-weight: 600;
}

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

.dup-icon {
  width: 16px;
}

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

.padding-vertical.padding-xxlarge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-component {
  color: #fff;
  background-color: #fff;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.field-label {
  color: #7e7e7e;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Roboto Mono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

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

.padding-bottom.padding-xxlarge {
  padding-bottom: 2rem;
}

.footer-logo-link {
  float: none;
  padding-left: 0;
}

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

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.heading-8 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-9 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-10 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-11 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-12 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-13 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.block-quote-2 {
  border-left-color: #000;
  font-weight: 500;
}

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

.padding-section-medium.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-medium.extra-padding-top {
  padding-top: 10rem;
}

.section-header {
  z-index: 0;
  margin-top: 0;
  position: relative;
}

.section-header.homepage, .section-header.main, .section-header.features {
  border-radius: 48px;
  justify-content: center;
  align-items: flex-start;
  margin-top: -6.1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-centered {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-component {
  display: flex;
  overflow: visible;
}

.logo3-logo {
  max-height: 3.5rem;
}

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

.logos-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
  overflow: visible;
}

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

.section-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 4rem;
  display: block;
  overflow: hidden;
}

.heading-style-h2-2 {
  color: #000;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

._3-columns {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.head-info {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 4rem;
  display: grid;
}

.section {
  background-color: #fff;
}

.info-product-right-image {
  grid-column-gap: 47px;
  border-top: 1.4px #d1d1d1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 8rem;
}

.column-details-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.column-details {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.column-details._450-height {
  grid-row-gap: 0px;
  justify-content: space-between;
  height: 400px;
}

.info-product-left-image {
  grid-column-gap: 61px;
  border-top: 1.4px #d1d1d1;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  margin-top: 8rem;
}

.info-product-left-image.first {
  grid-column-gap: 31px;
  border-top-style: none;
  margin-top: 0;
}

.feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.graphic-image {
  width: 100%;
}

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

.tabs-content-main {
  border: 1px solid #d2d2d2;
  border-radius: 30px;
}

.testimonial-inner-wrapper {
  background-color: #fff;
  border-top: 3px solid #f27d28;
  border-radius: 18px 0 80px 18px;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  height: 440px;
  padding: 2rem 1.6rem;
  display: flex;
}

.testimonial-inner-wrapper.blue {
  background-color: #fff;
  border-top-style: none;
  border-top-color: #000;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 30px;
}

.testimonial-stats {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  padding: 3.6rem 2rem 2rem;
  display: flex;
}

.tab-link {
  grid-column-gap: 10px;
  opacity: .3;
  background-color: #0000;
  border: 1px #000;
  flex: 0 auto;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 10px;
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  border-radius: 200px;
  flex: 0 auto;
  align-items: center;
  padding: 0;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.testimonial-main-wrapper {
  background-color: #f1f1f1;
  border-radius: 32px;
  display: flex;
}

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

.testimonial-stats-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.testimonial-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.tab-pane-tab-1 {
  border-radius: 32px;
}

.heading-16 {
  letter-spacing: -2.56px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.logo-testimonial {
  max-width: 160px;
}

.testimonial-text {
  color: #fff;
  letter-spacing: -1.4px;
  margin-bottom: 1rem;
  font-size: 2.3rem;
  line-height: 1.2;
}

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

.testimonial-text.text-color-black.max-width-large {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-size-medium-10 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium-10.text-color-black.text-weight-bold {
  font-size: 1.2rem;
  font-weight: 700;
}

.tabs {
  border-radius: 18px;
  margin-top: 4rem;
}

.horizontal-divider {
  background-color: #282c3266;
  width: 100%;
  height: 1px;
}

.feature-inner-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-style-h3-2 {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.grid-5 {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-block-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  padding: 5.2rem;
  display: flex;
}

.section-cta {
  background-color: #fff;
}

.cta-inner {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  background-color: #ebebeb;
  background-image: url('../images/Ready-to-save-money-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8rem 2.3rem;
  display: grid;
  box-shadow: inset 0 0 90px #fff;
}

.link-5 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.link-6 {
  color: #000;
}

.link-7 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.cart-wrapper {
  z-index: 99999;
  background-color: #000c;
  border-radius: 14px;
}

.brand {
  width: 140px;
  height: 39px;
  margin-right: 20px;
  padding-left: 0;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cart-container {
  border-radius: 12px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-main {
  z-index: 99999;
  height: 92px;
  margin-top: 20px;
  position: relative;
}

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

.icon-3 {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cart-text {
  margin-right: 3px;
}

.navbar-link {
  padding: 1.5rem .7rem;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.navbar-link:hover {
  color: #383838;
}

.navbar-link.w--current {
  color: #000;
}

.cart-quantity-3 {
  color: #0b141f;
  background-color: #0000;
  min-width: auto;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}

.web-payments {
  border-radius: 10px;
}

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

.icon-menu {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.text-size-medium-12.max-width-large.text-align-center {
  max-width: 40rem;
  line-height: 1.5;
}

.text-size-medium-12.text-align-center {
  padding-left: 0;
  padding-right: 0;
}

.cart-container-2 {
  border-radius: 10px;
}

.dropdown-list {
  background-color: #866262;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding: 7px;
  box-shadow: 0 2px 12px #00000029;
}

.navigation-right {
  grid-column-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.nav-menu {
  color: #283338;
  align-items: center;
  margin-right: auto;
  font-size: 15px;
  display: block;
  position: static;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  display: none;
}

.navigation-wrap {
  z-index: 1000;
  background-color: #fff0;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px #002e2433;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.paragraph-2 {
  color: #212833;
  min-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.paragraph-2.blog-card {
  height: 50px;
  overflow: hidden;
}

.core-features {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

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

.text-align-center-6 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-question {
  cursor: pointer;
  border-top: 1px solid #c5c3c3;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: .75rem;
  display: flex;
}

.faq-question.last {
  padding-bottom: 1.25rem;
}

.faq-answer {
  overflow: hidden;
}

.faq-component-2 {
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  display: flex;
}

.faq2-icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.max-width-full {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.career-item {
  background-color: #f1f1f1;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.career-job-details-wrapper {
  display: flex;
}

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

.career-list-wrapper {
  overflow: hidden;
}

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

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

.career-item-link {
  background-color: #f3f4f500;
  border: 1px #000;
  border-radius: 32px;
  padding: 2rem 0;
  text-decoration: none;
}

.career-detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.career17-icon-wrapper {
  flex: none;
  margin-right: .75rem;
}

.container-smaller {
  z-index: 1;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.career-roles {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.career-title-wrapper {
  cursor: pointer;
  align-items: center;
  display: flex;
}

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

.career-component {
  margin-top: 65px;
}

.textarea-2 {
  background-color: #f7f7f8;
  border: 1.2px solid #e6e6e8;
  border-radius: 10px;
  min-height: 220px;
}

.text-field-3 {
  background-color: #f7f7f8;
  border: 1.2px solid #e6e6e8;
  border-radius: 10px;
  height: 50px;
}

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

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

.login-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.login-image-wrapper {
  background-color: #f4f4f400;
  justify-content: center;
  align-items: center;
  padding: 21px;
}

.login-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.login-content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.field-label-wrapper {
  justify-content: space-between;
  display: flex;
}

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

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

.text-align-center-2 {
  text-align: center;
  font-size: 1.1rem;
}

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

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

.margin-top.margin-small {
  margin-top: 1.5rem;
}

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

.text-style-link-2 {
  font-size: 1.1rem;
  text-decoration: underline;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

.login-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.login-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.login-form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.error-text {
  color: #e23939;
}

.text-align-center-7 {
  text-align: center;
  font-size: 1.1rem;
}

.text-style-link-3 {
  font-size: 1.1rem;
  text-decoration: underline;
}

.login-form-block-2 {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.text-align-center-8 {
  text-align: center;
  font-size: 1.1rem;
}

.text-style-link-4 {
  font-size: 1.1rem;
  text-decoration: underline;
}

.login-form-block-3 {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.icons-grid {
  grid-column-gap: 45px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.typography-demo {
  font-family: Domine, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.typography-demo.satoshi {
  font-family: Inter, sans-serif;
}

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

.licensing-images-grid {
  grid-column-gap: 34px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.typography-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto;
  justify-items: center;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

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

.licensing-small-image {
  border-radius: 8px;
  height: auto;
  overflow: hidden;
}

.licensing-large-image {
  border-radius: 8px;
  height: auto;
  display: block;
  overflow: hidden;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.nav-visual-image {
  object-fit: contain;
  border-radius: 18px;
  width: 100%;
  height: auto;
}

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

.changelog {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.changelog.padding-bottom.padding-xlarge {
  margin-top: 7.9rem;
  margin-bottom: 6.4rem;
}

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

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

.collection-list-3 {
  display: flex;
}

.blog-category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

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

.blog-component {
  margin-top: 2rem;
}

.collection-list {
  grid-column-gap: 29px;
  grid-row-gap: 43px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.blog23-menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog23-menu-link.w--current {
  border: 1px solid #000;
}

.blog23-menu-link.current.w--current {
  border-radius: 200px;
}

.text-size-regular-2 {
  height: 49px;
  font-size: 1rem;
  overflow: hidden;
}

.mage-overlay {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.blog-text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-featured-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.blog-featured-image {
  object-fit: cover;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-category-wrapper {
  background-color: #e4e4e4;
  border-radius: 200px;
  margin-bottom: .5rem;
  display: inline-block;
}

.blog-category-wrapper.padding-xxsmall {
  background-color: #e9e9e9;
  border-radius: 200px;
  flex: 0 auto;
  padding: .5rem;
  display: block;
}

.blog23-featured-title-wrapper {
  margin-bottom: 1rem;
}

.read-time {
  align-items: center;
  display: flex;
}

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

.blog-item-link {
  border-radius: 14px;
  flex-flow: column wrap;
  flex: 1;
  order: 0;
  width: 100%;
  text-decoration: none;
  display: block;
}

.blog-featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-featured-item {
  background-color: #f3f4f5;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  margin-bottom: 4rem;
  display: flex;
}

.reading-time {
  margin-left: 5px;
  font-size: .875rem;
}

.blog-item-content-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.blog-date-wrapper {
  align-items: center;
  display: flex;
}

.blog-featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.blog-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding: 1.5rem;
  display: flex;
}

.blog-item {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  flex-direction: column;
  min-height: auto;
  display: flex;
}

.blog-image-wrapper {
  object-fit: fill;
  border: 1px #e4e4e4;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

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

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

.text-size-small-3.text-weight-medium {
  padding-left: .5rem;
  padding-right: .5rem;
}

.blog-title-wrapper {
  margin-bottom: .5rem;
}

.pricing-tab-link {
  background-color: #0000;
  border: 1px #000;
  padding: .5rem 1.5rem;
}

.pricing-tab-link.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 200px;
}

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

.pricing-plan-features {
  margin-top: 2em;
}

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

.pricing-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-grid.margin-top {
  grid-template-columns: 1fr;
  max-width: 400px;
}

.icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.plan-feature-row {
  grid-column-gap: 7px;
  display: flex;
}

.pricing-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.label-mention {
  margin-top: 28px;
  font-size: 1rem;
}

.pricing-package-cta {
  display: flex;
}

.pricing-plan {
  grid-row-gap: 20px;
  background-color: #f3f4f5;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 41px 32px 69px;
  display: flex;
}

.pricing-plan.third {
  background-color: #fff;
  background-image: url('../images/price-bg3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: solid;
  min-width: 400px;
}

.pricing-plan.second {
  background-color: #fff;
  background-image: url('../images/price-bg2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: solid;
}

.pricing-plan.first {
  background-color: #fff;
  background-image: url('../images/price-bg1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: solid;
}

.pricing8-tabs-menu {
  border-radius: 10px;
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.pricing-tab-pane {
  padding-bottom: 0;
}

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

.collection-list-4 {
  grid-column-gap: 29px;
  grid-row-gap: 43px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.blog-item-content-2 {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.heading-style-h5-5 {
  font-family: Domine, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.blog-item-content-top-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blogpost-author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.blogpost-author-wrapper.content-bottom {
  margin-bottom: 0;
  display: flex;
}

.blogpost-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

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

.blogpost-header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

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

.blogpost1-text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost-share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blogpost3-author-text {
  display: flex;
}

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

.blogpost-content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost-content {
  margin-bottom: 4rem;
}

.breadcrumb-link {
  color: #000;
  text-decoration: none;
}

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

.blogpost-share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost3-date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost-title-wrapper {
  flex-direction: column;
  display: flex;
}

.blogpost3-social-link {
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: .25rem;
}

.blogpost3-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost-breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blogpost-image {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.blogpost-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.blog67-button-row.show-mobile-landscape {
  display: none;
}

.collection-list-5 {
  grid-column-gap: 30px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3-3 {
  font-family: Domine, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.section-blog {
  overflow: hidden;
}

.blog67-heading {
  flex: 1;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
}

.blog-item-content-3 {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding: 1.5rem;
  display: flex;
}

.mage-overlay-2 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.blog-image-wrapper-2 {
  border: 1px #e4e4e4;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog-item-content-top-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkmark-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

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

.form-wrapper {
  background-color: #f0f0f0;
  border-radius: 14px;
  padding: 28px;
  position: relative;
}

.text-highlight {
  color: #909396;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

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

.info-content {
  flex-direction: column;
  justify-content: space-between;
  height: 560px;
  display: flex;
}

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

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

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

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

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

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

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

.not-found-block {
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
  display: flex;
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 25rem;
  display: flex;
}

.grid-content {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: center start;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.hero-content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-block {
  display: inline-block;
}

._2-columns {
  grid-column-gap: 37px;
  grid-template-rows: auto;
}

.column-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.info-block-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #ffffff91;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.info-block-inner.dark_blue {
  color: #fff;
  background-color: #2f5eba;
}

.info-block-inner.ocean-blue {
  background-color: #86defd;
}

.info-block-inner.light-blue {
  background-color: #9bcaff;
}

.info-block-inner.light-gray {
  background-color: #e6ebf2;
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 26px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: background-color .25s;
}

.button-3:hover {
  background-color: #303030;
}

.info-content-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.info-component-2 {
  grid-column-gap: 6.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  padding-left: 10em;
  padding-right: 10em;
  display: grid;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.form-wrapper-3 {
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  padding: 28px;
  position: relative;
}

.info-content-3 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
}

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

.country {
  display: none;
}

.extras-cta {
  display: block;
}

.image-8 {
  border-radius: 200px;
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: #f1efef;
}

.section-inner-wrapper {
  background-image: linear-gradient(#fff0 87%, #ffffffab);
  border-radius: 48px;
  flex: 1;
  max-width: 1440px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.section-inner-wrapper.about {
  background-image: url('../images/bg-blur.png');
  background-position: 50% 330%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.section-inner-wrapper.demo {
  background-image: url('../images/bg-blur.png');
  background-position: 50% 480%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.stats-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.content-insights {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.paragraph-3 {
  color: #212833;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}

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

.insight-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.content-data {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stats-label {
  color: #8d8d8d;
}

.grid-content-2 {
  grid-column-gap: 51px;
  grid-template-rows: auto;
}

.stats-values {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.insight-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.heading-style-h2-3 {
  color: #000;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.awards-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 0 5.2rem;
  display: flex;
}

.heading-style-h3-5 {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.grid-7 {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.award-inner-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.award-image {
  max-width: 140px;
}

.team-member {
  background-color: #f3f3f3;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.image-team-member {
  width: 100%;
}

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

.team-members {
  grid-row-gap: 26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.member-info {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.icon-24 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block {
  background-color: #cecece;
  border: 1px #000;
  width: 100%;
  height: 1px;
}

.team-member-socials {
  grid-column-gap: 13px;
  display: flex;
}

.logo-account {
  max-width: 120px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 800px;
  position: static;
  top: 0;
}

.videobg {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hero.png');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
}

.cta-inner-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.world-map {
  padding: 0;
}

.new-design-green-upsell-gray-line {
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 1194px;
  text-decoration: none;
  display: flex;
}

.main {
  background-color: #fff;
}

.header-style {
  background-color: #0f0f0f;
  border: 0 solid #e9eaec;
  border-bottom-width: 1px;
  overflow: hidden;
}

.background {
  background-image: linear-gradient(90deg, #fff0 53%, #fff 100%), url('../images/background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1055px;
}

.privacynest-logo-1-1 {
  object-fit: cover;
  overflow: hidden;
}

.heading-2-great-deal-save-1995-off {
  color: #212833;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
}

.text {
  color: #212833;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.verticalborder {
  border: 0 solid #5a636d21;
  border-right-width: 1px;
}

.paragraphhorizontalborder {
  border: 0 solid #5a636d21;
  border-top-width: 1px;
}

.text-2 {
  color: #2c3035;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-3 {
  color: #2c3035;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-4 {
  color: #2c3035;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.overlayshadow {
  background-color: #0bc86d08;
  border: 1px solid #0bc86d;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px #0000001a, 0 4px 6px #0000001a;
}

.heading-4-block-annoying-ads {
  color: #2c3035;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-decoration: none;
}

.text-5 {
  color: #5a636d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.fi_4240150 {
  overflow: hidden;
}

.background-2 {
  background-color: #fff;
  border: .5px solid #e9eaec;
  border-radius: 6px;
}

.vector {
  object-fit: cover;
}

.input {
  object-fit: cover;
  border: 1px solid #0075ff;
  border-radius: 50px;
}

.input-2 {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: hidden;
}

.text-6 {
  color: #5a636d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.border {
  border: 1px solid #dedede;
  border-radius: 4px;
}

.options {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.text-7 {
  color: #5a636d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.background-3 {
  background-color: #eaf6ef;
}

.rectangle-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.input-3 {
  background-color: #0bc86d;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0bc86d59;
}

.text-10 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.text-11 {
  color: #5a636d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-12 {
  color: #5a636d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.overlayshadow-2 {
  object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px #0000001a, 0 4px 6px #0000001a;
}

.group-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #0cb061;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

._995month-0 {
  color: #2c3035;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

._995month-1 {
  color: #2c3035;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.yes-i-want-the-toolpower-bundle-for-995month-0 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.yes-i-want-the-toolpower-bundle-for-995month-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.yes-i-want-the-toolpower-bundle-for-995month-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-block {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  padding: .75rem 1.5rem;
}

.section-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.container-2 {
  background-color: var(--black);
  min-width: 500px;
}

.choice {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: 662px;
  padding: 36px 143px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 113%;
  text-decoration: none;
}

.text-15 {
  color: #eee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 0%;
  text-decoration: none;
}

.download {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 362px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.left {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 335px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-style {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 223px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 172px;
  left: 76px;
}

.image {
  object-fit: cover;
}

.choice-2 {
  grid-row-gap: 50px;
  mix-blend-mode: normal;
  background-image: url('../images/Background_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1300px;
  border: 6px solid #ffffffc4;
  border-radius: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: 662px;
  min-height: 662px;
  padding: 36px 143px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 20px #0003;
}

.text-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 113%;
  text-decoration: none;
}

.text-17 {
  color: #212833;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 106.51%;
  text-decoration: none;
}

.download-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.left-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 335px;
  text-decoration: none;
  display: flex;
}

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

.button-style-2 {
  grid-column-gap: 8px;
  background-color: #0072fd;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .75rem 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-2:hover {
  background-color: #005ccc;
}

.text-18 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.line {
  background-color: #212833;
  overflow: hidden;
}

.right-2 {
  grid-row-gap: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 335px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 113%;
  text-decoration: none;
}

.text-20 {
  color: #212833;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 106.51%;
  text-decoration: none;
}

.bundle-security {
  object-fit: cover;
  position: static;
  overflow: hidden;
}

.text-21 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.security-bundle {
  grid-row-gap: 50px;
  background-image: url('../images/Background_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1300px;
  border: 6px solid #ffffffc4;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: 662px;
  min-height: 662px;
  padding: 36px 143px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 20px #0003;
}

.download-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.left-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #212833;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 106.51%;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 8px;
  background-color: #0072fd;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 55px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-3:hover {
  background-color: #005ccc;
}

.left-4 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 304px;
  height: 39px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-25 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fi_25412 {
  object-fit: cover;
  overflow: hidden;
}

.text-23 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.download-4 {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 72px;
  height: 39px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector-2 {
  object-fit: cover;
}

.android {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style-4 {
  grid-column-gap: 8px;
  background-color: #666;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 55px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-24 {
  color: #fff6;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-25 {
  color: #4f5765;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-5 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 55px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.button-style-5:hover {
  background-color: #ebebeb;
}

.left-5 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 165px;
  height: 39px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-26 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-27 {
  color: #4f5765;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

.left-6 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 335px;
  text-decoration: none;
  display: flex;
}

.checkbox-label {
  font-size: .8rem;
  font-weight: 200;
}

.checkbox {
  flex-flow: row;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 4px;
  padding-top: 0;
  padding-right: 0;
  display: inline-flex;
  position: relative;
}

.checkbox-field {
  padding-left: 0;
}

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.centered-s-v {
    text-align: center;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .button.is-icon {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
  }

  .button.is-icon.background-color-black {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .field-label {
    font-size: 1.1rem;
  }

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

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

  .section-header.homepage, .section-header.main, .section-header.features {
    background-position: 50% 0;
    background-size: auto;
  }

  .section-logos {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  ._3-columns {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .head-info {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    min-height: auto;
  }

  .info-product-right-image {
    grid-column-gap: 35px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 6rem;
    display: flex;
  }

  .column-details {
    max-width: 100%;
  }

  .column-details._450-height {
    grid-row-gap: 40px;
    height: auto;
  }

  .info-product-left-image {
    grid-column-gap: 35px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6rem;
    display: flex;
  }

  .info-product-left-image.first {
    margin-top: 0;
  }

  .testimonial-inner-wrapper.blue {
    border-bottom-right-radius: 40px;
    width: 63%;
  }

  .testimonial-stats {
    width: 37%;
  }

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

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

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

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

  .features-block-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 3rem 2rem;
  }

  .section-cta {
    background-position: 130%;
    background-size: auto 100%;
  }

  .cta-inner {
    background-color: #ebebeb00;
    background-image: linear-gradient(#fff0, #ffffffb0 44%, #ffffffb3 62%, #fff0), url('../images/CtaBG.png');
    background-position: 0 0, 100%;
    flex-direction: column;
    display: flex;
  }

  .navigation-mob {
    border-bottom: 0 #4455671c;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .menu-mob {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #00176b;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-main {
    height: 86px;
  }

  .navigation-left {
    display: flex;
  }

  .navbar-link {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-mobile-button-wrap {
    grid-column-gap: 9px;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    display: flex;
    position: absolute;
    box-shadow: 0 10px 20px #0003;
  }

  .nav-menu-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 33px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .navigation {
    border-bottom-style: none;
    display: none;
  }

  .core-features {
    grid-row-gap: 27px;
    grid-template-columns: 1fr 1fr;
  }

  .login-footer {
    justify-content: center;
    padding-left: 0%;
  }

  .login-image {
    height: 40rem;
  }

  .login-content-left {
    padding-top: 6rem;
  }

  .text-align-center-2 {
    font-size: 1.1rem;
  }

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

  .text-style-link-2 {
    font-size: 1.1rem;
  }

  .login-navbar {
    justify-content: center;
  }

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

  .text-align-center-7, .text-style-link-3, .text-align-center-8, .text-style-link-4 {
    font-size: 1.1rem;
  }

  .content28-component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .style-guide-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-featured-item-content {
    padding: 2rem;
  }

  .read-time {
    display: none;
  }

  .pricing-grid.margin-top {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .pricing-plan.first {
    background-size: contain;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .blogpost-content {
    margin-bottom: 3rem;
  }

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

  .blog67-button-row {
    flex: none;
  }

  .heading-style-h3-3 {
    font-size: 2.25rem;
  }

  .blog67-heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog67-heading {
    margin-right: 3rem;
  }

  .form-wrapper {
    width: 100%;
  }

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

  .info-content {
    align-self: flex-start;
    height: auto;
    margin-right: auto;
  }

  .pricing-collection-list {
    grid-template-columns: 1fr;
  }

  .grid-content {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .info-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .form-wrapper-3 {
    width: 100%;
    padding: 20px;
  }

  .section-inner-wrapper {
    border-radius: 30px;
  }

  .section-inner-wrapper.demo {
    background-position: 0 0, 100% 0, 0 0;
    background-size: auto, 220%, auto;
  }

  .grid-content-2 {
    grid-row-gap: 90px;
    flex-direction: column;
    display: flex;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .awards-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 3rem 2rem;
  }

  .heading-style-h3-5 {
    font-size: 2.25rem;
  }

  .grid-7 {
    grid-column-gap: 33px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr 1fr;
  }

  .team-members {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .background-video {
    height: 730px;
  }

  .videobg {
    background-image: linear-gradient(#fff0 83%, #ffffffeb), linear-gradient(90deg, #eeeef0 48%, #eeeef0c2 68%, #eeeef0a1 79%, #eeeef000 86%);
    height: 730px;
  }

  .cta-inner-left {
    justify-content: flex-start;
    align-items: center;
  }

  .checkbox-label {
    padding-bottom: 0;
  }

  .checkbox {
    margin-top: 12px;
  }

  .checkbox-field {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .footer3-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .footer-credit-text {
    margin-top: 2rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

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

  .hero-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo3-logo {
    max-height: 3rem;
  }

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

  .logos-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3-wrapper {
    padding: .75rem 1rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .head-info {
    grid-row-gap: 3rem;
  }

  .info-product-right-image {
    grid-row-gap: 26px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .info-product-left-image {
    grid-row-gap: 26px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .info-product-left-image.first {
    margin-top: 0;
  }

  .testimonial-inner-wrapper {
    width: 96%;
    padding-left: 1.1rem;
  }

  .testimonial-inner-wrapper.blue {
    width: 100%;
  }

  .testimonial-stats {
    width: 100%;
    padding-top: 2rem;
  }

  .testimonial-main-wrapper {
    flex-direction: column;
  }

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

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .cart-quantity-3 {
    font-size: 14px;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2-icon {
    width: 1.75rem;
  }

  .career-item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .career-item-link {
    padding: 1.5rem 0;
  }

  .career-list {
    grid-row-gap: 1.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .login-footer {
    height: 4rem;
  }

  .login-image {
    height: 30rem;
  }

  .login-content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

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

  .login-navbar {
    height: 4rem;
  }

  .licensing-images-grid {
    grid-template-columns: 1fr;
  }

  .blog-category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog-featured-item-content {
    padding: 1.5rem;
  }

  .blog-featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .blog-featured-item {
    margin-bottom: 3rem;
  }

  .blog-featured-image-wrapper {
    padding-top: 66%;
  }

  .heading-style-h5-5 {
    font-size: 1.25rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .blogpost-header {
    grid-row-gap: 3rem;
  }

  .blogpost-content {
    margin-bottom: 2rem;
  }

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

  .blog67-button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog67-button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .heading-style-h3-3 {
    font-size: 2rem;
  }

  .blog67-heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog67-heading {
    margin-right: 0;
  }

  .info-component {
    grid-row-gap: 3rem;
  }

  .grid-content {
    margin-top: 0;
  }

  ._2-columns {
    flex-direction: column;
    display: flex;
  }

  .info-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-component-2 {
    grid-row-gap: 3rem;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .heading-style-h3-5 {
    font-size: 2rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .background-video, .videobg {
    height: 660px;
  }

  .headline-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-grid-colours {
    flex-direction: column;
    display: flex;
  }

  .hire-us {
    display: none;
  }

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

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

  .paragraph {
    font-size: 1rem;
  }

  .rl-styleguide-item-row {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button, .button.is-secondary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .button.is-secondary.is-icon {
    padding-right: 1rem;
  }

  .button.is-secondary, .button.secondary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.4rem;
  }

  .heading {
    font-size: 3.2rem;
  }

  .footer-credit-text {
    font-size: .9rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: 0rem;
  }

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

  .field-label {
    color: #000;
    font-size: 1rem;
  }

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

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

  .section-header {
    background-size: auto 850px;
  }

  .hero-centered {
    margin-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos-list {
    justify-content: center;
    padding-top: 0;
  }

  .logo3-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .head-info {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .info-product-left-image {
    margin-top: 6rem;
  }

  .info-product-left-image.first {
    margin-top: 0;
  }

  .testimonial-inner-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .testimonial-inner-wrapper.blue {
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-stats {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    grid-column-gap: 13px;
    grid-row-gap: 11px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-text {
    font-size: 1.6rem;
  }

  .feature-inner-block {
    grid-row-gap: 10px;
  }

  .grid-5 {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .features-block-main {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .cta-inner {
    background-position: 50%, 0%;
    background-size: cover, auto;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .brand {
    width: 40%;
    max-width: 140px;
  }

  .navigation-mob {
    height: 80px;
  }

  .menu-mob {
    padding: 15px;
  }

  .menu-mob.w--open {
    background-color: #0011a8;
  }

  .navigation-main {
    height: 80px;
  }

  .nav-menu-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .core-features {
    grid-template-columns: 1fr;
  }

  .career-job-details-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .career-item-link {
    flex-direction: column;
    display: flex;
  }

  .form-row.margin-bottom.margin-xsmall {
    flex-direction: column;
  }

  .form-field {
    width: 100%;
  }

  .login-image {
    height: 25rem;
  }

  .text-align-center-2 {
    font-size: 1rem;
  }

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

  .text-style-link-2, .text-align-center-7, .text-style-link-3, .text-align-center-8, .text-style-link-4 {
    font-size: 1rem;
  }

  .icons-grid, .licensing-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-section {
    grid-row-gap: 35px;
  }

  .collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-featured-item-content, .blog-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .collection-list-4 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-item-content-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h5-5 {
    font-size: 1.4rem;
  }

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

  .blogpost-share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost-content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .blog-item-content-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form-wrapper {
    padding: 12px;
  }

  .text-highlight {
    font-size: .9rem;
  }

  .info-component, .pricing-collection-list {
    grid-template-columns: 1fr;
  }

  .grid-content {
    grid-row-gap: 40px;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .info-block-inner {
    height: 150px;
  }

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

  .button-3 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9rem;
  }

  .info-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-component-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .form-wrapper-3 {
    padding: 22px;
  }

  .section-inner-wrapper {
    background-position: 0 0, 50% 100%, 0 0;
    background-size: auto, 330%, auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-inner-wrapper.demo {
    background-position: 0 0, 100%, 0 0;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .insight-main {
    flex-direction: column;
  }

  .grid-content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-main {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .grid-7 {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .award-inner-block {
    grid-row-gap: 10px;
  }

  .team-members {
    grid-template-columns: 1fr;
  }

  .background-video {
    height: 630px;
  }

  .videobg {
    background-image: linear-gradient(#fff0 83%, #ffffffeb), linear-gradient(90deg, #eeeef0 48%, #eeeef0c2 68%, #eeeef0a1 79%, #eeeef000);
    height: 630px;
  }

  .headline-block {
    margin-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .world-map {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-adbe23e8-8314-7934-9be9-ed6e1de9ec74-ea194bf9, #w-node-_52b6f908-5d42-78ea-262f-e072d9589396-ea194bf9, #w-node-_52b6f908-5d42-78ea-262f-e072d95893ab-ea194bf9, #w-node-_369ce2bc-03af-7497-ec4d-8e704e8275a7-4e8275a3, #w-node-aee1677b-e8cb-c036-d682-c4ddcd024912-cd024909, #w-node-aee1677b-e8cb-c036-d682-c4ddcd024918-cd024909, #w-node-aee1677b-e8cb-c036-d682-c4ddcd02491e-cd024909, #w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f2dc-9cc0f2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f2de-9cc0f2d7, #w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f2fd-9cc0f2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f30a-9cc0f2d7, #w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f30d-9cc0f2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f30f-9cc0f2d7, #w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f32e-9cc0f2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f5cb95db-3948-4e58-b7f4-a3ff9cc0f33b-9cc0f2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_789c6542-3683-d487-2f8a-78438d37dcae-8d37dca5, #w-node-_789c6542-3683-d487-2f8a-78438d37dcb0-8d37dca5, #w-node-_789c6542-3683-d487-2f8a-78438d37dcb2-8d37dca5, #w-node-_789c6542-3683-d487-2f8a-78438d37dcb4-8d37dca5, #w-node-_789c6542-3683-d487-2f8a-78438d37dcb6-8d37dca5, #w-node-_789c6542-3683-d487-2f8a-78438d37dcb8-8d37dca5, #w-node-d8d0dbfd-9dc3-c587-c6f4-ff07080cf894-8d37dca5, #w-node-d8d0dbfd-9dc3-c587-c6f4-ff07080cf896-8d37dca5, #w-node-d8d0dbfd-9dc3-c587-c6f4-ff07080cf898-8d37dca5, #w-node-d8d0dbfd-9dc3-c587-c6f4-ff07080cf89a-8d37dca5, #w-node-d8d0dbfd-9dc3-c587-c6f4-ff07080cf89c-8d37dca5, #w-node-d8d0dbfd-9dc3-c587-c6f4-ff07080cf89e-8d37dca5 {
  justify-self: center;
}

#w-node-d715ef6e-5174-03cd-a0ac-822c5546bc93-ea194bfc, #w-node-d715ef6e-5174-03cd-a0ac-822c5546bc9c-ea194bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15305ed8-a37b-e81e-c547-bf5f9687787d-ea194bfc, #w-node-_15305ed8-a37b-e81e-c547-bf5f96877882-ea194bfc, #w-node-_15305ed8-a37b-e81e-c547-bf5f96877887-ea194bfc, #w-node-_15305ed8-a37b-e81e-c547-bf5f9687788c-ea194bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_14cb7ed2-4b51-7e01-f28e-438d4153ac77-ea194c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b21c8e6-a61f-39f4-5c7c-28076cf2ce31-ea194c03 {
  place-self: center;
}

#w-node-_1d3bdc87-0bdf-5bbb-651f-2e27e90c4f9f-ea194c04, #w-node-d4895cb5-bc3e-2f7d-b4f6-b480bba8eb8e-ea194c0b, #w-node-_4e9be847-3447-b0e1-1b7e-8cea35fb6596-ea194c0b, #w-node-_4e9be847-3447-b0e1-1b7e-8cea35fb659d-ea194c0b, #w-node-_4e9be847-3447-b0e1-1b7e-8cea35fb65a4-ea194c0b, #w-node-_4e9be847-3447-b0e1-1b7e-8cea35fb65ab-ea194c0b, #w-node-d94de795-3d44-78ac-0870-f120fa799656-ea194c0b, #w-node-d94de795-3d44-78ac-0870-f120fa79965c-ea194c0b, #w-node-d94de795-3d44-78ac-0870-f120fa799662-ea194c0b, #w-node-d94de795-3d44-78ac-0870-f120fa799668-ea194c0b, #w-node-_4d69c365-cafc-4809-fbaf-5c95df380b56-ea194c0c, #w-node-_4d69c365-cafc-4809-fbaf-5c95df380b66-ea194c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d69c365-cafc-4809-fbaf-5c95df380b67-ea194c0c {
  justify-self: center;
}

#w-node-_4d69c365-cafc-4809-fbaf-5c95df380b68-ea194c0c, #w-node-_4d69c365-cafc-4809-fbaf-5c95df380b77-ea194c0c, #w-node-cd290625-2882-653c-0ed8-054c35ef8015-ea194c0d, #w-node-_6cbb7036-4af5-671c-9e0e-ccdc225923b8-ea194c0f, #w-node-_6cbb7036-4af5-671c-9e0e-ccdc225923d4-ea194c0f, #w-node-c71e89c2-a7bf-f6bd-20fc-34caacf097d2-ea194c12, #w-node-_66368d76-4700-d0df-7071-44a8ac6dc98d-ea194c13, #w-node-_1ea9300c-59b2-125e-6ed5-a7405458dc92-ea194c14, #w-node-_1ea9300c-59b2-125e-6ed5-a7405458dca9-ea194c14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ea9300c-59b2-125e-6ed5-a7405458dcaa-ea194c14 {
  justify-self: center;
}

#w-node-_1ea9300c-59b2-125e-6ed5-a7405458dcba-ea194c14, #w-node-dd27134e-0e56-5721-8115-4e326d31adc9-ea194c15, #w-node-dd27134e-0e56-5721-8115-4e326d31ade4-ea194c15, #w-node-dd27134e-0e56-5721-8115-4e326d31adf5-ea194c15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd27134e-0e56-5721-8115-4e326d31adf7-ea194c15 {
  place-self: center;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a41-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a4e-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a4f-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a53-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a54-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a58-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a59-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a5d-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a5e-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a62-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a63-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a67-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a68-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a72-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a73-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a77-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a78-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a7c-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a7d-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a81-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a82-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a86-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a87-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a8b-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a8c-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a96-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a97-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a9b-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83a9c-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aa0-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aa1-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aa5-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aa6-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aaf-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ab0-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ab9-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aba-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83acc-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83acd-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ad1-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ad2-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ad6-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ad7-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83adb-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83adc-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ae0-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ae1-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aeb-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aec-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83af0-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83af1-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83af5-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83af6-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83afa-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83afb-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83aff-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b00-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b04-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b05-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b10-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b11-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b15-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b16-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b1a-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b1b-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b1f-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b20-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b24-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b25-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b29-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b2a-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b2e-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b2f-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b33-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b34-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b38-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b39-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b43-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b44-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b48-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b49-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b4d-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b4e-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b55-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83b56-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83ba9-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83baa-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bab-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bad-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bb9-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bba-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bbb-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bbf-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bce-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bcf-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83bd3-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c27-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c28-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c29-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c2a-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c2c-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c2f-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c33-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c34-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c35-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c3e-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c3f-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c40-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c49-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c4a-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c4b-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c4c-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c52-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c53-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c54-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c55-ea194c16 {
  justify-self: start;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c57-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c5b-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c5c-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c5d-ea194c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c5e-ea194c16, #w-node-_5b83f94d-537e-2fa9-e2de-74b67ad83c60-ea194c16 {
  justify-self: start;
}

#w-node-_5e782da2-063b-6992-226c-1000985fa372-ea194c18, #w-node-dd27134e-0e56-5721-8115-4e326d31adc9-159fb2f7, #w-node-dd27134e-0e56-5721-8115-4e326d31ade4-159fb2f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd27134e-0e56-5721-8115-4e326d31ade5-159fb2f7 {
  justify-self: center;
}

#w-node-dd27134e-0e56-5721-8115-4e326d31adf5-159fb2f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5dccc84c-9d3e-056d-9879-f7965f55e548-ea194bff, #w-node-_8b21c8e6-a61f-39f4-5c7c-28076cf2ce31-ea194c03, #w-node-_651593b8-0e15-75ec-7b5d-1d9bae237f59-ea194c09 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cbb7036-4af5-671c-9e0e-ccdc225923d4-ea194c0f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5dccc84c-9d3e-056d-9879-f7965f55e548-ea194bff, #w-node-_8b21c8e6-a61f-39f4-5c7c-28076cf2ce31-ea194c03, #w-node-_651593b8-0e15-75ec-7b5d-1d9bae237f59-ea194c09 {
    justify-self: start;
  }
}


