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

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

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

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

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

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --snow: snow;
  --pirateblack: #383838;
  --light-grey: #f2f2f2;
  --cyberyellow: #fdd30f;
  --grey: #888;
  --electricbluelemonade: #0063b1;
  --blue: #33cfca;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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(--snow);
  color: var(--pirateblack);
  font-family: Creato Display, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.4;
}

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

blockquote {
  border-left: 5px solid var(--light-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: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.text-size-small {
  color: var(--pirateblack);
  font-size: .875rem;
}

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

.form-input {
  background-color: var(--snow);
  color: #000;
  border: 1px solid #88888840;
  border-radius: 100px;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #acacac;
}

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

.form-input.is-text-area {
  border-radius: 20px;
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

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

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

.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;
  border-radius: 10px;
  padding: 1.25rem;
}

.text-size-tiny {
  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 #eee;
  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 {
  font-size: 1rem;
}

.text-rich-text h3 {
  font-size: 3rem;
}

.text-rich-text h2 {
  font-size: 4rem;
}

.text-rich-text h1 {
  font-size: 5rem;
}

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

.text-rich-text img {
  border-radius: 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 {
  margin-bottom: 0;
  font-size: 1rem;
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  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: #000;
  border-radius: 14px;
  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 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h2.alternate-title {
  color: var(--snow);
  text-align: center;
}

.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;
  border-radius: 10px;
  margin-top: 2.5rem;
  padding: 1.25rem;
}

.heading-style-h3 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

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

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

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

.button {
  border: 1px solid var(--pirateblack);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all .35s;
}

.button:hover {
  color: var(--pirateblack);
  background-color: #0000;
}

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

.text-size-medium {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.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: 16rem;
}

.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(--pirateblack);
}

.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: 20rem;
}

.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;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.fs-styleguide-label {
  background-color: var(--electricbluelemonade);
  color: #fff;
  border-radius: 4px;
  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: var(--pirateblack);
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 500;
  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(--electricbluelemonade);
  color: #fff;
}

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

.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: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.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(--pirateblack);
}

.main-wrapper {
  margin-top: 24px;
  overflow: clip;
}

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

.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 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.hide {
  display: none;
}

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

.nav-style-guide {
  background-color: #f3f3f3;
  border-radius: 8px;
  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;
  border-radius: 4px;
  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: #fff;
}

.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;
  border: 1px solid #88888826;
  border-radius: 14px;
  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 {
  flex-direction: column;
  display: flex;
}

.link-text {
  color: #000;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

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

.link-text.bottom {
  color: var(--snow);
  font-size: 14px;
}

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

.link-text.footer-text {
  color: var(--snow);
}

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

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

.link-button.underline {
  border-bottom: 1px solid #000;
}

.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-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

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

.contact-form-wrapper {
  background-color: var(--light-grey);
  color: #000;
  border: 1px solid #88888826;
  border-radius: 1rem;
  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 {
  overflow: clip;
}

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

.blog-component-grid {
  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 {
  background-color: var(--light-grey);
  border: 1px solid #88888826;
  border-radius: 14px;
  padding: 10px 10px 1.5rem;
  display: block;
}

.blog-image-wrapper {
  border-radius: 14px;
  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(--pirateblack);
  font-size: 1.5rem;
}

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

.blog-post-icon {
  color: var(--snow);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.blog-post-category {
  background-color: var(--pirateblack);
  color: var(--snow);
  border-radius: 8px;
  padding: 8px 12px;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.newsletter-form-wrapper {
  background-color: var(--light-grey);
  border: 1px solid #88888826;
  border-radius: 16px;
  padding: 2rem 3rem 2rem 2rem;
}

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

.blog-post-icon-wrap {
  border: 1px solid var(--pirateblack);
  background-color: var(--pirateblack);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  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: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: start;
  width: 100%;
}

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

.author-content-wrapper {
  width: 100%;
  max-width: 8rem;
}

.author-picture {
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
}

.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 #88888840;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .35s;
  display: flex;
}

.social-link:hover {
  border-color: #88888880;
}

.social-link.black {
  background-color: var(--pirateblack);
}

.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-wrap.x {
  transform: scale(.9);
}

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

.social-icon.is-white {
  color: var(--snow);
}

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

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-menu-container {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.nav-text {
  color: var(--snow);
  font-size: 2rem;
  line-height: 1;
}

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

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

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

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

.menu-line {
  background-color: var(--snow);
  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 {
  background-color: var(--light-grey);
  border: 1px solid #88888826;
  border-radius: 1rem;
  padding: 3rem 2rem;
}

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

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

.price-text {
  color: var(--pirateblack);
  font-size: 2.5rem;
  font-weight: 500;
  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(--pirateblack);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

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

.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 {
  background-color: var(--light-grey);
  cursor: pointer;
  border: 1px solid #88888826;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.plus-block {
  background-color: var(--pirateblack);
  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: var(--pirateblack);
  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-heading {
  color: var(--pirateblack);
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.plus-line {
  z-index: 1;
  background-color: var(--snow);
  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;
}

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

.product-quantity {
  display: none;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-text {
  color: var(--snow);
  font-size: 1rem;
  transition: color .35s;
}

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

.cart-quantity {
  color: #000;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-height: 18px;
  margin-top: -10px;
  margin-left: 0;
  line-height: 1;
  display: flex;
}

.remove-text {
  color: #00000080;
  transition: color .35s;
}

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

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

.close-button {
  cursor: pointer;
}

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

.apple-pay {
  border-radius: 100px;
}

.footer-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 5rem;
}

.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 {
  background-color: var(--pirateblack);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.footer-logo-link {
  transition: opacity .35s;
}

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

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

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

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

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

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

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

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

.section-home-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: clip;
}

.section-about-header {
  background-color: var(--pirateblack);
  height: 100vh;
  position: relative;
  overflow: clip;
}

.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: 45rem;
  margin-left: auto;
  margin-right: auto;
}

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

.cover-image-wrapper {
  border-radius: 1.25rem;
  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;
  display: flex;
}

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

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

.testimonial-picture {
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
}

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

.empty-shipping-state {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.header-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--snow);
  perspective: 1000px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.header-image-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header-image-item {
  width: 20rem;
  height: 20rem;
  position: absolute;
  transform: translate(0);
}

.header-image-item._01 {
  transform: translate(-6vw, -10vh);
}

.header-image-item._02 {
  transform: translate(14vw, -3vh);
}

.header-image-item._03 {
  transform: translate(6vw, -15vh);
}

.header-image-item._04 {
  transform: translate(-8vw, 10vh);
}

.header-image-item._05 {
  transform: translate(8vw, 7vh);
}

.header-image-item._06 {
  transform-style: preserve-3d;
  transform: translate3d(2px, 0, 6rem);
}

.header-image {
  object-fit: cover;
  border-radius: 14px;
  width: 20rem;
  height: 20rem;
}

.header-image._01 {
  transform-origin: 0 0;
}

.header-image._02 {
  transform-origin: 100% 0;
}

.header-image._03 {
  transform-origin: 0 100%;
}

.header-image._04 {
  transform-origin: 100% 100%;
}

.header-image._05 {
  transform-origin: 0 0;
}

.header-image._06 {
  transform-origin: 100% 0;
}

.heading-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-title {
  color: var(--pirateblack);
  letter-spacing: -2px;
  -webkit-text-stroke-color: var(--pirateblack);
  margin-bottom: 0;
  font-family: Creato Display, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.header-title.black {
  color: var(--pirateblack);
}

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

.copyright-icon {
  color: var(--snow);
  margin-top: 40px;
  font-family: Creato Display, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.copyright-icon.black {
  color: var(--pirateblack);
}

.header-image-block {
  perspective: 600px;
  width: 20rem;
  height: 20rem;
  position: relative;
}

.nav-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-block {
  z-index: 20;
  background-image: url('../images/notch-menu.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 2.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -1px 0% 0%;
}

.nav-menu-content {
  z-index: 20;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 24rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.nav-menu-list {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-background {
  background-color: var(--pirateblack);
  transform-origin: 50% 0;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.nav-social-media {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.sticky-inner {
  height: 300vh;
  position: relative;
}

.sticky-item {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-title-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sticky-title-block {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

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

.main-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--electricbluelemonade);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 2rem;
  transition: all .35s;
  position: relative;
  overflow: hidden;
}

.main-button:where(.w-variant-da9dc768-616e-8a2c-898f-b32481df8860) {
  background-color: var(--cyberyellow);
}

.main-button:hover {
  box-shadow: 0 2px .3px #0000000d;
}

.main-button.blue, .main-button.green, .main-button.yellow {
  background-color: var(--cyberyellow);
}

.button-text {
  color: var(--snow);
  font-size: 1rem;
  font-weight: 400;
}

.button-text.text-color-primary, .button-text.black-color {
  color: var(--pirateblack);
}

.circle-button {
  background-color: var(--pirateblack);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  color: var(--light-grey);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.section-home-zoom {
  background-color: var(--snow);
  width: 100%;
  height: 250vh;
}

.zoom-sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15vh;
  display: flex;
  overflow: hidden;
}

.zoom-title-block {
  text-align: center;
  width: 50vw;
  font-size: 5.25rem;
  line-height: 1;
}

.zoom-title {
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  overflow: clip;
}

.section-home-service {
  background-color: var(--pirateblack);
  padding-top: 4rem;
  padding-bottom: 8rem;
}

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

.sticky-image._03 {
  z-index: 2;
}

.sticky-image._02 {
  z-index: 3;
}

.sticky-image._01 {
  z-index: 4;
}

.sticky-image._04 {
  z-index: 1;
}

.sticky-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.sticky-content-block.right {
  justify-content: flex-end;
  align-items: center;
}

.sticky-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 50vh;
  position: sticky;
  top: 20vh;
  overflow: clip;
}

.sticky-image-tablet {
  display: none;
}

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

.sticky-title {
  color: var(--snow);
  margin-top: 36px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.sticky-column {
  width: 100%;
  position: relative;
}

.sticky-description-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.sticky-content-item {
  max-width: 22rem;
}

.sticky-text {
  color: var(--pirateblack);
  font-size: 1.125rem;
}

.sticky-column-center {
  width: 100%;
  position: relative;
}

.service-subtitle {
  color: var(--cyberyellow);
  margin-bottom: 5px;
  font-size: 1rem;
  font-style: italic;
}

.service-subtitle.blue {
  color: var(--blue);
}

.service-subtitle.green {
  color: var(--cyberyellow);
  text-align: center;
}

.section-home-header-02 {
  background-color: var(--blue);
  height: 300vh;
  padding-bottom: 6rem;
  position: relative;
  overflow: clip;
}

.section-header-03 {
  background-color: var(--cyberyellow);
  height: 100vh;
  overflow: clip;
}

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

.button-bg {
  background-color: var(--light-grey);
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-item {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: absolute;
}

.circle-item._02 {
  background-color: var(--grey);
  bottom: -36.5%;
  left: -50%;
}

.circle-item._03 {
  background-color: var(--pirateblack);
  bottom: -36.5%;
  right: -50%;
}

.circle-item._01 {
  background-color: var(--blue);
  top: -50%;
}

.circle-block {
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-sticky-wrapper {
  position: sticky;
  top: 30vh;
}

.section-home-stats {
  height: 300vh;
  padding-top: 16rem;
  overflow: clip;
}

.stats-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--snow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.section-home-features {
  background-color: var(--pirateblack);
}

.zoom-circle {
  z-index: 10;
  background-color: var(--pirateblack);
  border-radius: 100%;
  width: 0;
  height: 0;
  margin-top: 50px;
  position: absolute;
}

.stats-text {
  text-align: center;
  font-size: 1.125rem;
}

.stats-description {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.125rem;
}

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

.card-circle {
  perspective: 1000px;
  border-radius: 100%;
  width: 16rem;
  height: 16rem;
  position: absolute;
  transform: rotate(0);
}

.card-circle._06 {
  z-index: 1;
  transform: rotate(-300deg);
}

.card-circle._03 {
  z-index: 4;
  transform: rotate(-120deg);
}

.card-circle._02 {
  z-index: 5;
  transform: rotate(-60deg);
}

.card-circle._05 {
  z-index: 2;
  transform: rotate(-240deg);
}

.card-circle._01 {
  z-index: 6;
}

.card-circle._04 {
  z-index: 3;
  transform: rotate(-180deg);
}

.card-circle-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.circle-image-block {
  border-radius: 100%;
  width: 16rem;
  height: 16rem;
  position: relative;
}

.card-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-image-wrapper._05 {
  z-index: 4;
}

.card-image-wrapper._03 {
  z-index: 2;
}

.card-image-wrapper._02 {
  z-index: 1;
}

.card-image-wrapper._01 {
  z-index: 6;
}

.card-image-wrapper._04 {
  z-index: 3;
}

.card-image-wrapper._06 {
  z-index: 5;
}

.circle-image-wrapper {
  border-radius: 12px;
  width: 16rem;
  height: 16rem;
  position: absolute;
  inset: -100% auto auto;
  overflow: hidden;
}

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

.sticky-image-block {
  border-radius: 1rem;
  width: 100%;
  height: 75vh;
  position: sticky;
  top: 10vh;
  overflow: clip;
}

.header-title-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.header-sticky {
  padding-top: 1rem;
  position: sticky;
  top: 0;
}

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

.header-subtitle {
  padding-left: 1rem;
  font-size: 16px;
}

._3d-right {
  perspective: 1000px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(15rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

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

._3d-back {
  perspective: 1000px;
  transform-style: preserve-3d;
  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-top {
  perspective: 1000px;
  transform-style: preserve-3d;
  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-left {
  perspective: 1000px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(-15rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

._3d-wrapper {
  z-index: 10;
  position: relative;
}

._3d-object-wrapper {
  perspective: 6000px;
  transform-style: preserve-3d;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: scale(.85)rotateX(-15deg)rotateY(10deg)rotateZ(15deg);
}

._3d-front {
  z-index: 1;
  perspective: 1000px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 15rem);
}

._3d-bottom {
  perspective: 1000px;
  transform-style: preserve-3d;
  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-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  width: 25rem;
  height: 25rem;
}

._3d-image-block._01 {
  transform-origin: 0 0;
  background-image: url('../images/collage-1.webp');
}

._3d-image-block._02 {
  transform-origin: 100% 100%;
  background-image: url('../images/collage-1.webp');
}

._3d-image-block._03 {
  transform-origin: 100% 0;
  background-image: url('../images/collage-1.webp');
}

._3d-image-block._04 {
  transform-origin: 0 100%;
  background-image: url('../images/collage-1.webp');
}

._3d-image-block._05 {
  transform-origin: 0 0;
  background-image: url('../images/collage-1.webp');
}

._3d-image-block._06 {
  transform-origin: 100% 0;
  background-image: url('../images/collage-1.webp');
}

.stats-content-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stats-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: relative;
}

.stats-circle._01 {
  z-index: 1;
  background-color: var(--cyberyellow);
}

.stats-circle._02 {
  z-index: 3;
  background-color: var(--pirateblack);
}

.stats-circle._03 {
  z-index: 1;
  background-color: var(--grey);
}

.stats-circle-zoom {
  z-index: 5;
  background-color: var(--pirateblack);
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.section-home-numbers {
  height: 250vh;
  padding-top: 8rem;
  overflow: clip;
}

.stats-sticky {
  position: sticky;
  top: 25vh;
}

.section-home-our-services, .section-home-case-studies {
  background-color: var(--pirateblack);
}

.case-sticky-wrapper {
  cursor: pointer;
  width: 100%;
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.case-sticky-wrapper._01 {
  z-index: 4;
}

.case-sticky-wrapper._03 {
  z-index: 2;
}

.case-sticky-wrapper._04 {
  z-index: 1;
}

.case-sticky-wrapper._02 {
  z-index: 3;
}

.case-info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: absolute;
  inset: auto 3% 5%;
}

.case-image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 100vh;
}

.cursor-arrow {
  color: #fcfcf6;
  mix-blend-mode: difference;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.cursor {
  z-index: 10;
  background-color: var(--snow);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  mix-blend-mode: difference;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.cursor.w--current {
  transition: transform .35s;
}

.cursor.w--current:hover {
  transform: scale(1.1);
}

.case-content {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

.case-study-link {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-info-text {
  color: var(--snow);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.case-info-text.name {
  font-size: 1.5rem;
  font-weight: 500;
}

.case-studies-wrapper {
  width: 100%;
}

.cursor-block {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
}

.case-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-study-item {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.section-home-testimonial {
  background-color: var(--light-grey);
  overflow: clip;
}

.testimonial-text {
  font-size: 1.125rem;
  font-style: italic;
}

.horizontal-testimonial-container {
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}

.height-testimonial {
  height: 50vh;
}

.testimonial-image-wrapper {
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}

.testimonial-wrapper {
  z-index: 20;
  margin-top: -100vh;
  position: relative;
}

.horizontal-testimonial-list {
  white-space: nowrap;
  width: 200rem;
  padding-left: 36rem;
  position: relative;
}

.testimonial-item {
  height: 50vh;
}

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

.testimonial-name {
  font-size: 1.25rem;
  font-weight: 400;
}

.horizontal-testimonial-item {
  transform-origin: 0%;
  display: inline-block;
}

.horizontal-testimonial-wrap {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--snow);
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: flex;
}

.horizontal-testimonial-sticky {
  z-index: 1;
  position: sticky;
  top: 0;
}

.horizontal-testimonial-block {
  min-height: 50vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.testimonial-block {
  white-space: normal;
  width: 35rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 12rem;
  display: inline-block;
}

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

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

.product-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.product-image {
  width: 5rem;
  height: 5rem;
}

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

.member-s-social-icon {
  color: #f7f7f7;
  width: 1.375rem;
  height: 1.375rem;
}

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

.team-member-block {
  background-color: var(--light-grey);
  border: 1px solid #88888826;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem 1.5rem;
  display: flex;
}

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

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

.member-name {
  color: var(--pirateblack);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

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

.member-social-link {
  background-color: var(--pirateblack);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

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

.blog-content-item {
  height: 100%;
}

.cart-image {
  width: 50px;
}

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

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

.contact-link {
  color: var(--pirateblack);
  text-decoration: underline;
  transition: all .35s;
}

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

.contact-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 5px;
  display: flex;
}

.contact-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.marquee-text-container {
  overflow: hidden;
}

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

.marquee-text-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.partners-logo-gradient-right {
  z-index: 1;
  background-image: linear-gradient(90deg, #0000, var(--snow));
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.partner-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  margin-top: 2.5rem;
}

.partners-logo-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--snow), #0000);
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.partner-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

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

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

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

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

.number.alternate {
  color: var(--grey);
}

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

.value-title {
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.values-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

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

.value-content-block {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.value-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.value-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-grey);
  border: 1px solid #88888826;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 15vh;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.value-content-wrapper._02 {
  top: 18%;
}

.value-content-wrapper._04 {
  top: 24%;
}

.value-content-wrapper._01 {
  top: 15%;
}

.value-content-wrapper._03 {
  top: 21%;
}

.value-number {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.value-description {
  font-size: 1.125rem;
}

.about-heading {
  color: var(--snow);
  text-align: center;
  font-size: 14rem;
}

.marquee-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.how-it-works-image-tab {
  width: 100%;
}

.number-wrapper {
  flex: none;
  align-self: flex-start;
}

.how-it-works-wrapper {
  width: 50%;
  padding-right: 4rem;
}

.how-it-wrrks-ccontent {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.how-it-works-description-block {
  overflow: hidden;
}

.how-it-works-tab {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.how-it-works-tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-it-works-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.how-it-works-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.how-it-works-image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.how-it-works-container {
  flex-flow: column;
  display: flex;
  position: relative;
}

.how-it-works-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--light-grey);
  opacity: .4;
  background-color: #0000;
  padding: 1.5rem 0;
  display: flex;
}

.how-it-works-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.how-it-works-number {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.how-it-works-description {
  font-size: 1rem;
}

.call-to-action-01 {
  height: 300vh;
  padding-top: 4rem;
}

.call-to-action-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.call-to-action-content {
  z-index: 1;
  max-width: 45rem;
  position: relative;
}

.cta-title {
  text-align: center;
  font-size: 5rem;
}

.call-to-action-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 1rem;
  width: 16rem;
  height: 16rem;
  position: absolute;
}

.cta-image._01 {
  inset: 2% auto auto 5%;
}

.cta-image._02 {
  inset: 2% 5% auto auto;
}

.cta-image._03 {
  inset: auto auto 5% 10%;
}

.cta-image._04 {
  inset: auto 10% 5% auto;
}

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

.service-inner-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.service-image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-title {
  color: var(--snow);
  font-size: 2rem;
  font-weight: 400;
}

.service-content-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.service-description {
  color: var(--grey);
  text-align: center;
  font-size: 1rem;
}

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

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

.case-text {
  color: var(--snow);
}

.case-link-wrapper {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.case-study-content-item {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

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

.right-arrow, .left-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-mask {
  overflow: visible;
}

.testimonial-slider-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-slide-content {
  background-color: var(--snow);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 36rem;
  height: 30rem;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 80vw;
  height: 80vh;
}

.testimonial-content-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-arrow {
  color: var(--pirateblack);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  font-weight: 300;
}

.testimonial-content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.client-image-wrapper {
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
}

.call-to-action-02 {
  height: 400vh;
}

.cta-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.cta-content-block {
  z-index: 5;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.call-to-action-image {
  border-radius: 1rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
}

.call-to-action-image._01 {
  z-index: 3;
  inset: 10% auto auto 10%;
}

.call-to-action-image._02 {
  z-index: 1;
  inset: 5% 5% auto auto;
}

.call-to-action-image._03 {
  z-index: 2;
  inset: auto auto 5% 5%;
}

.call-to-action-image._04 {
  z-index: 4;
  inset: auto 10% 10% auto;
}

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

.call-to-action-03 {
  height: 400vh;
  position: relative;
}

.cta-sticky-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.cta-content {
  z-index: 5;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.cta-image-item {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 16rem;
  height: 16rem;
  position: absolute;
}

.case-name-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.testimonial-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.next-case-content {
  margin-top: 5rem;
  position: relative;
}

.next-case-image {
  z-index: -1;
  border-radius: 12px;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% 0% 0%;
}

.testimonial-text-wrapper {
  width: 100%;
  max-width: 30rem;
}

.logo {
  height: 2.25rem;
}

.about-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-frame-block {
  perspective: 900px;
  width: 20rem;
  height: 20rem;
  position: relative;
}

.about-header-grid {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.image-frame-item {
  border-radius: 14px;
  width: 20rem;
  height: 20rem;
  position: absolute;
  overflow: hidden;
}

.scroll-down-indicator-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-down {
  width: 2rem;
  height: 2rem;
}

.header-scroll-down-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-down-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-arrow-down {
  color: var(--snow);
  width: 2rem;
  height: 2rem;
}

.cta-scroll-down {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.scroll-down-top {
  justify-content: center;
  align-items: flex-start;
  padding-top: 6rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-down-sticky {
  position: sticky;
  top: 6rem;
}

.heading-black {
  margin-top: 36px;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.heading {
  color: var(--snow);
}

.image {
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  flex: 0 auto;
  max-width: none;
  max-height: 50vh;
}

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

.paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  color: var(--snow);
}

.main-button-yellow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--cyberyellow);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 2rem;
  transition: all .35s;
  position: relative;
  overflow: hidden;
}

.main-button-yellow:hover {
  box-shadow: 0 2px .3px #0000000d;
}

.main-button-yellow.blue {
  background-color: var(--blue);
}

.main-button-yellow.green, .main-button-yellow.yellow {
  background-color: var(--cyberyellow);
}

@media screen and (min-width: 1280px) {
  .heading-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-title {
    text-align: center;
    font-size: 5rem;
  }

  .copyright-icon {
    font-size: 6rem;
  }

  .circle-wrapper {
    transform: scale(1.125);
  }

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

  .stats-circle {
    width: 22rem;
    height: 22rem;
  }

  .cta-image {
    width: 18rem;
    height: 18rem;
  }

  .container {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post-title {
    font-size: 1.75rem;
  }

  .header-title {
    color: var(--pirateblack);
    text-align: center;
    font-size: 5rem;
    font-weight: 500;
  }

  .heading-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sticky-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-black {
    text-align: center;
    font-size: 3.2rem;
  }

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

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
    color: var(--snow);
  }

  .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-size: 1.3rem;
  }

  .paragraph-16 {
    text-align: center;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .header-title {
    color: var(--pirateblack);
    font-size: 5rem;
  }

  .sticky-text {
    color: var(--snow);
  }

  .circle-sticky-wrapper {
    top: 35vh;
  }

  .card-circle-wrapper {
    height: 95vh;
  }

  .case-info-grid {
    left: 5%;
    right: 5%;
  }

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

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

  .container {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .image {
    max-height: 50vh;
  }

  .paragraph-2, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    color: var(--snow);
  }
}

@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;
  }

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

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

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

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

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

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

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .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, .blog-post-title {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .header-image-item {
    width: 16rem;
    height: 16rem;
  }

  .header-image {
    border-radius: 12px;
    width: 16rem;
    height: 16rem;
  }

  .header-title {
    font-size: 16vw;
  }

  .copyright-icon {
    font-size: 4rem;
  }

  .header-image-block {
    width: 16rem;
    height: 16rem;
  }

  .sticky-title-block {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .button-arrow._02 {
    display: none;
  }

  .section-home-zoom {
    background-color: snow;
  }

  .sticky-image {
    position: relative;
    inset: auto;
  }

  .sticky-content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .sticky-image-wrapper {
    display: none;
  }

  .sticky-image-tablet {
    border-radius: 12px;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .sticky-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-title {
    font-size: 2.5rem;
  }

  .sticky-column {
    width: 100%;
  }

  .sticky-content-item {
    max-width: none;
    margin-top: 1.5em;
    margin-bottom: 5em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sticky-text {
    color: var(--snow);
  }

  .sticky-column-center {
    display: none;
  }

  .service-subtitle {
    color: var(--snow);
  }

  .button-bg {
    display: none;
  }

  .circle-wrapper {
    transform: scale(.9);
  }

  .circle-sticky-wrapper {
    top: 35vh;
  }

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

  .card-circle, .circle-image-block, .circle-image-wrapper {
    width: 12rem;
    height: 12rem;
  }

  .header-subtitle {
    padding-left: .5rem;
  }

  ._3d-container {
    transform: scale(.75);
  }

  .stats-circle {
    width: 15rem;
    height: 15rem;
  }

  .stats-title {
    font-size: 3rem;
  }

  .number-text {
    font-size: 3.5rem;
  }

  .case-sticky-wrapper, .case-image {
    height: 80vh;
  }

  .cursor {
    display: none;
  }

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

  .horizontal-testimonial-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .horizontal-testimonial-list {
    width: 160rem;
    padding-left: 20rem;
  }

  .testimonial-content {
    grid-row-gap: 2.5rem;
  }

  .horizontal-testimonial-block {
    justify-content: flex-start;
    align-items: center;
    padding-top: 8rem;
    display: flex;
  }

  .testimonial-block {
    width: 28rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 10rem;
  }

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

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

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

  .partner-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .partner-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .partner-logo {
    width: 8rem;
  }

  .value-title {
    font-size: 2.25rem;
  }

  .value-content-block {
    padding: 2rem;
  }

  .about-heading {
    font-size: 10rem;
  }

  .how-it-works-wrapper {
    padding-right: 1.5rem;
  }

  .how-it-wrrks-ccontent {
    padding-left: 1.5rem;
  }

  .how-it-works-tab {
    grid-column-gap: 3rem;
  }

  .call-to-action-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-title {
    font-size: 4rem;
  }

  .cta-image {
    width: 12rem;
    height: 12rem;
  }

  .cta-image._01, .cta-image._02 {
    top: 5%;
  }

  .cta-image._03, .cta-image._04 {
    bottom: 10%;
  }

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

  .case-studies-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .testimonial-slider {
    width: 100%;
  }

  .call-to-action-image {
    width: 14rem;
    height: 14rem;
  }

  .call-to-action-image._02 {
    right: 10%;
  }

  .call-to-action-image._03 {
    left: 10%;
  }

  .next-case-content {
    margin-top: 8rem;
  }

  .next-case-image {
    top: -175%;
  }

  .testimonial-text-wrapper {
    max-width: none;
  }

  .image-frame-block {
    width: 16rem;
    height: 20rem;
  }

  .image-frame-item {
    width: 16rem;
    height: 16rem;
  }

  .heading {
    color: var(--snow);
  }

  .container-2 {
    align-items: stretch;
  }
}

@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: 1.25rem;
  }

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

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

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

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

  .text-rich-text h5 {
    font-size: 1.25rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .text-rich-text h3 {
    font-size: 2rem;
  }

  .text-rich-text h2 {
    font-size: 2.5rem;
  }

  .text-rich-text h1 {
    font-size: 3rem;
  }

  .text-rich-text img {
    border-radius: 14px;
  }

  .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: 2rem;
  }

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

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

  .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: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-medium {
    padding-top: 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: 1rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

  .checkout-image {
    width: 30px;
  }

  .blog-component-grid {
    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-link {
    height: 2rem;
  }

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

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

  .header-component-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-image-item {
    width: 8rem;
    height: 8rem;
  }

  .header-image-item._01 {
    transform: translate(-12vw, -5vh);
  }

  .header-image-item._02 {
    transform: translate(12vw, -3vh);
  }

  .header-image-item._03 {
    transform: translate(6vw, -8vh);
  }

  .header-image-item._04 {
    transform: translate(-5vw, 6vh);
  }

  .header-image-item._05 {
    transform: translate(8vw, 3vh);
  }

  .header-image-item._06 {
    transform: translate3d(1px, 0, 6rem);
  }

  .header-image {
    border-radius: 10px;
    width: 8rem;
    height: 8rem;
  }

  .header-title {
    letter-spacing: -1px;
    font-size: 5rem;
  }

  .copyright-icon {
    margin-top: 24px;
    font-size: 2.5rem;
  }

  .header-image-block {
    width: 8rem;
    height: 8rem;
  }

  .sticky-item {
    height: 60vh;
  }

  .sticky-title-block {
    max-width: 45em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .zoom-title-block {
    width: 80vw;
  }

  .sticky-image-tablet {
    border-radius: 1.25rem;
  }

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

  .sticky-title {
    font-size: 2.6em;
  }

  .sticky-content-item {
    margin-bottom: 3em;
  }

  .sticky-text {
    color: var(--snow);
  }

  .circle-wrapper {
    transform: scale(.75);
  }

  .section-home-stats {
    height: 200vh;
  }

  .section-home-features {
    padding-top: 6rem;
  }

  .zoom-circle {
    display: none;
  }

  .stats-text {
    font-size: .875rem;
  }

  .stats-description {
    font-size: 1.25rem;
  }

  .card-circle, .circle-image-block {
    width: 10rem;
    height: 10rem;
  }

  .circle-image-wrapper {
    border-radius: 10px;
    width: 10rem;
    height: 10rem;
  }

  .header-subtitle {
    padding-left: .25rem;
  }

  ._3d-right {
    border-radius: 1.25rem;
  }

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

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

  ._3d-image-block {
    border-radius: 1rem;
  }

  .stats-circle {
    width: 10rem;
    height: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stats-title {
    font-size: 2rem;
  }

  .case-sticky-wrapper {
    height: 60vh;
  }

  .case-info-grid {
    bottom: 8%;
    left: 5%;
    right: 5%;
  }

  .case-image {
    border-radius: 1.25rem;
    height: 60vh;
  }

  .cursor {
    width: 5rem;
    height: 5rem;
  }

  .case-study-link {
    border-radius: 1.25rem;
  }

  .case-info-text {
    font-size: .875rem;
  }

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

  .horizontal-testimonial-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .horizontal-testimonial-list {
    padding-left: 10rem;
  }

  .horizontal-testimonial-block {
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .testimonial-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 6rem;
  }

  .product-image {
    width: 4rem;
    height: 4rem;
  }

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

  .contact-subtitle {
    font-size: 1.125rem;
  }

  .marquee-text-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .partner-container, .partner-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

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

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

  .value-title {
    font-size: 2rem;
  }

  .values-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .value-content-block {
    padding: 1.5rem;
  }

  .value-image-wrapper {
    height: auto;
  }

  .value-content-wrapper {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .about-heading {
    font-size: 6rem;
  }

  .how-it-works-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .how-it-wrrks-ccontent {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .how-it-works-tab {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .how-it-works-tabs-menu {
    place-items: start stretch;
    margin-bottom: 2rem;
  }

  .how-it-works-image {
    border-radius: 1rem;
  }

  .how-it-works-container {
    flex-flow: column;
    display: flex;
  }

  .cta-title {
    font-size: 3rem;
  }

  .cta-image {
    border-radius: 12px;
    width: 10rem;
    height: 10rem;
  }

  .service-image-wrapper {
    border-radius: 12px;
  }

  .case-link-wrapper {
    border-radius: 1rem;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
  }

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

  .testimonial-slide-content {
    width: 75%;
    height: 25rem;
  }

  .client-image-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .cta-content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .call-to-action-image {
    border-radius: 14px;
    width: 10rem;
    height: 10rem;
  }

  .call-to-action-image._01 {
    top: 15%;
    left: 5%;
  }

  .call-to-action-image._02 {
    top: 10%;
    right: 5%;
  }

  .call-to-action-image._03 {
    bottom: 10%;
    left: 5%;
  }

  .call-to-action-image._04 {
    bottom: 15%;
    right: 5%;
  }

  .next-case-image {
    height: 8rem;
    top: -165%;
  }

  .image-frame-block {
    width: 12rem;
    height: 15rem;
  }

  .image-frame-item {
    border-radius: 8px;
    width: 12rem;
    height: 12rem;
  }

  .header-arrow-down {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-rich-text h5 {
    font-size: 1.125rem;
  }

  .text-rich-text h4 {
    font-size: 1.25rem;
  }

  .text-rich-text h3 {
    font-size: 1.5rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text img {
    border-radius: 12px;
  }

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

  .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: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

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

  .style-guide-body {
    overflow: clip;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .blog-post-image {
    border-radius: 12px;
  }

  .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: 10rem;
    height: 10rem;
  }

  .contact-form-wrapper {
    border-radius: .875rem;
    padding: 2rem 1.25rem;
  }

  .blog-post-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .blog-link-wrapper {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-post-category {
    font-size: 12px;
    top: .5rem;
    left: .5rem;
  }

  .newsletter-form-wrapper {
    padding: 1.5rem 1rem;
  }

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

  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav-link {
    height: 1.85rem;
  }

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

  .menu-button-wrap {
    width: 1.25rem;
  }

  .product-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .product-title {
    font-size: 2.25rem;
  }

  .price-text {
    font-size: 2rem;
  }

  .accordion-content-item {
    padding: 1.5rem 1rem;
  }

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

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

  .cart-container {
    border-radius: 0;
  }

  .footer {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cover-image-wrapper {
    border-radius: .875rem;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-picture {
    width: 6rem;
    height: 6rem;
  }

  .order-item {
    margin-left: 0;
    margin-right: 0;
  }

  .order-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .header-image-item {
    width: 8rem;
    height: 8rem;
  }

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

  .header-title {
    object-fit: contain;
    font-size: 18vw;
  }

  .heading-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .copyright-icon {
    margin-top: 16px;
    font-size: 1.75rem;
  }

  .nav-block {
    width: 10rem;
    height: 2.5rem;
  }

  .nav-menu-block {
    top: -2px;
  }

  .nav-menu-content {
    width: 18rem;
    height: 22rem;
  }

  .sticky-inner {
    height: 200vh;
  }

  .sticky-item {
    height: 75vh;
  }

  .section-home-service {
    padding-bottom: 4rem;
  }

  .sticky-image-tablet {
    border-radius: 10px;
  }

  .sticky-title {
    font-size: 2em;
  }

  .sticky-content-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-text {
    color: var(--snow);
  }

  .circle-wrapper {
    transform: scale(.5);
  }

  .circle-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .circle-sticky-wrapper {
    top: 40vh;
  }

  .section-home-features {
    padding-top: 5rem;
  }

  .stats-description {
    font-size: 1.5rem;
  }

  .card-circle {
    width: 7rem;
    height: 7rem;
  }

  .card-circle-wrapper {
    height: 90vh;
  }

  .circle-image-block {
    width: 7rem;
    height: 7rem;
  }

  .circle-image-wrapper {
    border-radius: 8px;
    width: 7rem;
    height: 7rem;
  }

  .header-title-wrapper {
    height: 90vh;
  }

  .header-subtitle {
    font-size: 14px;
  }

  ._3d-right, ._3d-back, ._3d-top {
    perspective: 600px;
  }

  ._3d-left {
    perspective: 600px;
    margin-bottom: -1px;
  }

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

  ._3d-front {
    perspective: 600px;
  }

  ._3d-container {
    justify-content: center;
    align-items: center;
    margin-top: -4rem;
    position: relative;
  }

  ._3d-bottom {
    perspective: 600px;
  }

  .stats-content-flex {
    flex-flow: column;
  }

  .stats-circle {
    width: 10rem;
    height: 10rem;
  }

  .case-sticky-wrapper {
    height: 40vh;
  }

  .case-info-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    left: 6%;
    right: 6%;
  }

  .case-image {
    border-radius: 1rem;
    height: 40vh;
  }

  .cursor-arrow {
    width: 1rem;
    height: 1rem;
  }

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

  .case-study-link {
    border-radius: 10px;
  }

  .case-info-text {
    font-size: 14px;
  }

  .case-content-wrapper {
    height: 35vh;
  }

  .horizontal-testimonial-list {
    padding-left: 0;
  }

  .horizontal-testimonial-block {
    padding-bottom: 0;
  }

  .testimonial-block {
    width: 25rem;
    padding-bottom: 0;
    padding-right: 5rem;
  }

  .product-image {
    width: 3.5rem;
    height: 3.5rem;
  }

  .member-name {
    font-size: 1.25rem;
  }

  .cart-image {
    width: 46px;
  }

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

  .partners-logo-gradient-right {
    width: 2rem;
  }

  .partner-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partner-grid-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .partners-logo-gradient-left {
    width: 2rem;
  }

  .partner-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

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

  .numbers-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .value-number {
    font-size: 1.25rem;
  }

  .value-description {
    font-size: 1rem;
  }

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

  .how-it-works-tab {
    grid-template-columns: 1fr;
  }

  .how-it-works-title, .how-it-works-number {
    font-size: 1.25rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-image {
    border-radius: 10px;
    width: 8rem;
    height: 8rem;
  }

  .cta-image._03 {
    left: 5%;
  }

  .cta-image._04 {
    right: 5%;
  }

  .service-image-wrapper {
    border-radius: 10px;
  }

  .testimonial-slide-content {
    height: 30rem;
  }

  .slide-arrow {
    width: 2rem;
    height: 2rem;
  }

  .client-image-wrapper {
    width: 6rem;
    height: 6rem;
  }

  .call-to-action-image {
    border-radius: 12px;
  }

  .call-to-action-image._02 {
    right: 0%;
  }

  .call-to-action-image._03 {
    left: 0%;
  }

  .next-case-image {
    border-radius: 10px;
    top: -200%;
  }

  .image-frame-block {
    perspective: 250px;
    width: 8rem;
    height: 10rem;
  }

  .image-frame-item {
    width: 8rem;
    height: 8rem;
  }

  .arrow-down {
    width: 1.5rem;
    height: 1.5rem;
  }

  .container {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .section {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .heading, .paragraph, .paragraph-2, .paragraph-3 {
    color: var(--snow);
  }
}

#w-node-_6ebc4a48-2899-b758-1e32-ec64150118b2-e91dee82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ebc4a48-2899-b758-1e32-ec64150118d3-e91dee82 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_70851257-0f86-f0cd-cc84-88d9e0fe1605-4bac888f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: start end;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f11-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f30-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f35-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3a-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3f-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f45-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f4b-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f51-e91deeba {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa034-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa03c-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa053-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa06c-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa06f-e91deeba {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa071-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa074-e91deeba {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa0c6-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d0-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d1-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa145-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14a-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14f-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa154-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa159-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa15e-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa168-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa16d-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa172-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa177-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa17c-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa181-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa186-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa18b-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa190-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa195-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa19a-e91deeba {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19e-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19f-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a4-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a9-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ae-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c3-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c8-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1cd-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d2-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d7-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1dc-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1e6-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1eb-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f0-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f5-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1fa-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ff-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa204-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa209-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa20e-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa213-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa218-e91deeba {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21c-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21d-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa222-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa227-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa22c-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa23e-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa243-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa248-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa24d-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa252-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa257-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa25c-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa261-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa266-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa26b-e91deeba {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa26f-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa270-e91deeba {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa273-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa2f6-e91deeba, #w-node-aab53833-6355-e599-7fd0-21ecb94aa323-e91deeba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa367-e91deeba {
  justify-self: start;
}

#w-node-d474ddbc-b2dc-2335-b94b-4ff253f87a0e-e91deedc {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_8ddcffa6-1fdf-f563-e981-726aebcf4742-e91deedc, #w-node-_9660bf5a-7413-34e6-2a62-c42b1542e6c3-e91deedc {
  justify-self: end;
}

#w-node-_805aa502-647f-3768-f1e7-9b033109783a-e91deedc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_805aa502-647f-3768-f1e7-9b033109783b-e91deedc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2ccd486e-f5ab-2dea-3310-ffc1accd865f-e91deeff {
  place-self: start;
}

#w-node-_9bb71c5d-1864-5a90-10ed-27984631b5ee-e91deeff {
  place-self: end start;
}

#w-node-b054cd7f-7d9a-84c7-eaa5-1564da3425b1-e91deeff {
  place-self: end;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc0f-714cfc04 {
  place-self: center start;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc11-714cfc04 {
  place-self: center end;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc27-714cfc04 {
  place-self: center start;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc29-714cfc04 {
  place-self: center end;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc3f-714cfc04 {
  place-self: center start;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc41-714cfc04 {
  place-self: center end;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc57-714cfc04 {
  place-self: center start;
}

#w-node-_99433e10-c428-8426-8c1f-9d83714cfc59-714cfc04 {
  place-self: center end;
}

#w-node-_7466d24b-2682-8980-d520-54448d78f10a-e91def18 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_168b3d43-dfa9-bcbf-3e09-38532773c39a-e91def18 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_49669e20-440e-fc37-27b1-d3983da0d5c3-e91def18 {
  grid-area: 2 / 2 / 6 / 6;
}

#w-node-_49669e20-440e-fc37-27b1-d3983da0d5d1-e91def18 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-dcc6805d-0fb5-1da3-c9ef-2e8b93ed97aa-e91def18 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8fa572b0-3c2e-c982-e987-7c41f5478696-e91def18, #w-node-_601f6be2-d5b6-e804-a88d-6a54592e2452-e91def18, #w-node-_321ab119-7c1c-3782-0070-7eaa8b08cc12-e91def18, #w-node-_09485d43-0819-bb07-d6fd-b30118ad21f6-e91def18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1f12adc-4e6c-9fc0-51c7-68ff73845afc-e91def18 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c1f12adc-4e6c-9fc0-51c7-68ff73845b06-e91def18, #w-node-c1f12adc-4e6c-9fc0-51c7-68ff73845b18-e91def18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be8d67c6-f348-91b1-6aa7-0fedaf7ff52f-e91def18 {
  justify-self: end;
}

#w-node-be8d67c6-f348-91b1-6aa7-0fedaf7ff535-e91def18 {
  justify-self: center;
}

#w-node-be8d67c6-f348-91b1-6aa7-0fedaf7ff53b-e91def18 {
  justify-self: start;
}

#w-node-_818cdb27-2598-e0d5-038d-45d26bad3a5e-e91def18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_818cdb27-2598-e0d5-038d-45d26bad3a8e-e91def18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_818cdb27-2598-e0d5-038d-45d26bad3abe-e91def18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a2b309a0-aa80-4215-efce-cdc2d87b9541-e91def18 {
  place-self: center start;
}

#w-node-a2b309a0-aa80-4215-efce-cdc2d87b9545-e91def18 {
  align-self: end;
}

#w-node-a2b309a0-aa80-4215-efce-cdc2d87b9548-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b954a-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b954c-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b954e-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9550-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9552-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9555-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9557-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9559-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b955b-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b955d-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b955f-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9562-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9564-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9566-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b9568-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b956a-e91def18, #w-node-a2b309a0-aa80-4215-efce-cdc2d87b956c-e91def18 {
  align-self: center;
}

#w-node-_48a8e492-906f-b442-f28a-ce5097a8eae6-97a8eadc {
  place-self: center start;
}

#w-node-_48a8e492-906f-b442-f28a-ce5097a8eae8-97a8eadc {
  place-self: center end;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd11c-319dd111 {
  place-self: center start;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd11e-319dd111 {
  place-self: center end;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd134-319dd111 {
  place-self: center start;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd136-319dd111 {
  place-self: center end;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd14c-319dd111 {
  place-self: center start;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd14e-319dd111 {
  place-self: center end;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd164-319dd111 {
  place-self: center start;
}

#w-node-_8b83b63a-bb68-c167-163d-0e6a319dd166-319dd111 {
  place-self: center end;
}

#w-node-_42d2e008-32dd-f1d5-936d-b7648b291cd2-e91def19 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-fdb5c35e-7c8b-bf6d-5b13-8135433c5e7f-e91def19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fdb5c35e-7c8b-bf6d-5b13-8135433c5e80-e91def19 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a5fcbce1-3623-ba47-fabc-3ce7f1b7b54d-e91def1c {
  justify-self: start;
}

#w-node-cceb5a7f-e15f-7b5f-b869-498ecef8e3fc-e91def1d {
  justify-self: end;
}

#w-node-cceb5a7f-e15f-7b5f-b869-498ecef8e402-e91def1d {
  justify-self: center;
}

#w-node-cceb5a7f-e15f-7b5f-b869-498ecef8e408-e91def1d {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_49669e20-440e-fc37-27b1-d3983da0d5c3-e91def18 {
    grid-area: 2 / 2 / 6 / 6;
  }

  #w-node-_49669e20-440e-fc37-27b1-d3983da0d5d1-e91def18 {
    grid-area: 1 / 1 / 7 / 7;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6ebc4a48-2899-b758-1e32-ec64150118d3-e91dee82 {
    grid-column: 2 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
    grid-row: 2 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_70851257-0f86-f0cd-cc84-88d9e0fe1605-4bac888f {
    grid-column-end: 5;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
    grid-row: 2 / 3;
  }

  #w-node-_54d189ea-1e67-4bc4-185d-b1255e4e44a0-e91deeff {
    order: -9999;
  }

  #w-node-ec1bc0f3-bdc4-685e-5a2f-1f433404c52d-e91def02 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1d9ede79-c3e4-9be1-4ddb-005a11b5a2d5-e91def02 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dcc6805d-0fb5-1da3-c9ef-2e8b93ed97aa-e91def18 {
    grid-column-end: 3;
  }

  #w-node-c1f12adc-4e6c-9fc0-51c7-68ff73845afc-e91def18 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_818cdb27-2598-e0d5-038d-45d26bad3a5e-e91def18 {
    justify-self: start;
  }

  #w-node-_818cdb27-2598-e0d5-038d-45d26bad3abe-e91def18 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6ebc4a48-2899-b758-1e32-ec64150118d3-e91dee82 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_04b13f6e-2999-cac0-df34-e8221c7c6dd6-e91deedc, #w-node-_04b13f6e-2999-cac0-df34-e8221c7c6df0-e91deedc {
    order: 9999;
  }

  #w-node-b054cd7f-7d9a-84c7-eaa5-1564da3425b1-e91deeff, #w-node-_818cdb27-2598-e0d5-038d-45d26bad3a5e-e91def18, #w-node-_818cdb27-2598-e0d5-038d-45d26bad3a8e-e91def18, #w-node-_818cdb27-2598-e0d5-038d-45d26bad3abe-e91def18 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end start;
  }

  #w-node-_70851257-0f86-f0cd-cc84-88d9e0fe1605-4bac888f {
    grid-area: 1 / 3 / 2 / 5;
    place-self: start end;
  }

  #w-node-_99433e10-c428-8426-8c1f-9d83714cfc11-714cfc04, #w-node-_99433e10-c428-8426-8c1f-9d83714cfc29-714cfc04, #w-node-_99433e10-c428-8426-8c1f-9d83714cfc41-714cfc04, #w-node-_99433e10-c428-8426-8c1f-9d83714cfc59-714cfc04 {
    justify-self: start;
  }

  #w-node-_49669e20-440e-fc37-27b1-d3983da0d5c3-e91def18 {
    grid-area: 1 / 1 / 7 / 7;
  }

  #w-node-be8d67c6-f348-91b1-6aa7-0fedaf7ff52f-e91def18, #w-node-be8d67c6-f348-91b1-6aa7-0fedaf7ff535-e91def18, #w-node-_48a8e492-906f-b442-f28a-ce5097a8eae8-97a8eadc, #w-node-_8b83b63a-bb68-c167-163d-0e6a319dd11e-319dd111, #w-node-_8b83b63a-bb68-c167-163d-0e6a319dd136-319dd111, #w-node-_8b83b63a-bb68-c167-163d-0e6a319dd14e-319dd111, #w-node-_8b83b63a-bb68-c167-163d-0e6a319dd166-319dd111, #w-node-cceb5a7f-e15f-7b5f-b869-498ecef8e3fc-e91def1d, #w-node-cceb5a7f-e15f-7b5f-b869-498ecef8e402-e91def1d {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Bold.woff2') format('woff2'), url('../fonts/CreatoDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}