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

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

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

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

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

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

@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --blue: #2d47fe;
  --white: white;
  --grey: white;
  --border: #aeaeae33;
  --dark: black;
  --dark-grey: #000;
  --main-blue: #2d47fe;
  --extra-b1: #cfdcfe;
  --extra-b2: #697cfc;
  --extra-b3: #455dfb;
  --extra-b4: #0424f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

blockquote {
  border-left: 5px solid var(--border);
  color: var(--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: 600;
  line-height: 1.2;
}

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

.text-size-small {
  color: var(--grey);
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: .875rem;
}

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

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

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

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

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

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

.padding-0 {
  padding: 0;
}

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

.text-size-tiny {
  color: var(--grey);
  font-size: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text p, .text-rich-text ul, .text-rich-text ol {
  color: var(--grey);
  font-size: 1rem;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  color: var(--grey);
  font-size: 1rem;
  line-height: 1.2;
}

.text-size-regular.text-align-center {
  color: #fff;
}

.text-size-regular.text-color-secondary {
  color: var(--grey);
  display: none;
}

.text-size-regular.text-color-alternate {
  color: var(--main-blue);
  font-size: .8rem;
  font-weight: 500;
}

.text-size-regular.footer-description {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
}

.text-size-regular.project-info {
  color: var(--white);
  text-transform: uppercase;
}

.text-size-regular.text-align-center-alt {
  color: #fff;
}

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

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

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

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

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

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

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

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
}

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

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

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

.spacer-huge {
  color: var(--main-blue);
  width: 100%;
  padding-top: 6rem;
}

.text-color-secondary {
  color: var(--dark);
  -webkit-text-stroke-color: var(--main-blue);
}

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

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

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

.heading-style-h3 {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

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

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

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

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

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

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

.button.is-secondary {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--white);
  color: var(--blue);
}

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

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

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

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

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

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

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

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

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

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

.form-label {
  color: var(--white);
  text-transform: uppercase;
}

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

.text-size-medium.text-align-center {
  color: var(--main-blue);
  font-size: 1rem;
  font-weight: 500;
}

.fs-styleguide-hero-label {
  background-color: var(--white);
  color: var(--blue);
  text-transform: uppercase;
  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(--white);
}

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

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

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

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

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-width-small {
  width: 100%;
  max-width: 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: 80rem;
  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 {
  color: #fff;
  background-color: #2d62ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

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

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

.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(--blue);
  color: #fff;
}

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

.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: 600;
  line-height: 1.2;
}

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

.main-wrapper {
  overflow: clip;
}

.main-wrapper.home-03 {
  perspective: 1000px;
}

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

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

.max-width-xlarge.align-center {
  max-width: 70rem;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

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

.nav-style-guide {
  background-color: var(--dark);
  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: var(--dark-grey);
  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: var(--dark-grey);
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: var(--white);
  width: 2rem;
  height: 2rem;
  font-family: Material Icons;
  line-height: 1;
}

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

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

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

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

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

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

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

.link-wrap {
  flex-direction: column;
  height: 16px;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.link-button {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button.w--current {
  grid-column-gap: 1.5px;
  grid-row-gap: 1.5px;
}

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

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

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

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

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

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

.checkout-subtitle {
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.checkout-image {
  width: 50px;
}

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

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

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

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

.utility-page-title {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
}

.contact-form-wrapper {
  border: 1px solid var(--border);
  color: var(--white);
  background-color: #1b1b1b;
  margin-bottom: 0;
  padding: 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;
}

.empty-state {
  background-color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.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 {
  display: block;
}

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

.blog-post-content {
  background-color: var(--dark);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.5rem;
  position: relative;
  top: -2rem;
}

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

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

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

.newsletter-form-wrapper {
  border: 1px solid var(--border);
  background-color: #1b1b1b;
  padding: 2rem 3rem 2rem 2rem;
}

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

.blog-post-icon-wrap {
  border: 1px solid var(--border);
  background-color: var(--border);
  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%;
}

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

.author-picture {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

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

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

.social-link:hover {
  border-color: var(--dark-grey);
}

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

.social-icon-wrap.x {
  width: 1rem;
  height: 1rem;
  transform: scale(.9);
}

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

.social-icon.is-alternate {
  color: var(--main-blue);
}

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

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

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

.nav-menu-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.nav-text.is-hover {
  color: #888;
}

.brand-link {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-wrap {
  justify-content: center;
  align-items: flex-start;
  height: 1.875rem;
}

.logo {
  color: var(--white);
  text-transform: uppercase;
  max-width: 162%;
  height: 1.875rem;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.alternate-logo {
  opacity: .3;
  color: var(--grey);
  text-transform: uppercase;
  height: 1.875rem;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
}

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

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

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

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

.price-text {
  color: var(--white);
  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(--white);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-bottom: 10px;
}

.product-feature-text {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: .875rem;
}

.faq {
  background-color: #fff;
}

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

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

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

.plus-block {
  border: 1px solid var(--border);
  background-color: var(--dark);
  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(--main-blue);
  text-align: center;
  margin-bottom: 0;
  padding-top: 2rem;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.accordion-track-progress {
  background-color: var(--white);
  width: 0%;
  height: 1px;
  position: absolute;
}

.accordion-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

.background-navbar {
  display: none;
}

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

.product-quantity {
  display: none;
}

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

.cart-icon {
  color: var(--white);
  display: none;
}

.cart-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  transition: all .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: 2.25rem;
  font-weight: 700;
}

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

.cart-header {
  border-bottom-color: var(--border);
}

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

.cart-footer {
  border-top-color: var(--border);
}

.footer-component-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template: ". . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

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

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

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

.footer-logo {
  color: var(--white);
  text-transform: uppercase;
  height: 3rem;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.footer-padding {
  z-index: 5;
  padding-top: 6rem;
  padding-bottom: 3rem;
  position: relative;
}

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

.section-home-header {
  padding-bottom: 8rem;
  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 {
  z-index: 10;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 1rem;
}

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

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

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

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

.testimonial-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.circle-card-wrapper {
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: relative;
  transform: scale(1.3);
}

.card-image-wrapper {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: -125% auto auto;
  transform: rotate(0);
}

.card-image-wrapper._03 {
  color: var(--white);
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 8rem;
  height: 8rem;
  transform: rotate(90deg);
}

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

.card-image-wrapper._08 {
  width: 8rem;
  transform: rotate(-45deg);
}

.card-image-wrapper._07 {
  width: 8rem;
  height: 8rem;
  transform: rotate(-90deg);
}

.card-image-wrapper._04 {
  width: 8rem;
  height: 8rem;
  transform: rotate(135deg);
}

.card-image-wrapper._06 {
  width: 8rem;
  height: 8rem;
  transform: rotate(-135deg);
}

.card-image-wrapper._05 {
  width: 8rem;
  height: 8rem;
  transform: rotate(-180deg);
}

.card-image-wrapper._02 {
  width: 8rem;
  height: 8rem;
  transform: rotate(45deg);
}

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

.circle-item._06 {
  z-index: 3;
  transform: rotate(-225deg);
}

.circle-item._04 {
  z-index: 5;
  transform: rotate(-135deg);
}

.circle-item._02 {
  z-index: 7;
  transform: rotate(-45deg);
}

.circle-item._05 {
  z-index: 4;
  transform: rotate(-180deg);
}

.circle-item._08 {
  z-index: 1;
  transform: rotate(-315deg);
}

.circle-item._03 {
  z-index: 6;
  transform: rotate(-90deg);
}

.circle-item._07 {
  z-index: 2;
  transform: rotate(-270deg);
}

.circle-item._01 {
  z-index: 8;
}

.card-image-block {
  position: relative;
}

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

.header-title {
  z-index: 2;
  color: var(--white);
  text-indent: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 32vw;
  font-weight: 900;
  line-height: 1;
  position: relative;
  bottom: -2rem;
}

.heading-wrapper {
  mix-blend-mode: normal;
  position: relative;
}

.c-copyright {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  inset: 1rem 0% auto auto;
}

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

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

.header-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 1.5rem;
}

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

.globe-lottie {
  opacity: .9;
  width: 1.65rem;
  height: 1.65rem;
}

.location-lottie {
  opacity: .85;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}

.link-underline-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-underline-item {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.left-underline, .right-underline {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.nav-link-block {
  height: 1rem;
  overflow: hidden;
}

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

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

.header-card-block {
  width: 100%;
  max-width: 45rem;
  height: 100%;
  max-height: 45rem;
}

.header-card-item {
  z-index: 3;
  perspective: 750px;
  width: 11.25rem;
  height: 11.25rem;
  position: relative;
}

.header-card-item._01 {
  z-index: 1;
}

.header-card-item._05, .header-card-item._06 {
  z-index: 1;
  overflow: clip;
}

.header-card-item._07, .header-card-item._08, .header-card-item._09, .header-card-item._10, .header-card-item._11, .header-card-item._12 {
  overflow: clip;
}

.header-card-image {
  object-fit: cover;
  width: 11.25rem;
  height: 11.25rem;
}

.header-card-image._02, .header-card-image._03, .header-card-image._04 {
  transform-origin: 0%;
}

.header-card-image._05, .header-card-image._06, .header-card-image._07 {
  transform-origin: 50% 0;
}

.header-card-image._08, .header-card-image._09, .header-card-image._10 {
  transform-origin: 100%;
}

.header-card-image._11, .header-card-image._12 {
  transform-origin: 50% 100%;
}

.header-title-wrapper {
  z-index: 2;
  position: relative;
}

.card-image-item {
  perspective: 750px;
  transform-origin: 0%;
  position: relative;
}

.card-image-item._05, .card-image-item._06, .card-image-item._07 {
  transform-origin: 50% 0;
}

.card-image-item._08, .card-image-item._09, .card-image-item._10 {
  transform-origin: 100%;
}

.card-image-item._11, .card-image-item._12 {
  transform-origin: 50% 100%;
}

.card-image-wrap._01, .card-image-wrap._02, .card-image-wrap._03 {
  transform-origin: 100%;
}

.card-image-wrap._05, .card-image-wrap._06 {
  transform-origin: 50% 100%;
}

.card-image-wrap._07, .card-image-wrap._08, .card-image-wrap._09 {
  transform-origin: 0%;
}

.card-image-wrap._10, .card-image-wrap._11, .card-image-wrap._12 {
  transform-origin: 50% 0;
}

.card-image-box {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 20% auto auto;
}

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

.card-item._04 {
  z-index: 5;
  transform-origin: 0 0;
  transform: rotate(-135deg);
}

.card-item._06 {
  z-index: 3;
  transform-origin: 0 0;
  transform: rotate(-235deg);
}

.card-item._02 {
  z-index: 7;
  transform-origin: 0 0;
  transform: rotate(-35deg);
}

.card-item._05 {
  z-index: 4;
  transform-origin: 0 0;
  transform: rotate(-195deg);
}

.card-item._07 {
  z-index: 2;
  transform-origin: 0 0;
  transform: rotate(-290deg);
}

.card-item._03 {
  z-index: 6;
  transform-origin: 0 0;
  transform: rotate(-75deg);
}

.card-item._01 {
  z-index: 8;
  transform-origin: 0 0;
  transform: rotate(20deg);
}

.card-component {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(1.5);
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.card-image._04, .card-image._07, .card-image.about-01, .card-image._02, .card-image._05, .card-image._06, .card-image._03 {
  transform: rotate(180deg);
}

.card-image._01 {
  transform: rotate(0);
}

.card-block {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 50% auto auto;
}

.card-image-component {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.section-home-intro {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.intro-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.animation-square {
  background-color: var(--white);
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.section-home-services {
  z-index: 10;
  background-color: var(--blue);
  position: relative;
  overflow: clip;
}

.intro-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.intro-title-t2 {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: .9;
}

.section-home-projects {
  z-index: 10;
  background-color: var(--blue);
  position: relative;
  overflow: clip;
}

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

.main-button-rotate-background {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
}

.main-button-tex {
  color: var(--main-blue);
  text-transform: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1;
}

.main-button-tex.is-alternate {
  color: var(--white);
}

.main-button-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

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

.main-button-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  width: 100%;
}

.main-button-block {
  color: var(--main-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.right-main-button {
  background-color: var(--white);
  height: 3.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.right-main-button.is-alternate {
  background-color: var(--blue);
}

.arrow-block {
  z-index: 2;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
}

.rotate-arrow-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  position: relative;
}

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

.section-home-about {
  position: relative;
  top: -4rem;
  overflow: clip;
}

.stats-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--main-blue);
  grid-template-rows: auto;
  width: 100%;
  margin-top: 2rem;
}

.about-inner-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.about-number {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}

.about-number.about-page {
  color: var(--main-blue);
}

.about-text {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 400;
}

.about-text.right-about {
  color: var(--main-blue);
  text-align: left;
  font-weight: 500;
}

.about-text.left-about {
  color: var(--main-blue);
  text-align: right;
  font-weight: 500;
}

.about-content-wrapper {
  z-index: 2;
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.divider-component {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.divider-component.top {
  bottom: -4rem;
}

.divider-component.bottom {
  top: -4rem;
}

.top-divier-block, .bottom-divider-block {
  background-color: var(--white);
  width: 100%;
  height: 12rem;
}

.section-home-hero {
  padding-bottom: 8rem;
  overflow: clip;
}

.header-sticky-wrapper {
  background-color: var(--blue);
  position: sticky;
  top: 0;
}

.section-home-about-us {
  background-color: var(--white);
  position: relative;
}

.section-home-service {
  z-index: 1;
  background-color: var(--blue);
  position: relative;
}

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

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

.asterisk {
  font-size: 12rem;
  position: relative;
  bottom: -5rem;
}

.intro-title-wrapper {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

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

.subtitle-wrapper {
  color: var(--main-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.subtitle {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
}

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

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

.project-link-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.projects-component {
  width: 100%;
  height: 100%;
}

.project-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.project-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.project-name-wrapper {
  z-index: 5;
  mix-blend-mode: difference;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  overflow: clip;
}

.project-name {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1;
}

.project-asterisk {
  color: var(--white);
  font-size: 14rem;
  line-height: .8;
  position: relative;
  bottom: -3.25rem;
}

.project-item {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-collection-wrapper {
  width: 100%;
  height: 100%;
}

.project-name-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  overflow: clip;
}

.project-name-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-name-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-name-wrap.is-left {
  justify-content: flex-end;
  align-items: center;
}

.project-button {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: relative;
}

.project-button-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.project-arrow {
  color: var(--white);
  width: 4rem;
  height: 4rem;
  position: absolute;
}

.project-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  overflow: hidden;
}

.project-arrow-block {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.project-arrow-bg {
  background-color: var(--blue);
  position: absolute;
  inset: 0%;
}

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

.secion-home-service {
  z-index: 10;
  background-color: var(--blue);
  position: relative;
}

.featured {
  color: var(--dark-grey);
}

.service-title {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.service-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;
  position: relative;
}

.service-icon {
  height: 3.25rem;
}

.cta-01 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  position: relative;
}

.footer-top-grid {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}

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

.cta-content-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-square {
  background-color: var(--white);
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

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

.back-to-top:hover {
  border-color: var(--dark-grey);
}

.up-arrow {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 400;
}

.cta-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.cta-container {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.cta-title {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.cta-image-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-image {
  object-fit: cover;
  width: 15rem;
  height: 15rem;
}

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

.service-content-wrapper {
  border: 1px solid var(--dark);
  background-color: var(--blue);
  padding: 2.5rem 2rem;
}

.sticky-content-block {
  width: 100%;
  position: sticky;
  top: 10vh;
}

.sticky-content-block._04 {
  margin-top: 200vh;
}

.sticky-content-block._02 {
  margin-top: 80vh;
}

.sticky-content-block._03 {
  margin-top: 140vh;
}

.sticky-container-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.project-content-block {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.project-top-content {
  z-index: 5;
  position: absolute;
  inset: 2rem 2rem auto;
}

.project-top-text {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 1rem;
}

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

.project-sticky {
  position: sticky;
  top: 0;
}

.project-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-name-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.checkout-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 10rem;
  line-height: 1;
}

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

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

.partner-item {
  border: 1px solid #1d1d1d;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.partner-logo {
  opacity: .75;
  height: 2rem;
}

.partner-opacity {
  width: 4rem;
  height: 100%;
  position: absolute;
}

.partner-opacity.left {
  background-image: linear-gradient(90deg, var(--blue), #0000);
  left: 0;
}

.partner-opacity.right {
  background-image: linear-gradient(90deg, #0000, var(--blue));
  right: 0;
}

.section-about-intro {
  background-color: #fffefe;
}

.process-scroll-text-item {
  margin-left: 40px;
}

.process-title {
  text-transform: uppercase;
  font-size: 2.58rem;
  font-weight: 600;
  line-height: 1;
}

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

.process-scrolling-text-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  opacity: .31;
  mix-blend-mode: luminosity;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

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

.process-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.process-scroll-title {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 35px;
  padding-left: 40px;
  font-size: 4rem;
  font-weight: 700;
}

.section-about-values {
  background-color: #2d47fe;
}

.value-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  text-decoration: none;
  display: grid;
}

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

.value-title {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

.section-about-team-member {
  display: none;
}

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

.team-member-social-media {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

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

.member-name {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

.team-member-block {
  background-color: #1b1b1b;
  border: 1px solid #6b6b6b40;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem;
  display: flex;
}

.coming-soon-top-content {
  position: relative;
  top: -1rem;
}

.coming-soon-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.coming-soon-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  max-width: 20rem;
  display: flex;
}

.coming-soon-form-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-coming-soon {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.footer-social-media-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.scroll-down-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.next-project-content-wrapper {
  position: relative;
}

.next-project-image {
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -1.75rem 0% 0%;
}

.next-project-content-block {
  z-index: 2;
  mix-blend-mode: difference;
  position: relative;
}

.service-sticky-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

.service-heading {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.service-tagline {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

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

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

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

.service-description {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: .875rem;
  font-weight: 500;
}

.service-text {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.service-list {
  margin-top: 20px;
}

.service-image-absolute {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.service-number {
  color: #797979;
  width: 100%;
  margin-top: 5px;
  padding-right: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

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

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

.service-component-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
  position: relative;
}

.service-heading-item {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.service-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.alternate-service-heading {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.service-content-box {
  cursor: pointer;
  border-bottom: 1px solid #2c2c2c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.services-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.service-description-wrapper {
  width: 100%;
  max-width: 40rem;
}

.service-title-wrapper {
  position: relative;
  overflow: hidden;
}

.service-description-text {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.plus-line-item {
  z-index: 1;
  background-color: var(--white);
  width: .875rem;
  height: 1px;
  position: relative;
}

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

.service-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
  overflow: hidden;
}

.accordion-title-flex {
  flex-direction: column;
  height: 4rem;
  display: flex;
}

.service-underline-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

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

.service-title-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.service-title-text.alternate-accordion-title {
  color: var(--dark-grey);
}

.service-track-progress {
  background-color: var(--white);
  width: 0%;
  height: 1px;
  position: absolute;
}

.service-thumbnail {
  object-fit: cover;
  width: 10rem;
  height: 10rem;
}

.plus-icon-circle {
  border: 1px solid var(--border);
  background-color: var(--dark);
  cursor: pointer;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-top-container {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-title-wrapper {
  z-index: 1;
  mix-blend-mode: difference;
  position: relative;
}

.contact-image-wrapper {
  margin-top: -2rem;
}

.contact-image-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-image {
  transform-origin: 0 100%;
  width: 14rem;
  height: 14rem;
  position: absolute;
  transform: rotate(0);
}

.contact-image._03 {
  transform: rotate(-60deg);
}

.contact-image._01 {
  transform: rotate(-10deg);
}

.contact-image._02 {
  transform: rotate(-30deg);
}

.contact-top-content {
  position: relative;
  top: 2.5rem;
}

.contact-content-block {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: .5rem;
}

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

.contact-title-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-scroll-text {
  z-index: 10;
  color: var(--white);
  text-transform: uppercase;
  white-space: pre;
  margin-bottom: 0;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

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

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

.contact-content-wrapper {
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.contact-container {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.location-tab-link {
  color: var(--grey);
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1.5rem 0 1.25rem 2rem;
  display: block;
}

.location-tab-link.w--current {
  border-left-width: 5px;
  border-left-color: var(--border);
  background-color: var(--dark);
  opacity: 1;
  color: var(--white);
}

.location-title {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.location-image-wrapper {
  height: 100%;
}

.location-tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-tab {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.location-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.location-image-item {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-content-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

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

.contact-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: inline-block;
}

.contact-icon {
  color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.contact-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
  transition: color .35s;
  position: relative;
  top: 10px;
}

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

.contact-image-component {
  perspective: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.form-input-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.post-title {
  font-size: 8rem;
  line-height: 1;
}

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

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

.plan-icon {
  height: 3.5rem;
  margin-bottom: 1.5rem;
}

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

.product-icon {
  height: 6rem;
}

.cart-quantity-block {
  border-color: var(--border);
  background-color: var(--dark);
  border-radius: 0;
}

.cart-image {
  width: 50px;
}

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

.testimonial-text {
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
  font-style: italic;
}

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

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

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

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

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

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

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

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

.testimonial-mask {
  overflow: visible;
}

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

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

.cta-02 {
  position: relative;
  top: -4rem;
  overflow: clip;
}

.cta-content-wrap {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  z-index: 2;
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.cta-animation-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-animation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  height: 70%;
}

.cta-overflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cta-animation-block {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
}

.cta-button-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-image-card {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 0% auto auto;
}

.cta-content-block {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cta-link-text {
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
}

.cta-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.cta-link {
  background-color: #111;
  border: 1px solid #aeaeae33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  transition: all .35s;
  display: flex;
  position: absolute;
}

.cta-link:hover {
  transform: scale(1.05);
}

.cta-heading-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.title-01 {
  color: var(--white);
  text-align: center;
  letter-spacing: -5px;
  text-transform: uppercase;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  bottom: -1rem;
}

.cta-card-item {
  transform-origin: 0 0;
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.cta-card-item._03 {
  z-index: 6;
  transform: rotate(-75deg);
}

.cta-card-item._01 {
  z-index: 8;
  transform: rotate(20deg);
}

.cta-card-item._04 {
  z-index: 5;
  transform: rotate(-135deg);
}

.cta-card-item._06 {
  z-index: 3;
  transform: rotate(-235deg);
}

.cta-card-item._02 {
  z-index: 7;
  transform: rotate(-35deg);
}

.cta-card-item._05 {
  z-index: 4;
  transform: rotate(-195deg);
}

.cta-card-item._07 {
  z-index: 2;
  transform: rotate(-290deg);
}

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

.cta-card-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(1.5);
}

.cta-card-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-03 {
  z-index: 2;
  background-color: var(--blue);
  height: 300vh;
  position: relative;
  overflow: clip;
}

.title-02 {
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  bottom: -2rem;
}

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

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

.cta-image-item._02, .cta-image-item._03, .cta-image-item._04, .cta-image-item._05, .cta-image-item._06, .cta-image-item._07 {
  transform: rotate(180deg);
}

.contact-image-item {
  z-index: 1;
  object-fit: cover;
  flex: 1;
  width: 20rem;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block {
  flex-flow: column;
  display: flex;
}

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

.grid-2 {
  grid-template: ". Area"
  / 1fr .5fr;
}

.textarea {
  color: var(--dark-grey);
  border-radius: 10px;
  height: auto;
  min-height: 180px;
  line-height: 35px;
}

.text-field, .text-field-2 {
  color: var(--dark-grey);
  border-radius: 10px;
}

.submit-button {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 10px;
  font-weight: 600;
}

.error-message {
  background-color: #f75a5a;
  border-radius: 10px;
}

.success-message {
  background-color: #70ee36;
  border-radius: 10px;
}

.div-block-2 {
  margin-top: 28px;
}

.div-block-4 {
  z-index: 1;
  clear: none;
  opacity: .47;
  object-fit: contain;
  flex-flow: row-reverse;
  width: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image {
  opacity: .2;
  width: 540px;
}

.footer-2 {
  background-color: var(--main-blue);
  position: static;
}

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

.bold-text-2, .bold-text-3 {
  color: var(--white);
}

.section-about-our-values {
  background-color: #fff;
}

.right-main-button-alt {
  background-color: var(--main-blue);
  color: var(--white);
  height: 3.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.right-main-button-alt.is-alternate {
  background-color: var(--blue);
}

.right-main-button-copy {
  background-color: var(--main-blue);
  height: 3.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.right-main-button-copy.is-alternate {
  background-color: var(--blue);
}

.text-size-regular-alt {
  color: var(--grey);
  font-size: 1rem;
  line-height: 1.2;
}

.text-size-regular-alt.text-align-center {
  color: #fff;
}

.text-size-regular-alt.text-color-secondary {
  color: var(--grey);
  display: none;
}

.text-size-regular-alt.text-color-alternate {
  color: var(--main-blue);
}

.text-size-regular-alt.footer-description {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
}

.text-size-regular-alt.project-info {
  color: var(--white);
  text-transform: uppercase;
}

.text-size-regular-alt.text-align-center-alt {
  color: #2d47fe;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h2-alt {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
}

.heading-style-h2-alt.text-align-center {
  color: var(--main-blue);
}

.subtitle-alt {
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 500;
}

.subtitle-alt.text-color-alternate {
  color: var(--blue);
}

.main-button-text-alternative {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
}

.main-button-text-alternative.is-alternate {
  color: var(--white);
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--main-blue);
}

.heading-style-h2-alternative {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
}

.heading-style-h2-alternative.text-align-center {
  color: var(--main-blue);
}

.cta-02-alt, .cta-02-altr {
  position: relative;
  top: -4rem;
  overflow: clip;
}

.main-button-text-alt-2 {
  color: var(--main-blue);
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  .heading-style-h2 {
    font-size: 14rem;
  }

  .max-width-xlarge {
    max-width: 80rem;
  }

  .footer-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

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

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

  .header-title {
    font-size: 26rem;
  }

  .c-copyright {
    font-size: 2rem;
  }

  .header-card-block {
    max-width: 48rem;
    max-height: 48rem;
  }

  .header-card-item, .header-card-image {
    width: 12rem;
    height: 12rem;
  }

  .intro-title-t2 {
    font-size: 14rem;
  }

  .intro-title-wrapper {
    max-width: 50rem;
  }

  .project-name {
    font-size: 15rem;
  }

  .project-button {
    width: 14rem;
    height: 14rem;
  }

  .cta-title {
    margin-bottom: 0;
    font-size: 14rem;
    line-height: .9;
  }

  .process-scroll-text-item {
    padding-left: 60px;
  }

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

  .process-cotent-item {
    width: 20rem;
  }

  .process-scrolling-text-wrapper {
    opacity: .25;
  }

  .next-project-image {
    width: 14rem;
    height: 14rem;
  }

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

  .cta-card-wrapper {
    transform: scale(1.75);
  }

  .contact-image-item {
    top: -5%;
  }

  .heading-style-h2-alt, .heading-style-h2-alternative {
    font-size: 14rem;
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-h2 {
    font-size: 15rem;
  }

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

  .card-wrapper {
    transform: scale(1.65);
  }

  .project-name {
    font-size: 16rem;
  }

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

  .process-scroll-text-item {
    margin-left: 140px;
  }

  .process-scrolling-text-wrapper {
    opacity: .25;
  }

  .process-scroll-title {
    font-size: 4rem;
  }

  .cta-image-item {
    top: 40%;
  }

  .heading-style-h2-alt, .heading-style-h2-alternative {
    font-size: 15rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h2.text-align-center {
    color: var(--white);
  }

  .project-image {
    flex: 0 auto;
  }

  .up-arrow {
    object-fit: none;
  }

  .process-scrolling-text-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    opacity: .25;
    font-size: 3px;
    font-weight: 500;
    line-height: 5px;
  }

  .process-scroll-title {
    margin-left: 200px;
    padding-left: 146px;
    font-size: 4rem;
  }

  .heading-style-h2-alternative.text-align-center {
    color: var(--dark);
  }

  .main-button-text-alt-2 {
    color: var(--main-blue);
  }
}

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

  .heading-style-h3 {
    font-size: 6rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

  .nav-menu-content {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .nav-link {
    height: 3.25rem;
  }

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

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

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

  .menu-button {
    border: 1px solid var(--border);
    width: 3.25rem;
    height: 3.25rem;
    padding: 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%;
  }

  .accordion-heading {
    font-size: 2.5rem;
  }

  .background-navbar {
    z-index: 1;
    background-color: var(--dark);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

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

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

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

  .header-title {
    font-size: 32vw;
    bottom: -1.25rem;
  }

  .c-copyright {
    top: 0;
  }

  .left-nav-menu, .right-nav-menu {
    flex-flow: column;
  }

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

  .nav-link-block {
    height: 3rem;
  }

  .header-card-block {
    max-width: 35rem;
    max-height: 35rem;
  }

  .header-card-item, .header-card-image {
    width: 8.75rem;
    height: 8.75rem;
  }

  .card-wrapper {
    transform: scale(1.25);
  }

  .intro-content-wrapper {
    padding-top: 2rem;
  }

  .intro-title-t2 {
    font-size: 8rem;
  }

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

  .section-home-about {
    position: relative;
  }

  .about-number {
    font-size: 7rem;
  }

  .top-divier-block, .bottom-divider-block {
    height: 10rem;
  }

  .asterisk {
    bottom: -2.5rem;
  }

  .menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 50%;
    height: 50%;
  }

  .menu-item {
    background-color: var(--white);
    width: 4px;
    min-width: 4px;
    height: 4px;
    min-height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .project-name {
    font-size: 8rem;
  }

  .project-asterisk {
    font-size: 10rem;
    bottom: -1.5rem;
  }

  .project-button {
    width: 7rem;
    height: 7rem;
  }

  .project-arrow, .project-arrow-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cta-content-wrapper {
    top: 5rem;
  }

  .nav-square {
    background-color: var(--dark);
    width: 5rem;
    height: 5rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

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

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

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

  .sticky-content-block._04 {
    margin-top: 25vh;
  }

  .sticky-content-block._02 {
    margin-top: 10vh;
  }

  .sticky-content-block._03 {
    margin-top: 15vh;
  }

  .sticky-container-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .project-top-content {
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

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

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

  .partner-row-wrapper {
    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;
  }

  .process-scroll-text-item {
    padding-left: 40px;
  }

  .process-scrolling-text-wrapper {
    opacity: .25;
    margin-bottom: 2rem;
  }

  .process-scroll-title {
    font-size: 4rem;
  }

  .value-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

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

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

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

  .next-project-image {
    width: 8rem;
    height: 8rem;
    top: -1rem;
  }

  .service-heading {
    font-size: 3rem;
  }

  .service-card {
    padding: 2rem;
  }

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

  .service-description-item {
    padding-left: 20px;
  }

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

  .service-component-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-heading-item {
    font-size: 3rem;
  }

  .alternate-service-heading {
    font-size: 3rem;
    display: none;
  }

  .services-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .accordion-title-flex {
    height: 2.75rem;
  }

  .service-underline-block {
    margin-top: 1rem;
  }

  .service-title-text {
    font-size: 3rem;
  }

  .service-thumbnail {
    width: 8rem;
    height: 8rem;
  }

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

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

  .contact-content-block {
    top: 1.5rem;
  }

  .contact-scroll-text {
    font-size: 14rem;
  }

  .contact-container {
    top: 2rem;
  }

  .location-tab {
    grid-column-gap: 3rem;
  }

  .contact-content-grid {
    grid-column-gap: 2rem;
  }

  .post-title {
    font-size: 6rem;
  }

  .product-icon {
    height: 5rem;
  }

  .testimonial-slider {
    width: 100%;
  }

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

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

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

  .cta-text-wrapper {
    height: 14px;
  }

  .cta-link {
    width: 8rem;
    height: 8rem;
  }

  .cta-heading-wrapper {
    grid-column-gap: 5.5rem;
    grid-row-gap: 5.5rem;
  }

  .title-01 {
    letter-spacing: -2px;
    font-size: 18rem;
    bottom: 0;
  }

  .cta-card-wrapper {
    transform: scale(1.25);
  }

  .title-02 {
    font-size: 18rem;
    bottom: -4rem;
  }

  .contact-image-item {
    width: 15rem;
    height: 15rem;
  }

  .heading-style-h2-alt, .heading-style-h2-alternative {
    font-size: 8rem;
  }
}

@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: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .checkout-image {
    width: 40px;
  }

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

  .contact-form-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .blog-post-content {
    padding: 1.5rem 1.25rem;
  }

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

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

  .nav-menu-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
  }

  .nav-link {
    height: 2.75rem;
  }

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

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

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

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

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

  .footer-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .section-home-header {
    padding-bottom: 6rem;
  }

  .contact-form-block {
    max-width: none;
    padding-left: 6rem;
    padding-right: 6rem;
    top: 2rem;
  }

  .project-info-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .circle-item._03 {
    overflow: visible;
  }

  .header-title {
    bottom: -1rem;
  }

  .c-copyright {
    top: -.25rem;
  }

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

  .header-card-block {
    max-width: 25rem;
    max-height: 25rem;
  }

  .header-card-item, .header-card-image {
    width: 6.25rem;
    height: 6.25rem;
  }

  .card-wrapper {
    perspective: 800px;
    transform: scale(1);
  }

  .intro-content-wrapper {
    padding-bottom: 5rem;
  }

  .intro-title-t2 {
    font-size: 6rem;
  }

  .intro-content-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .top-divier-block, .bottom-divider-block {
    height: 8rem;
  }

  .section-home-hero {
    padding-bottom: 6rem;
  }

  .asterisk {
    bottom: -2rem;
  }

  .project-name {
    font-size: 6rem;
  }

  .project-asterisk {
    font-size: 8rem;
    bottom: -1rem;
  }

  .project-name-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .project-button {
    width: 6rem;
    height: 6rem;
  }

  .project-arrow, .project-arrow-wrap {
    width: 2rem;
    height: 2rem;
  }

  .service-title {
    font-size: 2.75rem;
  }

  .service-icon {
    height: 3rem;
  }

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

  .footer-social-media-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .sticky-content-block._04, .sticky-content-block._02, .sticky-content-block._03 {
    margin-top: 5vh;
  }

  .sticky-container-wrapper {
    grid-template-columns: 1fr;
  }

  .project-top-content {
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
  }

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

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

  .process-scrolling-text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1rem;
  }

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

  .process-scroll-title {
    font-size: 7rem;
  }

  .value-component-grid {
    flex-flow: column;
    display: flex;
  }

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

  .member-spacer {
    padding-top: 1.25rem;
  }

  .coming-soon-top-content {
    top: -1.5rem;
  }

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

  .next-project-image {
    width: 7rem;
    height: 7rem;
    top: -1.25rem;
  }

  .service-sticky-image-wrap {
    height: auto;
  }

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

  .service-sticky-wrapper {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
    top: 0%;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-description-item {
    width: auto;
  }

  .service-heading-item, .alternate-service-heading {
    font-size: 2.5rem;
  }

  .service-description-text {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .service-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .accordion-title-flex {
    height: 3rem;
  }

  .service-title-text {
    font-size: 3rem;
  }

  .service-thumbnail {
    width: 6rem;
    height: 6rem;
  }

  .plus-icon-circle {
    background-image: none;
  }

  .contact-image {
    width: 8rem;
    height: 8rem;
  }

  .contact-content-block {
    top: 2rem;
  }

  .contact-scroll-text {
    font-size: 10rem;
  }

  .contact-form-container {
    max-width: none;
  }

  .contact-container {
    top: 2.5rem;
  }

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

  .location-tab, .contact-content-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .post-title {
    font-size: 5rem;
  }

  .plan-icon {
    height: 3rem;
  }

  .product-icon {
    height: 4rem;
  }

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

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

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

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

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

  .cta-heading-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .title-01 {
    font-size: 14rem;
  }

  .cta-card-wrapper {
    perspective: 800px;
    transform: scale(1);
  }

  .title-02 {
    font-size: 14rem;
    bottom: -2.5rem;
  }

  .cta-image-item {
    top: 40%;
  }

  .contact-image-item {
    width: 14rem;
    height: 14rem;
  }

  .heading-style-h2-alt, .heading-style-h2-alternative {
    font-size: 6rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1 {
    font-size: 6rem;
    line-height: 1;
  }

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

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

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

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

  .link-button.bottom {
    text-align: center;
  }

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

  .checkout-header-block {
    font-size: 12px;
  }

  .checkout-image {
    width: 50px;
    margin-bottom: 5px;
  }

  .utility-icon {
    width: 8rem;
    height: 8rem;
  }

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

  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }

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

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

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

  .author-content-wrapper {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

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

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

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

  .plus-block {
    width: 2rem;
    height: 2rem;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .accordion-heading {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .footer-component-grid {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    flex-flow: column;
  }

  .footer-logo {
    font-size: 2.75rem;
  }

  .bottom-component-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .bottom-content-wrapper {
    justify-content: center;
    align-self: center;
  }

  .bottom-content-item {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-menu-block {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .section-home-header {
    z-index: auto;
    position: static;
  }

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

  .contact-form-block {
    padding-left: 2rem;
    padding-right: 2rem;
    top: 0;
  }

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

  .testimonial-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

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

  .header-title {
    bottom: -.5rem;
  }

  .c-copyright {
    font-size: 1.25rem;
    top: -.75rem;
  }

  .header-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .globe-lottie {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -3px;
  }

  .location-lottie {
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
    margin-right: -5px;
  }

  .header-card-block {
    max-width: 15rem;
    max-height: 15rem;
  }

  .header-card-item, .header-card-image {
    width: 3.75rem;
    height: 3.75rem;
  }

  .card-wrapper {
    transform: scale(.6);
  }

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

  .intro-title-t2 {
    font-size: 4.25rem;
  }

  .intro-content-grid {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .about-content-item {
    max-width: 6rem;
  }

  .about-number {
    font-size: 4.25rem;
  }

  .top-divier-block, .bottom-divider-block {
    height: 7rem;
  }

  .section-home-hero {
    padding-bottom: 5rem;
  }

  .asterisk {
    bottom: -1rem;
  }

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

  .project-name {
    font-size: 3.5rem;
  }

  .project-asterisk {
    font-size: 6rem;
    bottom: -.75rem;
  }

  .project-name-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-button {
    width: 4rem;
    height: 4rem;
  }

  .project-arrow, .project-arrow-wrap {
    width: 1.5rem;
    height: 1.5rem;
  }

  .service-icon {
    height: 2.75rem;
  }

  .cta-01 {
    height: 300vh;
  }

  .cta-content-wrapper {
    justify-content: center;
    align-items: center;
    top: 0;
  }

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

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

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

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

  .project-top-content {
    top: 1rem;
    left: .75rem;
    right: .75rem;
  }

  .project-top-text {
    font-size: .875rem;
  }

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

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

  .process-scrolling-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    opacity: .25;
  }

  .process-scroll-title {
    font-size: 4rem;
  }

  .value-component-grid {
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .value-inner-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .coming-soon-wrapper {
    width: auto;
    max-width: none;
  }

  .next-project-image {
    width: 6rem;
    height: 6rem;
    top: -1.5rem;
  }

  .service-sticky-wrapper {
    position: sticky;
  }

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

  .service-description-item {
    padding-left: 20px;
  }

  .service-number {
    font-size: 1rem;
    line-height: 1;
  }

  .service-title-wrap {
    grid-column-gap: 1rem;
  }

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

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

  .service-container {
    padding-top: 1rem;
  }

  .accordion-title-flex {
    height: 2.75rem;
  }

  .service-title-text {
    font-size: 2.75rem;
  }

  .plus-icon-circle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .service-top-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .contact-image {
    width: 6rem;
    height: 6rem;
  }

  .contact-top-content {
    top: 2rem;
  }

  .contact-title-component, .contact-title-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .contact-scroll-text {
    padding-top: 5px;
    font-size: 8rem;
  }

  .contact-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .location-tab {
    grid-template-columns: 1fr;
  }

  .contact-icon {
    width: 2rem;
    height: 2rem;
  }

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

  .contact-link {
    top: 5px;
  }

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

  .blog-post-top-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .product-icon {
    height: 3.5rem;
  }

  .cart-image {
    width: 40px;
  }

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

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

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

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

  .cta-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta-content-block {
    height: 90vh;
  }

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

  .title-01 {
    letter-spacing: -1px;
    font-size: 10rem;
    bottom: -.5rem;
  }

  .cta-card-component {
    height: 90vh;
  }

  .cta-card-wrapper {
    transform: scale(.65);
  }

  .cta-03 {
    height: 250vh;
  }

  .title-02 {
    font-size: 10rem;
    bottom: -1rem;
  }

  .cta-wrapper {
    height: 90vh;
  }

  .cta-image-item {
    top: 50%;
  }

  .contact-image-item {
    width: 12rem;
    height: 12rem;
  }

  .div-block-3 {
    position: static;
  }

  .div-block-4 {
    z-index: 0;
    justify-content: center;
    position: absolute;
    inset: auto 0% 1.5%;
  }

  .image {
    opacity: .1;
    width: 200px;
  }

  .heading-style-h2-alt, .heading-style-h2-alternative {
    font-size: 4.25rem;
  }
}

#w-node-_624d3ffd-703c-2464-894c-2c0fad82a456-626f81e2, #w-node-_0500aca7-7364-6e7a-e315-bfed541284fe-626f81e2 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6e9-626f81e2 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: end;
}

#w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6ec-626f81e2 {
  place-self: end start;
}

#w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6f0-626f81e2 {
  place-self: center;
}

#w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6f3-626f81e2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_37668afd-d0d8-b05e-9021-a9f6de996ba2-626f81e2, #w-node-_37668afd-d0d8-b05e-9021-a9f6de996ba4-626f81e2, #w-node-_37668afd-d0d8-b05e-9021-a9f6de996ba8-626f81e2 {
  place-self: center start;
}

#w-node-_37668afd-d0d8-b05e-9021-a9f6de996baa-626f81e2, #w-node-_37668afd-d0d8-b05e-9021-a9f6de996bac-626f81e2, #w-node-_37668afd-d0d8-b05e-9021-a9f6de996bb0-626f81e2 {
  place-self: center end;
}

#w-node-_359bcdb5-e582-4a82-5e43-e4cb962966ab-626f81e2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_359bcdb5-e582-4a82-5e43-e4cb9629669f-626f81e2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-b3cb2c0d-a3bc-3c91-f76f-d5ad0829ff71-626f81e2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b3cb2c0d-a3bc-3c91-f76f-d5ad0829ff75-626f81e2, #w-node-b3cb2c0d-a3bc-3c91-f76f-d5ad0829ff76-626f81e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_359bcdb5-e582-4a82-5e43-e4cb962966a3-626f81e2 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-_359bcdb5-e582-4a82-5e43-e4cb962966a7-626f81e2 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center end;
}

#w-node-_412b4e93-6933-3076-1f9a-52e3f303ed7b-626f81e2 {
  justify-self: end;
}

#w-node-_6666d0e3-a05a-a4f6-a9a2-b1248c155813-626f81e2, #w-node-_6666d0e3-a05a-a4f6-a9a2-b1248c155814-626f81e2, #w-node-_910bc4c2-b8f2-2d6b-7b18-5f74875f91db-626f81e2, #w-node-_910bc4c2-b8f2-2d6b-7b18-5f74875f91dc-626f81e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_28987f40-56db-0246-6691-6529fa7362e8-4bac888f {
  place-self: end;
}

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

#w-node-_3f26f4b7-ebc3-ff8f-c498-f977b5bec85e-4bac888f, #w-node-_268205b0-aada-f2ee-7e9b-0f45ed306108-4bac888f, #w-node-_292bc225-5015-ca14-171e-a883f6e25aa5-4bac888f, #w-node-_6490f39b-a12b-d023-bc08-f497360973c4-4bac888f {
  place-self: center start;
}

#w-node-_266bd4a1-2ac2-b81c-80e4-89cb8b2514e4-4bac888f {
  justify-self: end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
  justify-self: start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
  place-self: end;
}

#w-node-_3c9738ec-8b71-12e7-667a-3f1bd95ef75d-d95ef742, #w-node-_3c9738ec-8b71-12e7-667a-3f1bd95ef75e-d95ef742 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c27f9e7-5903-0ed7-0c1f-426819522458-19522450 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_6c27f9e7-5903-0ed7-0c1f-426819522461-19522450 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c27f9e7-5903-0ed7-0c1f-42681952246f-19522450 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab64-df01ab5a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_499994ce-99c8-77a1-543d-503ac58ddaf4-626f8227 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_47d4b34b-7c3d-62d2-63e3-b0aae785ca80-626f8227 {
  grid-area: 5 / 2 / 6 / 6;
  place-self: end center;
}

#w-node-_499994ce-99c8-77a1-543d-503ac58ddaf9-626f8227 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: end;
}

#w-node-_499994ce-99c8-77a1-543d-503ac58ddafc-626f8227 {
  place-self: end start;
}

#w-node-_499994ce-99c8-77a1-543d-503ac58ddb03-626f8227 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea03-626f8227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea04-626f8227 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea09-626f8227 {
  place-self: center;
}

#w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea0b-626f8227 {
  place-self: end center;
}

#w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e2-626f8227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e3-626f8227 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e8-626f8227 {
  place-self: center;
}

#w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4ea-626f8227 {
  place-self: end center;
}

#w-node-_0da62723-6191-6425-5c57-df43e41ae346-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae348-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae34a-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae34c-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae34f-626f8227 {
  align-self: center;
}

#w-node-_0da62723-6191-6425-5c57-df43e41ae351-626f8227 {
  place-self: center;
}

#w-node-_0da62723-6191-6425-5c57-df43e41ae353-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae355-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae358-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae35a-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae35c-626f8227, #w-node-_0da62723-6191-6425-5c57-df43e41ae35e-626f8227 {
  align-self: center;
}

#w-node-_0e78afb4-cab3-9cec-c184-2040d5cca888-626f8227, #w-node-_0e78afb4-cab3-9cec-c184-2040d5cca88e-626f8227, #w-node-_0e78afb4-cab3-9cec-c184-2040d5cca88a-626f8227 {
  place-self: center start;
}

#w-node-_0e78afb4-cab3-9cec-c184-2040d5cca890-626f8227, #w-node-_0e78afb4-cab3-9cec-c184-2040d5cca892-626f8227, #w-node-_0e78afb4-cab3-9cec-c184-2040d5cca896-626f8227 {
  place-self: center end;
}

#w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc808-626f8227 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc80e-626f8227 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc821-626f8227 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc827-626f8227 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_956a4075-8832-1da7-7233-839722ac865f-626f8227 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_956a4075-8832-1da7-7233-839722ac8660-626f8227 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b616a70c-212a-4f9d-a843-c0ffe9a19f3c-626f8227 {
  place-self: center start;
}

#w-node-_956a4075-8832-1da7-7233-839722ac8666-626f8227 {
  place-self: end start;
}

#w-node-_956a4075-8832-1da7-7233-839722ac866b-626f8227 {
  align-self: stretch;
}

#w-node-_956a4075-8832-1da7-7233-839722ac866c-626f8227 {
  place-self: start end;
}

#w-node-_8ea29493-bde0-368e-07bb-ea7e7cc23b6d-626f8227 {
  place-self: center end;
}

#w-node-_956a4075-8832-1da7-7233-839722ac8672-626f8227 {
  place-self: end;
}

#w-node-_22c768d3-c011-f37d-d876-8979bc38429f-626f8227, #w-node-_22c768d3-c011-f37d-d876-8979bc3842a0-626f8227 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48d79695-1c90-4428-c5bc-343c047e716a-626f8279 {
  place-self: center start;
}

#w-node-_508ecbe2-4acd-b784-ae5c-3c697d7f74e7-626f8279 {
  place-self: end;
}

#w-node-_9bb71c5d-1864-5a90-10ed-27984631b5ee-626f8279 {
  place-self: end start;
}

#w-node-_8ef9f76c-dcb8-37be-4fe6-7ee0bc0878c9-626f8279 {
  place-self: center end;
}

#w-node-_5ebfc02a-cdcf-37ee-7102-0d748b8faefb-626f8279, #w-node-_5ebfc02a-cdcf-37ee-7102-0d748b8faefc-626f8279 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d7feee4a-e373-59f1-5dcc-345d6bf02bb1-626f8281, #w-node-d7feee4a-e373-59f1-5dcc-345d6bf02bc3-626f8281, #w-node-d7feee4a-e373-59f1-5dcc-345d6bf02bd5-626f8281, #w-node-d7feee4a-e373-59f1-5dcc-345d6bf02be9-626f8281 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_5395f434-16b0-a43c-84a1-ff0e1288ec88-626f8282 {
  justify-self: end;
}

#w-node-_60cd58f1-719a-c388-bf9c-38eba80fe3a7-626f8284 {
  justify-self: start;
}

#w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-626f8284, #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-626f8284 {
  justify-self: center;
}

#w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-626f8284 {
  justify-self: end;
}

#w-node-_12703669-1512-9397-8c8f-cfd9d814e9b6-626f8284, #w-node-_12703669-1512-9397-8c8f-cfd9d814e9b7-626f8284 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a87-626f8285 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a8a-626f8285 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a8e-626f8285 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a92-626f8285 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a96-626f8285 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a9a-626f8285 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a9e-626f8285 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aa2-626f8285 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aa6-626f8285 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aaa-626f8285 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aae-626f8285 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ab2-626f8285 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ab6-626f8285 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aba-626f8285 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9abf-626f8285 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac2-626f8285 {
  place-self: end start;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac6-626f8285 {
  place-self: center;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac9-626f8285 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_45860407-0399-8240-680a-565f3369548f-626f8285, #w-node-_45860407-0399-8240-680a-565f33695491-626f8285, #w-node-_45860407-0399-8240-680a-565f33695495-626f8285 {
  place-self: center start;
}

#w-node-c7fb9387-eb8d-6584-4cc1-f18225a0ee6e-626f8285, #w-node-c7fb9387-eb8d-6584-4cc1-f18225a0ee70-626f8285, #w-node-c7fb9387-eb8d-6584-4cc1-f18225a0ee74-626f8285 {
  place-self: center end;
}

#w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd5380-626f8285 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd5384-626f8285 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd5388-626f8285 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd538c-626f8285, #w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd538d-626f8285 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd5397-626f8285 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd539b-626f8285 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center end;
}

#w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4d7-626f8285 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4e4-626f8285, #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4e5-626f8285, #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4ef-626f8285 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4f9-626f8285 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_49924f8b-7f71-1809-3600-ee8a8be2d503-626f8285 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_49924f8b-7f71-1809-3600-ee8a8be2d50d-626f8285 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-bf9e160c-b6ec-85a7-7434-7f2da3bc949d-626f8285 {
  justify-self: end;
}

#w-node-a93d4196-f33e-6971-62eb-13d4319f94d0-626f8285, #w-node-a93d4196-f33e-6971-62eb-13d4319f94d1-626f8285 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e0db670-43a7-0eaf-1196-12de0c4171c5-626f8285, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171cf-626f8285, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171d9-626f8285, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171e3-626f8285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a05557a6-1a4a-70f9-f584-654787a6d6aa-87a6d687 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a05557a6-1a4a-70f9-f584-654787a6d6ae-87a6d687, #w-node-a05557a6-1a4a-70f9-f584-654787a6d6af-87a6d687 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc8fd413-ffad-6078-dc58-1d0340c1dbc1-40c1dbb9 {
  place-self: center start;
}

#w-node-fc8fd413-ffad-6078-dc58-1d0340c1dbc2-40c1dbb9 {
  place-self: center end;
}

#w-node-fc8fd413-ffad-6078-dc58-1d0340c1dbc5-40c1dbb9 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-fc8fd413-ffad-6078-dc58-1d0340c1dbcd-40c1dbb9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0e2-626f8286 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0e7-626f8286 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: end;
}

#w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0ea-626f8286 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_60285cec-b7c9-18b5-e2d6-0003c0ec1388-626f8286 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0f1-626f8286 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde79-626f8286, #w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde7b-626f8286, #w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde7f-626f8286 {
  place-self: center start;
}

#w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde81-626f8286, #w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde83-626f8286, #w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde87-626f8286 {
  place-self: center end;
}

#w-node-fa3355bd-0bed-a784-fe78-911da88bd729-626f8286 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-fa3355bd-0bed-a784-fe78-911da88bd72d-626f8286 {
  place-self: center start;
}

#w-node-fa3355bd-0bed-a784-fe78-911da88bd735-626f8286, #w-node-fa3355bd-0bed-a784-fe78-911da88bd736-626f8286 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fa3355bd-0bed-a784-fe78-911da88bd740-626f8286 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-fa3355bd-0bed-a784-fe78-911da88bd744-626f8286 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center end;
}

#w-node-_00040072-dd5e-f3c0-ee5d-eb55abb1ce38-626f8286, #w-node-_00040072-dd5e-f3c0-ee5d-eb55abb1ce43-626f8286, #w-node-_00040072-dd5e-f3c0-ee5d-eb55abb1ce4e-626f8286, #w-node-_00040072-dd5e-f3c0-ee5d-eb55abb1ce59-626f8286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00040072-dd5e-f3c0-ee5d-eb55abb1ce69-626f8286, #w-node-_00040072-dd5e-f3c0-ee5d-eb55abb1ce6a-626f8286 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8bc99cf5-29b0-1378-e9b2-845b052da897-626f8286 {
  justify-self: end;
}

#w-node-_397578af-36b5-487c-6afc-73ad008d545e-626f8286, #w-node-_397578af-36b5-487c-6afc-73ad008d545f-626f8286 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7697d0e1-fed3-2cc7-2514-4a8e1f0d0291-1f0d0289 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_7697d0e1-fed3-2cc7-2514-4a8e1f0d029a-1f0d0289 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f9d8112e-604f-3ba0-7708-810008fbaf13-626f828a {
  grid-area: 1 / 1 / 4 / 4;
  align-self: center;
}

#w-node-_0038ca46-22a1-8818-7f53-218e22e1b883-626f828a {
  grid-area: 1 / 1 / 4 / 4;
  place-self: center;
}

#w-node-_481ff187-85ee-37e0-b90f-ee77d94cbb09-626f828a {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-_2927111c-c5fc-98b0-1731-4040dfe6a2f8-626f828a {
  grid-area: 3 / 1 / 4 / 4;
  place-self: end center;
}

#w-node-_2954c980-8100-9a93-fb65-6c9535d729a8-626f828c, #w-node-_9651aa6d-a3ad-3d9c-e1f3-1d889fd3548e-626f828d {
  justify-self: end;
}

#w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb30-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb31-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb5c-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb5d-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb84-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb85-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cbb0-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cbb1-626f828e, #w-node-_6a7bdbe4-8722-9562-137e-b0b04f290ad7-626f828e, #w-node-_6a7bdbe4-8722-9562-137e-b0b04f290ad8-626f828e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c3fe-626f8290, #w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c420-626f8290 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c425-626f8290 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c428-626f8290 {
  place-self: end start;
}

#w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c42c-626f8290 {
  place-self: center;
}

#w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c42f-626f8290 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_96a2ed90-6629-3b47-5004-395221665178-626f8290 {
  grid-area: 6 / 1 / 7 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6e9-626f81e2 {
    align-self: end;
  }

  #w-node-_37668afd-d0d8-b05e-9021-a9f6de996ba2-626f81e2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_37668afd-d0d8-b05e-9021-a9f6de996baa-626f81e2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
    place-self: center;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    justify-self: center;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab7a-df01ab5a {
    place-self: center end;
  }

  #w-node-_778e04c0-1b04-94d4-b16f-8433148d1d14-df01ab5a {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start center;
  }

  #w-node-bffa38d8-ec43-106d-597b-ada089cd4d21-df01ab5a {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_10282aef-2546-0b84-4574-b65edc3f7c61-df01ab5a {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-c2868541-107b-c538-e919-77464680028c-df01ab5a {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center end;
  }

  #w-node-e3ba19c4-3839-8d92-2023-415dba03fc70-df01ab5a {
    grid-area: 3 / 2 / 4 / 3;
    place-self: end center;
  }

  #w-node-_47d4b34b-7c3d-62d2-63e3-b0aae785ca80-626f8227 {
    grid-row-end: 7;
    align-self: center;
  }

  #w-node-_499994ce-99c8-77a1-543d-503ac58ddaf9-626f8227 {
    align-self: end;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea03-626f8227, #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea04-626f8227 {
    place-self: center;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea09-626f8227 {
    justify-self: center;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea0b-626f8227, #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e2-626f8227, #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e3-626f8227 {
    place-self: center;
  }

  #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e8-626f8227 {
    justify-self: center;
  }

  #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4ea-626f8227 {
    place-self: center;
  }

  #w-node-_0e78afb4-cab3-9cec-c184-2040d5cca888-626f8227 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e78afb4-cab3-9cec-c184-2040d5cca890-626f8227 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc808-626f8227 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac865f-626f8227, #w-node-_956a4075-8832-1da7-7233-839722ac8660-626f8227 {
    place-self: center;
  }

  #w-node-b616a70c-212a-4f9d-a843-c0ffe9a19f3c-626f8227 {
    justify-self: center;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac8666-626f8227 {
    place-self: center;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac866b-626f8227 {
    grid-area: Area;
    place-self: center;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac866c-626f8227 {
    place-self: center;
  }

  #w-node-_8ea29493-bde0-368e-07bb-ea7e7cc23b6d-626f8227 {
    justify-self: center;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac8672-626f8227 {
    place-self: center;
  }

  #w-node-_54d189ea-1e67-4bc4-185d-b1255e4e44a0-626f8279 {
    order: -9999;
  }

  #w-node-d7feee4a-e373-59f1-5dcc-345d6bf02bb1-626f8281, #w-node-d7feee4a-e373-59f1-5dcc-345d6bf02bc3-626f8281, #w-node-d7feee4a-e373-59f1-5dcc-345d6bf02bd5-626f8281, #w-node-d7feee4a-e373-59f1-5dcc-345d6bf02be9-626f8281 {
    grid-column-start: 1;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9abf-626f8285 {
    align-self: end;
  }

  #w-node-_45860407-0399-8240-680a-565f3369548f-626f8285 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dd8fbca6-02ad-0fd0-b247-c18cd94a2517-626f8285 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c7fb9387-eb8d-6584-4cc1-f18225a0ee6e-626f8285 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4d7-626f8285 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4f9-626f8285, #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d50d-626f8285 {
    grid-column: 2 / 3;
  }

  #w-node-a05557a6-1a4a-70f9-f584-654787a6d691-87a6d687 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0e7-626f8286 {
    align-self: end;
  }

  #w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde79-626f8286 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f638927-0dbf-38f7-63f7-bd9c7b2cde81-626f8286 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96a2ed90-6629-3b47-5004-395221665178-626f8290 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6e9-626f81e2 {
    align-self: end;
  }

  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6ec-626f81e2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6f0-626f81e2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6f3-626f81e2 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_28987f40-56db-0246-6691-6529fa7362e8-4bac888f {
    justify-self: start;
  }

  #w-node-_3f26f4b7-ebc3-ff8f-c498-f977b5bec85e-4bac888f {
    justify-self: end;
  }

  #w-node-_268205b0-aada-f2ee-7e9b-0f45ed306108-4bac888f, #w-node-_292bc225-5015-ca14-171e-a883f6e25aa5-4bac888f, #w-node-_6490f39b-a12b-d023-bc08-f497360973c4-4bac888f {
    justify-self: start;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    place-self: center;
  }

  #w-node-_499994ce-99c8-77a1-543d-503ac58ddaf9-626f8227 {
    align-self: end;
  }

  #w-node-_499994ce-99c8-77a1-543d-503ac58ddafc-626f8227 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_499994ce-99c8-77a1-543d-503ac58ddb03-626f8227 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea03-626f8227 {
    grid-column-end: 4;
    place-self: center;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea04-626f8227, #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea0b-626f8227 {
    justify-self: center;
  }

  #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e2-626f8227 {
    grid-column-end: 4;
    place-self: center;
  }

  #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e3-626f8227, #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4ea-626f8227 {
    justify-self: center;
  }

  #w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc808-626f8227, #w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc80e-626f8227, #w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc821-626f8227, #w-node-d8b37fb0-8c5a-2f4f-15cb-30d4c42fc827-626f8227 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac865f-626f8227 {
    grid-column-end: 4;
    place-self: center;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac8660-626f8227, #w-node-_956a4075-8832-1da7-7233-839722ac8666-626f8227 {
    justify-self: center;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac866b-626f8227 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_956a4075-8832-1da7-7233-839722ac866c-626f8227, #w-node-_956a4075-8832-1da7-7233-839722ac8672-626f8227 {
    justify-self: center;
  }

  #w-node-_5b01ed1b-cdbd-59fc-1445-cdc397dd31b8-626f824b {
    order: -9999;
  }

  #w-node-_8ef9f76c-dcb8-37be-4fe6-7ee0bc0878c9-626f8279 {
    justify-self: start;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-626f8284 {
    justify-self: end;
  }

  #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-626f8284 {
    justify-self: start;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9abf-626f8285 {
    align-self: end;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac2-626f8285 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac6-626f8285 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac9-626f8285 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0e7-626f8286 {
    align-self: end;
  }

  #w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0ea-626f8286 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60285cec-b7c9-18b5-e2d6-0003c0ec1388-626f8286 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0f1-626f8286 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb3e-626f828e, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb92-626f828e {
    order: 9999;
  }

  #w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c428-626f8290 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c42c-626f8290 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c42f-626f8290 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_64c7e1ab-0dd2-6f5f-e521-99a2ccaa1be3-626f8290 {
    place-self: center;
  }

  #w-node-d87f7929-4cc0-b018-8477-7316516f9e01-626f8290 {
    order: -9999;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6e9-626f81e2 {
    align-self: end;
  }

  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6ec-626f81e2 {
    grid-column-end: 3;
  }

  #w-node-_6a07b68b-e255-cd06-737b-e5fff97fc6f3-626f81e2 {
    grid-column-start: 2;
  }

  #w-node-_359bcdb5-e582-4a82-5e43-e4cb962966ab-626f81e2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-b3cb2c0d-a3bc-3c91-f76f-d5ad0829ff71-626f81e2 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_359bcdb5-e582-4a82-5e43-e4cb962966a3-626f81e2 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_359bcdb5-e582-4a82-5e43-e4cb962966a7-626f81e2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3c9738ec-8b71-12e7-667a-3f1bd95ef759-d95ef742 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab64-df01ab5a {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-_47d4b34b-7c3d-62d2-63e3-b0aae785ca80-626f8227 {
    grid-column: 1 / 7;
  }

  #w-node-_499994ce-99c8-77a1-543d-503ac58ddaf9-626f8227 {
    align-self: end;
  }

  #w-node-_499994ce-99c8-77a1-543d-503ac58ddafc-626f8227 {
    grid-column-end: 3;
  }

  #w-node-_499994ce-99c8-77a1-543d-503ac58ddb03-626f8227 {
    grid-column-start: 2;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea03-626f8227 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea04-626f8227 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_43e3f532-50bc-9f0e-6869-34d4e6a5ea0b-626f8227 {
    justify-self: center;
  }

  #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e2-626f8227 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4e3-626f8227 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-d87070c0-9fd0-594b-3fbd-5e68154ff4ea-626f8227, #w-node-_956a4075-8832-1da7-7233-839722ac8660-626f8227, #w-node-_956a4075-8832-1da7-7233-839722ac8666-626f8227 {
    justify-self: center;
  }

  #w-node-_508ecbe2-4acd-b784-ae5c-3c697d7f74e7-626f8279, #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-626f8284, #w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-626f8284 {
    justify-self: start;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9abf-626f8285 {
    align-self: end;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac2-626f8285 {
    grid-column-end: 3;
  }

  #w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ac9-626f8285 {
    grid-column-start: 2;
  }

  #w-node-c7fb9387-eb8d-6584-4cc1-f18225a0ee74-626f8285 {
    justify-self: end;
  }

  #w-node-cce5ebad-2e4d-d32e-4f3a-6b5d84bd5388-626f8285 {
    align-self: center;
  }

  #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4d7-626f8285 {
    grid-row: 1 / 2;
  }

  #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4ef-626f8285 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d4f9-626f8285 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d503-626f8285 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_49924f8b-7f71-1809-3600-ee8a8be2d50d-626f8285 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-a05557a6-1a4a-70f9-f584-654787a6d6aa-87a6d687 {
    align-self: center;
  }

  #w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0e7-626f8286 {
    align-self: end;
  }

  #w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0ea-626f8286 {
    grid-column-end: 3;
  }

  #w-node-_68d273a2-74c9-adf4-e7f4-43eceb86a0f1-626f8286 {
    grid-column-start: 2;
  }

  #w-node-fa3355bd-0bed-a784-fe78-911da88bd72d-626f8286 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-fa3355bd-0bed-a784-fe78-911da88bd731-626f8286 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: center;
  }

  #w-node-fa3355bd-0bed-a784-fe78-911da88bd740-626f8286 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-fa3355bd-0bed-a784-fe78-911da88bd744-626f8286 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_0038ca46-22a1-8818-7f53-218e22e1b883-626f828a {
    grid-row-start: 2;
    align-self: start;
  }

  #w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c428-626f8290 {
    grid-column-end: 3;
  }

  #w-node-ad6f5853-2db6-b354-2bd7-2e8b85b9c42f-626f8290 {
    grid-column-start: 2;
  }
}


@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Bold.woff2') format('woff2'), url('../fonts/MangoGrotesque-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Medium.woff2') format('woff2'), url('../fonts/MangoGrotesque-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}