:root {
  --body-text-color: #0f273a;
  --headings-color: #071a2d;
  --transparent: #fff0;
  --light-grey: #e2e2e2;
  --bg-grey: #d4d4d4;
  --dim-grey: #3b5266;
  --light-blue-bg: #f9f9f9;
  --misty-rose: #ffdede;
  --link-bg-grey: #0000000d;
  --primary: #ed3e54;
  --secondary: #e21020;
  --notification-bg: #ed3e54;
  --alice-blue: #f5f9fc;
  --seashell: #f7f2ec;
  --blue-violet: #9747ff;
  --white: white;
  --light-slate-grey: #8298ab;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@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;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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: var(--body-text-color);
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--headings-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  color: var(--headings-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--headings-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--headings-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--headings-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: var(--headings-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
}

a {
  color: var(--body-text-color);
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--headings-color);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--headings-color);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg {
  background-color: #fff;
}

.section.overflow-hidden {
  overflow: hidden;
}

.container {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container.nav-container {
  background-color: var(--transparent);
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.hero-container.background-hero {
  background-color: var(--light-grey);
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.no-padding-top {
  padding-top: 0;
}

.container.insights-slide-container {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: var(--light-grey);
  border-bottom: 1px solid #0000000d;
  height: 70px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  background-image: url('../images/091.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.overflow-visible {
  overflow: visible;
}

.hero-section.background-hero {
  background-image: none;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

.flex-center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.no-margins.jobs {
  font-size: 35px;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.grid-2-col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2-col.large-row-gap {
  grid-row-gap: 5em;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 60vh;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-link {
  z-index: 1;
  color: var(--headings-color);
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: var(--bg-grey);
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer-image {
  width: 100%;
  max-width: 250px;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
}

.footer-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  margin-top: 2em;
  padding-top: 1.5em;
  display: grid;
  overflow: hidden;
}

.nav-link-holder {
  padding-right: 5px;
}

.body-white {
  background-color: #fff;
}

.content.relative {
  position: relative;
}

.grey-text {
  color: var(--dim-grey);
}

.field-label {
  color: var(--body-text-color);
  margin-bottom: 10px;
  font-size: 15px;
}

.field-label.no-margins {
  margin-bottom: 0;
}

.success-message {
  background-color: var(--light-blue-bg);
  color: var(--headings-color);
  height: 100%;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: left;
  border-style: none;
  border-width: 0;
  margin-top: 1em;
  padding: 10px;
  font-size: 14px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  line-height: 1.4;
}

.copyright-link {
  color: var(--body-text-color);
  margin-right: 5px;
  padding-left: 0;
  font-weight: 500;
}

.copyright-link:hover {
  color: var(--headings-color);
}

.rich-text {
  width: 100%;
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text1 {
  margin-top: 0;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  background-color: var(--primary);
  color: var(--headings-color);
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  padding: 5px;
  transition: background-color .35s;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.subscribe-button:hover {
  background-color: var(--secondary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-2:hover {
  color: #000;
}

.link-block-2.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
}

.style-guide-small-title.white-style-text {
  color: #fff;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.submit-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  background-image: url('../images/Button-White-Bg.svg');
  background-position: 122% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  transition: background-color .3s, background-position .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.submit-button:hover {
  background-color: var(--body-text-color);
  color: #fff;
  background-position: 160% 0;
}

.submit-button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.submit-button.white-button {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.submit-button.white-button:hover {
  background-color: var(--light-grey);
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.button-holder.dark-button-holder {
  background-color: var(--headings-color);
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.sg---color-primary {
  background-color: var(--notification-bg);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

.hero-section-secondary {
  z-index: 2;
  background-image: url('../images/091.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  max-width: 400px;
  font-size: 35px;
}

.social-media-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 5px;
  position: relative;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.hero-content.center-hero-content {
  text-align: center;
  align-items: center;
}

.hero-content.hero-content-with-bottom-space {
  padding-bottom: 9em;
}

.input-field {
  border: 1px solid var(--light-grey);
  background-color: var(--light-blue-bg);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #fff;
}

.input-field:focus {
  border-color: var(--light-grey);
  background-color: #fff;
}

.input-field::placeholder {
  color: #0006;
}

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: var(--primary);
}

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 25px;
}

.feather-icons-image {
  width: 100%;
  max-width: 400px;
}

.instruction-item {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.trusted-by-grid-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.trusted-by-text {
  color: var(--dim-grey);
  text-align: center;
  font-size: 16px;
}

.section-background {
  z-index: -1;
  background-color: var(--transparent);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background.section-bg-work-detail {
  bottom: 40%;
}

.section-background.light-section-bg {
  background-color: var(--alice-blue);
}

.section-background.section-bg-30pct-bottomspace {
  bottom: 30%;
}

.section-background.section-bg-10pct-bottomspace {
  bottom: 10%;
}

.section-background.section-overflow-visible {
  overflow: visible;
}

.section-background.section-bg-brown {
  background-color: var(--seashell);
}

.section-background.section-bg-20pct-bottomspace {
  bottom: 20%;
}

.footer-grid-content {
  display: block;
}

.footer-grid-content.second {
  margin-top: 2em;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-wrapper {
  margin-top: 2em;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1em;
  display: flex;
}

.blog-item-title {
  color: var(--body-text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.blog-item-summary {
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.blog-item-category {
  color: var(--body-text-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--headings-color);
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 0;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--headings-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  display: flex;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  border-color: var(--light-grey);
  color: var(--headings-color);
  background-color: #fff;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-container {
  border-radius: 8px 0 0 8px;
}

.cart-header {
  border-bottom-color: var(--light-grey);
  padding: 1em;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 0;
  width: 70px;
  height: 70px;
}

.cart-footer {
  border-top-color: var(--light-grey);
  padding: 1em;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  color: var(--headings-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--headings-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-other-image-holder {
  border-radius: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--light-blue-bg);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

.product-image-lightbox:hover {
  opacity: .9;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-quantity {
  border-radius: 8px;
  margin-bottom: 0;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: #0000;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.order-item-title {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--headings-color);
}

.order-item-price {
  font-size: 14px;
  font-weight: 500;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--headings-color);
}

.order-summary-value {
  color: var(--headings-color);
  font-size: 16px;
}

.order-line-item, .extra-item {
  align-items: center;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 0;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 52px;
  line-height: 1.2;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-title {
  color: var(--blue-violet);
  font-size: 24px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 10px;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0 -19px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  width: 100%;
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

.box-paragraph {
  text-align: center;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: url('../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  margin-top: -1em;
  margin-left: -2em;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.cta-image {
  width: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.template-included-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  background-color: var(--primary);
  opacity: 0;
  filter: blur(100px);
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-image.top-image {
  width: 70%;
  top: 0;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.notification-link-inline {
  color: var(--body-text-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}

.notification-link-inline:hover {
  color: var(--headings-color);
}

.notification-link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-image: url('../images/Small-Black-Arrow.svg'), linear-gradient(to right, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border: 1px solid #00000080;
  border-radius: 70px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--headings-color);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  background-color: var(--body-text-color);
  color: #fff;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: var(--headings-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-color: var(--primary);
  background-image: url('../images/Small-Black-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--headings-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: var(--body-text-color);
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.component-text {
  color: #00a457;
  background-image: url('../images/GreenCube.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 20px;
  position: relative;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
  transform: translate(0, -3px);
}

.shop-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  font-family: Titillium Web, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding-top: 1em;
  display: flex;
}

.shop-item-price {
  font-size: 20px;
}

.small-thumbnail-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: var(--blue-violet);
  text-transform: uppercase;
}

.shop-item-summary {
  color: #606060;
  font-size: 15px;
}

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.folders-parent.left-align-folders {
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-holder {
  grid-column-gap: 5px;
  box-shadow: 0 0 0 1px var(--light-grey);
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 4px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.w--current {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Button-White-Bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 10px;
  border-color: #ff7d1e;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  color: var(--body-text-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.white-text {
  color: #fff;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-3-style {
  text-align: left;
  margin-top: 0;
  font-size: 40px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item-content {
  width: 100%;
  overflow: hidden;
}

.accordion-item-content.no-padding-left {
  padding-left: 0;
}

.accordion-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.accordion-item.accordion-work-detail {
  border-style: none;
  border-width: 0;
  padding: 0;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-left: 20px;
  display: flex;
}

.accordion-title {
  font-size: 25px;
}

.accordion-description {
  max-width: 600px;
  padding-bottom: 20px;
}

.accordion-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.content-sticky {
  position: sticky;
  top: 100px;
}

.heading-small {
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-small.normal-font-weight {
  font-weight: 400;
}

.heading-small.heading-font-color {
  color: var(--headings-color);
}

.nav-left-items {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right-items {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.notification-button {
  color: #001b38;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #fffc;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.hero-text-word {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.hero-text {
  width: auto;
  font-family: Titillium Web, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
}

.hero-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-text-content.centered-hero-text-content {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
}

.hero-image-parent {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rotated-shape {
  z-index: 3;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(60%, -70%)rotate(45deg);
}

.rotated-shape.shape-small {
  width: 200px;
  height: 200px;
}

.rotated-shape.shape-small.only-on-mobile {
  display: none;
}

.rotated-shape.footer-email-small-shape {
  width: 40px;
  height: 40px;
}

.rotated-shape.button-rotated-shape {
  width: 50px;
  height: 50px;
}

.rotated-shape.blog-rotated-shape {
  width: 100px;
  height: 100px;
}

.rotated-shape.rotated-shape-video-slider {
  top: 50px;
}

.rotated-shape.product-rotated-shape {
  width: 200px;
  height: 200px;
}

.shape-background {
  background-color: var(--light-grey);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-background.white-shape-bg {
  background-color: var(--white);
}

.shape-background.white-shape-bg.grey-bg {
  background-color: var(--light-grey);
}

.shape-background.white-shape-bg.dark-grey-bg {
  background-color: var(--bg-grey);
}

.shape-background.nav-button-shape-bg-primary {
  background-color: var(--primary);
}

.shape-background.nav-button-shape-bg-white {
  background-color: #fff;
}

.shape-background.service-item-shape {
  border: 1px none var(--light-grey);
  background-color: var(--white);
}

.shape-background.nav-button-shape-bg-white-on-mobile {
  background-color: #fff;
  display: none;
}

.shape-background.white-bg {
  background-color: var(--light-grey);
}

.hero-image-holder {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-image-holder.hero-slider-holder {
  position: relative;
}

.hero-image-move-animation {
  width: 100%;
  height: 100%;
}

.arrow-down-link {
  background-color: var(--light-blue-bg);
  background-image: url('../images/Phoenix-Arrow-Down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  transition: background-color .35s, background-position .5s;
  display: flex;
}

.arrow-down-link:hover {
  background-color: #fff;
  background-position: 50% 57%;
}

.arrow-down-link.primary-arrow-down-link {
  background-color: var(--primary);
}

.arrow-down-link.primary-arrow-down-link:hover {
  background-color: var(--secondary);
}

.arrow-down-link-parent {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  inset: 0% 20% auto auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.arrow-down-link-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-item-with-icon {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-icon-holder {
  background-color: var(--primary);
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
}

.feature-icon-holder.size-50 {
  background-color: #fff;
  width: 50px;
  height: 50px;
}

.features-grid-low-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.feature-item-colored {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-medium {
  color: var(--dim-grey);
  font-family: Titillium Web, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-medium.services {
  color: var(--headings-color);
}

.heading-medium.lightgrey {
  color: var(--light-grey);
}

.feature-icon-small {
  width: 22px;
  min-width: 22px;
}

.copyright-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-bottom-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-email-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Titillium Web, sans-serif;
  font-size: 30px;
  display: flex;
}

.footer-email-box {
  background-color: var(--primary);
  background-image: url('../images/Right-Angle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.cta-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.cta-title {
  margin-top: 0;
  font-size: 25px;
}

.contact-block {
  background-color: var(--white);
  height: 100%;
  padding: 4em 2em;
  position: relative;
  overflow: hidden;
}

.contact-field-holder {
  padding-bottom: 1em;
}

.checkbox-field {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 32px;
}

.content-button-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.form-block {
  margin-top: 2em;
  margin-bottom: 0;
}

.checkbox {
  border: 1px solid var(--light-grey);
  background-image: url('../images/White_Check_Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -30px;
  transition: all .35s;
}

.checkbox:hover {
  background-color: var(--light-blue-bg);
}

.checkbox.w--redirected-checked {
  border-color: var(--headings-color);
  background-color: var(--headings-color);
  background-image: url('../images/White_Check_Icon.svg');
  background-size: 16px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.button-wrapper {
  display: flex;
}

.cta-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.button-with-anim {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  transition: background-color .3s, background-position .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-anim:hover {
  background-color: var(--body-text-color);
  color: #fff;
}

.heading-with-button {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5em;
  display: grid;
}

.section-image {
  opacity: .24;
  object-fit: contain;
  width: 100%;
  max-width: 1100px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.section-image.small-section-image {
  max-width: 60%;
}

.section-image.full-section-image {
  max-width: none;
}

.section-image.insights-section-image {
  max-width: 800px;
}

.button {
  border: 1px solid var(--light-grey);
  color: var(--headings-color);
  background-color: #fff;
  background-image: url('../images/Right-Angle.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding: 8px 30px 8px 12px;
  font-size: 16px;
  font-weight: 400;
  transition: color .35s, background-color .35s, border-color .35s;
}

.button:hover {
  border-color: var(--headings-color);
}

.button.button-transparent {
  background-color: #0000;
  border-style: none;
  transition-property: background-color;
}

.button.button-transparent:hover {
  background-color: #0000000d;
}

.button.white-text-button {
  color: #fff;
  background-color: #fff0;
  background-image: none;
  border-style: none;
  border-width: 0;
  padding-right: 12px;
}

.button.white-text-button:hover {
  background-color: #ffffff1a;
}

.project-slide {
  height: 100%;
  margin-right: 2em;
}

.project-slider-mask {
  width: 60%;
  height: 100%;
  overflow: visible;
}

.project-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.project-slider.left-align {
  justify-content: flex-start;
}

.work-slider-wrapper {
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.work-slider-list {
  flex: 1;
  height: 100%;
}

.work-slider-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.work-slide-image-holder {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.work-slider-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.work-slider-image.work-item-image {
  height: 70vh;
}

.work-slider-item-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.work-slide-footer-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 63px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-client-icon-holder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100px;
  width: 63px;
  min-width: 63px;
  height: 63px;
  min-height: 63px;
}

.work-slide-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

.work-slide-nav {
  display: none;
}

.work-slide-arrow {
  border: 2px solid var(--headings-color);
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 50px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  inset: auto 20% 0 auto;
}

.work-slide-arrow:hover {
  background-color: var(--light-blue-bg);
  border-color: #1e1e1e;
}

.work-slide-arrow.right-work-arrow {
  margin-right: 0;
}

.work-slide-arrow.work-slide-arrow-primary-color {
  background-color: var(--primary);
  right: 40%;
}

.work-slide-arrow.work-slide-arrow-primary-color:hover {
  background-color: var(--secondary);
}

.work-slide-arrow-image {
  width: 10px;
  transform: rotate(180deg);
}

.work-slide-arrow-image.reverse-image {
  transform: rotate(0);
}

.work-slide-top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.work-slide-top-content-bg {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.work-slide-top-content-bg.first-work-slide-item.work-slide-bg-primary-color, .work-slide-top-content-bg.work-slide-bg-primary-color {
  background-color: var(--primary);
}

.work-slide-footer-content-bg {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.work-slide-footer-content-bg.first-work-slide-item.work-slide-primary-color, .work-slide-footer-content-bg.work-slide-bg-primary-color {
  background-color: var(--primary);
}

.work-detail-slider {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.work-detail-slider-mask {
  width: 80%;
  height: 100%;
  overflow: visible;
}

.work-detail-slide-arrow {
  border: 2px solid var(--headings-color);
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 50px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  inset: auto 10% -60px auto;
}

.work-detail-slide-arrow:hover {
  background-color: var(--light-blue-bg);
  border-color: #1e1e1e;
}

.work-detail-slide-arrow.right-work-arrow {
  margin-right: 0;
}

.work-detail-slide-top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.work-detail-slide-footer-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  min-height: 63px;
  margin-left: 10%;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-detail-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 250px 1fr;
  display: grid;
}

.work-services {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.work-detail-images-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 70px;
  display: grid;
}

.work-detail-grid-image {
  width: 100%;
}

.work-detail-grid-image:nth-child(2n) {
  position: relative;
  top: 70px;
}

.work-list {
  grid-column-gap: 3em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8em;
  display: grid;
}

.work-item {
  position: relative;
}

.work-item:nth-child(2n) {
  top: 8em;
}

.work-item-link {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.work-item-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 63px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.heading-small-with-icon {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small-with-icon.align-middle {
  align-items: center;
}

.icon-18 {
  width: 18px;
  margin-top: 7px;
}

.play-icon {
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border: 1px solid #304659;
  border-radius: 100px;
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.lightbox-with-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  transition-property: all;
  display: flex;
}

.lightbox-with-icon:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.padding-top-1em {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
}

.heading-container-bottom-space {
  padding-bottom: 2em;
}

.heading-container-bottom-space.large-space {
  padding-bottom: 5em;
}

.big-icon {
  width: 345px;
  max-width: 70%;
  max-height: 70%;
}

.section-half-bg {
  z-index: -1;
  background-color: var(--dim-grey);
  background-image: url('../images/03.png');
  background-position: 0 0;
  background-size: cover;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.section-half-bg.reverse {
  background-color: var(--dim-grey);
  background-image: url('../images/09.png');
  background-position: 0 0;
  background-size: cover;
  inset: 0% 0% 0% auto;
}

.section-content-middle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-video-section {
  width: 100%;
  position: relative;
}

.flex-left-align {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  position: relative;
}

.home-slider-mask {
  width: 100%;
  height: 100%;
}

.home-slide {
  width: 100%;
  height: 600px;
  min-height: 600px;
  position: relative;
}

.home-arrow-slider {
  z-index: 5;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  inset: 0% 15% auto auto;
}

.home-arrow-slider:hover {
  background-color: var(--alice-blue);
}

.home-arrow-slider.home-arrow-slider-bottom {
  top: 60px;
}

.home-slider-arrow {
  width: 10px;
  transform: rotate(-90deg);
}

.home-slider-arrow.reverse {
  margin-top: 2px;
  transform: rotate(90deg);
}

.hero-slider-text-holder {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#1e1e1e47, #1e1e1e00);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  font-size: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-slide-nav {
  display: none;
}

.grid-3-cols {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-icon-holder-with-shape {
  background-color: var(--primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-icon-medium {
  width: 38px;
}

.featured-highlight-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 2px;
  margin-top: 2.5em;
}

.features-tabs {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.features-tabs-menu {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.features-tab-pane {
  position: relative;
}

.features-tab-link {
  border-bottom: 2px solid var(--light-grey);
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 2em 2em 2em .5em;
  transition: border-color .35s, background-color .35s;
  position: relative;
}

.features-tab-link:hover {
  background-color: #deff600d;
}

.features-tab-link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--primary);
  background-color: #fff;
}

.features-tab-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  padding: 2em;
  display: flex;
  position: relative;
}

.feature-tab-item {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-tab-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-icon-m32 {
  width: 32px;
  min-width: 32px;
}

.hero-slider-parent {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-slider-holder {
  width: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero-description-centered {
  max-width: 100%;
}

.services-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 3em;
  display: grid;
}

.service-item {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 4em;
  display: flex;
  position: relative;
}

.heading-max-width {
  max-width: 60%;
}

.testimonial-person {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  font-size: 24px;
  display: flex;
}

.testimonial-pic {
  border-radius: 100px;
  width: 74px;
  min-width: 74px;
  height: 74px;
}

.service-item-absolute-hidden {
  z-index: -1;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.service-item-absolute-hidden.display-on-mobile {
  display: none;
}

.list-of-services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-holder-with-animation {
  margin-top: 3em;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation.about-image-parent {
  height: 100%;
  margin-top: 0;
}

.image-with-animation {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-with-animation.service-image-big {
  object-fit: fill;
  width: 100%;
  max-width: 30vw;
}

.image-with-animation.about-image {
  object-fit: cover;
  height: 100%;
}

.image-with-animation-container {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-with-animation-container.service-image-with-anim {
  background-color: var(--seashell);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.image-with-animation-container.about-image-container {
  height: 100%;
}

.services-v2-hero-sticky-items {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.services-section-bg {
  height: 130vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-content-with-bottom-space {
  padding-bottom: 50vh;
}

.medium-text {
  color: var(--dim-grey);
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.service-item-3 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--light-grey);
  background-color: var(--primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 4em 30% 4em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-3-item-image-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 8em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-item-3-image {
  max-width: none;
  height: 80%;
  position: absolute;
  left: 0%;
  right: auto;
}

.services-grid-3col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
  display: grid;
}

.testimonial-white-line {
  background-color: #fff;
  width: 100%;
  height: 5px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.flex-horizontal {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-top-2em {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.insights-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.insights-slider-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.insight-slide {
  width: 100%;
  height: 100%;
  margin-right: 2em;
  position: relative;
}

.insights-slider-wrapper, .insights-slider-list {
  width: 100%;
  height: 100%;
}

.insight-slide-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.insights-slider-line-holder {
  background-color: var(--seashell);
  width: 40vw;
  height: 3px;
  position: absolute;
  top: auto;
  bottom: -35px;
  left: 30vw;
}

.insights-slider-line {
  background-color: var(--headings-color);
  width: 33.33%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.insights-slider-line._2 {
  left: 33.3%;
}

.insights-slider-line._3 {
  left: auto;
  right: 0;
}

.insight-slide-image-holder {
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.insight-slide-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 600;
}

.insight-slide-number {
  padding-left: 2em;
  font-weight: 400;
  position: absolute;
  bottom: -44px;
}

.insight-slide-arrow {
  border: 2px solid var(--headings-color);
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 50px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  inset: auto 2em 0 auto;
}

.insight-slide-arrow:hover {
  background-color: var(--light-blue-bg);
  border-color: #1e1e1e;
}

.insight-slide-arrow.right-work-arrow {
  margin-right: 0;
}

.insight-slide-item-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.map-holder {
  width: 100%;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.map-image {
  width: 100%;
}

.small-content-over-map {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.map-item-full {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23px;
  height: 23px;
  display: flex;
  position: absolute;
  inset: 17.2vw auto auto 51vw;
}

.map-item-full._2 {
  top: 17vw;
  left: 28vw;
}

.map-item-full._3 {
  top: 22vw;
  left: 59.8vw;
}

.map-item-circle {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  display: flex;
}

.map-circle-small {
  background-color: var(--light-slate-grey);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.map-item-content {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 37px #30465926;
}

.map-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 23px;
  height: 23px;
  display: flex;
  position: relative;
}

.map-item-arrow {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  box-shadow: 0 1px 37px #3b526626;
}

.map-item-arrow-parent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -19px;
  overflow: hidden;
}

.map-item-content-parent {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 260px;
  padding-bottom: 1.5em;
  display: flex;
  position: absolute;
  bottom: 20px;
}

.grid-about-images {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
  margin-bottom: 3em;
}

.team-member-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-image-holder {
  padding-top: 120%;
  position: relative;
}

.team-member-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-member-socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.team-member-social-link {
  transition-property: opacity;
}

.team-member-social-link:hover {
  opacity: .8;
}

.team-member-social-image {
  width: 20px;
}

.team-member-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-team-members {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.open-positions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.open-position-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 6px;
  border-color: var(--light-grey);
  color: var(--dim-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1em;
  transition-property: border-color;
  display: flex;
}

.open-position-link:hover {
  border-left-color: var(--primary);
  color: var(--dim-grey);
}

.open-position-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.open-position-icon {
  width: 20px;
}

.buy-template-holder {
  z-index: 20;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .4s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 32px;
}

.body {
  background-color: var(--light-grey);
}

.text-block {
  font-size: 20px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--white);
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.image {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
}

.body-2, .body-3, .body-4 {
  background-color: var(--light-grey);
}

.heading-2 {
  margin-bottom: 32px;
  font-size: 55px;
}

.text-block-15 {
  width: 30%;
  margin-top: 60px;
  font-size: 30px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-2 {
  padding-top: 64px;
}

@media screen and (min-width: 1280px) {
  .footer-image {
    max-width: 250px;
  }

  .footer-email-link {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .submit-button.no-margins {
    margin-bottom: 0;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .container.nav-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
    padding: 5px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text1 {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .submit-button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .blog-grid, .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cart {
    z-index: 1;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-hover-state {
    display: none;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .nav-left-items {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-right-items {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-text {
    font-size: 60px;
  }

  .hero-text-content {
    grid-column-gap: 10px;
  }

  .shape-background.nav-button-shape-bg-white-on-mobile {
    z-index: 2;
    background-color: #fff;
    display: flex;
  }

  .copyright-holder {
    align-items: flex-start;
  }

  .footer-bottom-links {
    justify-content: flex-end;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-title {
    font-size: 55px;
  }

  .cta-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-with-anim {
    font-weight: 500;
  }

  .work-slide-title, .work-item-title {
    font-size: 32px;
  }

  .home-slide {
    height: 400px;
    min-height: 400px;
  }

  .home-arrow-slider {
    right: 20%;
  }

  .feature-tab-item {
    max-width: 70%;
  }

  .service-item-3 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }

  .service-3-item-image-holder {
    width: 6em;
  }

  .map-item-full {
    top: 16vw;
  }

  .map-item-full._3 {
    top: 20.6vw;
    left: 58.8vw;
  }

  .text-block-15 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col.large-row-gap {
    grid-row-gap: 3em;
  }

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text1 {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-content {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .accordion-item.accordion-work-detail {
    padding-bottom: 0;
  }

  .accordion-title {
    font-size: 24px;
  }

  .hero-text {
    margin-top: 0;
    font-size: 40px;
  }

  .rotated-shape {
    width: 200px;
    height: 200px;
  }

  .rotated-shape.shape-small.only-on-mobile {
    display: block;
  }

  .arrow-down-link-parent {
    right: 10%;
  }

  .features-grid-low-gap {
    grid-template-columns: 1fr;
  }

  .feature-item-colored {
    padding: 2em;
  }

  .cta-title {
    font-size: 32px;
  }

  .heading-with-button {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 3fr 130px;
  }

  .project-slider-mask {
    width: 80%;
  }

  .work-slide-arrow {
    right: 10%;
  }

  .work-slide-arrow.work-slide-arrow-primary-color {
    right: 20%;
  }

  .work-detail-slider-mask {
    width: 80%;
  }

  .work-detail-slide-arrow {
    right: 0%;
  }

  .work-detail-slide-footer-content {
    max-width: 80%;
  }

  .work-detail-grid {
    grid-template-columns: 1fr;
  }

  .work-services {
    background-color: var(--alice-blue);
    padding: 2em 1em 1em;
  }

  .work-detail-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

  .section-half-bg {
    width: 100%;
  }

  .hero-slider-text-holder {
    padding: 1em;
  }

  .grid-3-cols {
    grid-template-columns: 1fr;
  }

  .featured-highlight-line {
    margin-top: 0;
  }

  .features-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-tab-link {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
  }

  .features-tab-content {
    min-height: 50vh;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .feature-tab-item {
    max-width: 100%;
    padding: 1em;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-item {
    max-width: 100%;
    padding: 1em;
  }

  .heading-max-width {
    max-width: 100%;
  }

  .service-item-absolute-hidden.display-on-mobile {
    display: block;
  }

  .service-item-3 {
    max-width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .services-grid-3col {
    grid-template-columns: 1fr 1fr;
  }

  .insights-slider {
    height: 70vh;
  }

  .insight-slide-number {
    padding-left: 1em;
  }

  .insight-slide-arrow {
    right: 10%;
  }

  .map-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .small-content-over-map {
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .grid-about-images {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-team-members {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .section {
    width: 380px;
  }

  .container {
    padding: 3em 1em;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-col {
    grid-template-columns: 1fr;
  }

  .grid-2-col {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-2-col.large-row-gap {
    grid-row-gap: 2em;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 1.5em;
    padding-top: 1.5em;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    background-color: #eef0f3;
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text1 {
    font-size: 34px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .aa-font {
    font-size: 80px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content.hero-content-with-bottom-space {
    padding-bottom: 5em;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    object-position: 0% 50%;
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trusted-by-container {
    align-items: flex-start;
  }

  .trusted-by-grid-content {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav-cart-holder {
    padding-right: 10px;
  }

  .cart-container {
    border-radius: 0;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .product-title {
    font-size: 32px;
  }

  .licensing-instruction-heading, .product-category-title {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    height: 70px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

  .inside-box-text {
    text-align: center;
  }

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.dark-gray {
    padding-top: 150px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .open-cource-image.top-image {
    width: 100%;
    max-height: 210px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .white-text {
    color: #fff;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .accordion-title {
    font-size: 22px;
  }

  .heading-small {
    font-size: 20px;
  }

  .hero-text {
    font-size: 35px;
  }

  .hero-text-content {
    grid-column-gap: 7px;
  }

  .rotated-shape {
    width: 100px;
    height: 100px;
  }

  .arrow-down-link {
    background-size: 30px;
    width: 70px;
    height: 70px;
  }

  .arrow-down-link-parent {
    width: 100px;
    height: 100px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .footer-bottom-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .footer-email-link {
    font-size: 20px;
  }

  .cta-title {
    flex: 0 auto;
    width: 320px;
  }

  .contact-block {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 330px;
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
  }

  .heading-with-button {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    margin-bottom: 3em;
  }

  .project-slider-mask {
    width: 100%;
  }

  .project-slider {
    padding-bottom: 50px;
  }

  .work-slider-image.work-item-image {
    height: 60vh;
  }

  .work-slide-footer-content {
    padding-right: 0;
  }

  .work-slide-title {
    font-size: 25px;
  }

  .work-slide-arrow, .work-slide-arrow.work-slide-arrow-primary-color {
    right: 0%;
  }

  .work-detail-slider-mask {
    width: 100%;
  }

  .work-detail-slide-arrow {
    bottom: 2rem;
    right: 1rem;
  }

  .work-detail-slide-footer-content {
    max-width: 100%;
    margin-left: 0%;
    padding-right: 0;
  }

  .work-detail-images-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-bottom: 40px;
  }

  .work-detail-grid-image:nth-child(2n) {
    top: 40px;
  }

  .work-item-content {
    padding-right: 0;
  }

  .work-item-title {
    font-size: 20px;
  }

  .icon-18 {
    margin-top: 5px;
  }

  .heading-container-bottom-space.large-space {
    padding-bottom: 2em;
  }

  .hero-slider-text-holder {
    background-image: linear-gradient(to top, #1e1e1e47, #1e1e1e00);
    justify-content: flex-end;
    padding-top: 2em;
  }

  .testimonial-person {
    font-size: 16px;
  }

  .image-with-animation.service-image-big {
    max-width: 50vw;
  }

  .hero-content-with-bottom-space {
    padding-bottom: 0;
  }

  .medium-text {
    font-size: 18px;
  }

  .service-item-3 {
    padding-bottom: 160px;
    padding-right: 1em;
  }

  .service-3-item-image-holder {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 130px;
    inset: auto 0% 0%;
  }

  .service-item-3-image {
    width: 80%;
    height: auto;
    top: 0;
    left: auto;
    right: auto;
  }

  .services-grid-3col {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .insights-slider {
    padding-bottom: 50px;
  }

  .insights-slider-mask {
    width: 100%;
  }

  .insight-slide-title {
    font-size: 22px;
  }

  .insight-slide-arrow {
    right: 0%;
  }

  .insight-slide-arrow.right-work-arrow {
    margin-right: 10px;
  }

  .map-item-full._2 {
    top: 15.9vw;
  }

  .map-item-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 14px;
  }

  .map-item-content-parent {
    width: 170px;
  }

  .team-member-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .team-member-image-holder {
    padding-top: 100%;
  }

  .grid-team-members {
    grid-template-columns: 1fr;
  }

  .open-positions-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .open-position-link {
    padding: 12px;
  }

  .open-position-icon {
    width: 15px;
  }

  .buy-template-holder {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .product-price {
    font-size: 24px;
  }

  .heading {
    width: 290px;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
    width: 320px;
  }
}

#w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f822d-da74f7df, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f8236-da74f7df, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f823f-da74f7df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-da74f7df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e2-da74f7df, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e9-da74f7df, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f0-da74f7df, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-da74f7df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-da74f7df {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad8-da74f7df {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad9-da74f7df {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aae1-da74f7df, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-da74f7df, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179204-da74f7df, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179212-da74f7df, #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54, #w-node-e5462ac0-fd3d-b27b-3db8-656117894f92-da74f7e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5462ac0-fd3d-b27b-3db8-656117894f96-da74f7e4, #w-node-_5081d64c-ceb1-1be3-7fd9-bc081aa40e21-da74f7e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5081d64c-ceb1-1be3-7fd9-bc081aa40e43-da74f7e4, #w-node-d811c574-fe9c-e7d5-80da-8f0f3e332dbd-3e332dba, #w-node-d811c574-fe9c-e7d5-80da-8f0f3e332dca-3e332dba, #w-node-db99b0a0-f03f-fab9-b182-8580dc828b53-da74f7e9, #w-node-_14896f39-342a-bf1d-bbf4-0ab7bef577df-da74f7e9, #w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-da74f7ed, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-da74f7ee, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-da74f7ee, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-da74f7ee, #w-node-_764154e9-4a89-bb08-4add-239028970598-da74f7f0, #w-node-f5db48ac-c14e-f9dd-1c8f-83b7d4d90053-da74f7f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc6f8970-4a05-6d96-9867-02c8e0d07230-e0d0722d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_299c9a16-85be-ee9b-1180-544653342767-da74f7f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299c9a16-85be-ee9b-1180-54465334276e-da74f7f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b6914466-8480-c1f8-2017-ebf0bec158ab-da74f7f4, #w-node-d13c967c-df93-4477-ac12-95442ab203f0-da74f7f4, #w-node-_8566d7dc-5ced-2fdb-ea04-cf740227039b-da74f7f4, #w-node-_6444df28-4186-69fc-9ead-6c41ab957d82-da74f7f4, #w-node-_6fac0361-1e29-7d8a-8534-576f06c28429-da74f7f4, #w-node-_2346af3c-9af7-76f6-ec8d-481bbe86b308-da74f7f4, #w-node-ed88ee51-2923-b135-3db7-edfedcc9a874-da74f7f4, #w-node-ed88ee51-2923-b135-3db7-edfedcc9a87c-da74f7f4, #w-node-ed88ee51-2923-b135-3db7-edfedcc9a886-da74f7f4, #w-node-ed88ee51-2923-b135-3db7-edfedcc9a88e-da74f7f4, #w-node-_9df86484-be7c-2454-2d92-a7a57c65b014-da74f7f4, #w-node-e7d6831f-3865-9990-909e-67691debc76a-da74f7f4, #w-node-d036e4a8-c54d-2359-a690-781fb5064854-da74f7f4, #w-node-_299c9a16-85be-ee9b-1180-544653342767-da74f7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299c9a16-85be-ee9b-1180-54465334276e-da74f7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_70bfee23-fd0b-b5df-58e8-b5ce7ae6f71e-da74f7f5, #w-node-a74bac16-e64f-d71b-5f70-a947fc70a99b-da74f7f5, #w-node-_25e1d28e-beb1-856b-8bcb-286f7822322c-da74f7f5, #w-node-_64644fd3-a32e-7448-ae49-a02568c3183a-da74f7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_696b32a5-d891-068a-f4f4-03898e2cacba-da74f7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_696b32a5-d891-068a-f4f4-03898e2cacbd-da74f7f5, #w-node-_696b32a5-d891-068a-f4f4-03898e2cacc5-da74f7f5, #w-node-_696b32a5-d891-068a-f4f4-03898e2caccd-da74f7f5, #w-node-_696b32a5-d891-068a-f4f4-03898e2cacd5-da74f7f5, #w-node-_696b32a5-d891-068a-f4f4-03898e2cacb1-da74f7f5, #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7579-da74f7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7557-da74f7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b2a2d7c0-318f-c0f0-493e-a99c652a755d-da74f7f5, #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7564-da74f7f5, #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a756b-da74f7f5, #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7572-da74f7f5, #w-node-_76c6cccb-2a40-d53e-26e7-5393ff3e5dd2-da74f7f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_151040c8-5330-54b0-e2b5-7ba295495652-da74f7f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_299c9a16-85be-ee9b-1180-544653342767-da74f7f6, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-da74f7f6, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-da74f7f6, #w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-da74f7fb, #w-node-b1078083-528c-8a78-9451-10023c5ce546-da74f7fb, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-da74f7fb, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-da74f7fb, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-da74f7fb, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-da74f7fb, #w-node-b6c4aa6c-df6c-afdb-b258-ab88ddc9b01c-da74f802, #w-node-_9c26d4ba-be9e-dddb-7f19-3bdf061d5b2f-da74f802, #w-node-_05e6f3f2-f4e5-750b-f343-879fc55ec8d7-da74f802, #w-node-_614c58e8-8f08-71da-57f5-6c01e3fb6827-da74f802, #w-node-_7380a42c-d17f-d24f-a355-d08ba7e7c9c3-da74f802, #w-node-_1c3d8857-937e-e663-e77c-876c6f6ffc62-da74f802, #w-node-_9df6b026-4ef9-2d80-65a1-5e7432e65a10-da74f802, #w-node-a1062e92-5aeb-8cd2-ed49-2cb87572e2bc-da74f802, #w-node-_16dcc4c7-762a-cf08-705f-7bd28c6b6dad-da74f802, #w-node-_16dcc4c7-762a-cf08-705f-7bd28c6b6db5-da74f802, #w-node-_16dcc4c7-762a-cf08-705f-7bd28c6b6dcd-da74f802, #w-node-_16dcc4c7-762a-cf08-705f-7bd28c6b6dd5-da74f802, #w-node-_16dcc4c7-762a-cf08-705f-7bd28c6b6ddd-da74f802, #w-node-_263a28fa-0173-87d0-8eb7-b3f482f7d887-da74f802, #w-node-f25fc070-5be9-27d3-745c-2e0f778ad4af-da74f802, #w-node-_3b040c52-e638-46e0-479a-332599ae5e45-da74f802, #w-node-_474407fe-82ad-a1c5-27aa-25134f334a6e-da74f802, #w-node-eb2ca546-3957-3d96-3eb5-888fb1a0f39a-da74f802, #w-node-f5c857a4-b1ac-f53c-c371-baea933c0f33-da74f802, #w-node-_6e071bcf-b936-dba1-f5bb-370e0c94f5b0-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22d5-da74f802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c8f38fc-3399-1683-ead1-781aaece22de-da74f802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8c8f38fc-3399-1683-ead1-781aaece22e1-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22e9-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22f1-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22f9-da74f802, #w-node-_4ee7184e-6ae7-7618-8091-ed95e156c3f0-da74f803, #w-node-d62fb74f-18d1-0471-223e-e74f423f725b-da74f803, #w-node-_9c26d4ba-be9e-dddb-7f19-3bdf061d5b2f-da74f803, #w-node-b6c4aa6c-df6c-afdb-b258-ab88ddc9b01c-da74f803, #w-node-_05e6f3f2-f4e5-750b-f343-879fc55ec8d7-da74f803, #w-node-_614c58e8-8f08-71da-57f5-6c01e3fb6827-da74f803, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22d5-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c8f38fc-3399-1683-ead1-781aaece22de-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bbbf0412-bb33-fed1-12e2-ae1e5e619351-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbbf0412-bb33-fed1-12e2-ae1e5e61935c-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_66b1a73e-c9ff-04e9-367c-56f4e7a234fd-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66b1a73e-c9ff-04e9-367c-56f4e7a23508-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bf8a6e61-eebe-55da-efa7-464815598ae6-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf8a6e61-eebe-55da-efa7-464815598af1-da74f803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b6c4aa6c-df6c-afdb-b258-ab88ddc9b01c-da74f804, #w-node-caee84d3-55a4-0c5a-199f-6d81b924f0ee-da74f804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2193a0c3-d306-2892-75e3-6b9e5b58aaa2-da74f804 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcdbbb82-491b-913f-dc78-4678db7e688e-da74f804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcdbbb82-491b-913f-dc78-4678db7e6892-da74f804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bcdbbb82-491b-913f-dc78-4678db7e6898-da74f804, #w-node-bcdbbb82-491b-913f-dc78-4678db7e689e-da74f804, #w-node-bcdbbb82-491b-913f-dc78-4678db7e68a4-da74f804, #w-node-bcdbbb82-491b-913f-dc78-4678db7e68aa-da74f804, #w-node-bcdbbb82-491b-913f-dc78-4678db7e68b0-da74f804, #w-node-bcdbbb82-491b-913f-dc78-4678db7e68b6-da74f804, #w-node-_75d1cd01-521a-6e13-f951-ec080ef17b2f-da74f804, #w-node-_75d1cd01-521a-6e13-f951-ec080ef17b35-da74f804, #w-node-_75d1cd01-521a-6e13-f951-ec080ef17b3b-da74f804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-da74f807, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-da74f807, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-da74f807, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-da74f807, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-da74f807 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76c6cccb-2a40-d53e-26e7-5393ff3e5dd2-9bf1d019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_151040c8-5330-54b0-e2b5-7ba295495652-9bf1d019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-9bf1d019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-9bf1d019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_299c9a16-85be-ee9b-1180-544653342767-9bf1d019, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-9bf1d019, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-9bf1d019, #w-node-_76c6cccb-2a40-d53e-26e7-5393ff3e5dd2-f2fba842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_151040c8-5330-54b0-e2b5-7ba295495652-f2fba842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-f2fba842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-f2fba842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_299c9a16-85be-ee9b-1180-544653342767-f2fba842, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-f2fba842, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-f2fba842, #w-node-_76c6cccb-2a40-d53e-26e7-5393ff3e5dd2-9540f957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_151040c8-5330-54b0-e2b5-7ba295495652-9540f957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-9540f957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-9540f957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_299c9a16-85be-ee9b-1180-544653342767-9540f957, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-9540f957, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-9540f957, #w-node-_76c6cccb-2a40-d53e-26e7-5393ff3e5dd2-e9d656b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_151040c8-5330-54b0-e2b5-7ba295495652-e9d656b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-e9d656b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-e9d656b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_299c9a16-85be-ee9b-1180-544653342767-e9d656b5, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-e9d656b5, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-e9d656b5, #w-node-c15d95c2-f060-cb53-8818-e7f88444a494-ca7dbef2, #w-node-c15d95c2-f060-cb53-8818-e7f88444a48f-ca7dbef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-da74f7df {
    grid-column: span 2 / span 2;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad8-da74f7df {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad9-da74f7df {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aae1-da74f7df, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-da74f7df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-da74f7df, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-da74f7df {
    grid-column: span 1 / span 1;
  }

  #w-node-e5462ac0-fd3d-b27b-3db8-656117894f92-da74f7e4, #w-node-e5462ac0-fd3d-b27b-3db8-656117894f96-da74f7e4, #w-node-_5081d64c-ceb1-1be3-7fd9-bc081aa40e21-da74f7e4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5081d64c-ceb1-1be3-7fd9-bc081aa40e43-da74f7e4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_299c9a16-85be-ee9b-1180-544653342767-da74f7f5, #w-node-_299c9a16-85be-ee9b-1180-54465334276e-da74f7f5, #w-node-_696b32a5-d891-068a-f4f4-03898e2cacba-da74f7f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_696b32a5-d891-068a-f4f4-03898e2cacb1-da74f7f5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7579-da74f7f5, #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7557-da74f7f5, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22d5-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22de-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22d5-da74f803, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22de-da74f803, #w-node-bbbf0412-bb33-fed1-12e2-ae1e5e619351-da74f803, #w-node-bbbf0412-bb33-fed1-12e2-ae1e5e61935c-da74f803, #w-node-_66b1a73e-c9ff-04e9-367c-56f4e7a234fd-da74f803, #w-node-_66b1a73e-c9ff-04e9-367c-56f4e7a23508-da74f803, #w-node-bf8a6e61-eebe-55da-efa7-464815598ae6-da74f803, #w-node-bf8a6e61-eebe-55da-efa7-464815598af1-da74f803 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2193a0c3-d306-2892-75e3-6b9e5b58aaa2-da74f804 {
    grid-column: span 1 / span 1;
  }

  #w-node-bcdbbb82-491b-913f-dc78-4678db7e688e-da74f804, #w-node-bcdbbb82-491b-913f-dc78-4678db7e6892-da74f804, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-9bf1d019, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-9bf1d019, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-f2fba842, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-f2fba842, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-9540f957, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-9540f957, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-e9d656b5, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-e9d656b5 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-da74f7df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54, #w-node-e5462ac0-fd3d-b27b-3db8-656117894f92-da74f7e4, #w-node-e5462ac0-fd3d-b27b-3db8-656117894f96-da74f7e4, #w-node-_5081d64c-ceb1-1be3-7fd9-bc081aa40e21-da74f7e4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5081d64c-ceb1-1be3-7fd9-bc081aa40e43-da74f7e4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_299c9a16-85be-ee9b-1180-544653342767-da74f7f5, #w-node-_299c9a16-85be-ee9b-1180-54465334276e-da74f7f5, #w-node-_696b32a5-d891-068a-f4f4-03898e2cacba-da74f7f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_696b32a5-d891-068a-f4f4-03898e2cacb1-da74f7f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7579-da74f7f5, #w-node-b2a2d7c0-318f-c0f0-493e-a99c652a7557-da74f7f5, #w-node-_299c9a16-85be-ee9b-1180-544653342767-da74f7f6, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-da74f7f6, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-da74f7f6, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22d5-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22de-da74f802, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22d5-da74f803, #w-node-_8c8f38fc-3399-1683-ead1-781aaece22de-da74f803, #w-node-bbbf0412-bb33-fed1-12e2-ae1e5e619351-da74f803, #w-node-bbbf0412-bb33-fed1-12e2-ae1e5e61935c-da74f803, #w-node-_66b1a73e-c9ff-04e9-367c-56f4e7a234fd-da74f803, #w-node-_66b1a73e-c9ff-04e9-367c-56f4e7a23508-da74f803, #w-node-bf8a6e61-eebe-55da-efa7-464815598ae6-da74f803, #w-node-bf8a6e61-eebe-55da-efa7-464815598af1-da74f803, #w-node-bcdbbb82-491b-913f-dc78-4678db7e688e-da74f804, #w-node-bcdbbb82-491b-913f-dc78-4678db7e6892-da74f804, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-9bf1d019, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-9bf1d019, #w-node-_299c9a16-85be-ee9b-1180-544653342767-9bf1d019, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-9bf1d019, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-9bf1d019, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-f2fba842, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-f2fba842, #w-node-_299c9a16-85be-ee9b-1180-544653342767-f2fba842, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-f2fba842, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-f2fba842, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-9540f957, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-9540f957, #w-node-_299c9a16-85be-ee9b-1180-544653342767-9540f957, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-9540f957, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-9540f957, #w-node-f16102bb-70ae-885f-485d-69d2090dfe9f-e9d656b5, #w-node-f16102bb-70ae-885f-485d-69d2090dfeaa-e9d656b5, #w-node-_299c9a16-85be-ee9b-1180-544653342767-e9d656b5, #w-node-a97fec89-5177-c540-e70d-8d32f44a6de9-e9d656b5, #w-node-_20d11475-14d7-1ccd-e8bf-76f4644013d0-e9d656b5 {
    grid-column: span 1 / span 1;
  }
}


