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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #061012;
  --black-2: black;
  --dim-grey-2: #4b4b4b;
  --grey: #81818b4d;
  --dim-grey: #717171;
  --dark-slate-blue: #323949;
  --gainsboro: #d8d8d8;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left-style: solid;
  border-left-width: 3px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.container {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container._2 {
  max-width: none;
}

.container._2.hero-2 {
  max-width: 932px;
}

.container._2.grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container._3 {
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 50px;
}

.container._4 {
  max-width: 740px;
}

.margin-15px {
  margin-top: 15px;
}

.body-content {
  justify-content: center;
  align-items: center;
}

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.section.checkout {
  background-color: #0000;
  padding-top: 181px;
  overflow: visible;
}

.section.product-page {
  padding-top: 180px;
}

.section._2 {
  padding: 50px 0%;
}

.section.visible {
  overflow: visible;
}

.margin-30px {
  margin-top: 30px;
}

.button {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 3px;
  align-items: center;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.large {
  border-radius: 23px;
  padding: 15px 24px;
  font-size: 15px;
}

.button.large:hover {
  background-color: #81818b4d;
}

.button.full {
  width: 100%;
}

.button.full.apply {
  text-align: center;
  justify-content: center;
  margin-left: 0;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

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

.copyright-dot {
  background-color: var(--black);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.1;
}

.text-field {
  color: #fff;
  height: 47px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.flex-utility {
  flex-direction: column;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shrink-item.gird.filter {
  filter: invert();
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.licensing-content {
  background-color: #f7f8f9;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.light-block-second {
  background-color: #f7f8f9;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--black-2);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.margin-60px {
  margin-top: 60px;
}

.title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.title-1.smaller {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.1;
}

.title-1._6 {
  max-width: 80%;
  font-size: 80px;
  line-height: 1;
}

.light-gray-2 {
  background-color: #a8a8a8;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-gray {
  background-color: #8a8a8a;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.margin-25px {
  margin-top: 25px;
}

.text-highlight {
  background-color: #fff;
  border-radius: 2px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.margin-50px {
  margin-top: 50px;
}

.light-block {
  background-color: #f7f8f9;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.type-column {
  background-color: #f7f8f9;
  border-radius: 2px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.title-2._2 {
  max-width: 540px;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
}

.light-gray-3 {
  background-color: #f7f8f9;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 19px;
  font-weight: 700;
}

.subtotal.dark {
  color: var(--dim-grey-2);
  font-weight: 500;
}

.apple-pay {
  border-radius: 5px;
  height: 48px;
}

.checkbox-label-shop {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.discounts {
  border-color: #81818b4d;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: var(--dim-grey-2);
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  font-size: 18px;
  font-weight: 500;
}

.price-pop.bold {
  font-weight: 700;
}

.product-name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
}

.field-label {
  color: #000;
  flex: none;
  font-size: 14px;
  font-weight: 700;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-wrapper {
  z-index: 999;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5%;
  display: grid;
  position: relative;
}

.circle-logo {
  width: 80px;
  margin-bottom: 10px;
}

.second-part {
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.logo-flex._2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
}

.price-tag {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  color: #2f3330;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.no-item {
  color: var(--dim-grey-2);
  font-size: 17px;
  font-weight: 500;
}

.cart-line-item {
  align-items: center;
}

.empty-state {
  flex-direction: column;
}

.cart-header {
  border-bottom-color: #ddd;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-quantity {
  background-color: #0000;
  border: 1px solid #000;
  width: 50px;
}

.cart-container {
  max-width: 520px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.table-price {
  font-size: 20px;
  font-weight: 700;
}

.cart-button {
  background-color: #0000;
  justify-content: center;
  height: 35px;
  padding: 0;
  display: flex;
}

.close-button {
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

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

.cart-circle {
  background-color: var(--black-2);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 0;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -5px -10px auto auto;
}

.cart-wrapper {
  z-index: 999;
  background-color: #fff;
}

.paypal {
  margin-bottom: 5px;
}

.cart-image {
  width: 22px;
  position: relative;
}

.x-button {
  width: 12px;
  position: relative;
}

.x-button.remove {
  width: 16px;
}

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

.logo-absolute {
  color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
}

.block-header {
  background-color: #fff;
}

.quantity-text {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 500;
}

.paypal-text {
  color: var(--black-2);
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 500;
}

.cart {
  margin-right: 10px;
  transition: all .3s;
}

.cart._2 {
  margin-right: 30px;
}

.hamburger {
  z-index: 2;
  cursor: pointer;
  order: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.hamburger-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-menu._2 {
  border-radius: 100%;
  flex-direction: row;
  width: 70px;
  height: 70px;
}

.rotator {
  width: 80px;
  max-width: 130px;
  height: 80px;
  position: absolute;
}

.dark-link {
  color: #000;
  cursor: none;
  text-decoration: underline;
  display: inline-block;
}

.logo-wrapper {
  margin-top: 17px;
  display: flex;
  position: relative;
}

.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.loadin-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.your-cart {
  font-size: 18px;
}

.remove-button {
  background-color: #000;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: -4px -2px auto auto;
}

.photo-cart {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.photo-cart._2 {
  width: 60px;
  height: 60px;
  margin-right: 0;
}

.product-image {
  filter: invert();
  object-fit: cover;
  border-radius: 2px;
  width: 34px;
}

.margin-10px {
  margin-top: 10px;
}

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

.dots {
  z-index: 2;
  width: 24px;
  position: relative;
}

.remove {
  z-index: 2;
  width: 14px;
  position: absolute;
  transform: scale(0);
}

.menu {
  z-index: 15;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 51px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navigation-content {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.navigation-link {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: .3vw;
  padding-bottom: .3vw;
  display: flex;
}

.navigation-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-icon {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.filter-image.icon {
  width: 60px;
}

.filter-image.logo {
  margin-bottom: 10px;
}

.filter-image._1 {
  flex: none;
  width: 80px;
  height: 80px;
}

.filter-image._2 {
  width: 40px;
  height: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

.filter-image._2.margin {
  margin-top: -40px;
  margin-right: 8px;
}

.filter-image._3 {
  filter: invert();
  width: 50px;
}

.project-wrapper {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.learn-link {
  cursor: none;
}

.paragraph-link {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.paragraph-link:hover {
  color: #0009;
}

.paragraph-link._24px {
  color: #fff;
  cursor: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.footer-link {
  color: #6e6e6e;
  cursor: none;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: #6e6e6ec4;
}

.black-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.black-link:hover {
  text-decoration: underline;
}

.menu-text-wrapper {
  flex: none;
  height: 20px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
}

.top-part {
  background-image: url('../images/photo-10_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.top-part._3 {
  float: left;
  cursor: none;
  width: 100%;
}

.blog-wrapper {
  color: #000;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}

.sub-logo-text {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.project-wrapper-3 {
  color: #fff;
  cursor: none;
  position: relative;
}

.dropdown-toggle {
  cursor: none;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.presantation-link {
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

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

.social-link {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.circle-cursor {
  z-index: 999;
  background-color: #0000004d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: fixed;
  top: 50%;
  left: 48vw;
}

.circle-overlay {
  background-color: #000;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.button-line {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

._80-container {
  width: 80%;
  margin-left: auto;
}

.photo-interaction {
  position: relative;
  overflow: hidden;
}

.photo-interaction._2 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation-2 {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.circle-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  transition: all .3s;
  display: flex;
}

.circle-button:hover {
  transform: rotate(-30deg)scale(1.05);
}

.instagram-wrapper {
  position: relative;
}

.footer-smalll-link {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

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

.paragraph-link-footer {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

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

.subhead {
  font-size: 21px;
  line-height: 1.2;
}

.subhead._2 {
  width: 80%;
}

.text-field-line {
  border: 1px solid #000;
  height: 50px;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-line::placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

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

.dropdown-toggle-2 {
  border-bottom: 1px solid #000;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.invert-image {
  filter: invert();
}

.logo-text {
  max-width: 192px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.button-circle {
  z-index: 1;
  color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #000;
}

.button-circle._2 {
  height: 55px;
}

.button-overlay {
  z-index: -1;
  background-color: #000;
  border-radius: 0;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  transition: border-radius .975s ease-out;
  position: absolute;
  inset: 0%;
  transform: translate(-57px, 32%);
}

.button-overlay.active {
  border-radius: 30000px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation {
  width: 80%;
  height: 80%;
  position: absolute;
}

.navigation-line {
  width: 100%;
  height: 2px;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}

.navigation-sub-line {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero {
  justify-content: center;
  align-items: flex-start;
  padding: 230px 5% 305px;
  display: flex;
  position: relative;
}

.hero._2 {
  padding-bottom: 230px;
}

.hero.inner {
  padding-top: 225px;
  padding-bottom: 165px;
}

.hero.intro {
  padding-bottom: 200px;
}

.top-part-hero {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.top-part-hero._2 {
  justify-content: flex-start;
  position: relative;
}

.top-part-hero._3 {
  justify-content: flex-start;
  padding-left: 150px;
}

.top-part-hero.flex {
  justify-content: space-between;
  align-items: center;
}

.top-part-hero._1.flex {
  padding-left: 78px;
}

.top-part-hero._4 {
  justify-content: flex-start;
}

.top-part-hero.center {
  justify-content: center;
}

.circle-image {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
  inset: auto 0% -80% auto;
}

.circle-image._2 {
  background-image: url('../images/team-3.jpg');
  background-position: 50% 0;
  width: 400px;
  height: 400px;
  position: relative;
  bottom: 0%;
}

.scroll-down {
  color: #000;
  background-image: url('../images/icons8-shift-down-128_1icons8-shift-down-128.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  align-items: center;
  padding-right: 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  display: flex;
}

.switcher-mode {
  z-index: 998;
  cursor: pointer;
  background-color: #d8d8d8b3;
  border-radius: 100px;
  width: 51px;
  height: 28px;
  padding: 0 2px;
  position: fixed;
  inset: auto 12px 12px auto;
}

.circle-switcher {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  top: 3px;
  left: 3px;
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.service-circle {
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-title {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.circle-inside {
  border: 1px solid var(--grey);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-cta {
  padding: 120px 5%;
}

.section-cta.white {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.section-cta.white._2 {
  min-height: auto;
  padding-top: 50px;
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.lightbox-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.lightbox-link._2 {
  position: relative;
  top: 0;
  right: 0;
}

.play-showreel {
  width: 95%;
  height: 95%;
  position: absolute;
}

.play-wrapper {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  height: 19px;
  font-family: Satoshi, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.track {
  height: 400vh;
}

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

.wrapper {
  width: 100%;
}

.collection-list {
  display: flex;
}

.collection-item {
  cursor: none;
  flex: none;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.arrow-image {
  width: 26px;
}

.play-circle {
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.work-content {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.margin-100px {
  margin-top: 100px;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.margin-200px {
  margin-top: 200px;
}

.testimonials-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.testimonials-wrapper._2 {
  grid-template-columns: 1fr 1fr;
}

.testimonials-name {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.testimonials-name.comapny {
  margin-top: 3px;
  font-size: 16px;
}

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

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

.start-icon {
  background-color: var(--grey);
  flex: none;
  width: 60px;
  height: 3px;
  margin-left: 35px;
  margin-right: 35px;
  position: relative;
  top: 8px;
}

.start-icon._2 {
  background-color: #0000;
  background-image: url('../images/circle-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}

.start-icon._2.rotate {
  transform: rotate(0);
}

.awards-grid {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.award-title {
  margin-top: 0;
  font-size: 21px;
}

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

.blog-image {
  margin-bottom: 30px;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

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

.paragraph-no-margin {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-no-margin._2 {
  color: #000;
}

.footer {
  padding: 50px 2% 30px;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title {
  margin-top: 0;
  font-size: 21px;
}

.copyright-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.subscribe-field {
  background-color: #0000;
  border: 1px solid #000;
  height: 55px;
  padding-left: 15px;
}

.subscribe-field::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/north_east_white_24dp_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #000;
  width: 55px;
  height: 55px;
  margin-left: -1px;
  transition: all .3s;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 640px;
  display: grid;
}

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

.copyright {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.success-message {
  color: #fff;
  background-color: #00b400;
  font-size: 16px;
  font-weight: 500;
}

.form-block {
  max-width: 340px;
}

.form {
  display: flex;
}

.footer-link-first {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link-first:hover {
  color: #00000082;
}

.title-2-wraper {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-2-wraper.with-z-index {
  z-index: 15;
}

.part-1 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.part-1._1 {
  justify-content: flex-start;
  align-items: flex-end;
  top: -193px;
}

.other-font {
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
}

.section-animation {
  min-height: 200vh;
  max-height: 2000px;
}

.image-1 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.image-1._2 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 350px;
  height: 350px;
}

.image-1._1 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 460px;
  height: 460px;
}

.max-width-page {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-50px-2 {
  margin-top: 50px;
}

.part-3-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 90%;
  margin-top: -145px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.sticky-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.sticky-wrapper-main {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.project-margin {
  z-index: 1;
  width: 30vw;
  margin-top: 100px;
  position: relative;
}

.project-margin._2 {
  z-index: 2;
  justify-content: flex-end;
  margin-top: -150px;
  margin-left: auto;
  display: flex;
}

.project-margin._3 {
  margin-top: -150px;
}

.project-margin._4 {
  justify-content: flex-end;
  margin-top: -150px;
  margin-left: auto;
  display: flex;
}

.project-margin._5 {
  margin-top: -150px;
}

.project-margin._6 {
  justify-content: flex-end;
  margin-top: -150px;
  margin-left: auto;
  display: flex;
}

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

.category-flex {
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.project-title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.grid-3-columns {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-2-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-0px {
  margin-bottom: 0;
  font-size: 18px;
}

.margin-80px {
  margin-top: 80px;
}

.people-photo {
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: -66px auto auto 50%;
  transform: translate(-50%);
}

.people-photo._2 {
  background-image: url('../images/photo-9.jpg');
}

.people-photo._3 {
  background-image: url('../images/photo-12.jpg');
}

.margin-120px {
  margin-top: 120px;
}

.bottom-part {
  text-align: center;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  padding: 70px 30px 25px;
  display: flex;
  position: relative;
}

.testimonials-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.testimonials-text._2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.horizontal-divider {
  width: 24px;
}

.horizontal-divider._15px {
  width: 15px;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-image-animation {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100%;
  width: 320px;
  max-width: none;
  height: 320px;
  display: block;
  position: absolute;
  inset: auto -256px 21px auto;
}

.blog-text {
  z-index: 1;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.category-text {
  font-size: 16px;
}

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

.category-flex-1.left {
  justify-content: flex-start;
}

.bottom-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.left-scroll {
  justify-content: flex-start;
  display: flex;
}

.high-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.high-content {
  border: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 32px 30px 20px;
  display: flex;
}

.high-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.logo-wrapper-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.logo-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  filter: invert();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.max-w-width {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width._2 {
  max-width: 380px;
}

.work-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  margin-right: auto;
  display: grid;
}

.work-list._2 {
  margin-left: auto;
  margin-right: 0;
}

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

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

.button-wrapper-flex._2 {
  justify-content: flex-start;
}

.blog-grid-2 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-name {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
}

.team-content {
  text-align: center;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 26px 35px;
  display: flex;
}

.team-photo {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.team-photo._2 {
  background-image: url('../images/team-2.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-3.jpg');
}

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

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-box {
  text-align: center;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 53px 22px;
  font-size: 16px;
  line-height: 2em;
  display: flex;
  position: relative;
}

.pricing-icon {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 22px;
  display: flex;
  position: absolute;
  inset: -64px auto auto 50%;
  transform: translate(-50%);
}

.price {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.button-2 {
  color: #000;
  cursor: none;
  background-color: #ff6501;
  border-radius: 3px;
  align-items: center;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
}

.pricing-image {
  filter: invert();
  width: 42px;
}

.pricing-title {
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.toogle-max-w {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-2 {
  color: #000;
  border-bottom: 1px solid #000;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  border: 1px solid #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 13px;
  display: flex;
}

.plus-icon {
  filter: invert();
}

.qa-text {
  white-space: normal;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

.toggle-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-text {
  color: #000;
}

.photo {
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.rich-text-block, .rich-text-project {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.project-page-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-title {
  margin-top: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.list-title._2 {
  margin-bottom: 15px;
  font-size: 19px;
}

.services-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.presantation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.presantation-grid._2 {
  margin-top: 100px;
}

.pres-big-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.1;
}

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

.pres-wrapper {
  color: var(--black-2);
  background-color: #f3f3f3b3;
  padding: 10px 15px 20px;
}

.pres-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffed;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #9bfa13;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  font-size: 15px;
  font-weight: 700;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.code-embed {
  color: #000;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .container._2.grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .container._4 {
    max-width: 440px;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .section {
    padding: 80px 2%;
  }

  .section.product-page {
    padding-top: 100px;
  }

  .title-3 {
    line-height: 1.2;
  }

  .licensing-block {
    width: 100%;
  }

  .title-1 {
    font-size: 69px;
    line-height: 1;
  }

  .title-1._6 {
    max-width: 100%;
    font-size: 60px;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .logo-flex._2 {
    justify-content: center;
  }

  .cart-button {
    margin-left: 15px;
  }

  .logo-wrapper {
    margin-top: 0;
  }

  .menu {
    padding-top: 0;
  }

  .services-wrapper {
    width: 70%;
  }

  .filter-image._2.margin {
    margin-top: -12px;
  }

  .top-part {
    height: 220px;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .circle-cursor {
    display: none;
  }

  ._80-container {
    width: 100%;
  }

  .top-part-hero._3 {
    padding-left: 0;
  }

  .circle-image {
    width: 350px;
    height: 350px;
    bottom: -90%;
  }

  .circle-image._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .service-grid {
    grid-row-gap: 50px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .section-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-cta.white {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 150px;
  }

  .section-cta.white._2 {
    padding-bottom: 100px;
  }

  .track {
    height: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: visible;
  }

  .wrapper {
    width: auto;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .play-circle {
    width: 80px;
    height: 80px;
  }

  .margin-100px.make-50px {
    margin-top: 70px;
  }

  .logo-grid {
    margin-top: 30px;
  }

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

  .text-rotator {
    font-size: 60px;
    line-height: 80px;
  }

  .awards-grid {
    width: 40%;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    margin-top: 20px;
    display: block;
  }

  .title-2-wraper.with-z-index {
    position: absolute;
  }

  .title-2-wraper.with-z-index.relative {
    position: relative;
  }

  .part-1 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .part-1._1 {
    align-items: flex-start;
    top: 142px;
  }

  .section-animation {
    min-height: 0;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-1 {
    width: 100%;
  }

  .image-1._1 {
    width: 300px;
    height: 300px;
  }

  .part-3-grid {
    grid-column-gap: 50px;
    max-width: 95%;
    margin-top: 30px;
    position: relative;
  }

  .sticky-wrapper {
    height: auto;
    position: relative;
    top: 0%;
    bottom: 0%;
  }

  .sticky-wrapper-main {
    flex-direction: column;
    height: auto;
  }

  .project-margin {
    width: 40vw;
  }

  .grid-3-columns {
    grid-column-gap: 30px;
  }

  .people-photo {
    width: 100px;
    height: 100px;
    top: -54px;
  }

  .bottom-part {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-text._2 {
    font-size: 19px;
  }

  .testimonials-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-image-animation {
    width: 220px;
    height: 220px;
    bottom: 12px;
    right: -95px;
  }

  .high-wrapper {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .logo-wrapper-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .logo-grid-2 {
    margin-top: 30px;
  }

  .max-w-width, .max-w-width._2 {
    max-width: 80%;
  }

  .price-grid {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

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

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 33px;
  }

  .container._2.grid {
    grid-template-columns: 2fr 1fr;
  }

  .container._4 {
    max-width: 320px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 50px;
  }

  .title-1.smaller, .title-1._6 {
    font-size: 40px;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .navigation {
    padding-left: 3%;
  }

  .circle-logo {
    width: 60px;
    margin-bottom: 0;
  }

  .second-part {
    height: 60px;
    padding-right: 6px;
  }

  .cart._2 {
    margin-right: 0;
  }

  .hamburger-menu._2 {
    width: 60px;
    height: 60px;
  }

  .logo-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .filter-image._1 {
    width: 50px;
    height: 50px;
  }

  .filter-image._2.margin {
    width: 20px;
    height: 20px;
    margin-top: -20px;
  }

  .top-part {
    height: 260px;
  }

  .top-part._3 {
    height: 320px;
  }

  .sub-logo-text {
    display: none;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .text-field-line {
    height: 45px;
  }

  .logo-text, .button-circle.hide {
    display: none;
  }

  .hero {
    padding-top: 143px;
    padding-bottom: 249px;
  }

  .hero._2 {
    padding-bottom: 149px;
  }

  .hero._3 {
    padding-top: 121px;
  }

  .hero.inner {
    padding-top: 136px;
    padding-bottom: 113px;
  }

  .hero.intro {
    padding-bottom: 162px;
  }

  .circle-image {
    width: 250px;
    height: 250px;
    bottom: -130%;
  }

  .circle-image._2 {
    width: 350px;
    height: 350px;
  }

  .service-grid {
    grid-row-gap: 30px;
  }

  .service-circle {
    width: 230px;
    height: 230px;
  }

  .section-cta.white {
    padding-bottom: 112px;
  }

  .play-circle {
    display: none;
  }

  .margin-100px.make-50px {
    margin-top: 60px;
  }

  .margin-200px {
    margin-top: 100px;
  }

  .testimonials-wrapper._2, .blog-list {
    grid-template-columns: 1fr;
  }

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

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

  .contact-grid {
    display: none;
  }

  .contact-grid.on-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .part-1 {
    min-height: 500px;
  }

  .part-1._1 {
    min-height: auto;
    top: 0;
  }

  .image-1._1 {
    display: none;
  }

  .image-1._1.show {
    width: 350px;
    height: 350px;
    display: block;
  }

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

  .sticky-wrapper {
    padding-bottom: 0;
  }

  .project-margin {
    width: 80vw;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-margin._2, .project-margin._3, .project-margin._4, .project-margin._5, .project-margin._6 {
    margin-top: 30px;
  }

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

  .bottom-part {
    padding-left: 41px;
    padding-right: 41px;
  }

  .testimonials-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .blog-image-animation {
    width: 180px;
    height: 180px;
    right: -58px;
  }

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

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

  .high-content {
    min-height: 260px;
  }

  .logo-grid-2 {
    max-width: 100%;
  }

  .max-w-width {
    margin-top: 30px;
  }

  .blog-grid-2 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

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

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

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

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

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

  .container._3 {
    bottom: 20px;
  }

  .container._4 {
    max-width: 220px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.product-page {
    padding-top: 80px;
  }

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 24px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 28px;
    font-weight: 700;
  }

  .title-1.smaller {
    font-size: 22px;
  }

  .title-1._6 {
    font-size: 30px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .margin-50px._20px {
    margin-top: 20px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-label {
    font-size: 16px;
  }

  .navigation {
    padding: 10px 3%;
  }

  .circle-logo {
    width: 57px;
  }

  .second-part {
    padding-right: 14px;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag.small, .table-price {
    font-size: 16px;
  }

  .cart-image {
    width: 20px;
  }

  .cart._2 {
    margin-right: 0;
  }

  .hamburger {
    order: 1;
  }

  .photo-move {
    max-width: 100%;
  }

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .photo-cart {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  .navigation-text {
    font-size: 50px;
  }

  .services-wrapper {
    width: 100%;
  }

  .filter-image._1 {
    width: 30px;
    height: 30px;
  }

  .top-part, .top-part._3 {
    height: 220px;
  }

  .sub-logo-text {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .presantation-link {
    padding: 15px;
  }

  .social-grid {
    grid-column-gap: 20px;
  }

  .circle-button {
    width: 100px;
    height: 100px;
    font-size: 9px;
  }

  .subhead._2 {
    width: 100%;
  }

  .text-field-line {
    height: 42px;
    margin-bottom: 10px;
  }

  .hero {
    padding-top: 124px;
    padding-bottom: 229px;
  }

  .hero._3 {
    padding-bottom: 230px;
  }

  .hero.inner {
    padding-top: 116px;
    padding-bottom: 80px;
  }

  .hero.intro {
    padding-bottom: 94px;
  }

  .circle-image {
    width: 180px;
    height: 180px;
    bottom: -183%;
  }

  .circle-image._2 {
    width: 250px;
    height: 250px;
  }

  .service-grid {
    grid-row-gap: 30px;
    grid-template-columns: minmax(200px, 1fr);
  }

  .section-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-cta.white {
    padding-bottom: 75px;
  }

  .section-cta.white._2 {
    padding-bottom: 60px;
  }

  .button-flex {
    margin-top: 30px;
  }

  .lightbox-link {
    top: 30px;
    right: 30px;
  }

  .collection-item {
    width: 100%;
  }

  .margin-100px.make-50px {
    margin-top: 50px;
  }

  .logo-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .testimonials-wrapper._2 {
    grid-row-gap: 20px;
  }

  .testimonials-name {
    font-size: 18px;
  }

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

  .text-rotator {
    font-size: 40px;
    line-height: 60px;
  }

  .start-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .awards-grid {
    width: 80%;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .part-1 {
    min-height: auto;
    padding-top: 136px;
    padding-bottom: 157px;
  }

  .part-1._1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-1._2 {
    width: 250px;
    height: 250px;
  }

  .image-1._1.show {
    width: 280px;
    height: 280px;
  }

  .project-margin {
    width: 90vw;
  }

  .project-title {
    font-size: 24px;
  }

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

  .bottom-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-text {
    max-width: 100%;
    font-size: 25px;
    line-height: 28px;
  }

  .horizontal-divider {
    height: 20px;
  }

  .horizontal-divider._15px {
    height: 0;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-image-animation {
    display: none;
  }

  .blog-text {
    font-size: 27px;
    line-height: 30px;
  }

  .category-flex-1 {
    flex-direction: column;
  }

  .category-flex-1.left {
    flex-direction: row;
    margin-bottom: 6px;
  }

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

  .logo-wrapper-grid {
    align-items: center;
  }

  .logo-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 60%;
  }

  .max-w-width, .max-w-width._2 {
    max-width: 100%;
  }

  .work-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hide {
    display: none;
  }

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

  .pricing-box {
    padding-bottom: 16px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
  }

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

#w-node-_816e8529-f3a1-bac7-e69b-d37e3eee8f6f-3eee8f65 {
  justify-self: center;
}

#w-node-_45a5c597-4771-d52b-2e83-5e8d6cd0e4a8-3f3a80bf {
  justify-self: auto;
}

#w-node-_45a5c597-4771-d52b-2e83-5e8d6cd0e4a9-3f3a80bf {
  justify-self: end;
}

#w-node-b050c00c-0854-a88f-568e-ed70db6e7eab-3f3a80c1 {
  justify-self: center;
}

#w-node-a911965a-43a0-0c30-6cd7-a619a334af53-3f3a80c6 {
  justify-self: auto;
}

#w-node-a911965a-43a0-0c30-6cd7-a619a334af54-3f3a80c6 {
  justify-self: end;
}

#w-node-ffb864db-0087-0207-b54b-6b91233302b5-3f3a80c7 {
  justify-self: auto;
}

#w-node-ffb864db-0087-0207-b54b-6b91233302b6-3f3a80c7 {
  justify-self: end;
}

#w-node-_100d4149-90ae-7cc2-c97a-d2643f9b33ed-3f3a80dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aee892d-c329-f912-b3e8-312a97ab8eca-3f3a80e0, #w-node-_8aee892d-c329-f912-b3e8-312a97ab8ecb-3f3a80e0, #w-node-_8aee892d-c329-f912-b3e8-312a97ab8ecc-3f3a80e0, #w-node-_8aee892d-c329-f912-b3e8-312a97ab8ecd-3f3a80e0, #w-node-_8aee892d-c329-f912-b3e8-312a97ab8ece-3f3a80e0 {
  justify-self: center;
}

#w-node-_3ef9be33-4443-fe7a-f70f-a8c05b16e47c-3f3a80e0 {
  justify-self: auto;
}

#w-node-_3ef9be33-4443-fe7a-f70f-a8c05b16e47d-3f3a80e0 {
  justify-self: end;
}

#w-node-a817b931-2ed1-c08f-f6e0-db076130e059-3f3a80e1, #w-node-a817b931-2ed1-c08f-f6e0-db076130e056-3f3a80e1, #w-node-a817b931-2ed1-c08f-f6e0-db076130e057-3f3a80e1, #w-node-a817b931-2ed1-c08f-f6e0-db076130e055-3f3a80e1, #w-node-a817b931-2ed1-c08f-f6e0-db076130e058-3f3a80e1 {
  justify-self: center;
}

#w-node-_9426642d-151d-6cec-6f10-89b0565c52d5-3f3a80e2, #w-node-_3b50631a-a919-d64f-9fb9-ae6c4e22dde5-3f3a80e2 {
  justify-self: end;
}

#w-node-_1a58950c-90dd-d899-852d-2f6eef4abeb2-3f3a80e2, #w-node-_4d8a736e-e6d6-355d-5ff4-02ac4e28f31c-3f3a80e2, #w-node-_4bb9b62c-cbc3-ba53-2048-e7f9f9135cc7-3f3a80e2, #w-node-_226b2d28-cc41-02e3-3f7f-532bbe1291d1-3f3a80e2, #w-node-_982b61d2-9fd8-4306-87dc-cc93ed100f48-3f3a80e2, #w-node-a1f1f788-ae93-9a8e-3b80-c37333d6725a-3f3a80e2, #w-node-d3be6749-fd5d-363c-3877-687c730918b7-3f3a80e2, #w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-3f3a80e5, #w-node-_4129ba5f-7cf2-5566-b3e6-a1572839a8f8-3f3a80e5, #w-node-_858e6ea5-1b87-5d8c-1f7f-1ab45bd895fb-3f3a80e5, #w-node-_8c82e815-bd68-bc31-0cc0-89011edc35c8-3f3a80e5 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0c6f1e6d-f4ab-bfd5-63f1-fe8015f26497-15f26476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45a5c597-4771-d52b-2e83-5e8d6cd0e4a8-3f3a80bf, #w-node-a911965a-43a0-0c30-6cd7-a619a334af53-3f3a80c6, #w-node-ffb864db-0087-0207-b54b-6b91233302b5-3f3a80c7, #w-node-_3ef9be33-4443-fe7a-f70f-a8c05b16e47c-3f3a80e0 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c6f1e6d-f4ab-bfd5-63f1-fe8015f2647a-15f26476, #w-node-_0c6f1e6d-f4ab-bfd5-63f1-fe8015f2648a-15f26476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b50631a-a919-d64f-9fb9-ae6c4e22dde5-3f3a80e2 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}