:root {
  --primary-color: #0d0d0d;
  --gray-200: #fafafa;
  --transparent: transparent;
  --gray-300: #d4d4d4;
  --whitesmoke: whitesmoke;
  --white: white;
  --gray-100: #e2e2e2;
  --gray-400: #b5b5b5;
  --gray-500: #757575;
  --gray-600: #333;
  --orange-600: #fb553e;
  --black: black;
  --border-radius-5px: 5px;
  --text-gray: #727272;
  --border-radius-10px: 10px;
  --border-radius-15px: 15px;
  --border-radius-20px: 20px;
  --border-radius-25px: 25px;
  --border-radius-30px: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  color: var(--primary-color);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

h1 {
  letter-spacing: -3.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  letter-spacing: -2.76px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  letter-spacing: -.84px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

h5 {
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

h6 {
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  display: inline-block;
}

ul {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 1px #e2e2e2;
  margin-bottom: 0;
  padding: 20px;
}

figure {
  margin-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1270px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

.navbar {
  z-index: 999;
  background-color: var(--transparent);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.section.hero-v1 {
  background-image: url('../images/Hero-Bg_1Hero Bg.avif');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 75px;
}

.section.sponsor {
  padding-top: 60px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.service-v1 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.project-v1 {
  overflow: hidden;
}

.section.overview {
  padding-top: 0;
}

.section.articles {
  background-image: url('../images/Articles-BG_1Articles BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.section.footer {
  z-index: 1;
  background-color: var(--primary-color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.section.blank-section {
  width: 100%;
  height: 100vh;
}

.section.hero-v2 {
  padding-top: 183px;
  padding-bottom: 0;
}

.section.sponsor-v2 {
  border-bottom: 1px solid var(--gray-300);
  padding-top: 60px;
  padding-bottom: 150px;
  overflow: hidden;
}

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

.section.project-v2 {
  overflow: hidden;
}

.section.about {
  padding-top: 193px;
}

.section.award {
  padding-top: 0;
}

.section.work {
  background-image: url('../images/Work-BG-Image_1Work BG Image.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.process {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.inner {
  padding-top: 193px;
  overflow: hidden;
}

.section.inner.v2 {
  padding-bottom: 0;
}

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

.section.service-inner {
  border-bottom: 1px solid var(--gray-300);
  padding-top: 193px;
  padding-bottom: 107px;
}

.section.service.less-mt {
  padding-top: 100px;
}

.section.step {
  padding-top: 0;
  padding-bottom: 0;
}

.section.project {
  padding-top: 10px;
  padding-bottom: 100px;
}

.section.position {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pricing {
  padding-top: 193px;
}

.section.sponsor-pricing {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.compare {
  padding-bottom: 100px;
}

.section.pricing-single {
  padding-top: 193px;
  padding-bottom: 0;
}

.section._404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.more-articles {
  padding-top: 0;
}

.section.preview {
  padding-top: 190px;
  padding-bottom: 85px;
}

.section.preview-image {
  background-color: #f5f5f5;
  padding-top: 58px;
  padding-bottom: 0;
}

.section.included {
  padding-bottom: 0;
}

.section.figma {
  background-color: var(--whitesmoke);
  padding-bottom: 0;
}

.section.preview-footer {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.section.inner-blog {
  padding-top: 193px;
  overflow: hidden;
}

.section.pp {
  padding-top: 190px;
  padding-bottom: 100px;
}

.section.checkout {
  background-color: var(--whitesmoke);
  padding-top: 140px;
}

.section.paypal {
  background-color: var(--whitesmoke);
  min-height: auto;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.section.order-confirmation {
  min-height: auto;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.section.changelog {
  min-height: 100vh;
  padding-top: 193px;
  overflow: hidden;
}

.nav-link {
  text-transform: capitalize;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.dropdown-toggle {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.dropdown-toggle.white {
  color: var(--white);
}

.dropdown-list {
  background-color: var(--transparent);
  transform-origin: 50% 0;
  width: 120px;
}

.dropdown-pd {
  padding-top: 20px;
}

.arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.dropdown-title {
  font-family: Montserrat, sans-serif;
}

.dropdown-title-wrapper {
  height: 26px;
  overflow: hidden;
}

.dropdown-link-wrapper {
  width: 100%;
  min-width: 160px;
  height: 26px;
  font-size: 16px;
  line-height: 160%;
  display: block;
  overflow: hidden;
}

.dropdown-link-wrapper.w--current {
  display: block;
}

.dropdown-link-text {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

.dropdown-list-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gray-200);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.nav-link-wrapper {
  height: 26px;
  overflow: hidden;
}

.nav-link-wrapper.white {
  color: var(--white);
}

.nav-link-wrap {
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-wrapper {
  height: 26px;
  overflow: hidden;
}

.text {
  font-family: Montserrat, sans-serif;
}

.text.white {
  color: #fff;
}

.button-link-wrap {
  background-image: url('../images/White-Btn-BG.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 36px;
}

.button-link-wrap.black {
  color: var(--white);
  background-image: url('../images/Black-BG-Button.svg');
  background-size: 100% 100%;
  padding: 18px 25px;
}

.button-link-wrap.contact {
  color: var(--white);
  background-image: url('../images/Contact-BG.svg');
  background-position: 0 100%;
  border: 1px #000;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
}

.button-link-wrap.style {
  color: var(--white);
  background-image: url('../images/Contact-BG.svg');
  font-size: 16px;
  line-height: 160%;
}

.button-link-wrap.v2 {
  color: var(--primary-color);
  background-image: url('../images/White-Buy-BG.svg');
  font-family: Montserrat, sans-serif;
}

.button-wrapper {
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

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

.button-wrapper.buy-now {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-wrapper.tab-off {
  display: none;
}

.button-wrapper.tab-on {
  display: block;
}

.hero-v1-top-wrap {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 15px;
  display: flex;
}

.hero-v1-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-v1-number {
  color: var(--white);
  font-size: 16px;
  line-height: 150%;
}

.digital-agency {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.hero-v1-title {
  color: var(--white);
  max-width: 644px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
}

.hero-v1-title-02 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 500;
  display: inline-block;
}

.hero-v1-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.hero-v1-image {
  width: 100%;
  max-width: 204px;
}

.hero-v1-details {
  color: var(--white);
  text-align: right;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.hero-v1-details-wrap {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  max-width: 320px;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--white);
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa Brands 400", sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.social-bg {
  background-color: #fff3;
  border-radius: 50%;
  width: 0%;
  position: absolute;
}

.sponsor-ticker {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sponsor-image {
  flex: none;
  margin-right: 94px;
}

.sponsor-title-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsor-title {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 160%;
}

.sponsor-ticker-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.section-top-wrapper {
  margin-bottom: 100px;
}

.section-top-wrapper.overview {
  margin-bottom: 30px;
}

.section-top-wrapper.articles {
  margin-bottom: 80px;
}

.section-top-wrapper.faq {
  margin-bottom: 0;
}

.section-top-wrapper.service-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.section-top-wrapper.project-v2 {
  margin-bottom: 140px;
}

.section-top-wrapper.service {
  margin-bottom: 28px;
}

.section-top-wrapper.step, .section-top-wrapper.project, .section-top-wrapper.blog, .section-top-wrapper.career {
  margin-bottom: 60px;
}

.section-top {
  border-bottom: 1px solid var(--gray-100);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 15px;
  display: flex;
}

.section-bottom {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-bottom.overview {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.section-bottom.faq {
  justify-content: space-between;
  align-items: flex-start;
}

.section-bottom.project-v2 {
  justify-content: space-between;
  align-items: center;
}

.section-bottom.team {
  margin-bottom: 72px;
}

.section-bottom.pricing {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.section-bottom.compare {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 76px;
}

.section-bottom.pricing-single {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}

.section-bottom.v2 {
  flex-flow: row;
}

.section-number {
  font-size: 16px;
  line-height: 160%;
}

.section-name {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.section-details {
  flex-flow: row;
  align-self: auto;
  max-width: 450px;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 160%;
  display: block;
}

.section-details.right {
  text-align: right;
  max-width: 282px;
}

.section-details.overview {
  max-width: 280px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.section-details.project-v2 {
  text-align: right;
  margin-bottom: 40px;
}

.section-details.about {
  text-align: right;
}

.section-details.step {
  max-width: 280px;
}

.section-details.career {
  max-width: 600px;
  margin-bottom: 47px;
  font-style: italic;
}

.section-details.pricing {
  text-align: center;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 28px;
}

.section-details.left {
  max-width: 282px;
}

.section-details.v2 {
  margin-bottom: 0;
}

.section-title-wrapper {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 750px;
  display: flex;
}

.section-title-wrapper.left {
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
}

.section-title-wrapper.faq {
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
}

.section-title-wrapper.footer {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 950px;
}

.section-title-wrapper.client {
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
}

.section-title-wrapper.step {
  justify-content: center;
  align-items: flex-start;
}

.section-title-wrapper.pricing, .section-title-wrapper.pricing-single {
  justify-content: flex-start;
  align-items: center;
}

.section-title-wrapper.left-big {
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
}

.section-title-wrapper.service-single {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 20px;
}

.section-title-wrapper.project-single {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-title-wrapper.preview {
  justify-content: center;
  align-items: flex-start;
  max-width: 850px;
}

.section-title-wrapper.process {
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  position: sticky;
  top: 140px;
}

.section-title-wrapper.contact {
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
}

.section-title-wrap {
  perspective: 1040px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1040px);
}

.section-title-wrap.footer {
  order: 0;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.section-title {
  color: var(--gray-400);
  white-space: nowrap;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 130%;
}

.section-title.black {
  perspective: 1040px;
  transform-origin: 0%;
  color: var(--primary-color);
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  transform: perspective(1040px);
}

.section-title.black._3 {
  font-family: Montserrat, sans-serif;
}

.service-v1-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  justify-content: space-between;
  display: flex;
}

.service-v1-left-wrap {
  width: 100%;
  max-width: 350px;
  position: relative;
}

.service-v1-right-wrap {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  width: 100%;
  max-width: 717px;
  display: flex;
}

.service-v1-image {
  width: 100%;
}

.service-v1-left-details-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-v1-left-details {
  font-family: Montserrat, sans-serif;
}

.service-v1-small-img {
  width: 100%;
  max-width: 135px;
}

.service-v1-sinlge-wrap {
  border-bottom: 1px solid var(--gray-400);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.service-v1-sinlge-wrap._04 {
  width: 100%;
}

.service-v1-right-details {
  text-align: right;
  font-family: Montserrat, sans-serif;
}

.service-v1-title-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-v1-title-number {
  color: var(--gray-400);
  font-size: 16px;
  line-height: 150%;
}

.service-v1-border {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.service-v1-left-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.service-v1-left-item._01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.service-v1-left-item._02, .service-v1-left-item._03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: absolute;
  inset: 0%;
}

.service-v1-left-item._04 {
  position: absolute;
  inset: 0%;
}

.gray {
  color: var(--gray-400);
  display: inline-block;
}

.project-v1-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.slider {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.mask {
  max-width: 637px;
  overflow: visible;
}

.mask.articles {
  max-width: 715px;
}

.slide {
  height: 500px;
  overflow: hidden;
}

.slide.articles {
  margin-right: 40px;
}

.left-arrow.project-v1 {
  border: 1px solid var(--gray-400);
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  inset: auto auto -150px 0%;
}

.left-arrow.blog {
  border: 1px solid var(--gray-400);
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  inset: auto auto -80px 0%;
}

.right-arrow.project-v1 {
  border: 1px solid var(--gray-300);
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  inset: auto auto -150px 60px;
}

.right-arrow.blog {
  border: 1px solid var(--gray-300);
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  inset: auto auto -80px 60px;
}

.slide-nav {
  display: none;
}

.project-v1-single-wrap {
  max-height: 708px;
  position: relative;
}

.project-v1-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 500px;
}

.project-v1-tag-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40px auto auto 60px;
}

.project-tag {
  background-color: var(--gray-500);
  color: var(--white);
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  display: inline-block;
}

.project-tag._01, .project-tag._02 {
  font-family: Montserrat, sans-serif;
}

.project-v1-title-wrapper {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 60px 60px;
}

.project-v1-title {
  color: var(--white);
  letter-spacing: -.84px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  transition: color .4s;
}

.project-v1-title:hover {
  color: var(--gray-300);
}

.project-v1-title.w--current {
  font-family: Montserrat, sans-serif;
}

.project-details {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.project-v1-bg {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #d0695b00;
  background-image: linear-gradient(#b4b4b400, #fa6350bf);
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0% 0 0% 0%;
  overflow: clip;
}

.project-v1-title-wrap, .project-v1-details-wrap {
  overflow: hidden;
}

.arrow-wrapper {
  width: 18px;
  overflow: hidden;
}

.arrow-wrapper.service-v2, .arrow-wrapper.career {
  border: 1px solid var(--gray-300);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  transform: rotate(-45deg);
}

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

.arrow-wrap.service-v2 {
  justify-content: center;
  align-items: center;
}

.line {
  background-color: var(--gray-400);
  width: 77%;
  height: 1px;
  position: absolute;
  inset: auto auto 56px 0%;
}

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

.overview-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.overview-details-wrap {
  color: var(--gray-500);
  max-width: 710px;
}

.overview-image {
  width: 100%;
  max-width: 254px;
}

.overview-details {
  font-family: Montserrat, sans-serif;
}

.overview-details._02 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.counter-wrapper {
  border-top: 1px solid var(--gray-400);
  border-bottom: 1px solid var(--gray-400);
  margin-top: 65px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.counter-wrapper.service {
  margin-top: 140px;
}

.counter-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.counter-number-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.counter-details {
  font-size: 16px;
  line-height: 160%;
}

.counter-number {
  font-weight: 500;
}

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

.gray-dark {
  color: var(--gray-500);
  display: inline-block;
}

.articles-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.article-item-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-item-wrap.blog {
  background-image: url('../images/Process-BG_1Process BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 14px 11px 31px;
}

.articles-details-wrap {
  background-image: url('../images/Testimonial-BG_1Testimonial BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 460px;
  padding: 50px 40px;
}

.articles-details-wrap.blog {
  background-image: none;
  padding: 0;
}

.articles-details-wrap.blog-single {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0;
  display: flex;
}

.articles-image {
  object-fit: cover;
  width: 100%;
  max-width: 240px;
}

.articles-date {
  color: var(--gray-500);
  font-size: 16px;
  line-height: 160%;
}

.articles-title {
  letter-spacing: -.48px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.articles-details {
  color: var(--gray-500);
  margin-bottom: 18px;
  font-size: 16px;
}

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

.more-btn-line-wrap {
  background-color: var(--gray-400);
  width: 100%;
  height: 1px;
  position: relative;
}

.more-btn-line {
  background-color: var(--primary-color);
  position: absolute;
  inset: 0%;
}

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

.more-btn-text-wrapper {
  height: 26px;
  overflow: hidden;
}

.more-btn-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.more-btn-icon-wrapper {
  transform: rotate(-45deg);
}

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

.more-btn-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.more-icon-wrapper {
  width: 16px;
  overflow: hidden;
}

.faq-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 645px;
  display: flex;
}

.faq-single-wrap {
  border-bottom: 1px solid var(--gray-300);
  width: 100%;
  padding-bottom: 32px;
}

.faq-answer-wrap {
  max-width: 85%;
  overflow: hidden;
}

.faq-answer {
  color: var(--gray-500);
  padding-top: 22px;
  font-family: Montserrat, sans-serif;
}

.faq-qustion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-qustion {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.faq-arrow-wrap {
  border: 1px solid var(--gray-300);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  transform: rotate(-45deg);
}

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

.footer-top-text {
  color: var(--white);
  text-align: right;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 80px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer-copy-write-wrap {
  border-top: 1px solid #1a1a1a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.copy-write-text {
  color: var(--gray-500);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.site-link {
  color: var(--white);
}

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

.footer-title {
  color: var(--white);
  text-align: left;
  text-transform: none;
  order: 0;
  align-self: auto;
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.footer-details-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-image {
  width: 100%;
}

.footer-img-wrap {
  align-self: flex-end;
  max-width: 204px;
}

.footer-details {
  color: var(--white);
  text-align: right;
  max-width: 320px;
  margin-top: 15px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

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

.footer-social-single {
  border: 1px solid var(--gray-600);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-icon {
  z-index: 1;
  font-family: "Fa Brands 400", sans-serif;
  position: relative;
}

.footer-social-bg {
  background-color: var(--gray-600);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-wrapper {
  z-index: 2;
  background-color: var(--white);
  position: relative;
}

.nav-link-v2 {
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
}

.black-btn-link-wrap {
  background-image: url('../images/Btn-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px 36px 16px;
}

.black-btn-link-wrap.buy-now {
  background-image: url('../images/Buy-Now.svg');
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
}

.black-btn-link-wrap.buy-now-white-bg {
  color: var(--primary-color);
  background-image: url('../images/White-Buy-BG.svg');
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
}

.black-btn-link-wrap.black {
  background-image: url('../images/Black-BG-Button.svg');
}

.hero-v2-wrapper {
  position: relative;
}

.hero-v2-title {
  text-align: center;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 110%;
}

.hero-v2-image {
  width: 100%;
}

.hero-v2-wrap {
  background-color: var(--white);
  padding: 50px 20px 50px 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-v2-details {
  letter-spacing: -.84px;
  max-width: 503px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.section-v2-title {
  font-size: 16px;
  line-height: 150%;
}

.section-v2-details {
  font-size: 18px;
  line-height: 160%;
}

.section-v2-details.service-v2 {
  max-width: 435px;
}

.service-v2-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-v2-number {
  font-size: 16px;
  line-height: 150%;
}

.service-v2-title {
  letter-spacing: -.84px;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.service-v2-single-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--gray-300);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 85px;
  display: grid;
}

.arrow-icon-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.service-v2-image {
  z-index: 2;
  width: 100%;
  max-width: 123px;
  position: absolute;
  inset: -100% 0% 0% 50%;
  transform: translate(-50%);
}

.service-v2-details-wrap {
  position: relative;
}

.project-v2-details-wrap {
  text-align: right;
}

.project-v2-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-v2-single-wrap {
  align-self: stretch;
  width: 100%;
  max-width: 28.5vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-v2-tag-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 22px auto auto 22px;
}

.project-v2-title-wrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 22px 22px;
}

.project-v2-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.project-v2-image-wrap {
  height: 100%;
}

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

.project-v2-title-wrap {
  overflow: hidden;
}

.project-v2-title {
  color: var(--white);
  letter-spacing: -.84px;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  transition: color .4s;
}

.project-v2-title:hover {
  color: var(--gray-300);
}

.project-details-wrap {
  overflow: hidden;
}

.articles-v2-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
}

.articles-author-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 18px;
  display: flex;
}

.articles-author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.articles-author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.articles-post-date {
  color: var(--gray-500);
  font-size: 16px;
  line-height: 150%;
}

.articles-title-v2 {
  letter-spacing: -.6px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  transition: color .4s;
}

.articles-title-v2:hover {
  color: var(--orange-600);
}

.articles-details-v2 {
  color: var(--gray-500);
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 160%;
}

.about-image {
  width: 100%;
}

.about-details-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.award-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.award-img-wrap {
  position: relative;
}

.award-image {
  width: 450px;
  position: absolute;
}

.award-details-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 722px;
  display: flex;
}

.award-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--gray-300);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr .75fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 722px;
  padding-bottom: 40px;
  display: grid;
}

.award-number {
  color: var(--gray-400);
  font-size: 16px;
  line-height: 150%;
}

.award-day {
  color: var(--gray-400);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.award-year {
  color: var(--gray-400);
}

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

.work-image {
  width: 300px;
}

.work-details {
  color: var(--gray-500);
  max-width: 620px;
  font-family: Montserrat, sans-serif;
}

.work-details._01 {
  color: var(--gray-500);
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.client-image-wrap {
  width: 100%;
  max-width: 478px;
}

.client-image {
  width: 100%;
}

.client-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  display: flex;
}

.client-icon-wrapper {
  width: 100%;
}

.client-icon-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.client-icon._01 {
  margin-left: 160px;
}

.client-icon._02 {
  margin-left: auto;
}

.client-icon._03 {
  margin-left: 60px;
}

.process-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-item-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.process-item {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-image: url('../images/Process-BG_1Process BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 465px;
  padding: 35px 40px 35px 56px;
  display: flex;
}

.process-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.process-details {
  color: var(--gray-500);
  font-size: 18px;
  line-height: 160%;
}

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

.team-image {
  width: 100%;
}

.team-name {
  text-align: center;
  text-transform: capitalize;
  margin-top: 26px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 130%;
}

.team-position {
  color: var(--gray-500);
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 130%;
}

.article-grid-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.article-image-wrap {
  position: relative;
}

.article-image {
  width: 100%;
}

.blog-title {
  letter-spacing: -.6px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.blog-details {
  color: var(--gray-500);
  font-size: 16px;
}

.service-sinlge-wrap {
  border-bottom: 1px solid #b5b5b5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.section-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-wrap.choose {
  flex-flow: column;
}

.step-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.step-grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-video-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.step-single-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--gray-200);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 40px;
  display: flex;
}

.step-title {
  font-family: Montserrat, sans-serif;
}

.step-details {
  color: var(--gray-500);
  font-family: Montserrat, sans-serif;
}

.step-number {
  color: var(--gray-500);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.play-icon {
  width: 120px;
}

.video-lightbox {
  width: 120px;
  height: 120px;
  position: absolute;
}

.video-bg-image {
  width: 100%;
}

.choose-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.choose-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.choose-single-wrap {
  border-bottom: 1px solid var(--gray-400);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.choose-title {
  color: var(--gray-400);
  letter-spacing: -.84px;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
}

.choose-title.black {
  color: var(--primary-color);
  position: absolute;
  overflow: hidden;
}

.choose-title-wrap {
  perspective: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

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

.choose-border {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.choose-image {
  width: 100%;
  max-width: 224px;
}

.project-wrapper {
  padding-top: 100px;
}

.project-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  display: grid;
}

.project-single-wrap {
  position: relative;
  overflow: hidden;
}

.project-image-wrap {
  object-fit: fill;
}

.project-tag-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40px auto auto 60px;
}

.project-title-wrapper {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.project-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-title-wrap {
  color: var(--gray-600);
  font-size: 30px;
  font-weight: 600;
  overflow: hidden;
}

.project-details-wrapper {
  overflow: hidden;
}

.career-single-wrap {
  background-color: var(--gray-200);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.career-title {
  margin-top: 60px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 140%;
}

.career-title.career {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.career-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.career-grid-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-icon-wrap {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  display: flex;
}

.career-icon-wrap.career {
  background-color: var(--gray-200);
  width: 100px;
  height: 100px;
}

.career-icon {
  width: 34px;
}

.career-details {
  color: var(--gray-500);
}

.career-image-wrap {
  position: relative;
  overflow: hidden;
}

.career-bg-shape {
  position: absolute;
  inset: 0%;
}

.position-single-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--gray-300);
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 40px;
  display: grid;
}

.position-single-wrap.position {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .5fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.position-details {
  max-width: 500px;
}

.pricing-wrap.pricing-single {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

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

.pricing-tabs-menu {
  border: 1px solid var(--gray-300);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 4px;
  display: flex;
}

.pricing-tab-link {
  background-color: var(--transparent);
  color: var(--gray-400);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 6px 27px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

.pricing-tab-link.w--current {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 100px;
  font-size: 16px;
  line-height: 160%;
}

.pricing-tab-text {
  line-height: 160%;
}

.pricing-tabs-content {
  width: 100%;
}

.pricing-cl {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-grid-wrap {
  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-single-wrap {
  background-image: url('../images/Pricing-White-BG_1Pricing White BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 640px;
  padding: 30px;
  display: flex;
}

.pricing-single-wrap.black-bg {
  background-image: url('../images/Pricing-Black-BG_1Pricing Black BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.pricing-single-wrap.categories {
  max-width: 400px;
}

.pricing-name {
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.pricing-request {
  color: #1f2933;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.price {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.price-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pricing-duration, .pricing-guarantee {
  color: #1f293399;
  font-size: 16px;
  line-height: 160%;
}

.pricing-divider-line {
  background-color: #1f293340;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-list-wrapper {
  z-index: 1;
  position: relative;
}

.pricing-list-title {
  color: #1f2933;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 160%;
}

.pricing-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary-color);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-list-details {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.pricing-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
}

.compare-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.compare-single-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.compare-grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid #d1d1d1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: grid;
}

.compare-title {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

.compare-title.weight-700 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.gray-text {
  color: #060e1f66;
  font-size: 16px;
  line-height: 160%;
  display: inline-block;
}

.pricing-single-divider {
  background-color: #e2e2e2;
  width: 1px;
  height: 100%;
  min-height: 370px;
}

.pricing-single-left {
  max-width: 515px;
}

.pricing-single-right {
  max-width: 420px;
}

.pricing-single-details {
  color: var(--gray-500);
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 187%;
}

.pricing-single-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.pricing-single-right-details {
  max-width: 330px;
  margin-top: 22px;
  margin-bottom: 32px;
}

.field-label {
  display: none;
}

.quantity-text {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.quantity-wrap {
  border: 1px solid var(--gray-300);
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 28px;
  padding: 15px 20px;
  display: none;
}

.quantity {
  background-color: var(--transparent);
  border-style: none;
  border-radius: 0;
  width: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.select-field {
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--gray-500);
  border: 1px #000;
  outline: 3px #757575;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
}

.add-to-cart-button {
  background-color: var(--primary-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.select-field-wrap {
  border: 1px solid var(--gray-300);
  height: auto;
  margin-bottom: 24px;
  padding: 15px 20px;
}

.cart-icon {
  color: var(--primary-color);
  font-family: "Fa Solid 900", sans-serif;
}

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

.cart-button {
  background-color: var(--transparent);
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--primary-color);
  color: var(--white);
  position: absolute;
  inset: -30% -70% auto auto;
}

.cart-quantity.white {
  background-color: var(--white);
  color: var(--primary-color);
}

.enterprise-plan-wrap {
  max-width: 460px;
  margin-top: 40px;
}

.enterprise-plan {
  text-transform: capitalize;
}

.enterprise-plan-details {
  color: var(--gray-500);
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 180%;
}

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

.connect-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.connect-form-wrap {
  width: 100%;
  max-width: 658px;
}

.connect-form-block {
  margin-bottom: 0;
}

.connect-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.connect-input {
  border: 1px solid var(--gray-300);
  outline-offset: 0px;
  color: var(--gray-500);
  outline: 3px #757575;
  height: auto;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.connect-input:focus {
  border: 1px solid var(--gray-500);
}

.connect-input-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.message {
  border: 1px solid var(--gray-300);
  outline-offset: 0px;
  color: var(--gray-500);
  outline: 3px #757575;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 230px;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.message:focus {
  border: 1px solid var(--gray-500);
}

.send-button {
  background-color: var(--transparent);
  color: var(--white);
  background-image: url('../images/Send.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 54px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.success-message {
  border-radius: var(--border-radius-5px);
  background-color: var(--primary-color);
  color: var(--white);
}

.error-message {
  border-radius: var(--border-radius-5px);
  color: var(--white);
  background-color: red;
  margin-top: 20px;
  padding: 20px;
}

.contact-divider-line {
  background-color: #e2e2e2;
  width: 1px;
}

.subscribe-wrapper {
  width: 100%;
  max-width: 448px;
}

.subscribe-wrap {
  position: sticky;
  top: 140px;
}

.book-image-wrap {
  border: 1px solid #eae9f3;
  border-radius: 20px;
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-left: 46px;
  padding-right: 46px;
  overflow: hidden;
}

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

.book-title {
  margin-top: 72px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 176%;
}

.book-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.book-flex-wrap.v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

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

.book-icon-wrap {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.book-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.book-link.v2 {
  color: var(--gray-500);
  font-size: 16px;
}

.let-s-button {
  background-color: var(--transparent);
  letter-spacing: -.84px;
  text-transform: uppercase;
  background-image: url("https://cdn.prod.website-files.com/671a9212fd7f98e61e88f468/671a9212fd7f98e61e88f518_Let's%20Border.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 34px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

._404-wrap {
  background-image: url('../images/404-BG_1404 BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 55px 45px;
  display: flex;
}

._404-image {
  width: 100%;
  max-width: 295px;
}

._404-details {
  color: var(--gray-500);
  text-align: center;
  max-width: 442px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 150%;
}

.blog-single-image {
  width: 100%;
}

.blog-single-details {
  max-width: 1040px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 150%;
}

.blog-rich-details-01 {
  font-family: Montserrat, sans-serif;
}

.blog-rich-details-01 h3 {
  margin-bottom: 40px;
}

.blog-rich-details-01 ol {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.blog-rich-details-01 li {
  font-size: 22px;
  line-height: 160%;
}

.blog-details-image {
  width: 100%;
  max-width: 498px;
}

.blog-details-middle {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.blog-details-author {
  max-width: 600px;
  margin-bottom: 34px;
}

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

.blog-author-icon-wrap {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.blog-author-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-author {
  color: var(--gray-500);
  font-size: 16px;
  line-height: 150%;
}

.blog-author-name {
  margin-bottom: 4px;
  line-height: 130%;
}

.blog-rich-details-02 h3 {
  margin-bottom: 40px;
}

.blog-rich-details-02 ol {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.blog-rich-details-02 li, .blog-rich-details-02 p {
  font-size: 22px;
  line-height: 160%;
}

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

.articles-type {
  color: var(--gray-500);
  font-size: 16px;
  line-height: 160%;
}

.service-single-details-wrap {
  margin-top: 60px;
}

.service-single-image {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  object-fit: contain;
  width: 100%;
  max-height: 300px;
  padding-left: 0;
  display: inline-block;
  overflow: clip;
}

.service-rich-details {
  font-family: Montserrat, sans-serif;
}

.service-rich-details p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 160%;
}

.service-rich-details h3 {
  margin-bottom: 20px;
}

.service-details-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
}

.service-details-image, .project-single-image {
  width: 100%;
}

.project-rich-details-01 {
  font-family: Montserrat, sans-serif;
}

.project-rich-details-01 ol {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.project-rich-details-02 {
  font-family: Montserrat, sans-serif;
}

.project-rich-details-02 h3 {
  margin-bottom: 40px;
}

.project-rich-details-02 ol {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.project-rich-details-02 figure {
  margin-bottom: 0;
}

.project-rich-details-02 img {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.career-single-wrap.career {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--transparent);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.career-details.career {
  text-align: center;
  max-width: 840px;
  font-size: 18px;
  line-height: 160%;
}

.career-single-top-wrap {
  margin-bottom: 60px;
}

.career-rich-details p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 160%;
}

.career-rich-details li {
  list-style-type: disc;
}

.career-rich-details ul {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  padding-left: 20px;
}

.career-rich-details h3 {
  text-transform: capitalize;
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-top-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.preview-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.preview-details {
  color: var(--gray-500);
  max-width: 570px;
  margin-top: 40px;
  line-height: 160%;
}

.preview-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-image {
  width: 100%;
}

.preview-image-wrap {
  border-radius: 14px;
  width: 100%;
  max-width: 630px;
  position: relative;
  overflow: hidden;
}

.preview-image-wrap.left {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preview-image-wrap.right {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preview-image-wrap.middle {
  z-index: 3;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.included-section-title {
  font-size: 54px;
  font-weight: 600;
  line-height: 130%;
}

.included-section-details {
  color: #727272;
  max-width: 565px;
  margin-top: 24px;
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 160%;
}

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

.included-single-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 30px 30px;
  display: flex;
}

.included-image {
  width: 100%;
}

.included-title {
  text-align: center;
  letter-spacing: -1.28px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 140%;
}

.included-details {
  color: var(--text-gray);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.included-details._03 {
  max-width: none;
}

.build-wrap._02 {
  padding-top: 130px;
}

.build-top-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.build-section-title {
  text-align: center;
  letter-spacing: -3.6px;
  max-width: 715px;
  font-size: 72px;
  font-weight: 600;
  line-height: 130%;
}

.build-title {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

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

.build-single-wrap {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  overflow: hidden;
}

.build-page-title {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 140%;
}

.build-page-image {
  width: 100%;
}

.build-bg {
  background-image: linear-gradient(#ffe9d400, #f9513aa6);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.build-details-wrap {
  z-index: 2;
  position: relative;
}

.build-page-img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.figma-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.figma-img-wrap {
  max-width: 650px;
}

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

.figma-details-wrap {
  max-width: 494px;
}

.figma-title {
  letter-spacing: -3.6px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 130%;
}

.figma-details {
  color: var(--gray-500);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 160%;
}

.preview-site-link {
  transition: color .4s;
}

.preview-site-link:hover {
  color: var(--orange-600);
  text-decoration: underline;
}

.preview-footer-copy-write-wrap {
  border-top: 1px solid #ddd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.preview-footer-title {
  text-align: center;
  letter-spacing: -2.16px;
  max-width: 680px;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 130%;
}

.preview-footer-details {
  color: var(--gray-500);
  text-align: center;
  max-width: 650px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 160%;
}

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

.service-title-wrap-v1 {
  perspective: 1400px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1061px);
}

.articles-image-v2 {
  width: 100%;
  max-width: 100%;
}

.project-v2-flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-v2-flex-wrap:nth-child(2n) {
  position: relative;
  top: -60px;
}

.project-v2-flex-wrap._02 {
  overflow: hidden;
}

.articles-grid-wrap {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-v2-flex-wrap {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  flex-flow: column;
  display: flex;
}

.dropdown-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gray-200);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.pages-dd-list-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pages-dd-list {
  background-color: var(--transparent);
  transform-origin: 50% 0;
}

.page-dd-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
}

.sponsor-ticker-wrap {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-img-wrapper {
  flex-flow: column;
  align-self: flex-end;
  display: flex;
}

.articles-date-2 {
  color: #757575;
  font-size: 16px;
  line-height: 160%;
}

.blog-categorie-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-categorie-button {
  background-color: var(--gray-200);
  color: var(--gray-500);
  text-transform: capitalize;
  padding: 13px 24px;
  transition: all .4s;
}

.blog-categorie-button:hover, .blog-categorie-button.w--current {
  background-color: var(--primary-color);
  color: var(--white);
}

.buy-now-button {
  display: none;
}

.default-state {
  margin-bottom: 0;
}

.pricing-flex-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.pp-wrapper {
  background-color: var(--whitesmoke);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.pp-title {
  text-align: center;
  font-size: 82px;
  font-weight: 500;
  line-height: 110%;
}

.pp-details {
  color: var(--text-gray);
  text-align: center;
  max-width: 570px;
  margin-top: 16px;
  margin-bottom: 56px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.pp-icon-wrap {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  display: flex;
}

.pp-details-title {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 140%;
}

.pp-details-text {
  color: var(--text-gray);
  text-align: center;
  max-width: 550px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.pp-input {
  border: 1px solid var(--primary-color);
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--primary-color);
  border-radius: 48px;
  outline: 3px #d9d9d9;
  height: auto;
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pp-input:focus {
  border-color: var(--primary-color);
}

.pp-input::placeholder {
  color: var(--primary-color);
}

.pp-button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  outline-offset: 0px;
  color: var(--white);
  border-radius: 48px;
  outline: 3px #fff;
  width: 100%;
  height: auto;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: all .4s;
}

.pp-button:hover {
  background-color: var(--transparent);
  color: var(--primary-color);
}

.checkout-form {
  min-height: auto;
  padding: 0;
}

.checkout-title {
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.checkout-title-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.checkout-button {
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-5px);
  background-color: var(--primary-color);
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .4s;
}

.checkout-button:hover {
  border-width: 1px;
  border-color: var(--primary-color);
  background-color: var(--transparent);
  color: var(--primary-color);
}

.order-items, .order-summary {
  margin-bottom: 0;
}

.checkout-button-2 {
  border-radius: var(--border-radius-5px);
  background-color: var(--primary-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.apple-pay {
  border-radius: var(--border-radius-5px);
  height: 50px;
}

.cart-header {
  padding: 20px 30px;
}

.close-button {
  background-color: var(--gray-300);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cart-details {
  margin-left: 0;
}

.remove-button {
  transition: color .4s;
}

.remove-button:hover {
  color: var(--orange-600);
}

.shadow {
  filter: blur(50px);
  background-color: #0003;
  width: 63px;
  position: absolute;
  inset: 0% auto 0% 22%;
}

.shadow.right {
  inset: 0% 22% 0% auto;
}

.button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 45px;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-link:hover {
  border-color: var(--orange-600);
  background-color: var(--orange-600);
}

.button-link.more {
  border-color: var(--whitesmoke);
  background-color: var(--whitesmoke);
  color: var(--primary-color);
}

.button-link.more:hover {
  border-color: var(--orange-600);
  background-color: var(--orange-600);
  color: var(--white);
}

.position-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.service-v1-sinlge-wrap-2 {
  border-bottom: 1px solid #b5b5b5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.pricing-shadow {
  background-color: var(--orange-600);
  filter: blur(210px);
  border-radius: 400px;
  width: 400px;
  height: 190px;
  position: absolute;
  inset: auto 0% 0%;
}

.style-guide-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.style-guide-title {
  text-align: center;
  max-width: 800px;
  font-size: 82px;
  font-weight: 500;
  line-height: 110%;
}

.style-guide-details {
  color: var(--text-gray);
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.style-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.style-title {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.color-grid-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-single {
  border-radius: 25px;
  width: 100%;
  min-height: 170px;
  overflow: hidden;
}

.color-single._01 {
  background-color: var(--primary-color);
}

.color-single._02 {
  background-color: var(--gray-500);
}

.color-single._03 {
  background-color: var(--gray-400);
}

.color-single._04 {
  background-color: var(--gray-600);
}

.color-single._05 {
  background-color: var(--gray-100);
}

.color-single._06 {
  background-color: var(--orange-600);
}

.color-single._07 {
  background-color: var(--gray-200);
  border: 1px solid #d8d8d8;
}

.color-single._08 {
  background-color: var(--white);
  border: 1px solid #d8d8d8;
}

.typography-wrap {
  border-bottom: 1px solid var(--whitesmoke);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  display: flex;
}

.typography-details-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.typography-details {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.typography-title.bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.typography-title.semi {
  font-weight: 600;
}

.typography-title.regular {
  font-size: 16px;
}

.typography-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

.typeface-button {
  background-color: var(--transparent);
  color: var(--text-gray);
  border: 1px solid #e8e8e8;
  border-radius: 26px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.typeface-button:hover {
  border-color: var(--orange-600);
  background-color: var(--orange-600);
  color: var(--white);
}

.typeface-wrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.typeface-details {
  font-size: 20px;
  line-height: 140%;
}

.typeface-title {
  margin-bottom: 4px;
  font-size: 82px;
  font-weight: 500;
  line-height: 110%;
}

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

.button-one {
  border: 1px solid var(--gray-300);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.button-two {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.change-log-title {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 110%;
}

.change-log-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.change-log-flex-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.change-log-version-wrap {
  width: 170px;
}

.change-log-details {
  direction: ltr;
  color: var(--gray-500);
  width: auto;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.change-log-details-wrap {
  margin-top: 18px;
}

.change-log-dot {
  border: 2px solid var(--white);
  background-color: var(--primary-color);
  filter: drop-shadow(0 3px 90px #ecf0fd66);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 18px;
}

.change-log-version {
  letter-spacing: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.change-log-version-details {
  color: var(--gray-500);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.change-log-line {
  background-color: var(--primary-color);
  border: 1px #000;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 2px;
  height: 100%;
  margin-top: 20px;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0% auto 0% 198px;
}

.license-title {
  text-align: center;
  max-width: 800px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 110%;
}

.license-details {
  color: var(--text-gray);
  max-width: 900px;
  margin-top: 24px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.license-single-title {
  letter-spacing: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.license-main-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.license-grid-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-img-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.license-image {
  width: 100%;
}

.license-button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 12px;
  padding: 54px 21px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
  transition: all .4s;
}

.license-button:hover {
  background-color: var(--transparent);
  color: var(--primary-color);
}

.link {
  transition: color .4s;
}

.link:hover {
  color: var(--orange-600);
}

.view-btn-wrap {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.view-btn-text {
  font-size: 22px;
  line-height: 160%;
}

.banner-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block {
  flex-flow: column;
  margin-bottom: 90px;
  display: flex;
}

.text-v2 {
  color: var(--gray-400);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.title-heading {
  text-align: left;
  text-transform: none;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

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

.title-heading.upper-case {
  text-transform: uppercase;
  font-size: 40px;
  display: none;
}

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

.botton-icon {
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact-short-text {
  color: var(--gray-500);
  margin-top: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.input-title {
  color: var(--primary-color);
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
}

.bold-text, .list-item, .list-item-2, .heading-2 {
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: var(--gray-400);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 70px;
}

.text-block-2, .text-block-3 {
  font-family: Montserrat, sans-serif;
}

.rich-text-block {
  color: var(--gray-500);
  font-family: Montserrat, sans-serif;
}

.rich-text-block-2 {
  box-sizing: border-box;
  color: var(--gray-500);
  -webkit-text-stroke-color: var(--gray-500);
  width: auto;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
}

.rich-text-block-3 {
  color: var(--gray-500);
  min-width: 0;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  display: block;
}

.collection-item-2 {
  height: 708px;
}

.collection-list, .collection-item-3 {
  height: 500px;
}

.slide-block-bg {
  background-image: linear-gradient(#ffffff1a, #fa6350e6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 120px;
    line-height: 100%;
  }

  .section.hero-v1 {
    box-sizing: border-box;
    object-fit: fill;
    padding-top: 121px;
  }

  .section.service-v1 {
    margin-top: 40px;
  }

  .section.project {
    padding-top: 0;
  }

  .hero-v1-title {
    max-width: 644px;
    font-family: Montserrat, sans-serif;
  }

  .section-bottom.v2 {
    justify-content: space-between;
  }

  .section-title.black {
    color: var(--gray-400);
  }

  .service-v1-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .project-tag._01 {
    font-family: Montserrat, sans-serif;
  }

  .project-details {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .articles-title {
    font-family: Montserrat, sans-serif;
  }

  .footer-bottom-wrap {
    margin-bottom: 100px;
  }

  .footer-title {
    max-width: none;
    font-size: 80px;
    line-height: 120%;
  }

  .project-v2-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .award-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-title {
    font-family: Montserrat, sans-serif;
  }

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

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

  .project-bg {
    opacity: 1;
    background-color: #ca9d9d6e;
    border-radius: 0;
  }

  .project-title-wrap {
    color: var(--black);
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 100%;
  }

  .blog-rich-details-01 {
    font-family: Montserrat, sans-serif;
  }

  .preview-image-wrap.left, .preview-image-wrap.right, .preview-image-wrap.middle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-2 {
    align-self: flex-end;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -3px;
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  .nav-menu {
    background-color: var(--gray-200);
    padding: 20px;
  }

  .nav-menu.v1 {
    background-color: var(--primary-color);
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .site-logo-wrap.w--current {
    padding-left: 0;
  }

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

  .section.hero-v1 {
    background-size: cover;
    padding-top: 100px;
  }

  .section.sponsor {
    padding-bottom: 100px;
  }

  .section.hero-v2 {
    padding-top: 160px;
  }

  .section.sponsor-v2 {
    padding-bottom: 100px;
  }

  .section.about, .section.inner {
    padding-top: 160px;
  }

  .section.service-inner {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.project, .section.pricing, .section.pricing-single, .section.preview {
    padding-top: 160px;
  }

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

  .section.inner-blog, .section.changelog {
    padding-top: 160px;
  }

  .dropdown {
    margin-bottom: 20px;
  }

  .dropdown-link-wrapper {
    min-width: auto;
  }

  .dropdown-list-wrap {
    width: 120px;
  }

  .nav-link-wrapper, .nav-link-wrapper.w--current {
    margin-bottom: 20px;
    display: flex;
  }

  .text {
    font-family: Montserrat, sans-serif;
  }

  .button-wrapper.tab-off {
    display: none;
  }

  .hero-v1-bottom-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-v1-title {
    letter-spacing: -2px;
    font-family: Montserrat, sans-serif;
  }

  .hero-v1-details-wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .sponsor-image {
    margin-right: 60px;
  }

  .sponsor-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-top-wrapper, .section-top-wrapper.project-v2, .section-top-wrapper.service {
    margin-bottom: 60px;
  }

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

  .section-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-bottom.overview {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .section-bottom.faq {
    justify-content: space-between;
    align-items: center;
  }

  .section-bottom.pricing-single {
    margin-bottom: 100px;
  }

  .section-details {
    text-align: center;
    order: 1;
    max-width: 500px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 160%;
  }

  .section-details.right {
    text-align: center;
    max-width: none;
  }

  .section-details.overview {
    max-width: none;
  }

  .section-details.about {
    text-align: center;
  }

  .section-details.career {
    margin-bottom: 0;
  }

  .section-details.pricing {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-details.left {
    max-width: 400px;
  }

  .section-details.v2 {
    text-align: left;
    order: -1;
  }

  .section-title-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrapper.left {
    text-align: right;
    justify-content: center;
    align-items: center;
  }

  .section-title-wrapper.faq {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .section-title-wrapper.step, .section-title-wrapper.left-big {
    justify-content: flex-start;
    align-items: center;
  }

  .section-title-wrapper.process {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .section-title-wrapper.contact {
    justify-content: flex-start;
    align-items: center;
  }

  .section-title {
    letter-spacing: -2px;
    font-family: Montserrat, sans-serif;
  }

  .section-title.black._1 {
    font-family: Montserrat, sans-serif;
  }

  .service-v1-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service-v1-left-wrap {
    order: 1;
    max-width: none;
  }

  .service-v1-right-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-v1-sinlge-wrap {
    padding-bottom: 30px;
  }

  .service-v1-left-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .mask {
    max-width: 500px;
  }

  .left-arrow.project-v1, .right-arrow.project-v1 {
    bottom: -120px;
  }

  .project-v1-tag-wrap {
    top: 20px;
    left: 20px;
  }

  .project-tag._01, .project-tag._02 {
    font-size: 14px;
    line-height: 160%;
  }

  .project-v1-title-wrapper {
    bottom: 40px;
    left: 20px;
    right: 20px;
  }

  .project-v1-title {
    font-size: 34px;
    line-height: 120%;
  }

  .project-details {
    font-size: 16px;
    line-height: 150%;
  }

  .arrow-wrapper.service-v2, .arrow-wrapper.career {
    width: 50px;
    height: 50px;
  }

  .line {
    display: none;
  }

  .overview-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .overview-image-wrap {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-details-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-image {
    max-width: none;
  }

  .overview-details {
    font-family: Montserrat, sans-serif;
  }

  .counter-wrapper.service {
    margin-top: 100px;
  }

  .counter-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .counter-number-wrapper {
    height: 44px;
  }

  .articles-details-wrap.blog-single {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
    margin-top: 20px;
  }

  .faq-wrap {
    max-width: none;
  }

  .footer-top-text {
    margin-bottom: 60px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .copy-write-text {
    font-size: 16px;
    line-height: 160%;
  }

  .footer-title {
    letter-spacing: -2px;
    max-width: 500px;
    font-size: 45px;
    line-height: 120%;
  }

  .footer-details-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .footer-details {
    margin-bottom: 0;
  }

  .black-btn-link-wrap {
    font-size: 16px;
    line-height: 160%;
  }

  .hero-v2-title {
    max-width: 600px;
  }

  .hero-v2-wrap {
    padding: 40px;
    position: static;
  }

  .hero-v2-details {
    max-width: none;
    font-size: 38px;
    font-weight: 600;
    line-height: 120%;
  }

  .section-v2-details.service-v2 {
    font-size: 16px;
    line-height: 160%;
  }

  .service-v2-title {
    font-size: 28px;
  }

  .service-v2-single-wrap {
    padding-bottom: 60px;
  }

  .service-v2-image {
    top: -50%;
  }

  .project-v2-details-wrap {
    text-align: center;
  }

  .project-v2-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-v2-single-wrap {
    max-width: none;
  }

  .project-v2-tag-wrap {
    top: 20px;
    left: 20px;
  }

  .project-v2-title {
    font-size: 34px;
    line-height: 120%;
  }

  .articles-author-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .articles-title-v2 {
    font-size: 28px;
    line-height: 120%;
  }

  .articles-details-v2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 160%;
  }

  .about-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .award-wrap {
    flex-flow: column;
  }

  .award-img-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .award-img-wrap {
    width: 100%;
  }

  .award-image {
    width: 100%;
    min-width: 100%;
  }

  .work-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-image {
    width: 100%;
  }

  .work-details {
    max-width: 100%;
  }

  .work-details._01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .client-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .client-icon-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .process-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .process-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
    padding: 20px 20px 30px;
  }

  .process-title {
    font-size: 28px;
    line-height: 120%;
  }

  .process-details {
    font-size: 16px;
    line-height: 160%;
  }

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

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

  .team-position {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
  }

  .article-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .service-sinlge-wrap {
    padding-bottom: 40px;
  }

  .section-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-wrap.choose {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .step-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 60px 40px 40px;
  }

  .step-title {
    font-size: 30px;
    line-height: 120%;
  }

  .choose-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .choose-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .choose-title {
    font-size: 40px;
    line-height: 130%;
  }

  .choose-image {
    max-width: 100%;
  }

  .project-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .project-tag-wrap {
    top: 20px;
    left: 20px;
  }

  .project-title-wrapper {
    bottom: 40px;
    left: 20px;
  }

  .career-title {
    margin-top: 40px;
    margin-bottom: 10px;
  }

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

  .position-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .position-single-wrap {
    grid-template-columns: .5fr .75fr .25fr;
  }

  .pricing-wrap.pricing-single {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .pricing-request {
    font-size: 16px;
    line-height: 160%;
  }

  .compare-wrapper {
    overflow: hidden;
  }

  .compare-wrap {
    overflow: auto;
  }

  .compare-single-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .compare-single-wrap.center {
    text-align: center;
  }

  .compare-title {
    font-size: 16px;
    line-height: 160%;
  }

  .pricing-single-divider {
    display: none;
  }

  .pricing-single-left, .pricing-single-right {
    max-width: 100%;
  }

  .connect-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .connect-form-wrap {
    max-width: none;
  }

  .connect-form, .connect-input-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-divider-line {
    display: none;
  }

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

  .let-s-button {
    background-size: cover;
    margin-bottom: 30px;
    padding: 30px;
    font-size: 32px;
    line-height: 120%;
  }

  ._404-wrap {
    padding: 60px 40px 40px;
  }

  ._404-details {
    max-width: 400px;
    font-size: 18px;
  }

  .blog-single-details {
    font-size: 20px;
    line-height: 150%;
  }

  .blog-rich-details-01 h3 {
    font-size: 30px;
    line-height: 120%;
  }

  .blog-rich-details-01 ol {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-rich-details-01 li {
    font-size: 18px;
    line-height: 160%;
  }

  .blog-details-image {
    max-width: none;
  }

  .blog-details-middle {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-details-author {
    max-width: none;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 120%;
  }

  .blog-rich-details-02 h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
  }

  .blog-rich-details-02 p {
    font-size: 18px;
    line-height: 160%;
  }

  .service-rich-details p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 160%;
  }

  .service-rich-details h3 {
    font-size: 30px;
  }

  .service-details-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-rich-details-01 li {
    font-size: 16px;
    line-height: 160%;
  }

  .project-rich-details-02 h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .project-rich-details-02 ol {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-rich-details-02 li {
    font-size: 16px;
    line-height: 160%;
  }

  .career-rich-details ul {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .preview-image-wrap {
    max-width: 500px;
  }

  .included-section-title {
    font-size: 40px;
  }

  .included-section-details {
    margin-top: 10px;
  }

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

  .included-title {
    font-size: 30px;
    line-height: 140%;
  }

  .included-details._03 {
    max-width: none;
  }

  .build-wrap._02 {
    padding-top: 100px;
  }

  .build-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .build-section-title {
    letter-spacing: -2px;
    max-width: 400px;
    font-size: 50px;
  }

  .build-title {
    font-size: 30px;
  }

  .build-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .build-single-wrap {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .build-page-title {
    margin-bottom: 15px;
  }

  .figma-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .figma-img-wrap {
    width: 100%;
    max-width: 400px;
  }

  .figma-details-wrap {
    max-width: 400px;
  }

  .figma-title {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .preview-footer-title {
    letter-spacing: -2px;
    max-width: 500px;
    font-size: 40px;
  }

  .preview-footer-details {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .project-v2-cl-wrap._02 {
    display: none;
  }

  .project-v2-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-v2-flex-wrap:nth-child(2n) {
    position: static;
  }

  .project-v2-flex-wrap._02 {
    display: block;
  }

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

  .dropdown-list-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .blog-categorie-btn-wrap {
    margin-top: 20px;
  }

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

  .pp-title {
    font-size: 60px;
  }

  .pp-details {
    font-size: 18px;
  }

  .pp-icon-wrap {
    width: 120px;
    height: 120px;
  }

  .pp-details-text {
    font-size: 18px;
  }

  .checkout-title {
    font-size: 28px;
  }

  .row {
    flex-flow: column;
  }

  .shadow {
    left: 12%;
  }

  .shadow.right {
    right: 12%;
  }

  .service-v1-sinlge-wrap-2 {
    padding-bottom: 30px;
  }

  .style-guide-title {
    font-size: 60px;
  }

  .style-guide-details {
    font-size: 18px;
    line-height: 150%;
  }

  .style-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .style-title {
    margin-bottom: 40px;
    font-size: 40px;
  }

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

  .color-single {
    border-radius: 20px;
  }

  .typeface-details {
    font-size: 16px;
  }

  .change-log-title {
    font-size: 60px;
  }

  .change-log-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 0;
  }

  .change-log-flex-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .change-log-details {
    font-size: 18px;
  }

  .change-log-details-wrap, .change-log-dot {
    margin-top: 0;
  }

  .change-log-version-details {
    font-size: 18px;
  }

  .change-log-line {
    display: none;
  }

  .license-title {
    font-size: 60px;
  }

  .license-details {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .license-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .license-button {
    padding: 40px 20px;
    font-size: 20px;
  }

  .div-block {
    margin-bottom: 60px;
  }

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

  .collection-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -2px;
    font-size: 50px;
  }

  h2 {
    letter-spacing: -2px;
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .nav-menu {
    height: 85vh;
    overflow: auto;
  }

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

  .section.hero-v1 {
    background-size: cover;
    padding-top: 100px;
  }

  .section.sponsor {
    padding-bottom: 80px;
  }

  .section.hero-v2 {
    padding-top: 140px;
  }

  .section.sponsor-v2 {
    padding-bottom: 80px;
  }

  .section.about {
    padding-top: 140px;
  }

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

  .section.inner {
    padding-top: 140px;
  }

  .section.service-inner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.project, .section.pricing, .section.pricing-single {
    padding-top: 140px;
  }

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

  .section.figma {
    padding-bottom: 0;
  }

  .section.inner-blog {
    padding-top: 140px;
  }

  .section.pp {
    padding-top: 160px;
  }

  .section.changelog {
    padding-top: 140px;
  }

  .button-link-wrap {
    font-size: 16px;
    line-height: 160%;
  }

  .button-link-wrap.black {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 160%;
  }

  .button-wrapper.tab-off {
    display: flex;
  }

  .button-wrapper.tab-on {
    display: none;
  }

  .hero-v1-top-wrap {
    margin-bottom: 40px;
  }

  .hero-v1-title {
    letter-spacing: -1px;
  }

  .hero-v1-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-v1-details {
    margin-top: 0;
  }

  .hero-v1-details-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .sponsor-line {
    display: none;
  }

  .sponsor-ticker-wrapper {
    margin-top: 40px;
  }

  .section-top-wrapper.articles {
    margin-bottom: 60px;
  }

  .section-top-wrapper.service-v2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-bottom.pricing-single {
    margin-bottom: 80px;
  }

  .section-details.project-v2 {
    text-align: center;
  }

  .section-title-wrapper.preview {
    justify-content: flex-start;
    align-items: center;
  }

  .section-title {
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 600;
  }

  .section-title.black._3 {
    font-size: 30px;
  }

  .service-v1-sinlge-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-v1-right-details {
    text-align: left;
  }

  .service-v1-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    width: 100%;
  }

  .project-v1-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .mask.articles {
    max-width: 100%;
  }

  .left-arrow.project-v1, .right-arrow.project-v1 {
    bottom: -100px;
  }

  .project-v1-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
  }

  .counter-wrapper.service {
    margin-top: 80px;
  }

  .counter-number-wrapper {
    height: 40px;
  }

  .article-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .article-item-wrap.blog {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .articles-details-wrap {
    padding: 0;
  }

  .articles-image-wrap {
    order: -1;
    width: 100%;
  }

  .articles-image {
    max-width: none;
  }

  .articles-date {
    font-size: 14px;
    line-height: 160%;
  }

  .faq-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-answer-wrap {
    max-width: 90%;
  }

  .faq-answer {
    padding-top: 20px;
  }

  .footer-top-text, .footer-bottom-wrap {
    margin-bottom: 50px;
  }

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

  .footer-title {
    max-width: 400px;
    font-size: 50px;
  }

  .footer-details-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .footer-img-wrap {
    display: none;
  }

  .footer-details {
    text-align: left;
    max-width: 400px;
  }

  .hero-v2-title {
    font-size: 44px;
  }

  .hero-v2-wrap {
    padding: 20px;
  }

  .hero-v2-details {
    font-size: 30px;
  }

  .section-v2-details.service-v2, .service-v2-details {
    text-align: center;
  }

  .service-v2-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: .25fr;
    padding-bottom: 20px;
    display: flex;
  }

  .project-v2-single-wrap {
    max-width: none;
    height: auto;
    min-height: 300px;
    max-height: 500px;
  }

  .project-v2-title {
    font-size: 30px;
  }

  .articles-img-wrap {
    width: 100%;
  }

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

  .award-img-wrapper {
    display: none;
  }

  .award-image {
    position: relative;
  }

  .award-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .award-day, .award-year {
    font-size: 16px;
    line-height: 100%;
  }

  .client-wrap {
    flex-flow: column;
  }

  .client-icon-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .process-item-wrap {
    grid-template-columns: 1fr;
  }

  .process-item {
    width: 100%;
  }

  .process-number {
    font-size: 18px;
    line-height: 160%;
  }

  .process-title {
    letter-spacing: 0;
    font-size: 24px;
  }

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

  .team-position {
    font-size: 16px;
    line-height: 130%;
  }

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

  .blog-title {
    font-size: 26px;
  }

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

  .play-icon {
    width: 80px;
  }

  .video-lightbox {
    width: 80px;
    height: 80px;
  }

  .choose-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .choose-title {
    font-size: 30px;
    line-height: 130%;
  }

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

  .project-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .career-icon-wrap.career {
    width: 80px;
    height: 80px;
  }

  .position-single-wrap {
    flex-flow: wrap;
    grid-template-columns: .5fr .75fr;
    display: flex;
  }

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

  .pricing-single-wrap {
    min-height: auto;
  }

  .compare-single-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 800px;
  }

  .compare-grid-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 20px;
  }

  .compare-title, .compare-title.weight-700, .gray-text {
    font-size: 15px;
    line-height: 160%;
  }

  .connect-input-wrap {
    flex-flow: column;
  }

  .message {
    min-height: 200px;
  }

  .book-image-wrap {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .book-title {
    font-size: 30px;
    line-height: 170%;
  }

  .book-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .book-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .book-link {
    font-size: 16px;
    line-height: 160%;
  }

  ._404-wrap {
    max-width: 100%;
  }

  ._404-image {
    max-width: 200px;
  }

  ._404-details {
    max-width: 280px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .blog-single-details {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .blog-rich-details-01 li {
    font-size: 16px;
  }

  .blog-details-author {
    font-size: 24px;
    line-height: 120%;
  }

  .blog-author-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .blog-rich-details-02 p {
    font-size: 16px;
    line-height: 160%;
  }

  .articles-type {
    font-size: 14px;
    line-height: 160%;
  }

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

  .career-single-wrap.career {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .career-details.career, .career-rich-details p, .career-rich-details li {
    font-size: 16px;
    line-height: 160%;
  }

  .career-rich-details ul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-rich-details h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .preview-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .preview-details {
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-image-wrap {
    max-width: 300px;
  }

  .included-section-title {
    text-align: center;
    font-size: 30px;
  }

  .included-section-details {
    text-align: center;
  }

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

  .build-section-title {
    letter-spacing: -1px;
    max-width: 350px;
    font-size: 40px;
  }

  .build-title {
    font-size: 24px;
    line-height: 130%;
  }

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

  .figma-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .figma-img-wrap {
    max-width: none;
  }

  .preview-footer-copy-write-wrap {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .preview-footer-title {
    letter-spacing: -1px;
    max-width: 350px;
    font-size: 32px;
  }

  .preview-footer-details {
    margin-top: 10px;
  }

  .project-v2-flex-wrap, .articles-grid-wrap {
    grid-template-columns: 1fr;
  }

  .dropdown-list-wrapper {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .articles-date-2 {
    font-size: 14px;
    line-height: 160%;
  }

  .blog-categorie-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .pp-wrapper {
    padding: 40px 30px;
  }

  .pp-title {
    font-size: 44px;
  }

  .pp-details {
    font-size: 16px;
    line-height: 140%;
  }

  .pp-details-text, .checkbox-label {
    font-size: 16px;
  }

  .required {
    font-size: 16px;
    line-height: 160%;
  }

  .shadow {
    left: 16%;
  }

  .shadow.right {
    right: 16%;
  }

  .service-v1-sinlge-wrap-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .style-guide-title-wrap {
    margin-bottom: 60px;
  }

  .style-guide-title {
    font-size: 50px;
  }

  .style-guide-details {
    font-size: 16px;
  }

  .style-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .style-title {
    font-size: 34px;
  }

  .typeface-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .change-log-title {
    margin-bottom: 60px;
    font-size: 50px;
  }

  .change-log-details {
    font-size: 16px;
  }

  .change-log-version {
    font-size: 40px;
  }

  .change-log-version-details {
    font-size: 16px;
  }

  .license-title {
    margin-bottom: 60px;
    font-size: 50px;
  }

  .license-single-title {
    font-size: 40px;
  }

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

  .license-button {
    font-size: 18px;
  }

  .div-block {
    margin-bottom: 40px;
  }

  .heading {
    font-size: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1px;
    font-size: 40px;
  }

  h2 {
    letter-spacing: -1px;
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .nav-button-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .menu-button, .menu-button.w--open {
    width: 35px;
    height: 35px;
  }

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

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

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

  .section.hero-v2 {
    padding-top: 120px;
  }

  .section.sponsor-v2 {
    padding-bottom: 60px;
  }

  .section.about {
    padding-top: 120px;
  }

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

  .section.inner {
    padding-top: 120px;
  }

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

  .section.project, .section.pricing, .section.pricing-single {
    padding-top: 120px;
  }

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

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

  .section.inner-blog {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.pp {
    padding-top: 140px;
  }

  .section.checkout, .section.paypal, .section.order-confirmation, .section.changelog {
    padding-top: 120px;
  }

  .button-link-wrap {
    font-size: 15px;
    line-height: 160%;
  }

  .hero-v1-details {
    text-align: left;
  }

  .hero-v1-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .sponsor-image {
    width: 100px;
    margin-right: 40px;
  }

  .sponsor-title {
    text-align: center;
    font-size: 15px;
    line-height: 160%;
  }

  .section-bottom {
    justify-content: space-between;
    align-items: center;
  }

  .section-bottom.pricing-single {
    margin-bottom: 60px;
  }

  .section-number, .section-name, .section-details, .section-details.overview {
    font-size: 15px;
    line-height: 160%;
  }

  .section-title-wrapper.client {
    text-align: left;
  }

  .section-title-wrapper.contact {
    text-align: center;
  }

  .section-title {
    letter-spacing: -.5px;
    line-height: 130%;
  }

  .section-title.v2 {
    font-size: 26px;
  }

  .service-v1-right-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-v1-left-details {
    font-size: 15px;
    line-height: 150%;
  }

  .service-v1-sinlge-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mask {
    height: 100%;
    max-height: none;
  }

  .left-arrow.project-v1, .left-arrow.blog {
    width: 40px;
    height: 40px;
  }

  .right-arrow.project-v1, .right-arrow.blog {
    width: 40px;
    height: 40px;
    left: 50px;
  }

  .project-tag._01, .project-tag._02 {
    font-size: 12px;
    line-height: 160%;
  }

  .project-v1-title {
    font-size: 24px;
    line-height: 120%;
  }

  .project-details {
    font-size: 15px;
    line-height: 150%;
  }

  .arrow-wrapper.career {
    width: 40px;
    height: 40px;
  }

  .overview-details {
    font-size: 15px;
    line-height: 150%;
  }

  .counter-wrapper.service {
    margin-top: 60px;
  }

  .counter-number-wrapper {
    height: 36px;
  }

  .articles-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .articles-title {
    font-size: 22px;
    line-height: 120%;
  }

  .articles-details {
    font-size: 15px;
    line-height: 150%;
  }

  .faq-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 150%;
  }

  .faq-qustion {
    max-width: 75%;
    font-size: 20px;
    line-height: 140%;
  }

  .footer-top-text, .footer-bottom-wrap {
    margin-bottom: 40px;
  }

  .footer-copy-write-wrap {
    padding-bottom: 20px;
  }

  .copy-write-text {
    font-size: 14px;
    line-height: 160%;
  }

  .footer-title {
    max-width: 350px;
    font-size: 40px;
    line-height: 120%;
  }

  .footer-details-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-img-wrap {
    max-width: none;
  }

  .footer-details {
    text-align: left;
    max-width: 300px;
    font-size: 15px;
    line-height: 160%;
  }

  .black-btn-link-wrap {
    font-size: 15px;
    line-height: 160%;
  }

  .hero-v2-title {
    max-width: 280px;
    margin-bottom: 40px;
    font-size: 34px;
  }

  .hero-v2-details {
    font-size: 24px;
  }

  .section-v2-details.service-v2 {
    font-size: 15px;
    line-height: 160%;
  }

  .service-v2-title {
    text-align: center;
    font-size: 24px;
  }

  .service-v2-details {
    font-size: 15px;
    line-height: 150%;
  }

  .project-v2-title {
    font-size: 28px;
  }

  .articles-title-v2 {
    font-size: 26px;
  }

  .articles-details-v2 {
    font-size: 15px;
    line-height: 160%;
  }

  .about-details-wrap {
    margin-bottom: 40px;
  }

  .award-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .award-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-columns: .75fr 1fr;
    justify-content: space-between;
    padding-bottom: 20px;
    display: flex;
  }

  .work-details, .work-details._01 {
    font-size: 15px;
    line-height: 150%;
  }

  .client-icon._01 {
    margin-left: 100px;
  }

  .process-number {
    font-size: 16px;
    line-height: 160%;
  }

  .process-title {
    font-size: 22px;
    line-height: 120%;
  }

  .process-details {
    font-size: 15px;
    line-height: 160%;
  }

  .team-position {
    font-size: 15px;
    line-height: 130%;
  }

  .blog-title {
    font-size: 22px;
    line-height: 120%;
  }

  .blog-details {
    font-size: 15px;
    line-height: 150%;
  }

  .step-single-wrap {
    padding: 30px 20px 20px;
  }

  .step-details {
    font-size: 15px;
    line-height: 150%;
  }

  .choose-title {
    font-size: 26px;
    line-height: 130%;
  }

  .choose-details {
    font-size: 15px;
    line-height: 150%;
  }

  .career-single-wrap {
    padding: 20px;
  }

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

  .position-single-wrap.position {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: .9fr max-content;
    justify-content: space-between;
    place-items: center stretch;
  }

  .position-details {
    font-size: 15px;
    line-height: 150%;
    display: none;
  }

  .pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .pricing-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
  }

  .pricing-tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .pricing-single-wrap {
    padding: 20px;
  }

  .pricing-name {
    font-size: 24px;
  }

  .pricing-request {
    font-size: 15px;
    line-height: 160%;
  }

  .price {
    font-size: 36px;
  }

  .pricing-guarantee {
    font-size: 15px;
  }

  .pricing-list-details {
    font-size: 15px;
    line-height: 150%;
  }

  .compare-single-wrapper {
    width: 600px;
  }

  .compare-title {
    font-size: 14px;
    line-height: 160%;
  }

  .pricing-single-right-details {
    font-size: 15px;
    line-height: 150%;
  }

  .quantity-wrap {
    display: none;
  }

  .enterprise-plan-details {
    font-size: 15px;
    line-height: 160%;
  }

  .connect-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .connect-input {
    font-size: 15px;
    line-height: 149%;
  }

  .connect-input-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .message {
    min-height: 160px;
  }

  .send-button {
    font-size: 16px;
    line-height: 120%;
  }

  .book-title {
    font-size: 26px;
    line-height: 170%;
  }

  .book-single-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .book-link {
    font-size: 15px;
    line-height: 160%;
  }

  .let-s-button {
    padding: 20px;
    font-size: 28px;
    line-height: 120%;
  }

  ._404-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-image {
    max-width: 140px;
  }

  ._404-details {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 150%;
  }

  .blog-single-details {
    font-size: 16px;
    line-height: 150%;
  }

  .blog-rich-details-01 li {
    font-size: 15px;
    line-height: 160%;
  }

  .blog-details-author {
    font-size: 20px;
    line-height: 120%;
  }

  .blog-author-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-author-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .blog-author {
    font-size: 15px;
    line-height: 150%;
  }

  .blog-rich-details-02 h3 {
    font-size: 24px;
    line-height: 120%;
  }

  .blog-rich-details-02 p, .service-rich-details p {
    font-size: 15px;
    line-height: 160%;
  }

  .service-rich-details h3 {
    font-size: 24px;
    line-height: 120%;
  }

  .project-rich-details-01 li {
    font-size: 15px;
    line-height: 160%;
  }

  .project-rich-details-02 h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
  }

  .project-rich-details-02 li {
    font-size: 15px;
    line-height: 160%;
  }

  .career-details.career {
    font-size: 15px;
    line-height: 159%;
  }

  .career-rich-details p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 160%;
  }

  .career-rich-details li, .preview-details {
    font-size: 15px;
    line-height: 160%;
  }

  .preview-image-wrap {
    max-width: 150px;
  }

  .included-section-title {
    font-size: 28px;
    line-height: 130%;
  }

  .included-section-details {
    font-size: 15px;
    line-height: 160%;
  }

  .included-title {
    font-size: 24px;
    line-height: 140%;
  }

  .included-details {
    font-size: 15px;
    line-height: 160%;
  }

  .build-section-title {
    letter-spacing: 0;
    font-size: 30px;
  }

  .build-title {
    font-size: 20px;
    line-height: 130%;
  }

  .build-page-title {
    font-size: 18px;
    line-height: 140%;
  }

  .figma-title {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 130%;
  }

  .figma-details {
    font-size: 15px;
    line-height: 160%;
  }

  .preview-footer-title {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 130%;
  }

  .preview-footer-details {
    font-size: 15px;
    line-height: 160%;
  }

  .two-button-wrap {
    flex-flow: column;
  }

  .blog-categorie-button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 160%;
  }

  .pp-wrapper {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-title {
    font-size: 30px;
  }

  .pp-details, .pp-details-text {
    font-size: 15px;
  }

  .pp-input {
    margin-bottom: 20px;
    padding: 15px 25px;
    font-size: 15px;
    line-height: 140%;
  }

  .pp-button {
    padding: 15px 25px;
    font-size: 15px;
  }

  .checkout-title {
    letter-spacing: 0;
    font-size: 20px;
  }

  .checkout-title-wrap {
    padding: 15px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .required {
    font-size: 15px;
    line-height: 160%;
  }

  .block-content {
    padding: 15px;
  }

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

  .checkout-details {
    font-size: 15px;
    line-height: 160%;
  }

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

  .checkout-price-details {
    margin-left: 0;
    margin-right: 0;
  }

  .shipping-details {
    font-size: 16px;
    line-height: 160%;
  }

  .service-v1-sinlge-wrap-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .style-guide-title {
    font-size: 40px;
  }

  .style-guide-details {
    font-size: 14px;
  }

  .style-title {
    margin-bottom: 30px;
    font-size: 30px;
  }

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

  .color-single {
    border-radius: 15px;
  }

  .typography-title.bold {
    font-size: 18px;
  }

  .typography-title.semi {
    font-size: 15px;
  }

  .typography-title.regular {
    font-size: 14px;
  }

  .typeface-button {
    padding: 12px 25px;
  }

  .typeface-wrap {
    flex-flow: wrap;
  }

  .typeface-details {
    word-break: break-all;
  }

  .buttons-wrap {
    flex-flow: wrap;
  }

  .change-log-title {
    font-size: 40px;
  }

  .change-log-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .change-log-details {
    font-size: 15px;
  }

  .change-log-version {
    font-size: 36px;
  }

  .change-log-version-details {
    font-size: 15px;
  }

  .license-title {
    font-size: 40px;
  }

  .license-details {
    font-size: 15px;
    line-height: 140%;
  }

  .license-single-title {
    font-size: 36px;
  }

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

  .license-img-wrap {
    border-radius: 15px;
  }

  .license-button {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }

  .div-block {
    margin-bottom: 60px;
  }

  .contact-button-tmp{
    color: black;
  }
}

#w-node-d147b5f7-1f9f-9617-2cc4-ec5e860f6303-1e88f4a5, #w-node-_80b68315-0282-d7d1-22f0-6e1a74d7206c-1e88f4a5, #w-node-e47f390d-a016-3788-128b-5201c58ea6a1-1e88f4a5, #w-node-f8e8bd71-3f72-bb9f-bb17-3982bf6930e7-1e88f4a5, #w-node-_7b5d2da3-4222-d1c6-72ae-ff6e5e7f47d8-1e88f4a5, #w-node-_766f4252-b943-515b-9c2a-2d512babf393-1e88f4a5, #w-node-a70b439d-ea5a-89aa-0233-8a380edf5341-1e88f4a5, #w-node-_9cce8321-b3b6-95cb-e5d0-a61bc6d99ecd-1e88f4a5, #w-node-_7df19d66-5da9-4305-5f8b-09505c4a20dc-1e88f4a5, #w-node-_7df19d66-5da9-4305-5f8b-09505c4a20e3-1e88f4a5, #w-node-e14b5536-c765-06d7-8d52-5a118f24f332-1e88f4a5, #w-node-d7f7dce7-0d1d-9a34-6564-cb92153aaa93-1e88f4a5 {
  align-self: end;
}

#w-node-_607b9ca2-bd2a-f4c9-5ede-3396772fd480-1e88f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67b89ba7-7315-33a2-b5b3-1620777c1ddf-1e88f51f, #w-node-_67b89ba7-7315-33a2-b5b3-1620777c1de2-1e88f51f, #w-node-_67b89ba7-7315-33a2-b5b3-1620777c1de5-1e88f51f, #w-node-_67b89ba7-7315-33a2-b5b3-1620777c1dec-1e88f51f, #w-node-_92084973-b342-6299-92a6-7ec48006d335-1e88f51f, #w-node-d8d48c14-ec3a-b331-910a-9798fd597514-1e88f51f, #w-node-_67b89ba7-7315-33a2-b5b3-1620777c1df6-1e88f51f, #w-node-_673728f0-cb14-5ccc-24dc-05985908cb56-1e88f51f, #w-node-_8f6073b1-bc3f-86c5-c8a2-48a6455650f4-1e88f51f, #w-node-ee751766-3ee1-71d3-aa2c-c68cd1b69497-1e88f51f, #w-node-ee751766-3ee1-71d3-aa2c-c68cd1b6949a-1e88f51f, #w-node-ee751766-3ee1-71d3-aa2c-c68cd1b6949d-1e88f51f, #w-node-_7f2d646c-3921-17cc-664d-cb97563d0d59-1e88f51f, #w-node-_3f9e4639-c3c8-f1d0-3926-4d5ccfae9297-1e88f51f, #w-node-f03fdeb5-59df-83e2-9f8e-0e6cbbfd4bee-1e88f51f, #w-node-ae8c566e-1f09-0300-03e9-a9af182fe5ea-1e88f51f, #w-node-ae8c566e-1f09-0300-03e9-a9af182fe5ed-1e88f51f, #w-node-ae8c566e-1f09-0300-03e9-a9af182fe5f0-1e88f51f, #w-node-_59f6a770-fec0-3362-ffe6-e66e90b11a26-1e88f51f, #w-node-_59f6a770-fec0-3362-ffe6-e66e90b11a29-1e88f51f, #w-node-_59f6a770-fec0-3362-ffe6-e66e90b11a2c-1e88f51f, #w-node-a90a20fd-d5d5-b3b1-5caa-bdc54c10ecc1-1e88f51f, #w-node-a90a20fd-d5d5-b3b1-5caa-bdc54c10ecc4-1e88f51f, #w-node-a90a20fd-d5d5-b3b1-5caa-bdc54c10ecc7-1e88f51f, #w-node-c3375c33-872a-38dd-db4b-2cb392487f1c-1e88f51f, #w-node-c3375c33-872a-38dd-db4b-2cb392487f1f-1e88f51f, #w-node-c3375c33-872a-38dd-db4b-2cb392487f22-1e88f51f, #w-node-_13c07989-368d-5dde-f678-2ca6aaecbfa5-1e88f51f, #w-node-_13c07989-368d-5dde-f678-2ca6aaecbfa8-1e88f51f, #w-node-_13c07989-368d-5dde-f678-2ca6aaecbfab-1e88f51f, #w-node-c20fbc58-c506-41c2-e51b-0943aa1afbaf-1e88f51f, #w-node-c20fbc58-c506-41c2-e51b-0943aa1afbb2-1e88f51f, #w-node-c20fbc58-c506-41c2-e51b-0943aa1afbb5-1e88f51f {
  justify-self: center;
}

#w-node-_5ac1d2ad-d83a-a42b-5694-6c97fd0af2bd-1e88f521 {
  align-self: stretch;
}

#w-node-c5aefca4-e0d6-5e89-c0f6-c8701a68b9de-1e88f522 {
  justify-self: end;
}

#w-node-_411b6a09-b4fb-81a2-61c4-1ee90722a3ea-1e88f523 {
  place-self: center;
}

#w-node-_058fbf81-d21e-b315-db52-16ab034af5dc-1e88f524, #w-node-_97f90dac-ff4a-f59d-86f6-70e7128ef1d6-1e88f524, #w-node-_0061c6f2-e3d1-389d-80b3-3a45691bb8ce-1e88f524, #w-node-_10fbd8d8-6728-b88b-7fba-ec5f020c2a5c-1e88f524, #w-node-a270354a-7b15-7755-4528-75f444f6ce14-1e88f524, #w-node-_41ed12bb-370c-f1b6-5d25-346c5e701d41-1e88f524, #w-node-cf93e2f1-ccbc-97f1-a749-26c45588b1bd-1e88f524, #w-node-cf93e2f1-ccbc-97f1-a749-26c45588b1bf-1e88f524, #w-node-cf93e2f1-ccbc-97f1-a749-26c45588b1c1-1e88f524, #w-node-a450aa59-02b8-8c92-d1b9-85dcaa814df3-1e88f524, #w-node-a450aa59-02b8-8c92-d1b9-85dcaa814df5-1e88f524, #w-node-a450aa59-02b8-8c92-d1b9-85dcaa814df7-1e88f524, #w-node-a450aa59-02b8-8c92-d1b9-85dcaa814dfd-1e88f524, #w-node-a450aa59-02b8-8c92-d1b9-85dcaa814dff-1e88f524, #w-node-a450aa59-02b8-8c92-d1b9-85dcaa814e01-1e88f524, #w-node-_3a597f79-73ae-a2f5-b7f9-088d5ad818cb-1e88f524, #w-node-_3a597f79-73ae-a2f5-b7f9-088d5ad818cd-1e88f524, #w-node-_3a597f79-73ae-a2f5-b7f9-088d5ad818cf-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c72-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c74-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c76-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c7c-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c7e-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c80-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c86-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c88-1e88f524, #w-node-_3f064cfa-2ed9-06f6-bd42-13672baf4c8a-1e88f524, #w-node-_90ce8cde-332c-f53e-6b03-4c1cd8d92412-1e88f524, #w-node-_90ce8cde-332c-f53e-6b03-4c1cd8d92414-1e88f524, #w-node-_90ce8cde-332c-f53e-6b03-4c1cd8d92416-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43b2-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43b4-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43b6-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43bc-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43be-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43c0-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43c6-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43c8-1e88f524, #w-node-f6852b84-8387-131e-21a8-a8b4365f43ca-1e88f524 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_607b9ca2-bd2a-f4c9-5ede-3396772fd480-1e88f4ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5aefca4-e0d6-5e89-c0f6-c8701a68b9de-1e88f522 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}