@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Extralight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-UltraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0d0d0d;
  --white: #fdfdfd;
  --secondary-grey: #c6c9cc;
  --dark: #313233;
  --grey: #888a8c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  color: var(--secondary-grey);
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  color: var(--secondary-grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.4;
}

blockquote {
  border-left: 5px solid var(--dark);
  color: var(--secondary-grey);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.heading-style-h4 {
  font-size: 3rem;
  line-height: 1.2;
}

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

.text-size-small {
  color: #cfcfcf;
  font-size: .875rem;
  font-weight: 400;
}

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

.form-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #888a8c80;
  border-bottom: 1px solid #888a8cbf;
  border-radius: 0;
  min-height: 3rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: var(--grey);
}

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

.form-input.is-text-area {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.form-input.is-select-input {
  color: #222;
}

.form-input.no-margin {
  margin-bottom: 0;
}

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

.margin-0 {
  margin: 0;
}

.fs-styleguide-heading-header {
  font-size: 6rem;
}

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

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

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

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

.padding-0 {
  padding: 0;
}

.form-message-success {
  color: #114e0b;
  text-align: center;
  background-color: #cef5ca;
  padding: 1.25rem;
  font-weight: 500;
}

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

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

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

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

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

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.text-rich-text h6, .text-rich-text p, .text-rich-text ul, .text-rich-text ol {
  font-size: 1rem;
}

.text-size-large {
  font-size: 2.5rem;
  line-height: 1.2;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

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

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

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  color: var(--secondary-grey);
  font-size: 1.125rem;
  font-weight: 400;
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

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

.nav-component {
  background-color: var(--dark);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.margin-huge {
  margin: 6rem;
}

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

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

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

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

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

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  color: #fdfdfd;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
}

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

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

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

.text-color-secondary {
  color: var(--grey);
}

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

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

.form-message-error {
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: 2.5rem;
  padding: 1.25rem;
  font-weight: 500;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .35s;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

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

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

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

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

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

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

.form-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.text-size-medium {
  color: var(--secondary-grey);
  font-size: 1.375rem;
}

.fs-styleguide-hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav-menu-link {
  color: #fff;
  padding: 1rem;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

.background-color-alternate {
  background-color: var(--white);
}

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.form-component {
  margin-bottom: 0;
}

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

.fs-styleguide-header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

.fs-styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

.nav-client-first-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

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

.fs-styleguide-label.is-tag {
  background-color: #dd23bb;
}

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

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

.padding-medium {
  padding: 2rem;
}

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

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

.background-color-primary {
  background-color: var(--black);
  color: #fff;
}

.text-color-alternate {
  color: var(--dark);
}

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

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

.heading-style-h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

.main-wrapper {
  perspective: 1000px;
}

.background-color-secondary {
  background-color: var(--dark);
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

.fs-styleguide-spacing-all {
  display: none;
}

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

.heading-style-h1 {
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.1;
}

.hide {
  display: none;
}

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

.nav-style-guide {
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.nav-style-guide-link {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-style-guide-link:hover {
  background-color: #dbdbdb;
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
  font-family: Material Icons;
  line-height: 1;
}

.style-guide-body {
  background-color: var(--black);
}

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

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

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

.checkout-form, .paypal-checkout-form, .order-confirmation-form {
  background-color: #0000;
  padding: 0;
}

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

.licenses-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 30px;
  list-style-type: square;
  display: flex;
}

.link-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.link-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.link-text.is-hover {
  color: var(--grey);
}

.link-text.bottom {
  font-size: 14px;
}

.link-text.bottom-hover {
  color: #888;
  font-size: 14px;
}

.link-button {
  flex-direction: column;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button.bottom {
  height: 14px;
}

.changelog-content-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.changelog-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.list {
  list-style-type: square;
}

.checkout-header-block {
  border-color: var(--dark);
  background-color: #31323380;
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  border-right-color: var(--dark);
  border-bottom-color: var(--dark);
  border-left-color: var(--dark);
  background-color: #31323380;
}

.checkout-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.padding-top-header {
  padding-top: 10rem;
}

.utility-icon {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: #fff0;
  border-bottom-style: none;
}

.utility-page-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 500;
}

.contact-form-wrapper {
  color: var(--white);
  background-color: #31323380;
  border: 1px solid #888a8c80;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.blog-post-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.blog-post-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.section-contact-header-01 {
  padding-top: 12rem;
  overflow: hidden;
}

.empty-state {
  text-align: center;
  background-color: #dddddd40;
}

.blog-component-grid-01 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link-wrapper {
  display: block;
}

.blog-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post-content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-title {
  color: var(--white);
  font-size: 2rem;
}

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-post-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.blog-post-icon._01 {
  color: var(--white);
}

.blog-post-category {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 12px;
  font-weight: 400;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.blog-post-category.small {
  font-size: 12px;
}

.newsletter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.blog-post-icon-wrap {
  border: 1px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  display: flex;
}

.blog-post-icon-overflow {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-top-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.blog-post-content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: start;
  width: 100%;
}

.blog-post-author-wrapper {
  position: sticky;
  top: 2rem;
}

.author-picture {
  border: 1px solid var(--dark);
  object-fit: cover;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  padding: 5px;
}

.author-s-social-media-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-link {
  border: 1px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .35s;
  display: flex;
}

.social-link:hover, .social-link:active, .social-link:focus {
  border-color: var(--grey);
}

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  overflow: hidden;
}

.social-icon {
  color: var(--white);
  width: 1.375rem;
  height: 1.375rem;
}

.social-icon.is-hover {
  color: var(--grey);
}

.navbar {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.nav-menu-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: .875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.brand-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  text-transform: uppercase;
  height: 2rem;
  line-height: 1;
}

.menu-button-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.menu-line-item {
  width: 100%;
}

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

.produc-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-content-wrapper {
  border: 1px solid var(--dark);
  padding: 3rem 2rem;
}

.product-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 500;
}

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.price-text {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.pricing-benefits-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-benefit-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  color: var(--white);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.product-feature-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
}

.faq-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-content-wrap {
  overflow: hidden;
}

.accordion-content-item {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.plus-block {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-answer-text {
  color: #888a8c;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.accordion-top-wrap {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-track-component {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.accordion-track-line {
  background-color: var(--white);
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.accordion-track-progress {
  background-color: #494949;
  width: 0%;
  height: 1px;
  position: absolute;
}

.accordion-heading {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
}

.plus-line {
  z-index: 1;
  background-color: var(--white);
  border-radius: .5rem;
  width: .75rem;
  height: .083rem;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.accordion-content-block {
  width: 100%;
  max-width: 36rem;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

.background-navbar {
  display: none;
}

.product-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.product-quantity {
  display: none;
}

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

.cart-button {
  background-color: #0000;
  padding: 0;
  transition: opacity .35s;
}

.cart-button:hover {
  opacity: .65;
}

.cart-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.cart-quantity {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-height: 18px;
  margin-top: -10px;
  margin-left: 0;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.remove-text {
  color: var(--grey);
  font-weight: 400;
  transition: color .35s;
}

.remove-text:hover {
  color: #000;
}

.cart-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.close-button {
  filter: invert();
  cursor: pointer;
}

.cart-header {
  border-bottom-color: #888a8c33;
}

.cart-container {
  background-color: var(--dark);
}

.cart-footer {
  border-top-color: #888a8c33;
}

.footer-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 8rem;
}

.footer-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  border-top: 1px solid var(--dark);
}

.footer-logo-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .35s;
  display: flex;
}

.footer-logo-link:hover {
  opacity: .75;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  height: 2rem;
  font-size: 2rem;
  font-weight: 500;
}

.back-to-top-link {
  border: 1px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.back-to-top-arrow {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 400;
}

.footer-top-content {
  margin-bottom: 3rem;
}

.footer-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bottom-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 0;
}

.bottom-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.bottom-content-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.section-home-header {
  background-color: var(--black);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-about-header {
  position: relative;
  overflow: hidden;
}

.social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-block {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-overflow {
  position: relative;
  overflow: hidden;
}

.section-case-study-content {
  position: relative;
}

.cover-image-wrapper {
  position: relative;
  overflow: hidden;
}

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

.case-study-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: start;
  width: 100%;
}

.case-study-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 2.5rem;
}

.case-study-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.case-study-content-wrapper {
  width: 100%;
}

.testimonial-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.testimonial-picture {
  border: 1px solid var(--dark);
  border-radius: 100%;
  height: 8rem;
  padding: 6px;
}

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

.cube-left {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-02_1template-img-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(-12.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-right {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-05_1template-img-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(12.5rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.header-component-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.cube-box {
  transform-origin: 50%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateX(1deg)rotateY(0)rotateZ(0)translate(0);
}

.cube-front {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/template-img-01_1template-img-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 12.5rem);
}

.cube-wrapper {
  z-index: 20;
  perspective: 2000px;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: scale(1.1);
}

.cube-text {
  color: #fcfcfc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.cube-bottom {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-03_1template-img-03.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, 12.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.cube-back {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-07_1template-img-07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  margin-bottom: -1px;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -12.5rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

.cube-top {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-04_1template-img-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, -12.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

.marquee-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text-wrapper.about-us {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.marquee-text {
  z-index: 10;
  color: var(--white);
  text-transform: uppercase;
  white-space: pre;
  margin-bottom: 0;
  font-size: 14rem;
  font-weight: 500;
  line-height: .8;
  position: relative;
}

.marquee-text.opacity {
  opacity: .1;
}

.section-home-intro {
  z-index: 10;
  background-color: #0d0d0d;
  position: relative;
}

.marquee-text-component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-text-component.contact-01 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.header-bottom-content {
  justify-content: space-between;
  position: relative;
}

.header-bottom-flex {
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.intro-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.line {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.featured-text {
  color: var(--grey);
  font-family: Butler, sans-serif;
  font-weight: 300;
  position: relative;
  top: 6px;
}

.heading-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-item.flex-center {
  justify-content: center;
  align-items: center;
}

.heading-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-image-wrapper {
  width: 5rem;
  height: 5rem;
  position: relative;
  top: 3px;
}

.front-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
}

.middle-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.back-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-button {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1.35rem;
  padding-right: 1.5rem;
  display: flex;
}

.dot {
  background-color: var(--white);
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
}

.text-button {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.text-button.is-hover {
  color: var(--grey);
}

.button-wrap {
  display: flex;
}

.button-wrap.center {
  justify-content: center;
  align-items: center;
}

.section-home-service {
  z-index: 10;
  background-color: #0d0d0d;
  position: relative;
  overflow: hidden;
}

.square {
  background-color: #fff;
  width: 8px;
  height: 8px;
}

.service-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.service-content-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 18rem;
  display: flex;
}

.service-title {
  text-transform: uppercase;
  font-family: Butler, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.scrolling-text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-text {
  opacity: .25;
  color: var(--grey);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14rem;
  font-weight: 500;
}

.allcaps-text {
  color: #fdfdfd;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}

.featured-header-text {
  font-family: Butler, sans-serif;
  font-weight: 300;
}

.logo-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.section-home-case-study {
  z-index: 10;
  background-color: #0d0d0d;
  position: relative;
}

.case-study-wrapper {
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.case-study-content-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.case-study-name {
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.featured-scroll-text {
  color: var(--grey);
  font-family: Butler, sans-serif;
  font-size: 14rem;
  font-weight: 300;
}

.top-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.featured {
  color: #888a8c;
  font-family: Butler, sans-serif;
  font-weight: 300;
}

.section-home-about {
  background-color: #0d0d0d;
}

.header-component-grid-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.reverse-marquee-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._3d-text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

._3d-top {
  transform-style: preserve-3d;
  background-color: #252525;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
  position: absolute;
  transform: translate(0, -8rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

._3d-back {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-07_1template-img-07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 35rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -8rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

._3d-bottom {
  transform-style: preserve-3d;
  background-color: #252525;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
  position: absolute;
  transform: translate(0, 27rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-object-wrapper {
  z-index: 5;
  perspective: 2000px;
  width: 16rem;
  height: 35rem;
  padding-top: 2rem;
  position: relative;
  transform: scale(1.1)rotate(-12deg);
}

._3d-object-wrapper.about-page {
  transform: scale(1.1);
}

._3d-right {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-10_1template-img-10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 35rem;
  display: flex;
  position: absolute;
  transform: translate(8rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

._3d-front {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/template-img-02_1template-img-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 35rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 8rem);
}

._3d-object {
  transform-origin: 50%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0);
}

._3d-left {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-01_1template-img-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 35rem;
  display: flex;
  position: absolute;
  transform: translate(-8rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.reverse-marquee-component {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section-home-header-02 {
  background-color: #0d0d0d;
  position: relative;
  overflow: hidden;
}

.section-home-header-03 {
  background-color: #0d0d0d;
  padding-top: 2rem;
  overflow: hidden;
}

.header-component-grid-03 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

._3d-cube-front {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/template-img-05_1template-img-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 15rem);
}

._3d-cube-back {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-07_1template-img-07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -15rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

._3d-cube-right {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-11_1template-img-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(15rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

._3d-cube-left {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-12_1template-img-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(-15rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

._3d-cube-bottom {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-02_1template-img-02.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, 15rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-cube-wrapper {
  perspective: 6000px;
  transform-style: preserve-3d;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: scale(.75)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
}

._3d-cube-top {
  transform-style: preserve-3d;
  background-image: url('../images/template-img-03_1template-img-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, -15rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

._3d-cube-box {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateX(1deg)rotateY(0)rotateZ(0)translate(0);
}

.header-heading-03 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1.1;
}

.header-content-wrapper {
  width: 100%;
  max-width: 40rem;
}

.alternate-text-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.asterisk {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: -3px;
}

.alternate-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.5rem;
  display: flex;
  overflow: hidden;
}

.alternate-text-container-01 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.alternate-text-item {
  color: #d9d9de;
  flex: 1;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.alternate-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.nav-link-line {
  background-color: #fdfdfd;
  width: 100%;
  height: 2px;
}

.nav-link-line-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.button-line-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.button-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.section-home-services {
  background-color: #0d0d0d;
}

.service-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.case-study-sticky {
  border-top: 1px solid #313233;
  position: sticky;
  top: 0;
}

.case-study-sticky.last {
  border-bottom: 1px solid #313233;
}

.case-study-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.case-study-content-block {
  background-color: var(--black);
  padding: 5vw;
}

.case-study-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case-study-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-weight: 300;
}

.case-study-img {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.case-study-inner-grid {
  grid-template-columns: 1fr;
  height: 100%;
}

.case-study-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 20rem;
}

.case-study-number {
  margin-bottom: 1.5rem;
  font-family: Butler, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1;
}

.case-study-content-link {
  justify-content: center;
  align-items: center;
  position: relative;
}

.case-study-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.case-sticky-item {
  position: sticky;
  top: 0;
}

.case-study-name-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-study-name-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 52rem;
  height: 12rem;
  display: flex;
  overflow: hidden;
}

.case-study-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}

.case-study-name-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  mix-blend-mode: difference;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dash {
  font-size: 8rem;
  line-height: .5;
  position: relative;
  top: -25px;
}

.case-study-service-text {
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 1rem;
  font-weight: 400;
}

.case-service-text {
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 1.125rem;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.services-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.contact-component-grid-01 {
  grid-template-rows: auto;
  width: 100%;
}

.section-home-cta-01 {
  z-index: 10;
  background-color: #313233;
  position: relative;
  overflow: hidden;
}

.cta-content-block {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.cta-content-wrapper {
  background-color: var(--black);
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

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

.cta-marquee-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
}

.cta-image-wrap {
  width: 8.5rem;
  min-width: 8.5rem;
  height: 8.5rem;
  min-height: 8.5rem;
  margin-top: 10px;
  position: relative;
}

.section-home-cta-02 {
  overflow: hidden;
}

._3d-text-wrapper {
  position: relative;
}

._3d-text-block {
  perspective: 2000px;
  width: 40rem;
  height: 10rem;
  position: relative;
  transform: scale(1.25);
}

._3d-text-box {
  transform-origin: 50%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateX(1deg)rotateY(0)rotateZ(0)translate(0);
}

._3d-text-front {
  z-index: 1;
  background-color: var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/template-img-02_1template-img-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 10rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 5rem);
}

._3d-block-text {
  color: #888a8c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-top: 1rem;
  font-family: Butler, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

._3d-text-back {
  background-color: var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/template-img-11_1template-img-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 10rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -5rem)rotateX(180deg)rotateY(0)rotateZ(0);
}

._3d-text-top {
  background-color: var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/template-img-07_1template-img-07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 10rem;
  display: flex;
  position: absolute;
  transform: translate(0, -5rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

._3d-text-bottom {
  background-color: var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/template-img-05_1template-img-05.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 10rem;
  display: flex;
  position: absolute;
  transform: translate(0, 5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.cta-content-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-spacer {
  padding-top: 8rem;
}

.shipping-empty-state {
  background-color: var(--dark);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.contact-component-grid-02 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.contact-content-block {
  width: 100%;
  max-width: 30rem;
  padding-top: 2rem;
}

.social-media-block {
  display: flex;
}

.section-contact-form-02, .section-contact-form-03 {
  padding-top: 12rem;
}

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

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

.contact-component-grid-03 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.newsletter-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-component-grid-02 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-title {
  font-size: 1.25rem;
}

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

.blog-sticky-item {
  position: sticky;
  top: 2rem;
}

.blog-sidebar-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plan-icon {
  height: 3rem;
  margin-bottom: 2rem;
}

.product-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-icon {
  height: 4rem;
  margin-bottom: 1.5rem;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3px;
  display: flex;
}

.website-icon {
  width: 1rem;
  height: 1rem;
}

.case-study-title-block {
  width: 100%;
  max-width: 75rem;
}

.service-name {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.service-name.service {
  white-space: nowrap;
}

.bg-service-line {
  background-color: #33333308;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-title-wrap {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
  display: flex;
}

.service-image-absolute {
  z-index: 5;
  transform-origin: 0 100%;
  width: 16rem;
  height: 20rem;
  position: absolute;
  inset: auto 40% -75% auto;
}

.service-line-wrap {
  z-index: 1;
  background-color: #262626;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.service-spacer {
  height: 2.5rem;
}

.service-description-item {
  z-index: 1;
  width: 20rem;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.service-number {
  color: var(--grey);
  width: 100%;
  font-size: 2.5rem;
  line-height: 1;
}

.service-image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.alternate-service-title {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.alternate-service-title.service {
  white-space: nowrap;
  font-family: Butler, sans-serif;
}

.service-component-item {
  margin-top: 2rem;
}

.service-component-wrapper {
  cursor: pointer;
  padding-top: 3rem;
  position: relative;
}

.service-top-content {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.service-number-relative {
  width: 100%;
  padding-right: 1.5rem;
}

.service-number-wrap {
  opacity: .5;
  position: relative;
  overflow: hidden;
}

.service-title-item {
  width: 100%;
  overflow: hidden;
}

.service-title-item.z-index-3 {
  z-index: 3;
  position: relative;
}

.service-line {
  background-color: #adadad;
  width: 0%;
  height: 1px;
}

.padding-service {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.front-image-cta {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.middle-image-cta {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.back-image-cta {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-spacer-01 {
  padding-top: 8rem;
}

.about-component-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.number {
  color: #fff;
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
}

.number.alternate {
  color: #777;
}

.roll-numbers {
  height: 10vw;
  min-height: 10vw;
}

.roll-numbers-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
}

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

.numbers-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.roll-awards-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
}

.numbers-content-wrapper {
  padding-top: 2.5rem;
}

.section-about-process {
  overflow: hidden;
}

.our-mission-component-grid {
  grid-template-rows: auto;
}

.team-member-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-member-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.member-content-block {
  padding-left: 10px;
  padding-right: 10px;
}

.member-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.team-member-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.cart-product-image {
  width: 40px;
}

.cart-product-quantity {
  border-color: var(--grey);
  background-color: #0000;
}

.view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.view-button {
  background-color: #0d0d0d;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.view-text-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.view-text {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
}

.case-study-item {
  cursor: pointer;
  position: relative;
}

.preloader {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-component-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.preloader-top, .preloader-bottom {
  background-color: var(--dark);
}

.preloader-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.preloader-line-wrapper {
  background-color: #525252;
  width: 100%;
  height: 2px;
}

.code-embed {
  width: 100%;
  height: 100vh;
}

.embed {
  width: 100%;
  height: 100vh;
  position: sticky;
}

.div-block {
  height: 200vh;
  position: relative;
}

.code-embed-2 {
  height: 50vh;
}

@media screen and (min-width: 1280px) {
  .service-content-item {
    width: 20rem;
  }

  ._3d-cube-wrapper {
    transform: scale(.95)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
  }

  .header-heading-03 {
    font-size: 6rem;
  }

  .case-service-text {
    top: 3rem;
    left: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .header-component-grid-03 {
    height: 90vh;
  }

  .number {
    height: 10rem;
    min-height: 10rem;
    font-size: 10rem;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 10rem;
    min-height: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

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

  .fs-styleguide-heading-header {
    font-size: 4rem;
  }

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

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

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

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium.hide-mobile {
    display: none;
  }

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

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

  .nav-button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .nav-style-guide {
    width: 80vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-style-guide-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-style-guide-icon {
    font-size: 1.5rem;
  }

  .section-contact-header-01 {
    padding-top: 10rem;
  }

  .blog-post-title {
    font-size: 1.5rem;
  }

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .author-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .author-s-social-media-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-content {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 14rem;
    position: absolute;
  }

  .nav-link {
    height: 3.25rem;
  }

  .nav-text {
    font-size: 3rem;
  }

  .brand-link {
    z-index: 99;
  }

  .brand-link.w--current {
    z-index: 999;
  }

  .menu-button {
    border: 1px solid #fdfdfd1a;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    padding: 0;
  }

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

  .menu-button-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 1.25rem;
  }

  .menu-line {
    background-color: #fff;
    height: 1px;
  }

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

  .accordion-content-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .plus-block:hover {
    background-position: 50%;
  }

  .background-navbar {
    z-index: 1;
    background-color: var(--dark);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .footer-component-grid {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
  }

  .bottom-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .bottom-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-study-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-info-wrapper {
    position: static;
  }

  .nav-menu-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .marquee-text {
    font-size: 12rem;
  }

  .line.hide-mobile {
    display: none;
  }

  .text-image-wrapper {
    width: 3.75rem;
    height: 3.75rem;
  }

  .scrolling-text-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .scroll-text {
    font-size: 8rem;
  }

  .case-study-name {
    font-size: 10rem;
  }

  .featured-scroll-text {
    font-size: 8.25rem;
  }

  .top-content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  ._3d-object-wrapper {
    transform: scale(.95)rotate(-12deg);
  }

  ._3d-object-wrapper.about-page {
    transform: scale(.85);
  }

  .section-home-header-03 {
    padding-top: 12rem;
    overflow: visible;
  }

  .header-component-grid-03 {
    height: auto;
    margin-bottom: 10rem;
  }

  ._3d-cube-container {
    padding-top: 8rem;
  }

  ._3d-cube-wrapper {
    transform: scale(.85)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
  }

  .header-heading-03 {
    font-size: 12vw;
  }

  .header-content-wrapper {
    max-width: none;
  }

  .nav-link-line-wrap, .button-line-wrapper.hide-mobile {
    display: none;
  }

  .case-study-title {
    font-size: 3rem;
  }

  .case-study-number {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }

  .case-study-name-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .case-study-name-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 30rem;
    height: 8rem;
  }

  .case-study-text {
    font-size: 7rem;
  }

  .case-study-name-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .dash {
    font-size: 7rem;
  }

  .case-service-text {
    font-size: 1rem;
  }

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

  .cta-heading {
    font-size: 5rem;
  }

  .cta-marquee-wrapper {
    bottom: 5rem;
  }

  .cta-marquee-text {
    font-size: 10rem;
  }

  .cta-image-wrap {
    width: 7rem;
    min-width: 7rem;
    height: 7rem;
    min-height: 7rem;
  }

  ._3d-text-block {
    transform: scale(.9);
  }

  .cta-content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta-spacer {
    padding-top: 5rem;
  }

  .contact-component-grid-02 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .contact-component-grid-03 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .blog-main-grid {
    grid-template-columns: 2fr;
  }

  .blog-sticky-item {
    position: static;
  }

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

  .product-icon {
    height: 3.5rem;
  }

  .service-name {
    font-size: 2.5rem;
  }

  .service-image-absolute {
    display: none;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .alternate-service-title {
    font-size: 2.5rem;
  }

  .alternate-service-title.service {
    display: none;
  }

  .service-number-relative {
    padding-right: 1rem;
  }

  .padding-service {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .our-mission-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-member-component-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .heading-style-h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

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

  .spacer-huge {
    padding-top: 4rem;
  }

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

  .checkout-image {
    width: 30px;
  }

  .utility-page-title {
    font-size: 2.25rem;
  }

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

  .blog-post-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .newsletter-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .blog-post-author-wrapper {
    position: static;
  }

  .nav-menu-content {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    height: 2.75rem;
  }

  .nav-text {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .logo {
    height: 1.35rem;
  }

  .plus-block {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
  }

  .product-content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer-padding {
    padding-top: 6rem;
  }

  .bottom-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bottom-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-menu-block {
    justify-content: center;
    align-items: flex-end;
  }

  .cube-left {
    width: 14rem;
    height: 14rem;
    transform: translate(-7rem)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .cube-right {
    width: 14rem;
    height: 14rem;
    transform: translate(7rem)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .cube-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cube-front {
    width: 14rem;
    height: 14rem;
    transform: translate3d(0, 0, 7rem);
  }

  .cube-text {
    font-size: 1.625rem;
  }

  .cube-bottom {
    width: 14rem;
    height: 14rem;
    transform: translate(0, 7rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  .cube-back {
    width: 14rem;
    height: 14rem;
    transform: translate3d(0, 0, -7rem)rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .cube-top {
    width: 14rem;
    height: 14rem;
    transform: translate(0, -7rem)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  .marquee-text {
    font-size: 6rem;
  }

  .marquee-text-component.contact-01 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .text-image-wrapper {
    width: 2.75rem;
    height: 2.75rem;
  }

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

  .scrolling-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .scroll-text {
    font-size: 6rem;
  }

  .logo-item {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .case-study-name {
    font-size: 5rem;
  }

  .featured-scroll-text {
    font-size: 6.25rem;
  }

  .header-component-grid-02 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._3d-top {
    transform: translate(0, -17.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  ._3d-bottom {
    transform: translate(0, 17.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  ._3d-object-wrapper {
    transform: scale(.75)rotate(-12deg);
  }

  ._3d-object-wrapper.about-page {
    transform: scale(.75);
  }

  ._3d-object {
    justify-content: center;
    align-items: center;
    display: flex;
    transform: rotateX(7deg)rotateY(34deg)rotateZ(0)translate(0);
  }

  .section-home-header-03 {
    padding-top: 11rem;
  }

  .header-component-grid-03 {
    margin-bottom: 8rem;
  }

  ._3d-cube-front {
    width: 16rem;
    height: 16rem;
    transform: translate3d(0, 0, 9.5rem);
  }

  ._3d-cube-back {
    width: 16rem;
    height: 16rem;
    transform: translate3d(0, 0, -9.5rem)rotateX(0)rotateY(180deg)rotateZ(0);
  }

  ._3d-cube-right {
    width: 16rem;
    height: 16rem;
    transform: translate(9.5rem)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  ._3d-cube-left {
    width: 16rem;
    height: 16rem;
    transform: translate(-9.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  ._3d-cube-bottom {
    width: 16rem;
    height: 16rem;
    transform: translate(0, 9.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  ._3d-cube-wrapper {
    width: 16rem;
    height: 16rem;
  }

  ._3d-cube-top {
    width: 16rem;
    height: 16rem;
    transform: translate(0, -9.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  ._3d-cube-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-content-grid, .case-study-content-grid {
    grid-template-columns: 1fr;
  }

  .case-study-title {
    font-size: 2.5rem;
  }

  .case-study-img {
    height: auto;
  }

  .case-study-inner-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-study-content-link {
    height: 26rem;
  }

  .case-study-name-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 17rem;
    height: 4rem;
  }

  .case-study-text {
    font-size: 4rem;
  }

  .case-study-name-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dash {
    font-size: 4rem;
    top: -16px;
  }

  .cta-heading {
    font-size: 12vw;
  }

  .cta-marquee-text {
    font-size: 8rem;
  }

  .cta-image-wrap {
    width: 5.5rem;
    min-width: 5.5rem;
    height: 5.5rem;
    min-height: 5.5rem;
  }

  ._3d-text-block {
    transform: scale(.65);
  }

  ._3d-text-box {
    justify-content: center;
    align-items: center;
  }

  .cta-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .contact-component-grid-02 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-contact-form-02, .section-contact-form-03 {
    padding-top: 8rem;
  }

  .blog-component-grid-02, .blog-sidebar-grid {
    grid-template-columns: 1fr;
  }

  .product-icon {
    height: 3rem;
  }

  .service-name {
    font-size: 2.25rem;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .alternate-service-title {
    font-size: 2.25rem;
  }

  .about-component-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .number {
    height: 15vw;
    min-height: 15vw;
    font-size: 15vw;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

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

  .roll-awards-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

  .numbers-content-wrapper {
    padding-top: 1rem;
  }

  .team-member-component-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h4 {
    font-size: 1.5rem;
  }

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

  .fs-styleguide-component {
    overflow: hidden;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

  .heading-style-h2 {
    font-size: 11.5vw;
  }

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

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

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

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

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

  .nav-style-guide-link {
    width: 2rem;
    height: 2rem;
  }

  .nav-style-guide-icon {
    font-size: 1.25rem;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .changelog-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-top-header {
    padding-top: 8rem;
  }

  .utility-icon {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1rem;
  }

  .utility-page-title {
    font-size: 2rem;
  }

  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .blog-post-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .blog-post-category {
    font-size: 12px;
    top: .5rem;
    left: .5rem;
  }

  .blog-post-icon-wrap {
    width: 2.75rem;
    height: 2.75rem;
  }

  .author-content-wrapper {
    flex-flow: column;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo {
    height: 1.25rem;
  }

  .menu-button {
    width: 4rem;
    height: 4rem;
  }

  .product-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .product-title, .price-text {
    font-size: 2.25rem;
  }

  .plus-block {
    width: 2rem;
    height: 2rem;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .accordion-heading {
    font-size: 1.125rem;
    font-weight: 600;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-navbar {
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cart-title {
    font-size: 1.25rem;
  }

  .footer-menu-block {
    flex-flow: wrap;
  }

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-picture {
    height: 6rem;
  }

  .cube-left {
    margin-bottom: -1px;
  }

  .header-component-grid {
    height: 90vh;
  }

  .cube-wrapper {
    width: 15rem;
    height: 15rem;
    transform: scale(1);
  }

  .cube-text {
    font-size: 1.5rem;
  }

  .marquee-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .featured-text {
    top: 3px;
  }

  .heading-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .text-image-wrapper {
    width: 8.5vw;
    height: 8.5vw;
    top: 1px;
  }

  .square {
    width: 6px;
    height: 6px;
  }

  .service-title {
    font-size: 1.75rem;
  }

  .allcaps-text {
    font-size: 12px;
  }

  .logo-item {
    height: 1.25rem;
  }

  .case-study-wrapper {
    height: 35vh;
  }

  .case-study-name {
    font-size: 4rem;
  }

  .top-content-grid {
    grid-template-columns: 1fr;
  }

  ._3d-object-wrapper {
    padding-top: 0;
    transform: scale(.5)rotate(-12deg);
  }

  ._3d-object-wrapper.about-page {
    transform: scale(.5);
  }

  ._3d-left {
    margin-bottom: -1px;
  }

  .section-home-header-03 {
    padding-top: 10rem;
  }

  ._3d-cube-container {
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    position: relative;
  }

  ._3d-cube-left {
    margin-bottom: -1px;
  }

  ._3d-cube-wrapper {
    width: 14rem;
    height: 14rem;
    transform: scale(.75)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
  }

  .header-heading-03 {
    font-size: 15vw;
  }

  .case-study-content-block {
    padding: 1.5rem 1.25rem;
  }

  .case-study-title {
    font-size: 2rem;
  }

  .case-study-content-link {
    height: 18rem;
  }

  .case-study-name-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-study-name-wrap {
    width: 12.5rem;
    height: 3rem;
  }

  .case-study-text {
    font-size: 3rem;
  }

  .case-study-name-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .dash {
    font-size: 3rem;
    top: -10px;
  }

  .case-study-service-text {
    font-size: .875rem;
  }

  .case-service-text {
    font-size: .875rem;
    top: 1rem;
    left: 1rem;
  }

  .cta-content-wrapper {
    padding-top: 8rem;
  }

  .cta-marquee-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: .25rem;
    padding-bottom: .5rem;
  }

  .cta-marquee-text {
    font-size: 6rem;
  }

  .cta-image-wrap {
    width: 4.25rem;
    min-width: 4.25rem;
    height: 4.25rem;
    min-height: 4.25rem;
    margin-top: 6px;
  }

  ._3d-text-block {
    margin-top: -1rem;
    transform: scale(.45);
  }

  .cta-content-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cta-spacer {
    padding-top: 1rem;
  }

  .newsletter-title {
    font-size: 1.5rem;
  }

  .plan-icon {
    height: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .product-icon {
    height: 2.5rem;
  }

  .service-name {
    font-size: 2rem;
  }

  .service-number {
    font-size: 1.5rem;
    line-height: 1;
  }

  .alternate-service-title {
    font-size: 2rem;
  }

  .service-number-relative {
    padding-right: .875rem;
  }

  .padding-service {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cta-spacer-01 {
    padding-top: 6rem;
  }

  .number {
    height: 12vw;
    min-height: 12vw;
    font-size: 12vw;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 12vw;
    min-height: 12vw;
  }

  .numbers-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .roll-awards-wrapper {
    height: 12vw;
    min-height: 12vw;
  }

  .team-member-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .view-button {
    width: 3.5rem;
    height: 3.5rem;
  }

  .view-text {
    font-size: 12px;
  }
}

#w-node-_7ee49a5f-7e7c-9a52-d19d-99e61066a2bc-c1c04b12 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-b162fb94-fd5d-0e47-ca1c-1524b5ace951-c1c04b12 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a7701e6b-daec-3f02-d59c-d1c629f4c265-c1c04b12 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_8488a281-2366-f1d5-d14d-10b2ca0cfb26-c1c04b12 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end;
}

#w-node-_8b04e880-782c-2d70-f010-0f82f23fcdfc-c1c04b12 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_8b04e880-782c-2d70-f010-0f82f23fce01-c1c04b12 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_7e3c790b-473e-326b-fdff-800022f76df6-c1c04b12, #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
  place-self: end;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab64-df01ab5a {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
    justify-self: center;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab7a-df01ab5a {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7701e6b-daec-3f02-d59c-d1c629f4c265-c1c04b12 {
    justify-self: start;
  }

  #w-node-_8b04e880-782c-2d70-f010-0f82f23fcdfc-c1c04b12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b04e880-782c-2d70-f010-0f82f23fce01-c1c04b12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
    justify-self: center;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
    justify-self: start;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}