:root {
  --black: #0d0e10;
  --gradient-1: #b16cea;
  --gradient-2: #ff5e69;
  --white: white;
  --gradient-3: #ff8a56;
  --gradient-4: #ffa84b;
  --grey: #f3f3f3;
}

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

.w-commerce-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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;
  -ms-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

body {
  color: var(--black);
  font-family: Avertastd;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family:  sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 100%;
}

h2 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family:  sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
}

h3 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family:  sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family:  sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 128%;
}

h5 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family:  sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 117%;
}

h6 {
  color: var(--gradient-1);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family:  sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

p {
  color: rgba(13, 14, 16, .9);
  margin-bottom: 30px;
  font-family:  sans-serif;
  font-size: 22px;
  line-height: 155%;
}

a {
  color: var(--gradient-2);
  margin-bottom: 0;
  text-decoration: underline;
  display: inline-block;
}

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

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

li {
  margin-bottom: 10px;
  line-height: 155%;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
  font-family:  sans-serif;
  display: flex;
  position: relative;
}

.h5-heading-white {
  color: var(--white);
}

.h5-heading-white.newsletter {
  margin-bottom: 24px;
}

.h5-heading-white.newsletter.reduce-font-size {
  font-size: 48px;
}

.h5-heading-white.newsletter.reduce-font-size.reduce-more-font-size {
  font-size: 38px;
}

.paragraph-22px-white {
  color: rgba(255, 255, 255, .8);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 22px;
}

.image-cover {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.licensing {
  border: 2px #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 0;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 180px;
}

.wrapper.instructions {
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper.licenses {
  border: 2px #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 0;
}

.licensing-heading {
  margin-bottom: 30px;
}

.licensing-paragraph {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  max-width: 650px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
}

.licensing-tag-subtext {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 20px;
  line-height: 160%;
}

.licensing-tag-subtext.bold {
  font-size: 24px;
  font-weight: 700;
}

.licensing-tag-subtext.small {
  max-width: 400px;
}

.licensing-image-and-text-wrapper {
  border: 2px none var(--black);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.licencing-images-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: grid;
}

.licencing-images-grid.reduce-bottom-margin {
  margin-bottom: 0;
}

.licencing-images-grid.reduce-bottom-margin.add-top-margin {
  margin-top: 60px;
  padding-top: 0;
}

.licencing-image-item {
  height: 250px;
}

.reference-headings {
  text-align: center;
  margin-bottom: 0;
  font-size: 90px;
}

.reference-headings.white {
  color: var(--white);
}

.version-number {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 56px;
}

.update-wrapper {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
}

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

.paragraph {
  color: var(--white);
  margin-bottom: 0;
}

.wrapper-changelog {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-changelog.updates {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border: 3px #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-top: 48px;
  padding: 52px 40px;
  box-shadow: 0 10px 70px rgba(83, 83, 83, .07);
}

.update-date {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
}

.heading-wrapper {
  width: 100%;
}

.page-wrapper {
  /*font-family:  sans-serif;*/
  font-family:  sans-serif;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.page-wrapper.overflow-hidden.white {
  background-color: #fff;
}
.navigation-bar.black{
  background-color: #0d0e10 !important;
}
.navigation-bar {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.navigation-bar.white-bg {
  background-color: #fff;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navigation-wrapper.with-links {
  background-color: #0d0e10;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-wrapper.with-links.white-bg {
  background-color: #fff;
}

.logo {
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo.white {
  color: #fff;
}

.logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.logo-line-1 {
  width: 24px;
  height: 24px;
}

.logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.call-button {
  color: var(--black);
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.call-button.home-2 {
  color: var(--gradient-1);
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.call-button.home-2.display-none {
  display: none;
}

.logo-text {
  letter-spacing: -.32px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.call-arrow-div {
  background-color: var(--black);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div.gradient {
  background-color: var(--gradient-1);
  background-image: linear-gradient(135deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.call-arrow-div.transparent {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5px;
}

.home-hero-section {
  background-color: #fbfbfb;
  overflow: hidden;
}

.home-hero-section.homepage-2 {
  background-color: #f3f3f3;
}

.home-hero-section.homepage-3 {
  background-color: var(--black);
}

.home-hero-section.homepage-3.background-color {
  background-color: var(--white);
}

.home-hero-section.homepage-4 {
  background-color: #f3f3f3;
}

.home-hero-section.about {
  background-color: #f3f3f3;
  background-image: linear-gradient(210deg, #f8f4f0, #fff);
}

.home-hero-section.homepage-1 {
  background-color: #fbfbfb;
}

.nav-button {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 100%;
  transition: filter .3s;
  display: flex;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.hero-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.text-contain-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 53%;
  max-width: 500px;
  display: flex;
}

.gradient-span {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 90%;
}

.gradient-span.home-3 {
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.gradient-span.home-3.gradient-span-blue {
  background-image: linear-gradient(to right, #b16cea 20%, #6096ff 60%, #5791ff 80%, #0057ff);
  max-width: none;
  display: inline;
}

.gradient-span.home-3.white-text {
  background-color: var(--white);
  color: #fff;
  background-image: none;
}

.gradient-span.home-1 {
  line-height: 100%;
}

.gradient-span.gradient-blue {
  background-image: linear-gradient(to right, #b16cea 20%, #6096ff 60%, #5791ff 80%, #0057ff);
}

.hero-heading {
  margin-bottom: 20px;
  line-height: 117%;
}

.hero-heading.overview {
  line-height: 121%;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 22px;
}

.hero-paragraph.homepage-3 {
  color: rgba(255, 255, 255, .9);
  text-align: center;
}

.hero-paragraph.homepage-3.content-align-center {
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-paragraph.overview {
  max-width: 776px;
}

.cta-button {
  background-color: var(--gradient-1);
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-family:  sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background-color: var(--gradient-1);
}

.cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cta-button.rectangle.reduce-height {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 40px;
}

.cta-button.rectangle.reduce-height.sticky-btn {
  border-radius: 5px;
  margin-top: 40px;
  padding: 10px 20px;
}

.cta-button.course {
  width: 100%;
  max-width: 288px;
}

.cta-button.course-full {
  width: 100%;
}

.cta-button.rectangle-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b16cea;
  border-radius: 16px;
}

.cta-arrow-div {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trust-paragraph {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 19px;
}

.logos-wrapper {
  align-items: center;
  display: flex;
}

.logos {
  object-fit: contain;
  width: 100%;
  max-width: 125px;
  height: 100%;
  margin-right: 16px;
}

.services-and-projects-section.display-none {
  display: none;
}

.services-and-projects-section.padding-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.services-wrapper.blog-rich-text.reduce-padding {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

.services-wrapper.blog-rich-text.reduce-padding.text-left {
  align-items: flex-start;
}

.services-wrapper.blog-rich-text.reduce-padding.text-left.extra-reduce-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.services-wrapper.margin-top {
  padding-top: 0;
}

.services-wrapper.reduce-padding {
  padding-top: 40px;
  padding-bottom: 0;
}

.heading-2-center {
  text-align: center;
  max-width: 700px;
  margin-bottom: 0;
}

.heading-2-center.projects {
  max-width: 680px;
}

.heading-2-center.projects.home-3 {
  margin-bottom: 80px;
}

.heading-2-center.projects.left {
  text-align: left;
  max-width: 550px;
}

.heading-2-center.text-align-left {
  text-align: left;
}

.heading-2-center.margin-top {
  margin-top: 40px;
}

.heading-2-center.increase-max-width {
  max-width: 800px;
}

.heading-2-center.increase-width {
  max-width: 1000px;
}

.services-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.services-grid.homepage-3 {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.services-grid.homepage-3.reduce-top-padding {
  margin-top: 10px;
}

.service-contain {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.service-contain.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.service-icon-wrap {
  background-color: var(--gradient-1);
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
}

.service-icon-wrap.homepage-3 {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  max-width: 56px;
  height: 56px;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 7%;
}

.service-icon-wrap.homepage-3.gradient-blue {
  background-image: linear-gradient(150deg, #b16cea 20%, #6096ff 60%, #5791ff 80%, #0057ff);
}

.service-icon {
  object-fit: contain;
}

.service-heading {
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

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

.h6-heading {
  font-weight: 600;
  display: none;
}

.h6-heading.blue {
  color: var(--gradient-3);
}

.h6-heading.text-white {
  display: none;
}

.service-paragraph {
  color: rgba(13, 14, 16, .7);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.service-paragraph.homepage-3 {
  color: rgba(13, 14, 16, .9);
  text-align: center;
  margin-top: 4px;
  font-size: 18px;
  line-height: 156%;
}

.service-paragraph.homepage-3.add-top-margin {
  margin-top: 20px;
}

.service-paragraph.homepage-3.add-top-margin.add-bottom-technology {
  margin-bottom: 20px;
}

.service-paragraph.homepage-3.add-top-margin.add-bottom-technology.increase-font {
  font-size: 28px;
}

.service-paragraph.homepage-3.add-top-margin.add-bottom-technology.increase-font.bold-text {
  font-weight: 700;
  text-decoration: underline;
}

.service-paragraph.homepage-3.add-top-margin.add-bottom-technology.increase-font.add-bold-style {
  font-weight: 700;
}

.service-paragraph.homepage-3.add-top-margin.add-bottom-technology.font-left-align {
  text-align: left;
  align-self: auto;
}

.service-paragraph.homepage-3.add-top-margin.add-bottom-technology.font-left-align.reduce-top-margin {
  margin-top: 0;
}

.service-paragraph.homepage-3.add-top-margin.add-bottom-technology.font-left-align.increase-font {
  font-size: 28px;
}

.service-paragraph.homepage-3.left-aligh, .service-paragraph.homepage-3.content-left-align {
  text-align: left;
}

.projects-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  display: flex;
}

.projects-wrapper.homepage-3 {
  padding-top: 20px;
}

.projects-wrapper.display-none {
  display: none;
}

.projects-wrapper.padding-top {
  padding-top: 140px;
}

.projects-wrapper.padding-top.font-left-align {
  align-items: flex-start;
  display: flex;
}

.projects-wrapper.padding-top.font-left-align.remove-top-margin {
  padding-top: 0;
}

.projects-wrapper.padding-top.remove-bottom-margin {
  padding-bottom: 60px;
}

.projects-wrapper.remove-bottom-padding {
  padding-bottom: 10px;
}

.projects-wrapper.reduce-bottom-padding {
  padding-bottom: 0;
}

.projects-wrapper.padding-section {
  padding-top: 0;
}

.projects-wrapper.padding-section.add-top-margin {
  margin-top: 100px;
}

.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.project-contain {
  background-color: var(--black);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  display: flex;
  box-shadow: 0 0 100px rgba(0, 0, 0, .02);
}

.project-contain.horizontal {
  height: 400px;
  padding-left: 48px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-contain.vertical {
  background-color: var(--black);
  flex-direction: column;
  align-items: stretch;
  height: 400px;
  padding-top: 32px;
  padding-left: 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-text-contain {
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.project-text-contain.horizontal {
  margin-right: 40px;
  position: relative;
}

.project-image-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 364px;
  height: 265px;
  margin-top: 50px;
  display: block;
  position: relative;
}

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

.about-project {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 156%;
}

.project-image {
  position: absolute;
}

.project-image._1 {
  object-fit: contain;
  border-radius: 15px;
  max-width: 448px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.statistics-section {
  background-color: var(--black);
}

.statistics-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.heading-2-white {
  color: var(--white);
  margin-bottom: 0;
}

.stats-wrapper {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1040px;
  margin-top: 80px;
}

.stats-contain {
  max-width: 270px;
}

.stat-number {
  color: var(--white);
  letter-spacing: -.16px;
  align-items: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 91px;
  display: block;
}

.stat-number._60px {
  color: var(--black);
  letter-spacing: -2px;
  font-size: 60px;
  font-weight: 800;
  line-height: 77px;
}

.about-me-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-bottom: 180px;
  display: flex;
}

.about-me-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 180px;
  display: flex;
}

.about-me-image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.about-me-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.about-me-floating-image {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: -10%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.about-me-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.about-me-heading {
  margin-bottom: 32px;
}

._22px-paragraph {
  margin-bottom: 0;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.design-resources-section.blue {
  background-image: linear-gradient(227deg, #f0f4f8, #fff);
}

.features-learn-more-link {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-more-arrow {
  margin-left: 10px;
}

.view-more-line {
  background-color: var(--black);
  background-image: linear-gradient(to right, #b16cea 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  filter: grayscale();
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.resource-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  display: flex;
}

.resource-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.h2-heading {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 110%;
}

.h2-heading.white {
  color: var(--white);
}

.h2-heading.left {
  letter-spacing: -1px;
}

.h2-heading.left.small {
  max-width: 670px;
}

.h2-heading.left.text-white {
  color: var(--white);
}

.h2-heading.left.text-white.content-center {
  text-align: center;
}

.h2-heading.left.text-white.content-center.underline {
  text-decoration: underline;
}

.h2-heading.projects {
  margin-bottom: 80px;
}

.h2-heading.pricing-heading {
  color: var(--white);
}

.view-more-link {
  color: #0d0e10;
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  display: flex;
}

.resource-wrapper {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.resource-image {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.categories-contain {
  margin-bottom: 24px;
  display: flex;
}

.main-category-text {
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  justify-content: flex-start;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.secondary-category {
  color: var(--black);
  letter-spacing: -.16px;
  background-color: rgba(13, 14, 16, .06);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.resource-image-contain {
  border-radius: 16px;
  width: 100%;
  max-width: 354px;
  height: 240px;
  margin-bottom: 32px;
}

.resource-title {
  letter-spacing: -.16px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 131%;
}

.collection-item {
  display: flex;
}

.newsletter-section {
  background-color: var(--black);
}

.newsletter-section.bg-grey {
  background-color: #f8f8f8;
}

.newsletter-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.newsletter-wrapper.horizontal {
  flex-direction: row;
  justify-content: space-between;
}

.h2-white-heading-center {
  color: var(--white);
  text-align: center;
  max-width: 750px;
  margin-bottom: 60px;
}

.newsletter-form-block {
  flex-direction: row;
  margin-bottom: 0;
  display: block;
}

.form {
  display: flex;
}

.newsletter-text-field {
  background-color: var(--black);
  color: var(--white);
  background-image: url('/wp-content/themes/Vumu/images/EnvelopeSimple-white.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 56px;
  width: 450px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 16px 28px 20px 66px;
  font-size: 20px;
  line-height: 150%;
}

.newsletter-text-field:focus {
  border-color: rgba(255, 94, 105, .4);
}

.submit-button {
  background-color: var(--gradient-1);
  background-image: url('/wp-content/themes/Vumu/images/Arrow---Right-2.svg'), linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  color: var(--white);
  letter-spacing: -.16px;
  background-position: 85% 53%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--gradient-2);
}

.form-text {
  color: rgba(255, 255, 255, .8);
  margin-top: 24px;
  font-size: 18px;
  line-height: 156%;
  display: none;
}

.awards-section {
  overflow: hidden;
}

.awards-section.black {
  background-color: var(--black);
}

.awards-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.awards-wrapper.black {
  width: 90%;
  max-width: 1120px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.award-logos-contain {
  width: 100%;
  margin-top: 80px;
}

.logos-row-contain {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: flex;
}

.logos-row-contain.last {
  border-bottom-style: none;
  border-right: 1px #000;
}

.logos-row-contain.white-border {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.logo-contain {
  background-image: none;
  border-right: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 200px;
  display: flex;
}

.logo-contain:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
}

.logo-contain.last {
  border: 1px #000;
}

.logo-contain.white-border {
  border-right-color: rgba(255, 255, 255, .2);
}

.award-logo {
  object-fit: contain;
}

.pricing-section.black {
  background-color: var(--black);
  margin-bottom: 200px;
}

.pricing-section.margin-bottom {
  margin-bottom: 100px;
}

.pricing-section.margin-bottom.pricing-sec-mr-top {
  margin-top: 60px;
}

.pricing-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
}

.pricing-wrapper.black {
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.pricing-wrapper.black.reduce-bottom-padding {
  padding-bottom: 100px;
}

.pricing-wrapper.black.reduce-bottom-padding.main-sec-pricing-pd-top {
  padding-top: 100px;
}

.pricing-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.pricing-grid.grid4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  overflow: visible;
}

.price-block {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 48px;
  display: flex;
  box-shadow: 0 12px 124px rgba(0, 0, 0, .05);
}

.price-block.black {
  background-color: rgba(255, 255, 255, .05);
  flex-wrap: nowrap;
  align-items: stretch;
}

.price-block.black.margin-all {
  padding-left: 24px;
  padding-right: 24px;
}

.price-block.margin-pricing-card {
  padding-left: 20px;
  padding-right: 20px;
}

.price-block.margin-pricing-card.superhot {
  background-color: #ffffed;
}

.price-block.margin-pricing-card.margin-top-bottom-20.mb-20 {
  margin-bottom: 0;
}

.price-block.margin-pricing-card.margin-top-bottom-20.sticky {
  padding-bottom: 40px;
}

.price-block.margin-pricing-card.sticky {
  padding-top: 40px;
  padding-bottom: 20px;
}

.pricing-plan {
  color: rgba(13, 14, 16, .6);
  margin-bottom: 21px;
}

.pricing-plan.white {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 20px;
}

.price {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  color: var(--gradient-1);
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
}

.price.white {
  background-color: var(--white);
  background-image: none;
}

.divider-pricing {
  background-color: rgba(13, 14, 16, .15);
  height: 1px;
  margin-bottom: 40px;
}

.price-points-contain {
  text-align: left;
  margin-bottom: 48px;
}

.price-point-wrapper {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.price-point-wrapper.margin-bottom {
  margin-bottom: 10px;
}

.checkmark {
  margin-right: 20px;
}

.checkmark.checkmark-new {
  margin-right: 10px;
}

.price-text {
  text-align: left;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.price-text.white {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  font-size: 14px;
}

.price-text.white.top-margin {
  margin-top: 10px;
}

.price-text.white.bottom-margin {
  margin-bottom: 20px;
}

.price-text.white-and-leftalign {
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
}

.price-text.content-align-center.margin-bottom {
  margin-bottom: 20px;
}

.price-text.content-align-center.margin-bottom.text-size, .price-text.text-size {
  font-size: 16px;
}

.pricing-top-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-top-block.center {
  align-items: center;
}

.down-arrow {
  filter: sepia();
}

.faq-question {
  margin-right: 5%;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.faq-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.faq-answer {
  color: rgba(13, 14, 16, .75);
  letter-spacing: -.32px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 156%;
}

.faq-section {
  position: relative;
}

.faq-section.display-none {
  display: none;
}

.faq-section.black-bg {
  background-color: var(--black);
}

.faq-section.black-bg.padding-section {
  padding-top: 100px;
}

.faq-wrapper {
  cursor: pointer;
  border-bottom: 1px rgba(0, 0, 0, .1);
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}

.faq-wrapper.reduce-faq-bottom-margin {
  margin-bottom: 10px;
}

.faq-right-contain {
  width: 50%;
  max-width: 556px;
  margin-left: 40px;
}

.faq-left-contain {
  width: 50%;
  max-width: 556px;
  margin-right: 40px;
}

.faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 160px;
  display: flex;
}

.faq-main-wrapper.horizontal {
  flex-direction: row;
}

.faq-main-wrapper.content-center {
  align-items: center;
}

.faq-main-wrapper.content-center.reduce-bottom-padding {
  padding-bottom: 0;
}

.faq-main-wrapper.content-center.padding-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.instagram-section {
  background-color: #fbfbfb;
}

.instagram-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.footer-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family:  sans-serif;
  display: flex;
}

.footer-section.white {
  background-color: rgba(0, 0, 0, 0);
}

.footer-main-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text-60px {
  color: var(--white);
  margin-bottom: 80px;
  font-weight: 400;
}

.work-link-60px {
  color: var(--gradient-1);
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 24px 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-link-60px.home {
  padding-right: 10px;
}

.work-link-line {
  background-color: var(--gradient-1);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-arrow-image {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 10px;
}

.work-arrow-image.home {
  margin-left: 24px;
}

.footer-bottom-wrapper {
  border-top: 1px solid rgba(255, 255, 255, .1);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bottom-wrapper.white {
  border-top-style: none;
  border-top-color: rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.contain {
  object-fit: contain;
}

.success-message {
  background-color: var(--gradient-1);
  color: var(--white);
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.success-message.black {
  background-color: rgba(177, 108, 234, .2);
}

.error-message {
  color: var(--white);
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-weight: 500;
}

.error-message.darker {
  color: #bd333d;
}

.instagram-images-section {
  justify-content: space-around;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.column-images {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17%;
  display: flex;
}

.column-images._3 {
  margin-top: 54px;
}

.instagram-image {
  object-fit: contain;
  border-radius: 220px;
  width: 100%;
  max-width: 190px;
  height: 300px;
}

.instagram-image._1 {
  object-fit: contain;
  margin-bottom: 70px;
}

.instagram-image._6 {
  margin-top: 60px;
}

.nav-links-wrapper {
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link.white:hover {
  border-bottom-color: var(--white);
}

.nav-link.white.display-none {
  display: none;
}

.nav-link.white.margin-right {
  margin-right: 30px;
}

.nav-link.display-none {
  display: none;
}

.nav-link.margin-right {
  margin-right: 30px;
}

.home-hero-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero-wrapper.homepage-3 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
}

.home-hero-wrapper.homepage-3.no-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 83px;
  display: block;
}

.home-hero-wrapper.homepage-3.adjust-padding {
  padding-top: 220px;
  padding-bottom: 220px;
}

.home-hero-wrapper.homepage-3.extra-adjust-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.home-hero-wrapper.homepage-4 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1130px;
  padding-top: 0;
  padding-bottom: 82px;
}

.home-hero-wrapper.warning {
  padding-top: 20px;
}

.hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-image-home-2 {
  width: 45%;
  max-width: 581px;
}

.hero-image-home-2.about-3 {
  object-fit: cover;
  object-position: 50% 10%;
  height: 500px;
}

.home-left-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 48px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-heading-home-2 {
  letter-spacing: -2.5px;
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 110%;
}

.hero-heading-home-2.about {
  text-align: center;
  max-width: 600px;
}

.home-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-mail-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._20px-text {
  color: rgba(13, 14, 16, .9);
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 150%;
}

._20px-text.white {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 0;
}

.hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.top-left-contain.about {
  margin-bottom: 100px;
}

.bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.bottom-left-contain.about {
  max-width: none;
}

.testimonial-logo-hero {
  object-fit: contain;
  margin-bottom: 20px;
}

.stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.bottom-right-container {
  max-width: 240px;
}

._18-px-italic-text {
  color: rgba(13, 14, 16, .9);
  letter-spacing: -.16px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 167%;
}

._18-px-italic-text.box-paragraph-2 {
  font-style: normal;
  text-decoration: none;
}

.entrust-section.display-none {
  display: none;
}

.entrust-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.entrust-wrapper.homepage-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.entrust-heading {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 600;
}

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

.logo-train-contain {
  flex: none;
  display: flex;
}

.entrust-logo {
  flex: none;
  margin-right: 48px;
}

.entrust-logo-image {
  object-fit: contain;
}

.steps-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 200px;
}

.steps-wrapper.about-page {
  padding-top: 0;
}

.steps-wrapper.remove-bottom-padding {
  padding-bottom: 80px;
}

.steps-wrapper.remove-bottom-padding.price-block.bg-color {
  background-color: #f9fbff;
  border: 1px solid #d2e5ff;
}

.gradient-div {
  background-color: var(--gradient-4);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-div.solutions {
  opacity: 0;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: none;
}

.button-gradient {
  z-index: auto;
  background-color: var(--gradient-4);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.button-gradient.gradient-blue {
  background-image: linear-gradient(90deg, #b16cea 20%, #6096ff 60%, #5791ff 80%, #0057ff);
  left: 0%;
}

.button-gradient.gradient-blue.sticky {
  background-color: #0057ff;
  background-image: none;
  font-size: 20px;
}

.button-gradient.gradient-blue.sticky:hover {
  background-color: rgba(0, 87, 255, 0);
}

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

.button-text.text-size {
  font-size: 18px;
}

.button-text.text-size.sticky-btn-text {
  font-size: 16px;
}

.cta-big-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 130%;
}

.steps-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.steps-top-wrapper.remove-bottom-margin {
  margin-bottom: 0;
}

.steps-h2-heading {
  max-width: 525px;
  margin-bottom: 0;
}

.steps-h2-heading.white {
  color: var(--white);
  text-align: center;
  max-width: 630px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.steps-h2-heading.small {
  max-width: 400px;
}

.steps-h2-heading.overview {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.steps-h2-heading.reduce-width {
  max-width: 300px;
}

.steps-tops-paragraph {
  color: rgba(13, 14, 16, .8);
  max-width: 367px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.steps-tops-paragraph.reduce-wdth {
  max-width: 200px;
}

.steps-tops-paragraph.increase-width {
  max-width: 400px;
}

.steps-bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.step-contain._1 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 150px;
  display: flex;
}

.step-contain._4 {
  max-width: 225px;
}

.step-number {
  color: rgba(13, 14, 16, .5);
  letter-spacing: -.32px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
}

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

.projects-section {
  position: relative;
}

.worked-with-section.black {
  z-index: 1;
  background-color: var(--black);
  z-index: 1;
  background-color: #0d0e10;
  position: relative;
}

.worked-with-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 200px;
}

.worked-with-wrapper.black {
  padding-top: 120px;
  padding-bottom: 120px;
}

.worked-with-wrapper.black.overview {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.work-with-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.work-with-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.work-with-grid.black {
  grid-column-gap: 30px;
}

.work-with-contain {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  box-shadow: 0 14px 100px rgba(0, 0, 0, .05);
}

.work-with-contain.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
}

.block-paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.block-paragraph.white {
  color: var(--white);
}

.showreel-section {
  background-color: var(--black);
  position: relative;
}

.showreel-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 195px;
  padding-bottom: 155px;
  display: flex;
}

.showreel-text-contain {
  width: 50%;
  max-width: 500px;
}

.showreel-text-contain.about-page-2 {
  width: 55%;
  max-width: 590px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.showreel-heading {
  color: var(--white);
  margin-bottom: 32px;
}

._40-opacity-white {
  color: rgba(255, 255, 255, .4);
}

.showreel-paragraph {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 60px;
}

.awards-contain {
  align-items: center;
  display: flex;
}

.awards-image {
  margin-right: 32px;
}

.awards-heading {
  color: var(--white);
  letter-spacing: -.16px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.award-text {
  color: var(--white);
  letter-spacing: -.16px;
  line-height: 150%;
}

.showreel-right-wrapper {
  width: 45%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -1%;
}

.showreel-video {
  color: var(--black);
  justify-content: flex-end;
  max-width: 706px;
  height: 740px;
  text-decoration: none;
  display: block;
}

.showreel-image {
  object-fit: cover;
  border-top-left-radius: 20px;
  height: 740px;
}

.showreel-button {
  background-color: var(--white);
  border-radius: 50px;
  align-items: center;
  width: 100%;
  max-width: 258px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  transition: filter .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 45%;
  left: 30%;
  right: 0%;
}

.showreel-button:hover {
  filter: invert();
}

.showreel-button.about-3 {
  color: var(--black);
  text-decoration: none;
  position: absolute;
  left: 38%;
}

.showreel-button.testimonial {
  max-width: 189px;
  position: static;
}

.showreel-button.style-guide {
  position: static;
}

.showreel-cta-text {
  letter-spacing: -.16px;
  margin-left: 16px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.faqs-text-wrap {
  width: 35%;
  max-width: 383px;
}

.faq-content {
  color: rgba(13, 14, 16, .75);
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

.faq-content._80-opacity {
  color: rgba(13, 14, 16, .8);
}

.bottom-line {
  background-color: rgba(13, 14, 16, .1);
  width: 100%;
  height: 1px;
}

.faqs-text-wrapper._50-width {
  width: 40%;
  max-width: 500px;
}

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

.faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.faqs-wrapper._100-width {
  width: 100%;
}

.faq-paragraph {
  color: rgba(13, 14, 16, .75);
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 156%;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.awards-main-heading {
  margin-bottom: 80px;
}

.faq-questions {
  color: #0d0e10;
  width: 90%;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.faq-icon {
  background-color: rgba(0, 0, 0, 0);
}

.faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-question-container.first {
  border-top: 1px solid rgba(13, 14, 16, .1);
}

.faq-question-container.without-border {
  border-bottom: 1px #000;
}

.faq-bold-text {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.banner-section {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  justify-content: flex-start;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.text-contain-banner {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.banner-heading {
  color: var(--white);
  background-image: url('/wp-content/themes/Vumu/images/Arrow-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  padding-right: 44px;
  font-weight: 600;
}

.copyright-text {
  color: var(--white);
  text-align: center;
  font-family:  sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.copyright-text.black {
  color: var(--black);
  letter-spacing: -.16px;
}

.background-colour-div {
  background-color: var(--white) !important;
}

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

._90px-h1-heading {
  color: var(--white);
  text-align: center;
  max-width: 990px;
  font-size: 90px;
  line-height: 100%;
}

._90px-h1-heading.extra-width {
  max-width: 1100px;
}

._90px-h1-heading.extra-width.reduce-font-size {
  font-size: 70px;
}

._90px-h1-heading.white-text {
  color: var(--black);
}

._90px-h1-heading.black-text {
  color: #373737;
}

._90px-h1-heading.reduce-font-size {
  font-size: 70px;
}

._90px-h1-heading.reduce-font-size.reduce-width {
  max-width: 960px;
}

.home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: -352px auto 200px;
  display: flex;
  position: relative;
}

.home-image-homepage-3 {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  display: block;
  position: relative;
}

.floating-image-1 {
  z-index: 1;
  position: static;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-image-2 {
  z-index: 1;
  position: static;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.floating-image-contain {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-image-contain._2 {
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.black-div {
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-div {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.entrust-h2-heading {
  max-width: 374px;
}

.entrust-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  max-width: 649px;
  margin-top: -10px;
}

.service-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.service-image {
  border-radius: 16px;
}

.service-number {
  color: var(--white);
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.grey-create-section {
  background-color: #fafafa;
  overflow: hidden;
}

.grey-create-section.white {
  background-color: var(--white);
}

.grey-create-section.display-none {
  display: none;
}

.grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.grey-create-wrapper.white {
  max-width: 1120px;
  padding-top: 0;
  padding-bottom: 200px;
}

.heading-contain {
  width: 100%;
  max-width: 940px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.create-heading {
  letter-spacing: -.75px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.create-heading.home-3 {
  letter-spacing: -1px;
  font-weight: 800;
  display: block;
}

.watch-button {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  align-items: center;
  padding: 12px 20px 12px 14px;
  transition: filter .3s;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.watch-button:hover {
  background-color: var(--white);
  filter: invert();
}

.watch-text {
  letter-spacing: -.16px;
  border-bottom: 2px solid #000;
  margin-left: 16px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}

.points-grid {
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 40px 30px 44px;
  display: flex;
}

.points-grid.reviews {
  border-top-color: rgba(255, 255, 255, .2);
  border-bottom-color: rgba(255, 255, 255, .2);
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.work-with-point-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 8px;
  font-size: 22px;
  display: flex;
}

.work-with-point-contain._1 {
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 210px;
}

.work-with-point-contain._2 {
  flex: none;
  width: 100%;
  max-width: 150px;
}

.work-with-point-contain._3 {
  flex: none;
  width: 100%;
  max-width: 200px;
}

.work-with-point-contain._4 {
  width: 100%;
  max-width: 150px;
}

.work-with-point-contain.left {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.point-heading {
  margin-bottom: 8px;
}

.point-heading.white {
  color: var(--white);
}

.work-text {
  color: rgba(13, 14, 16, .7);
  text-align: center;
  letter-spacing: -.32px;
  flex: none;
  line-height: 140%;
}

.work-text.white {
  color: rgba(255, 255, 255, .7);
}

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

.dot {
  background-color: rgba(13, 14, 16, .2);
  border-radius: 100px;
  flex: none;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
}

.dot.white {
  background-color: rgba(255, 255, 255, .2);
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-section.black {
  background-color: var(--black);
}

.testimonial-main-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.testimonial-heading {
  margin-bottom: 24px;
}

.testmonial-text-wrap {
  color: rgba(13, 14, 16, .9);
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.testmonial-text-wrap.homepage-4 {
  margin-top: 32px;
}

.extra-bold-span {
  font-weight: 800;
}

.testimonial-image {
  margin-left: 16px;
}

.testimonial-image.homepage-4 {
  margin-left: 12px;
}

.testimonial-image.display-none {
  display: none;
}

.testimonial-cards-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.testimonial-top-wrapper {
  margin-bottom: 48px;
  display: flex;
}

.testimonial-contain {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  max-width: 460px;
  margin-right: 40px;
  padding: 36px 32px;
  box-shadow: 0 12px 100px rgba(0, 0, 0, .05);
}

.testimonial-contain.review-page {
  margin-bottom: 48px;
  margin-right: 0;
}

.testimonial-contain.blue {
  box-shadow: none;
  background-color: #fafcff;
  max-width: 489px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.testimonial-contain.blue.middle {
  position: relative;
  left: 80px;
}

.testimonial-paragraph {
  color: var(--black);
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.testimoniaol-block {
  align-items: flex-start;
  display: flex;
}

.testimonial-image-block {
  border-radius: 100px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-name {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
}

.testimonial-name.home {
  color: rgba(13, 14, 16, .6);
  margin-top: 6px;
  font-size: 16px;
  font-style: italic;
}

.testimonial-position {
  line-height: 137%;
}

.testimonial-position.display-none {
  display: none;
}

.testimonial-bottom-wrapper {
  display: flex;
}

.stats-section.display-none {
  display: none;
}

.stats-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.stats-wrap.homepage-4 {
  padding-top: 200px;
}

.stats-wrap.homepage-5 {
  padding-top: 180px;
  padding-bottom: 0;
}

.award-heading {
  max-width: 311px;
}

.awards-grid {
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  width: 60%;
  max-width: 719px;
}

.award-card {
  max-width: 300px;
}

.award-image {
  object-fit: contain;
  margin-bottom: 24px;
}

.divider-awards {
  background-color: rgba(13, 14, 16, .1);
  width: 80%;
  height: 1px;
  margin-bottom: 24px;
}

.award-paragraph {
  color: rgba(13, 14, 16, .8);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.faq-image-contain {
  width: 50%;
  max-width: 560px;
}

.faq-image {
  object-fit: contain;
  border-radius: 16px;
}

.link-banner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 200px;
  display: flex;
}

.top-banner {
  flex: none;
  display: flex;
}

._40px-arrow {
  margin-top: 34px;
  margin-left: 32px;
}

.bottom-banner {
  flex: none;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1240px;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.footer-paragraph-16px {
  color: rgba(255, 255, 255, .75);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 175%;
}

.footer-paragraph-16px.black {
  color: rgba(13, 14, 16, .75);
}

.footer-links-contain {
  display: flex;
}

.footer-link-gradient-hover {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.footer-link-gradient-hover:hover {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.footer-link-gradient-hover.center {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-link-gradient-hover.black {
  background-color: var(--black);
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column {
  width: 100%;
}

.footer-paragraph-18px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.footer-paragraph-18px.heading {
  letter-spacing: .16px;
  font-weight: 600;
}

.footer-paragraph-18px.heading.black {
  color: var(--black);
}

.footer-link-18px {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family:  sans-serif;
  font-size: 18px;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.footer-link-18px:hover {
  color: var(--white);
  border: 1px #000;
}

.footer-link-18px.black {
  color: rgba(13, 14, 16, .75);
}

.footer-link-18px.black:hover {
  color: var(--gradient-2);
}

.footer-link-18px.display-none {
  display: none;
}

.gradient-button-wrap {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: background-color .4s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-button-wrap:hover {
  background-image: linear-gradient(to right, #b16cea 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.h1-64px-heading {
  font-size: 64px;
  font-weight: 800;
  line-height: 105%;
}

.hero-paragraph-homepage-4 {
  margin-bottom: 48px;
}

.star-image {
  margin-right: 16px;
}

.image-contain-right {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.layer-blur {
  filter: blur(25px);
  background-color: #fffcfc;
  width: 100%;
  height: 140px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: 0%;
  right: 0%;
}

.testimonial-wrap-home {
  z-index: 1;
  background-color: var(--white);
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.black-stars {
  margin-bottom: 14px;
}

.testimonial-text {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.testimonial-name-home {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.testimonial-hero-contain {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-hero-contain.about {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 0;
}

.trusted-by {
  font-size: 20px;
  line-height: 133%;
}

.logos-wrap {
  margin-left: 40px;
}

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

.logos-wrap.homepage-5 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.logo-home-4 {
  width: 100%;
  max-width: 120px;
  margin-right: 20px;
}

.logo-home-4.last {
  margin-right: 0;
}

.logo-home-4.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-4._3 {
  margin-right: 20px;
}

.solutions-section.black {
  background-color: var(--black);
}

.solutions-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.solutions-left-wrapper {
  max-width: 420px;
}

.solutions-main-heading {
  margin-bottom: 15px;
}

.solutions-main-heading.white {
  color: var(--white);
}

.solutions-paragraph {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.solutions-paragraph.white {
  color: rgba(255, 255, 255, .9);
}

.solutions-right-wrapper {
  width: 60%;
  max-width: 561px;
  margin-top: -80px;
}

.solutions-contain {
  color: var(--black);
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  padding: 10px 10px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.solution-number {
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.16px;
  margin-right: 32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 136%;
}

.solution-number.white {
  color: rgba(255, 255, 255, .4);
}

.solution-text {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 129%;
  position: relative;
}

.solution-text:hover {
  background-image: none;
}

.solution-text.white {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.solutions-arrow {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: auto;
  display: flex;
  position: relative;
}

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

.solution-heading-wrap {
  width: 80%;
  position: static;
}

.solution-arrow-image {
  z-index: 1;
  position: relative;
}

.gradient-line {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.goals-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.goals-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.goals-main-heading {
  letter-spacing: -.32px;
  max-width: 510px;
  margin-bottom: 0;
  font-weight: 800;
}

.goals-main-paragraph {
  max-width: 367px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.goals-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.goals-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 370px;
  display: flex;
}

.connect-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.connect-main-heading {
  max-width: 428px;
  margin-bottom: 0;
}

.connect-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.connect-contain {
  color: var(--black);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12px 100px rgba(0, 0, 0, .05);
}

.connect-contain:hover {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.connect-icon-wrap {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.connect-heading {
  letter-spacing: -.32px;
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.connect-paragraph {
  color: rgba(13, 14, 16, .8);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.connect-white-div {
  background-color: var(--white);
  border-radius: 21px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.form-main-wrapper {
  background-color: var(--black);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  display: flex;
}

.form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.form-heading {
  color: var(--white);
  margin-bottom: 24px;
}

.form-paragraph {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 156%;
}

.white-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.white-link:hover {
  border-bottom-color: var(--gradient-4);
  color: var(--gradient-4);
}

.footer-divider {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.footer-info-contain.last {
  margin-bottom: 0;
}

.footer-headings-wrap {
  margin-left: 32px;
}

.info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}

.footer-info {
  color: var(--white);
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.form-submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/wp-content/themes/Vumu/images/ArrowRight_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-submit-button:hover {
  background-color: rgba(255, 94, 105, .2);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-submit-button.black {
  background-image: url('/wp-content/themes/Vumu/images/ArrowRight.svg');
}

.email-form {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 19px;
  position: relative;
}

.email-form.black {
  border-bottom-color: rgba(13, 14, 16, .2);
}

.form-text-field {
  color: var(--white);
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/wp-content/themes/Vumu/images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.form-text-field::placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.form-text-field.black {
  color: var(--black);
  background-image: url('/wp-content/themes/Vumu/images/EnvelopeSimple_2.svg');
}

.form-text-field.black::placeholder {
  color: rgba(13, 14, 16, .4);
}

.hero-wrapper-homepage-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
}

._96px-heading {
  letter-spacing: -.32px;
  margin-bottom: 12px;
  font-size: 86px;
  line-height: 112%;
}

._96px-heading._1, ._96px-heading._2, ._96px-heading._3 {
  margin-bottom: 0;
}

.heading-part._1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-part._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-part._3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rectangle-call-button {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: -.32px;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.rectangle-call-button:hover {
  background-color: var(--white);
  filter: invert();
}

.rectangle-call-button.overview {
  background-color: var(--white);
  font-size: 22px;
  font-weight: 700;
  transition-property: filter;
}

.rectangle-call-button.overview:hover {
  background-color: var(--white);
  filter: invert();
}

.rectangle-call-button.square-radious {
  text-align: left;
  border-width: 1px;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
}

.newsletter-left-contain {
  width: 45%;
  max-width: 500px;
}

.white-paragraph-22px {
  color: rgba(255, 255, 255, .8);
}

.white-form {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 530px;
  padding: 68px 40px 48px;
  display: flex;
}

.form-field-newsletter {
  background-image: url('/wp-content/themes/Vumu/images/User.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  padding-left: 38px;
  font-size: 20px;
  line-height: 150%;
}

.form-field-newsletter::placeholder {
  color: rgba(13, 14, 16, .4);
}

.form-field-newsletter.email {
  background-image: url('/wp-content/themes/Vumu/images/EnvelopeSimple_2.svg');
  font-size: 20px;
}

.form-field-newsletter.email::placeholder {
  color: rgba(13, 14, 16, .4);
}

.field-contain {
  border-bottom: 1px solid rgba(13, 14, 16, .1);
  width: 100%;
  padding-bottom: 10px;
}

.field-contain._2 {
  margin-top: 44px;
}

.submit-newsletter {
  color: var(--gradient-1);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/wp-content/themes/Vumu/images/Arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  height: 40px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 52px;
  font-size: 24px;
  font-weight: 600;
}

.social-links-train {
  margin-bottom: 200px;
  overflow: hidden;
}

.social-links-train.homepage-5 {
  margin-top: 120px;
  margin-bottom: 0;
}

.social-links-main-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-links-top-contain {
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: row;
  align-items: center;
  padding: 48px 220px;
  display: flex;
  position: relative;
}

.social-link-icon {
  margin-right: 24px;
}

.social-train-text {
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-weight: 600;
}

.social-links-bottom-contain {
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: row;
  align-items: center;
  padding: 48px 220px;
  display: flex;
  position: relative;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 150px;
  display: flex;
}

.contact-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  max-width: 750px;
  display: flex;
}

.contact-heading {
  margin-bottom: 48px;
}

.contact-grey-heading {
  color: rgba(13, 14, 16, .7);
  font-weight: 500;
}

.services-hero-section {
  background-color: var(--black);
}

.services-hero-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.services-hero-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: -.32px;
  max-width: 650px;
  margin-bottom: 0;
  font-weight: 600;
}

.services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  display: flex;
}

.services-main-wrapper.no-top-padding {
  padding-top: 0;
}

.services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 200px;
  display: flex;
}

.services-page-contain.reverse {
  flex-direction: row-reverse;
}

.services-page-contain.homepage-3 {
  margin-top: 80px;
}

.services-left-contain {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.services-left-contain.top-align {
  align-self: flex-start;
}

.services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(252, 107, 92, .25);
}

.services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(24, 111, 225, .25);
}

.services-icon._3 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(248, 192, 22, .25);
}

.services-icon._4 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(106, 50, 245, .25);
}

.services-h2-heading {
  margin-bottom: 24px;
}

.services-paragraph {
  font-size: 18px;
  line-height: 156%;
}

.services-right-contain {
  width: 50%;
  max-width: 500px;
}

.services-right-contain.increase-width {
  width: 60%;
  max-width: none;
}

.services-image {
  object-fit: contain;
  border-radius: 16px;
}

.form-right-wrapper {
  width: 50%;
}

.send-message-form {
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.form-heading-28px {
  letter-spacing: -.75px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
}

.borders-text-field {
  color: var(--black);
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.borders-text-field.message {
  margin-bottom: 32px;
}

.borders-text-field-dropdown {
  background-color: var(--white);
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.32px;
  border: 1px rgba(13, 14, 16, .1);
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.form-gradient-submit {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.form-gradient-submit.fixed-width {
  text-align: left;
  background-position: 75%, 0 0;
  border-radius: 70px;
  max-width: 210px;
  height: 60px;
  padding-left: 55px;
}

.form-gradient-submit.fixed-width.gradient-blue {
  background-color: #000;
  background-image: none;
}

.form-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.contact-page-wrap {
  width: 100%;
  max-width: 940px;
  margin: 100px auto 200px;
}

.contact-heading-64px {
  letter-spacing: -1px;
  max-width: 566px;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 800;
  line-height: 100%;
}

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

.contact-flex-wrap.contact-full-wrap {
  display: block;
}

.contact-left-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.contact-left-wrap.heading-top-margin {
  margin-top: 40px;
}

.contact-text {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 117%;
}

.email-wrap {
  text-decoration: none;
  overflow: hidden;
}

.email-text {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, #6096ff 60%, #5791ff 80%, #0057ff 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
  line-height: 136%;
  text-decoration: none;
}

.email-gradient {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  width: 0%;
  height: 2px;
}

.email-gradient.blue-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, #6096ff 60%, #5791ff 80%, #0057ff 95%);
}

.contact-paragraph {
  color: #898a8e;
  text-align: center;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 156%;
}

.contact-paragraph.heading-content {
  color: #0d0e10;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}

.contact-field-label {
  color: rgba(13, 14, 16, .4);
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.contact-field-label.budget {
  margin-top: 60px;
}

.checkbox {
  border: 1px #000;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox.w--redirected-checked {
  border: 2px none var(--gradient-1);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(177, 108, 234, .2) 20%, rgba(255, 94, 105, .2) 60%, rgba(255, 138, 86, .2) 80%, rgba(255, 168, 75, .2) 90%);
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(255, 94, 105, .1);
}

.checkbox-field {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 80px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 18px 32px;
  display: flex;
  position: relative;
}

.contact-page-form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.checkbox-label {
  letter-spacing: -.32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.checkbox-container {
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.fields-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: inline;
}
.fields-contain p{
  width: 100%;
  display: flex;
}
.fields-contain p span:nth-child(1){
  width: 50%;
}
.fields-contain p span:last-child{
  width: 50%;
  margin-left: 2.5% !important;
}
.fields-contain-area, .fields-contain-area p{
  width: 100%;
}

.contact-form-field {
  color: var(--black);
  letter-spacing: -.16px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 78px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-size: 18px;
  line-height: 156%;
  display: block;
}

.contact-form-field:active, .contact-form-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.contact-form-field::placeholder {
  color: rgba(13, 14, 16, .6);
}

.contact-form-field.no-margin {
  margin-right: 0;
  display: none;
}

.contact-form-field.message {
  border-radius: 24px;
  height: 160px;
  margin-right: 0;
}

.review-section {
  position: relative;
}

.reviews-main-wrapper {
  padding-top: 100px;
}

.reviews-main-wrapper.reviews-page-2 {
  padding-top: 200px;
}

.reviews-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-cards-wrapper {
  width: 100%;
  max-width: 968px;
  margin: 100px auto 40px;
  display: flex;
}

.reviews-cards-wrapper.reviews-page-2 {
  margin-top: 80px;
}

.review-cards-left-wrap {
  flex-direction: column;
  width: 50%;
  margin-bottom: 48px;
  display: flex;
}

.review-cards-right-wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-bottom: 48px;
  display: flex;
}

.reviews-hero-section {
  background-color: var(--black);
  padding-bottom: 140px;
  position: relative;
}

.review-hero-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.review-left-contain {
  width: 48%;
  max-width: 510px;
  margin-top: 80px;
}

.review-heading {
  color: var(--white);
  margin-bottom: 24px;
}

.review-paragraph {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 48px;
  font-size: 20px;
}

.review-top-contain {
  display: flex;
}

.review-divider {
  background-color: var(--white);
  opacity: .1;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.clients-container {
  color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.client-image {
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.client-image.margin {
  margin-left: -15px;
}

.client-image-white {
  background-color: var(--white);
  color: var(--gradient-2);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.review-right-container {
  width: 50%;
}

.about-hero-section {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.about-hero-heading {
  color: var(--white);
  text-align: center;
  max-width: 1020px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90px;
  font-weight: 700;
  line-height: 111%;
}

.about-hero-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 520px;
  display: flex;
  position: relative;
}

.about-hero-wrapper.about-2 {
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 0;
}

.about-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: -520px auto 200px;
  display: flex;
  position: relative;
}

.about-image-bottom-left {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -10%;
  right: auto;
}

.about-image-bottom-left.round-radious {
  border-radius: 40px;
}

.about-image-center-right {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.about-image-center-right.round-radious {
  border-radius: 40px;
}

.about-image-middle-bottom {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.about-image-middle-bottom.round-radious {
  border-radius: 40px;
}

.about-me-middle-top {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 51%;
  right: auto;
}

.about-me-middle-top.round-radious {
  border-radius: 40px;
}

.about-line {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 5%;
}

.about-line-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 15%;
  right: auto;
}

.work-heading {
  max-width: 408px;
  margin-bottom: 24px;
  line-height: 110%;
}

.together-grid {
  grid-column-gap: 155px;
  grid-row-gap: 80px;
  width: 50%;
  max-width: 513px;
}

.about-images-contain {
  justify-content: center;
  align-items: flex-start;
  height: 730px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.create-images {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.create-images._2 {
  z-index: auto;
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.create-images._3 {
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.clients-black-section {
  padding-bottom: 200px;
}

.clients-black-section.black {
  background-color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.clients-black-section.about-page-1 {
  padding-bottom: 0;
}

.clients-black-section.about-page-1.margin-bottom {
  margin-bottom: 220px;
}

.clients-black-section.about-page-1.margin-bottom.display-none {
  display: none;
}

.clients-wrapper {
  background-color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.clients-wrapper._2 {
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 130px;
}

.clients-heading {
  color: var(--white);
  text-align: center;
  max-width: 650px;
  margin-bottom: 60px;
  font-weight: 600;
}

.client-logos-contain {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 855px;
  display: flex;
}

.about-client-logos {
  object-fit: contain;
}

.client-logo-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.client-logo-container.last {
  margin-right: 0;
}

.client-text {
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, .07), rgba(255, 255, 255, 0) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 300px;
  font-weight: 600;
  line-height: 320px;
  display: block;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.client-text._2 {
  display: block;
  top: 10%;
}

.footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
}

.footer-top-right {
  width: 100%;
  max-width: 400px;
}

.footer-top-right.display-none {
  display: none;
}

.subscribe-text {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.subscribe-text.black {
  color: var(--black);
}

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

.cta-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.about-hero-image-wrap {
  width: 70%;
  max-width: 630px;
  position: relative;
  left: -8%;
}

.about-hero-image {
  border-top-right-radius: 20px;
  width: 100%;
  max-width: 630px;
}

.about-hero-heading-2 {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.creative-text-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 200px;
  display: flex;
}

.creative-heading-64px {
  letter-spacing: -.16px;
  width: 45%;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 119%;
}

.creative-paragraph {
  color: var(--black);
  letter-spacing: -.32px;
  width: 50%;
  max-width: 570px;
}

.power-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.power-heading {
  text-align: center;
  max-width: 1140px;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 111%;
}

.power-image {
  z-index: -1;
  margin-top: -70px;
  margin-bottom: 40px;
  position: static;
  top: -70px;
}

.power-text {
  color: var(--black);
  text-align: center;
  letter-spacing: -.32px;
  max-width: 600px;
  margin-bottom: 0;
}

.client-text-top {
  color: var(--white);
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.client-bottom-text {
  z-index: 2;
  color: var(--white);
  font-size: 48px;
  line-height: 167%;
  position: relative;
}

.client-hover {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.client-hover:hover {
  color: var(--gradient-1);
}

.client-hover._2 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._2:hover {
  color: var(--gradient-2);
}

.client-hover._3 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._3:hover {
  color: var(--gradient-3);
}

.client-hover._4 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._4:hover {
  color: var(--gradient-4);
}

.about-left-info-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._28px-text {
  color: rgba(13, 14, 16, .7);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 28px;
}

.about-right-info-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.create-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.create-heading-wrapper {
  align-items: center;
  max-width: 1000px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.create-heading-48px {
  letter-spacing: -.16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.create-small-text {
  color: rgba(13, 14, 16, .7);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  display: inline-block;
}

.create-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 1140px;
}

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

.trusted-section {
  margin-bottom: 200px;
}

.trusted-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trusted-heading {
  margin-bottom: 70px;
}

.trusted-logos-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.trusted-logo {
  opacity: .8;
  object-fit: contain;
}

.trusted-logo-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.websites-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.websites-heading {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 80px;
}

.websites-heading.small {
  max-width: 700px;
}

.websites-image {
  border-radius: 16px;
  width: 100%;
  max-width: 1040px;
}

.lightbox-link {
  margin-bottom: 60px;
  text-decoration: none;
  position: relative;
}

.create-text {
  color: var(--black);
  text-align: center;
  max-width: 750px;
  margin-bottom: 120px;
}

.blog-hero-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 200px;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-heading-64px {
  text-align: center;
  max-width: 754px;
  margin-bottom: 100px;
  font-size: 64px;
}

.hero-blogs-wrapper {
  display: flex;
}

.hero-blogs-wrapper.category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.blog-contain {
  color: var(--black);
  max-width: 680px;
  text-decoration: none;
}

.blog-contain._354px {
  max-width: 354px;
}

.blog-contain._500px {
  opacity: 1;
  border-radius: 16px;
  max-width: 500px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.blog-contain._354px-padding {
  border-radius: 16px;
  max-width: 354px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.blog-contain.horizontal {
  border-radius: 16px;
  max-width: 1140px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image-contain {
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  height: 360px;
  margin-bottom: 32px;
}

.blog-image-contain._354px {
  max-width: 354px;
  height: 240px;
  overflow: hidden;
}

.blog-image-contain._354px.blog-page-1 {
  overflow: visible;
}

.blog-image-contain.page-2 {
  max-width: 486px;
  height: 280px;
  overflow: hidden;
}

.blog-image-contain._306px {
  max-width: 306px;
  height: 240px;
  overflow: hidden;
}

.blog-image-contain._496px {
  max-width: 496px;
  height: 280px;
  margin-bottom: 0;
  overflow: hidden;
}

.blog-thumbnail-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  height: 360px;
}

.blog-thumbnail-image._354px {
  object-fit: cover;
  max-width: 354px;
  height: 240px;
}

.blog-thumbnail-image.page-2 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.blog-thumbnail-image._496px {
  object-fit: cover;
  max-width: 496px;
  height: 280px;
}

.categories-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.categories-wrapper.page-3 {
  margin-bottom: 16px;
}

.categories-wrapper.template {
  margin-bottom: 32px;
}

.main-category {
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 16px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

.main-category.black-catagory-bg {
  background-color: #472699;
}

.second-category {
  letter-spacing: -.16px;
  background-color: rgba(13, 14, 16, .06);
  border-radius: 40px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

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

.blog-title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 131%;
}

.blog-title.page-2 {
  margin-bottom: 20px;
}

.blog-title.page-3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 142%;
}

.blog-description {
  margin-bottom: 0;
}

.blog-collection-page-1 {
  justify-content: center;
  display: flex;
}

.collection-list-blog {
  flex: none;
  display: flex;
}

.collection-item-blogs {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.collection-item-blogs.page-2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.blog-heading-2 {
  margin-bottom: 60px;
}

.blog-heading-2._26px {
  font-size: 26px;
}

.blog-heading-2._28px {
  font-size: 28px;
}

.blog-tabs-page-1 {
  width: 100%;
}

.tabs-menu-page-1 {
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

.blog-tab-link {
  background-color: rgba(13, 14, 16, .06);
  border-radius: 50px;
  margin-right: 22px;
  padding: 12px 24px;
  font-weight: 600;
}

.blog-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tabs-content {
  overflow: visible;
}

.collection-list-blogs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-blog-2 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-colection-page-2 {
  justify-content: center;
  display: flex;
}

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

.dot-blog {
  margin-right: 4px;
  line-height: 150%;
}

.blog-author-name {
  align-items: center;
  display: flex;
}

.tabs-menu-page-2 {
  background-color: #f4f5f5;
  border-radius: 90px;
  justify-content: center;
  max-width: 740px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.collection-list-wrapper-blog-2 {
  display: flex;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.collection-list-wrapper-featured {
  margin-bottom: 70px;
}

.blog-hero-wrapper-black {
  background-color: var(--black);
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.blog-heading-white {
  color: var(--white);
  text-align: center;
  max-width: 900px;
  margin: 120px auto 0;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 110%;
}

.blog-wrapper-page-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 200px;
  display: flex;
}

.blog-tabs {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.tabs-menu-right {
  background-color: var(--black);
  border-radius: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 16px 10px 16px 20px;
}

.tab-links-page-3 {
  color: var(--white);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 20px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 8px 24px;
  line-height: 150%;
}

.tab-links-page-3.w--current {
  background-color: var(--white);
  color: var(--black);
  font-weight: 600;
}

.main-category-texts {
  text-transform: uppercase;
  font-weight: 600;
}

.collection-list-wrapper-4 {
  display: flex;
}

.collection-list-blog-3 {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-template-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.template-hero-image {
  object-fit: cover;
  width: 100%;
  max-width: 1700px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-top-info {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blog-hero-heading {
  text-align: center;
  max-width: 609px;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 600;
}

.blog-description-template {
  text-align: center;
  max-width: 650px;
  margin-bottom: 32px;
}

.blog-date {
  color: rgba(13, 14, 16, .9);
  margin-right: 4px;
  font-size: 22px;
  line-height: 155%;
}

.read-time {
  color: rgba(13, 14, 16, .9);
  margin-right: 0;
  font-size: 22px;
  line-height: 155%;
}

.blog-dot {
  margin-left: 6px;
  margin-right: 10px;
  line-height: 150%;
}

.blog-content-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1040px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.share-icons-wrapper {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 10%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.blog-rich-text {
  width: 80%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.share-text {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 131%;
}

.share-icon {
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  padding: 10px;
  transition: background-color .3s;
  display: flex;
}

.share-icon:hover {
  background-color: rgba(255, 94, 105, .2);
  background-image: linear-gradient(150deg, rgba(177, 108, 234, .2) 20%, rgba(255, 94, 105, .2) 60%, rgba(255, 138, 86, .2) 80%, rgba(255, 168, 75, .2) 90%);
}

.blog-rich-text-block blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-2);
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  line-height: 155%;
}

.blog-rich-text-block ul, .blog-rich-text-block ol {
  color: rgba(13, 14, 16, .9);
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 155%;
}

.author-block {
  width: 90%;
  max-width: 1140px;
  margin-bottom: 140px;
  padding-top: 0;
}

.author-block.template {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.author-top-block {
  flex-direction: column;
  align-items: center;
  max-width: 524px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-image {
  border-radius: 500px;
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
}

.about-author {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.author-description {
  color: rgba(13, 14, 16, .8);
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.similar-blogs-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2-blogs {
  margin-bottom: 80px;
}

.test-images.minus {
  margin-left: -20px;
}

.projects-page-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.project-heading-64px {
  text-align: center;
  max-width: 514px;
  margin-bottom: 48px;
  font-size: 64px;
}

.project-tab-links {
  background-color: var(--white);
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 40px;
  margin-right: 16px;
  padding: 19px 36px 20px;
  font-weight: 700;
}

.project-tab-links.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.project-tab-links.last {
  margin-right: 0;
}

.tabs-menu {
  max-width: 674px;
  margin-bottom: 100px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.project-wrap {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.project-image-wrap {
  background-image: url('/wp-content/themes/Vumu/images/Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  margin-bottom: 32px;
  display: flex;
}

.project-name-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.project-name-bold {
  letter-spacing: -.16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 142%;
}

.project-name-regular {
  letter-spacing: -.16px;
  margin-left: 5px;
  font-size: 24px;
  line-height: 142%;
}

.project-description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.project-description._22px {
  color: rgba(13, 14, 16, .9);
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 155%;
}

.project-description._22px.margin-top {
  margin-top: 40px;
}

.project-description._22px.bottom-padding-zero {
  margin-bottom: 0;
}

.empty-state {
  color: var(--black);
  text-align: center;
  background-color: rgba(255, 94, 105, .2);
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
}

.project-section-template {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.project-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.project-info-left {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 490px;
  margin-top: 70px;
  margin-bottom: 170px;
  display: flex;
}

.project-heading-regular {
  margin-bottom: 24px;
  font-weight: 600;
}

.projects-image-contain {
  border-radius: 20px;
  width: 50%;
  max-width: 755px;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -10%;
  box-shadow: 0 4px 94px rgba(0, 0, 0, .05);
}

.project-rich-text-contain {
  width: 100%;
  max-width: 840px;
  margin: 120px auto 200px;
}

.project-rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-3);
  color: rgba(13, 14, 16, .9);
  margin-bottom: 32px;
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-style: italic;
  line-height: 155%;
}

.project-rich-text ul {
  margin-bottom: 16px;
  margin-left: 28px;
}

.project-rich-text li {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 155%;
}

.project-rich-text ol {
  margin-bottom: 16px;
  margin-left: 28px;
}

.more-projects-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.more-projects-wrapper.products {
  margin-bottom: 0;
}

.more-projects-wrapper.projects {
  margin-bottom: 150px;
}

.shop-hero-section {
  position: relative;
  overflow: visible;
}

.shop-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.shop-heading {
  text-align: center;
  max-width: 754px;
  margin-bottom: 100px;
}

.shop-collection-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.product-wrap {
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-shop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.product-info-text {
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 0;
  display: block;
}

.product-info-text.template {
  padding-top: 0;
  padding-left: 0;
}

.product-name {
  letter-spacing: -.16px;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 136%;
}

.product-description {
  font-weight: 500;
  line-height: 150%;
}

.price-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.product-price {
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
}

.coupon-text {
  color: var(--white);
  background-image: url('/wp-content/themes/Vumu/images/Indicator_1Indicator.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-start;
  width: 96px;
  height: 24px;
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 0;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.product-thumbnail-contain {
  margin-top: 20px;
}

.collection-list-shop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.collection-item-projects {
  display: flex;
}

.collection-item-projects._3-column {
  width: 32%;
}

.product-section {
  position: relative;
}

.product-hero-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.product-images-wrap {
  flex-direction: column;
  width: 60%;
  display: flex;
}

.collection-list-wrapper-botom-images {
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.collection-item-6 {
  margin-right: 2%;
}

.collection-list-wrapper-main-image {
  width: 100%;
  max-width: 600px;
  margin-right: 2%;
}

.collection-item-7 {
  max-width: 100%;
  height: 400px;
}

.main-image-link {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  height: 400px;
  margin-bottom: 0;
  display: flex;
}

.collection-list-6 {
  width: 100%;
}

.collection-list-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  display: flex;
}

.product-info-wrap {
  width: 35%;
}

.product-divider {
  background-color: rgba(13, 14, 16, .15);
  width: 100%;
  height: 1.5px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.project-summary {
  color: rgba(13, 14, 16, .8);
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 156%;
}

.product-bottom-wrapper {
  margin-bottom: 80px;
}

.product-info-contain {
  margin-bottom: 8px;
  display: flex;
}

.bold-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.regular-info {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

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

.collection-list-wrapper-shop-temp {
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.contact-links {
  color: var(--gradient-1);
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 20px 24px 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-icon {
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.heading-wrapper-project {
  margin-bottom: 20px;
  display: block;
}

.project-name-home {
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 142%;
  display: inline;
}

.project-name-home.bold {
  margin-right: 5px;
  font-weight: 700;
  display: inline;
}

.nav-dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
}

.nav-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.nav-dropdown.white {
  color: #fff;
}

.dropdown-arrow {
  margin: auto 0 auto 5px;
  position: static;
}

.blog-background {
  z-index: -1;
  opacity: .1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-right-wrapper {
  width: 28%;
  margin-left: 2%;
  padding-top: 110px;
}

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

.utility-page-wrap.password {
  font-family:  sans-serif;
  display: block;
}

.utility-page-wrap.background-image {
  background-image: url('/wp-content/themes/Vumu/images/Vumu-playbooks-comingsoon.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.utility-page-content.password {
  width: 454px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content._404 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1100px;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-search {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px;
}

.heading-22px {
  color: var(--white);
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 145%;
}

.search-input {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/wp-content/themes/Vumu/images/MagnifyingGlass.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 48px;
  height: 56px;
  margin-bottom: 0;
  padding-bottom: 9px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}

.search-input:focus {
  border-color: rgba(255, 255, 255, .4);
}

.search-input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.search-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/wp-content/themes/Vumu/images/Arrow---Right-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.search-contain {
  position: relative;
}

.social-media-wrapper {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px 32px 20px;
}

.social-link-big {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-text {
  color: var(--white);
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-wrap {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 32px 32px 20px;
}

.form-field-subscribe {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/wp-content/themes/Vumu/images/EnvelopeSimple.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 48px;
  height: 56px;
  padding-left: 55px;
  font-size: 16px;
}

.form-field-subscribe:focus {
  border-color: rgba(255, 255, 255, .4);
}

.form-field-subscribe::placeholder {
  color: rgba(255, 255, 255, .6);
}

.subscribe-button {
  text-align: center;
  background-color: #186fe1;
  border-radius: 40px;
  width: 100%;
  height: 56px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-weight: 600;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.testimonial-slide-wrap {
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-big-text {
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 48px;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 128%;
}

.testimonial-big-text.left {
  color: var(--white);
  text-align: left;
  font-size: 30px;
  line-height: 133%;
}

.testimonial-big-text.left-black {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
}

.testimonial-bottom-wrap {
  display: flex;
}

.testimonial-bottom-wrap.apart {
  justify-content: space-between;
}

.testimonial-bottom-wrap.top-left {
  align-items: flex-start;
}

.testimonial-image-80px {
  border-radius: 100px;
  width: 100%;
  max-width: 80px;
  height: 80px;
}

.testimonial-names-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.testimonial-names-wrap.no-margin {
  margin-left: 0;
}

.testimonial-name-24px {
  letter-spacing: -.32px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.testimonial-name-24px.white {
  color: var(--white);
}

.testimonial-position-20px {
  color: rgba(13, 14, 16, .8);
  letter-spacing: -.32px;
  font-size: 20px;
  line-height: 130%;
}

.testimonial-position-20px.white {
  color: rgba(255, 255, 255, .8);
}

.testimonial-arrow {
  background-color: var(--white);
  border: 1px solid rgba(13, 14, 16, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: filter .2s;
  display: flex;
}

.testimonial-arrow:hover {
  filter: invert();
}

.arrow {
  object-fit: contain;
}

.arrow.right {
  transform: rotate(180deg);
}

.circle-background.left-home {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -40%;
  right: auto;
}

.circle-background.right-home {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -38%;
  bottom: auto;
  left: auto;
  right: -50%;
}

.circle-background.left {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -51%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.circle-background.left.projects {
  z-index: -1;
  top: -15%;
  left: -38%;
}

.circle-background.left.project-details {
  top: -58%;
  left: -37%;
}

.circle-background.left.reviews {
  z-index: -1;
  top: -26%;
  left: -38%;
}

.circle-background.left.reviews-2 {
  z-index: 1;
  top: -26%;
  left: -32%;
}

.circle-background.left.blog-page-1, .circle-background.left.blog-2, .circle-background.left.shop {
  left: -38%;
}

.circle-background.right {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -42%;
  bottom: auto;
  left: auto;
  right: -40%;
}

.circle-background.right.projects {
  top: -14%;
  right: -48%;
}

.circle-background.right.reviews {
  top: -27%;
  right: -48%;
}

.circle-background.right.reviews-2 {
  z-index: 1;
}

.circle-background.right.about-right {
  z-index: 1;
  top: -38%;
}

.circle-background.right.blog-page-1 {
  top: -30%;
  right: -47%;
}

.circle-background.right.blog-2 {
  top: -38%;
  right: -46%;
}

.circle-background.right.shop {
  top: -29%;
}

.circle-background.review {
  z-index: auto;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: auto;
  right: -50%;
}

.circle-background.course {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: auto;
  right: -40%;
}

.circle-background.course-left {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -32%;
  bottom: auto;
  left: -40%;
  right: auto;
}

.circle-background.about-1, .circle-background.left-course {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -40%;
  right: auto;
}

.circle-background.course-right {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -38%;
  bottom: auto;
  left: auto;
  right: -50%;
}

.circle-background.blog-3-left {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -40%;
  right: auto;
}

.circle-background.blog-3-right {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  top: -38%;
  bottom: auto;
  left: auto;
  right: -50%;
}

.projects-contain {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.project-wrapper-horizontal {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.project-left-contain {
  width: 40%;
  max-width: 420px;
}

.project-heading-40px {
  margin-bottom: 24px;
}

.project-description-20px {
  color: rgba(13, 14, 16, .9);
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 150%;
}

.company-logo {
  width: 100%;
  max-width: 160px;
}

.project-divider {
  background-color: rgba(13, 14, 16, .1);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.categories-wrap {
  align-items: center;
  display: flex;
}

.project-category {
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 40px;
  flex: none;
  margin-right: 16px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
}

.project-image-50 {
  background-image: url('/wp-content/themes/Vumu/images/Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 640px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.project-image-60 {
  border-radius: 12px;
}

.testimonial-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.testimonial-wrapper.black {
  padding-top: 150px;
  padding-bottom: 150px;
}

.testimonial-wrapper.white {
  padding-top: 180px;
  padding-bottom: 180px;
}

.testimonial-wrapper.reduce-top-margin {
  padding-top: 0;
}

.testimonial-haeding-48px {
  margin-bottom: 80px;
}

.testimonial-tabs {
  flex-direction: row-reverse;
  width: 90%;
  max-width: 1040px;
  display: flex;
}

.tabs-menu-testimonial {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100px;
  display: flex;
}

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

.testimonial-tab-wrapper {
  width: 100%;
  max-width: 705px;
}

.testimonial-text-32px {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 144%;
}

.testimonial-names {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 140%;
}

.image-tab-link {
  border: 1.5px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  display: flex;
}

.image-tab-link.w--current {
  border-color: var(--gradient-2);
  background-color: var(--white);
}

.awards-wrapper {
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 200px;
}

.awards-wrapper.template {
  padding-top: 100px;
}

.awards-images-contain {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awards-images-contain.template {
  justify-content: center;
}

.award-contain {
  align-items: flex-start;
  display: flex;
}

.award-middle-wrapper {
  flex: none;
}

.awards-item {
  flex: none;
  width: 100%;
  max-width: 265px;
  padding-left: 16px;
  padding-right: 16px;
}

.collection-list-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-testimonial-wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

.main-testimonial-image {
  position: relative;
  left: 80px;
}

.testimonial-black-image {
  background-color: var(--black);
  border-radius: 500px;
  width: 100%;
  max-width: 380px;
}

.testimonial-right-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.testimonial-text-20px {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.testimonial-black-bottom {
  margin-top: 160px;
}

.testimonial-italic-text {
  margin-bottom: 8px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.testimonial-black-name {
  line-height: 175%;
}

.project-vary-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  margin-bottom: 100px;
}

.project-vary-wrap.right {
  margin-top: 140px;
}

.project-vary-wrap.left {
  margin-top: -105px;
}

.watch-lightbox {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 41%;
}

.watch-lightbox.display-none {
  display: none;
  overflow: visible;
}

.create-line-1 {
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 25%;
  right: auto;
}

.create-line-2 {
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 0%;
}

.footer-cf-link {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.footer-cf-link.black {
  color: var(--black);
}

.footer-cf-link.black:hover {
  color: var(--gradient-3);
}

.footer-cf-link.gradient-blue {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, #6096ff 60%, #5791ff 80%, #0057ff);
}

.projects-top-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-slider-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.project-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  position: static;
}

.project-slide {
  max-width: 510px;
  margin-right: 48px;
}

.project-slide-wrap {
  color: var(--black);
  width: 100%;
  max-width: 510px;
  text-decoration: none;
}

.slide-nav-2 {
  display: none;
}

.slider-image-contain {
  background-image: url('/wp-content/themes/Vumu/images/Bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  height: 450px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.project-slide-image {
  width: 60%;
  max-width: none;
}

.slider-arrow {
  background-color: var(--white);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  top: -22%;
  bottom: auto;
  left: auto;
  right: 28%;
}

.slider-arrow:hover {
  filter: invert();
  background-image: none;
}

.slider-arrow.right {
  background-image: none;
  transition: all .2s;
  top: -22%;
  bottom: auto;
  left: auto;
  right: 22%;
}

.slider-arrow.right:hover {
  filter: invert();
  background-image: none;
}

.goals-points-contain {
  align-items: flex-start;
  display: flex;
}

.goals-icon-wrap {
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.goal-headings-wrap {
  margin-left: 32px;
}

.goal-icon {
  margin-bottom: 15px;
}

.goal-point-heading {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.goal-paragraph {
  color: rgba(13, 14, 16, .8);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.goals-image {
  width: 60%;
  height: 100%;
  position: relative;
}

.goal-image {
  border-radius: 16px;
  position: relative;
}

.goal-floating-image {
  border-radius: 16px;
  width: 70%;
  max-width: 435px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 16%;
  right: 0%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.testimonial-slider-black {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.slide-nav-3 {
  display: none;
}

.testimonial-slide-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.testimonial-slide-wrapper.reverse {
  flex-direction: row-reverse;
}

.left-arrow-testimonial {
  background-color: var(--white);
  background-image: url('/wp-content/themes/Vumu/images/Left-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 38px;
  height: 40px;
  transition: background-color .2s;
  display: block;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.left-arrow-testimonial:hover {
  background-color: #deb6ff;
}

.right-arrow-testimonial {
  background-color: var(--white);
  background-image: url('/wp-content/themes/Vumu/images/Vector_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 38px;
  height: 40px;
  transition: background-color .2s;
  display: block;
  top: auto;
  bottom: 0%;
  left: 53%;
  right: auto;
}

.right-arrow-testimonial:hover {
  background-color: #deb6ff;
}

.testimonial-light-box {
  z-index: 1;
  color: var(--black);
  border-radius: 16px;
  max-width: 460px;
  margin-right: 5%;
  position: relative;
}

.testimonial-light-box.right {
  margin-left: 5%;
  margin-right: 0%;
}

.blur-div {
  z-index: 2;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-text-container {
  width: 50%;
  padding-top: 20px;
}

.testimonial-text-container.black {
  padding-top: 0;
}

.testimonial-logo {
  width: 100%;
  max-width: 162px;
  margin-bottom: 48px;
}

.course-section {
  position: relative;
}

.course-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.course-contain {
  color: var(--black);
  max-width: 545px;
  text-decoration: none;
}

.course-image-wrap {
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.course-image-wrap.bottom {
  max-width: 545px;
}

.course-thumbnail {
  border-radius: 16px;
}

.software-images-contain {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 114px;
  height: 60px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 6px 48px rgba(0, 0, 0, .16);
}

.software-image-1 {
  margin-right: 10px;
}

.course-top-wrap {
  margin-bottom: 20px;
}

.course-text-24px {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 150%;
  display: inline-block;
}

.course-name {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 128%;
}

.course-bottom-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gradient-price-box {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 194px;
  height: 48px;
  padding: 24px 10px;
  display: flex;
}

.course-price {
  color: var(--white);
  letter-spacing: -.16px;
  margin-right: 9px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.original-price {
  opacity: .4;
  color: var(--white);
  letter-spacing: -.16px;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: line-through;
}

.save-up-wrap {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.price-arrow {
  margin-top: -35px;
  margin-right: 10px;
}

.save-upto-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.collection-list-wrapper-courses {
  width: 100%;
}

.collection-list-wrapper-courses.temp {
  margin-top: 80px;
}

.course-hero-wrapper {
  width: 95%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-top-wraper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
  display: flex;
}

.course-top-left {
  display: flex;
}

.subtitle-text {
  color: var(--white);
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 156%;
}

.cc-image {
  margin-left: 3px;
  margin-right: 3px;
}

.course-top-right {
  display: flex;
}

.clock-image {
  margin-left: 0;
  margin-right: 12px;
}

.course-middle-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.course-name-heading {
  color: var(--white);
  letter-spacing: -.16px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 167%;
}

.course-description {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 170%;
}

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

.trailer-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 60px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.trailer-button:hover {
  background-image: linear-gradient(to right, rgba(177, 108, 234, .1) 20%, rgba(255, 94, 105, .1) 60%, rgba(255, 138, 86, .1) 80%, rgba(255, 168, 75, .1) 90%);
}

.play-button {
  margin-right: 12px;
}

.button-text-white {
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
}

.trailer-link {
  text-decoration: none;
}

.special-offer-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.price-contain {
  align-items: center;
  display: flex;
}

.price-text-gradient {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.cut-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  opacity: .45;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  text-decoration: line-through;
}

.cut-text.black {
  opacity: 1;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.course-info-wrapper {
  max-width: 850px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

.course-rich-text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.course-rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-3);
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-style: italic;
  line-height: 155%;
}

.course-rich-text ul {
  margin-bottom: 16px;
  margin-left: 28px;
  font-size: 22px;
  line-height: 155%;
}

.course-rich-text ol {
  margin-left: 28px;
  font-size: 22px;
  line-height: 155%;
}

.course-details-wrap {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.course-details-wrap.related {
  margin-top: 180px;
  margin-bottom: 0;
}

.course-wrap {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.collection-list-wrapper-course {
  width: 100%;
  margin-top: 60px;
}

.course-wrap-left {
  width: 50%;
  max-width: 545px;
}

.course-wrap-right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.price-wrap {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.percent-text {
  margin-left: 10px;
}

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

.course-list ul {
  font-size: 18px;
  font-weight: 600;
}

.course-list li {
  font-size: 22px;
  line-height: 155%;
}

.design-resources-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  position: relative;
}

.design-resources-wrapper.blue {
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 112px;
  display: flex;
}

.design-resources-wrapper.center {
  flex-direction: column;
  align-items: center;
  padding-bottom: 180px;
  display: flex;
}

.tabs-menu-dr {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.design-resources-tab {
  margin-top: -50px;
}

.dr-tab-link {
  letter-spacing: -.16px;
  background-color: rgba(13, 14, 16, .06);
  border-radius: 40px;
  margin-right: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.dr-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.dr-tab-link.last {
  margin-right: 0;
}

.dr-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.dr-tab-link-rectangle {
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-right: 40px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.dr-tab-link-rectangle.w--current {
  background-color: var(--black);
  color: var(--white);
}

.dr-tab-link-rectangle.last {
  margin-right: 0;
}

.tabs-menu-dr2 {
  margin-bottom: 60px;
}

.dr-paragraph {
  text-align: center;
  max-width: 530px;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 150%;
}

.past-work-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
}

.past-work-links-contain {
  margin-top: 100px;
}

.past-work-link {
  color: var(--black);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 70px;
  padding: 10px 10px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pw-text {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 112%;
  position: relative;
}

.pw-text:hover {
  background-image: none;
}

.pw-paragraph {
  max-width: 295px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.pw-heading-wrap {
  width: 80%;
  display: flex;
  position: static;
}

.pw-arrow {
  margin-left: 30px;
}

.black-quote {
  margin-bottom: 25px;
}

.black-line {
  background-color: var(--black);
  width: 22px;
  height: 2px;
  margin-top: 20px;
  margin-right: 12px;
}

.black-gradient-div {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(13, 14, 16, 0), rgba(13, 14, 16, .4));
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-left-arrow {
  background-image: url('/wp-content/themes/Vumu/images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: block;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-left-arrow:hover {
  transform: translate(-5px);
}

.testimonial-right-arrow {
  background-image: url('/wp-content/themes/Vumu/images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: block;
  top: auto;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.testimonial-right-arrow:hover {
  transform: translate(5px);
}

.test-logo {
  margin-bottom: 24px;
}

.dr-blogs-wrapper {
  width: 100%;
  margin-top: 80px;
}

.dr-blog-contain {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 48px;
  display: flex;
}

.blog-link-info {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.blog-category {
  text-align: center;
  letter-spacing: -.16px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 42px;
  flex: none;
  margin-right: 60px;
  padding: 13px 23px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.blog-heading-60px {
  letter-spacing: -.16px;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 120%;
}

.blog-link-paragraph {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 136%;
}

.awards-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.apple-pay {
  border-radius: 10px;
  height: 60px;
}

.submit-button-checkout {
  background-color: var(--gradient-1);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 10px;
  justify-content: center;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.checkout-headings {
  margin-bottom: 0;
  font-size: 32px;
}

.block-header {
  background-color: rgba(177, 108, 234, .05);
  align-items: center;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family:  sans-serif;
}

.main-image-contain {
  overflow: hidden;
}

.secondary-images {
  margin-bottom: 0;
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.product-main-image:hover {
  transform: scale(1.1);
}

.secondary-images-product {
  transition: transform .3s;
}

.secondary-images-product:hover {
  transform: scale(1.1);
}

.navigation-menu, .menu-button.white.display-none {
  display: none;
}

.webflow-link {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.webflow-link.black {
  color: var(--black);
}

.webflow-link.black:hover {
  color: #2a70cc;
}

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

.licensing-block.margin {
  margin-bottom: 100px;
}

.licensing-wrap {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.licensing-wrap.top {
  margin-bottom: 32px;
}

.license-links {
  background-image: url('/wp-content/themes/Vumu/images/Group-5521.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 5px;
  transition: filter .2s;
  display: flex;
}

.license-links:hover {
  background-color: var(--white);
  filter: invert();
}

.field-label {
  color: rgba(13, 14, 16, .4);
  text-align: left;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-right: auto;
  font-size: 18px;
}

.text-field {
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 78px;
  height: 70px;
  margin-bottom: 24px;
  padding-left: 32px;
  font-size: 18px;
}

.text-field:active, .text-field:focus {
  background-color: var(--white);
  border-color: rgba(255, 94, 105, .4);
}

.text-field:focus-visible {
  background-color: var(--white);
}

.text-field[data-wf-focus-visible] {
  background-color: var(--white);
}

.text-field::placeholder {
  background-color: var(--white);
  color: rgba(13, 14, 16, .6);
}

.login-button {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 100px;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 600;
}

.password-heading {
  margin-bottom: 48px;
}

._404-image {
  width: 60%;
  max-width: 650px;
}

._404-heading {
  letter-spacing: -4.8px;
  font-size: 140px;
  font-style: normal;
}

._404-heading.font-size {
  font-size: 80px;
}

._404-heading.reduce-font {
  font-size: 100px;
}

._404-text {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

._404-text.font-size {
  font-size: 35px;
  line-height: 125%;
}

._404-text.text-font-reduce {
  font-size: 30px;
}

._404-text.text-font-reduce.sub-text-height {
  line-height: 130%;
}

._404-text.text-font-reduce.sub-text-height.font-sytle {
  font-weight: 500;
}

._404-text.reduce-bottom-margin {
  margin-bottom: 22px;
}

._404-text.text-height {
  line-height: 120%;
}

._404-text.text-height.margin-bottom {
  margin-bottom: 22px;
}

.faq-cards-borders {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.project-image-main {
  width: 100%;
  max-width: 755px;
  height: 100%;
}

.typography {
  margin-top: 0;
}

.typography.content-box {
  margin-top: 50px;
}

.rich-text {
  border-bottom: 1px solid #e1e4eb;
  padding-bottom: 40px;
}

._16-px {
  flex: none;
  font-size: 16px;
}

._16-px.color-code {
  color: rgba(13, 14, 16, .75);
  margin-top: 4px;
  font-size: 18px;
  line-height: 150%;
}

.typography-heading {
  margin-bottom: 16px;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.style-guide-item-heading {
  margin-bottom: 16px;
}

.typography-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.style-guide-main-content {
  width: 100%;
}

.bold {
  font-weight: 700;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.color-box._7 {
  background-color: #0f1f3d;
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.color-box._6 {
  background-color: var(--black);
}

.color-box._2 {
  background-color: var(--gradient-2);
}

.color-box._3 {
  background-color: var(--gradient-3);
}

.color-box._8 {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
}

.color-box._4 {
  background-color: var(--gradient-4);
}

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

.color-box._1 {
  background-color: var(--gradient-1);
}

.color-box._11 {
  background-color: #186fe1;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.buttons-heading {
  margin-bottom: 16px;
}

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

.buttons {
  margin-bottom: 64px;
}

.typography-item-description {
  margin-top: 16px;
}

.color-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 160px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px rgba(83, 83, 83, .07);
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

.colour-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
}

.list {
  font-size: 22px;
}

.symbols-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 40px;
  display: grid;
}

.overview-grid {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.background-wrapper {
  background-color: #fbfbfb;
  overflow: hidden;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px rgba(64, 69, 79, .1);
}

.visual-features-item-heading {
  margin-bottom: 24px;
  font-weight: 600;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.home {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.dropdown-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-links.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 20px;
  text-decoration: none;
}

.dropdown-links.navbar.w--current {
  padding-bottom: 20px;
}

.dropdown-lists {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px rgba(0, 0, 0, .08);
}

.dropdown-lists.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 8px;
  overflow: visible;
}

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

.nav-dropdowns.nav {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  width: 100%;
}

.nav-dropdowns._1-row {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.nav-dropdowns._1-row-2-column {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.dropdown {
  margin-left: 0;
  margin-right: 30px;
  padding-bottom: 8px;
  display: none;
  position: static;
}

.dropdown.display-none {
  display: none;
}

.number-subtext {
  color: rgba(13, 14, 16, .4);
  margin-top: 7px;
  margin-right: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.nav-headings-contain {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-arrow {
  margin-left: 10px;
}

.tabs-content-resources {
  overflow: visible;
}

.author-name, .reda-time-text, .by-text {
  margin-right: 4px;
  line-height: 150%;
}

.pricing-icon {
  width: 100%;
  max-width: 120px;
  margin-bottom: 48px;
}

.collection-list-projects {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.collection-list-projects.projects-page {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-projects.project-details {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-project {
  width: 100%;
  margin-bottom: 80px;
}

.buttons-container {
  display: flex;
}

.work-with-contain-2 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  box-shadow: 0 14px 100px rgba(0, 0, 0, .05);
}

.work-with-contain-2.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.banner-sections {
  background-color: #fff;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  justify-content: flex-start;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.overview-image-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
  height: 350px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div-2.transparent {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5px;
}

.overview-hero-images-contain {
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.overview-sections {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.h6-overview {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-images {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px 10px 0 0%;
  width: 101%;
  max-width: none;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.overview-images._101-width {
  width: 101%;
}

.overview-top-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1012px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.overview-headings {
  text-align: center;
  max-width: 700px;
  margin-bottom: 80px;
}

.overview-image-wrap {
  border-radius: 16px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 100%;
  margin-right: 40px;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 90px rgba(131, 131, 131, .05);
}

.overview-image-wrap.dark-shadow {
  box-shadow: 0 4px 90px rgba(131, 131, 131, .1);
}

.overview-grids {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.overview-grids._2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
}

.overview-subheading {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
  text-decoration: none;
}

.overview-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.overview-wrap.middle {
  padding-top: 0;
}

.overview-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.subheading {
  margin-bottom: 20px;
}

.block-paragraph-2 {
  color: #0d0e10;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.block-paragraph-2.white {
  color: #fff;
}

.banner-heading-2 {
  color: #fff;
  background-image: url('/wp-content/themes/Vumu/images/Arrow-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  padding-right: 44px;
  font-weight: 600;
}

.overview-links-wrapper {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 32%;
  max-width: 380px;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overview-links-wrapper._100-width {
  width: 100%;
}

.overview-row-1 {
  align-items: center;
  height: 260px;
  margin-bottom: 40px;
  display: flex;
}

.overview-image-text {
  z-index: 20;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 32px;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overview-images-contain {
  overflow: hidden;
}

.collection-list-wrapper-award {
  flex: none;
  align-items: center;
  display: flex;
}

.add-cart-button {
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  transition: all .2s;
}

.add-cart-button:hover {
  transform: translate(0, -5px);
}

.hero-images-contain {
  width: 45%;
  height: 100%;
  margin-right: 1%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-images-left-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-images {
  border-radius: 170px;
  width: 80%;
  max-width: 220px;
  margin-bottom: 24px;
}

.hero-images-right-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-testimonials-contain {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-testimonial-wrapper {
  z-index: 1;
  letter-spacing: -.32px;
  background-color: #fff;
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  max-width: 320px;
  padding: 22px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 21%;
  right: auto;
  box-shadow: 0 20px 84px rgba(0, 0, 0, .08);
}

._100px-links {
  color: #b16cea;
  letter-spacing: -.16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 220px;
  padding: 10px 20px 20px 10px;
  font-size: 100px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-big-texts {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 130%;
}

.cta-big-texts.dont-shrink {
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  flex: none;
}

.cta-big-texts.dont-shrink.gradient-blue {
  background-image: linear-gradient(to right, #b16cea 20%, #6096ff 60%, #5791ff 80%, #0057ff);
}

.dots-div {
  background-color: #0d0e10;
  border-radius: 100px;
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: 80px;
  margin-right: 80px;
}

.social-links-wrap {
  color: #0d0e10;
  flex-direction: row;
  flex: none;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gradient-bottom-social-2 {
  background-color: #b16cea;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-links-wrap-about-page-1 {
  margin-bottom: 200px;
}

.cross-banner-section {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 200px;
  display: flex;
}

.gradient-cross-div {
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 120px;
}

.black-text-div {
  background-color: #0d0e10;
  align-items: center;
  width: 105%;
  height: 120px;
  display: flex;
  position: relative;
  left: -3%;
  transform: rotate(3deg);
}

.white-banner-heading {
  color: #fff;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  font-size: 54px;
  font-weight: 600;
}

.banner-texts-contain {
  flex: none;
  align-items: center;
  height: 120px;
  display: flex;
}

.blog-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

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

.blog-slide {
  margin-right: 48px;
}

.right-arrow {
  align-items: center;
  width: 100%;
  display: flex;
  right: -105%;
  overflow: visible;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  display: flex;
  left: -105%;
  overflow: visible;
}

.arrow-blog {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
  transition: filter .3s;
  display: flex;
  box-shadow: 0 24px 80px rgba(13, 14, 16, .14);
}

.arrow-blog:hover {
  filter: invert();
}

.arrow-slider {
  width: 100%;
  max-width: 30px;
}

.arrow-slider.rotate {
  width: 100%;
  max-width: 30px;
  transform: rotate(-180deg);
}

.slide-nav-4 {
  display: none;
}

.train-contain {
  margin-top: -40px;
  margin-bottom: -20px;
}

.blog-tab-link-page-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-right: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.blog-tab-link-page-2.w--current {
  background-color: var(--black);
  color: var(--white);
}

.blog-tab-link-page-2.last {
  margin-right: 0;
}

.overview-row-2 {
  flex-direction: row;
  align-items: center;
  height: 260px;
  margin-left: 0%;
  display: flex;
}

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

.gradient-div-overview {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.gradient-icons {
  width: 80px;
  max-width: 100%;
}

.link-gradient-line {
  background-color: var(--black);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 5px;
  width: 100%;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-gradient-line.gradient-blue {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, #6096ff 60%, #5791ff 80%, #0057ff 90%);
}

.product-description-cart {
  margin-top: 4px;
  font-weight: 500;
}

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

.collection-list-blog-featured {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 139px;
}

.content-align-center {
  text-align: center;
  display: block;
}

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

.cta-button-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-family:  sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button-2:hover {
  background-color: #b16cea;
}

.cta-button-2.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.button-gradient-2 {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.button-gradient-2.gradient-blue {
  background-image: linear-gradient(to right, #b16cea 20%, #6096ff 60%, #5791ff 80%, #0057ff);
}

.image-2 {
  border-radius: 20px;
}

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

.blue-color {
  color: #0057ff;
  text-decoration: none;
}

.bold-text {
  color: #0057ff;
  text-decoration: underline;
}

.div-block {
  justify-content: center;
  display: flex;
}

.image-3 {
  width: 87px;
  height: 87px;
}

.bold-text-2 {
  color: #373737;
  text-decoration: underline;
}

.white-text, .black-text {
  color: #373737;
}

.black-text.font-size {
  font-size: 30px;
}

.heading-color {
  color: var(--white);
  text-align: center;
  font-size: 90px;
}

.italic-text {
  text-decoration: underline;
}

.nav-line-2 {
  background-color: #0d0e10;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #0d0e10;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link-2:hover {
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.white {
  color: #fff;
}

.nav-link-2.white:hover {
  border-bottom-color: #fff;
}

.image-4 {
  width: 139px;
}

.lead-text {
  color: #898a8e;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

.card-heading-3 {
  color: #0d0e10;
  font-size: 28px;
  display: inline;
}

.card-heading-3.extra-line-height {
  line-height: 121%;
}

.card-heading-3.extra-line-height.font-size {
  font-size: 22px;
  font-weight: 500;
}

.bold-text-3 {
  text-align: left;
  display: block;
}

.box-container {
  margin-top: 40px;
}

.box-paragraph {
  object-fit: fill;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  display: block;
  overflow: visible;
}

.box-heading {
  font-size: 30px;
}

.bold-text-4, .bold-text-5 {
  color: rgba(13, 14, 16, .4);
  letter-spacing: 3.84px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.grid, .grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grid-2.top-margin.sticky {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.pricing-text {
  color: var(--white);
  font-size: 50px;
  font-weight: 800;
  line-height: 117%;
}

.pricing-text.blue-text {
  color: #0057ff;
}

.pricing-label {
  font-size: 24px;
}

.pricing-label.white {
  color: rgba(255, 255, 255, .6);
}

.divider-pricing-new {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-2 {
  color: #000;
  background-color: #f3f3f3;
}

.navbar-3 {
  background-color: #fff;
}

.image-5 {
  width: 139px;
}

.gradient-blue {
  background-image: linear-gradient(to right, #b16cea 20%, #6096ff 60%, #5791ff 80%, #0057ff);
}

.price-text-mt {
  margin-top: 20px;
  display: none;
}
.price-text-mit {
    margin-top: 20px;
    font-size: 14px;
    color: #868686;
    text-align: center;
    max-width: 360px;
}
.text-block {
  text-decoration: line-through;
}

.text-block.text-size {
  color: #d42154;
  font-size: 20px;
  display: none;
}

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

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

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

.video {
  width: 80%;
  max-width: 1080px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1080px;
  height: auto;
  display: flex;
  position: relative;
}

.video-wrapper.home-image-homepage-3.top-margin-80 {
  margin-top: 80px;
}

.video-wrapper.home-image-homepage-3.top-margin-80.border {
  opacity: 1;
  border: 5px solid #f5f5f5;
}

.video-wrapper.home-image-homepage-3.top-margin-80.box-shadow {
  box-shadow: 4px 4px 3px #e2e2e2, 1px 1px 3px #e0e0e0;
}

.video-wrapper.home-image-homepage-3.top-margin-80.box-shadow.video-width {
  width: 100%;
  max-width: 1080px;
}

.html-embed {
  border-radius: 8px;
}

.border {
  border: 2px solid #d1d1d1;
  border-radius: 0;
}

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

.top-margin-80.border {
  border-radius: 0;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: 0%;
  display: flex;
}

.html-embed-2 {
  flex: 1;
  max-width: none;
}

.red-color {
  color: #100d0d;
  border: 1px solid red;
}

.text-span {
  color: var(--black);
}

.font-left-align {
  text-align: left;
  display: block;
}

.font-settings {
  font-size: 18px;
  font-weight: 400;
}

.image-6 {
  max-width: 100%;
}

.div-block-3 {
  text-align: left;
}

.image-7 {
  display: inline-block;
}

.margin-top {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.success-message-2 {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.h2-white-heading-center-2 {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 60px;
}

.newsletter-text-field-2 {
  color: #fff;
  background-color: #0d0e10;
  background-image: url('/wp-content/themes/Vumu/images/EnvelopeSimple-white.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 56px;
  width: 450px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 16px 28px 20px 66px;
  font-size: 20px;
  line-height: 150%;
}

.newsletter-text-field-2:focus {
  border-color: rgba(255, 94, 105, .4);
}

.error-message-2 {
  color: #fff;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-weight: 500;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  background-image: url('/wp-content/themes/Vumu/images/Arrow---Right-2.svg'), linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  background-position: 85% 53%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.submit-button-2:hover {
  background-color: #ff5e69;
}

.newsletter-section-2 {
  background-color: #0d0e10;
}

.font-style {
  color: var(--white);
}

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

.paragraph-margin-bottom {
  margin-top: 20px;
  margin-bottom: 60px;
}

.paragraph-margin-bottom.center-content {
  text-align: center;
}

.display-none {
  display: none;
}

.warning-banner {
  background-color: #1866fe;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.warning-paragraph {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.warning-link {
  color: #000;
}

.banner-bitesyzed {
  background-color: #4262ff;
  display: block;
}

.banner-bitesyzed.display-none {
  display: none;
}

.wrapper-1160px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-1160px.banner-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.sticky-pricing {
  padding-bottom: 100px;
}

.pricing-sticky-sec {
  padding-bottom: 60px;
}

.pricing-details-sec {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
}

.pricing-details-sec.detail-2 {
  padding-top: 20px;
  padding-bottom: 0;
}

.pricing-details-sec.detail-2.mb-100 {
  margin-bottom: 140px;
  padding-bottom: 0;
}

.sticky-sub-heading {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.sticky-sub-heading.sticky-heading {
  font-size: 24px;
  font-weight: 700;
  position: static;
}

.sticky-pricing-main-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sticky-pricing-text-div {
  padding: 20px 20px 20px 10px;
}

.sticky-pricing-sub-heading {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.sticky-pricing-sub-heading.h2-heading {
  margin-top: -20px;
  padding-top: 0;
  font-size: 25px;
  font-weight: 700;
}

.sticky-pricing-para-text {
  color: #a1a1a1;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.sticky-pricing-inner-div {
  border: 1px solid #d9d9d9;
  margin-left: -3px;
  padding: 20px 30px;
}

.sticky-pricing-inner-div.super-hot {
  background-color: #ffffed;
  border-right-style: none;
  margin-left: -3px;
}

.sticky-pricing-inner-div.first {
  border-right-style: none;
  border-radius: 5px;
}

.sticky-pricing-inner-div.last {
  border-left-style: none;
  border-right-style: solid;
  border-radius: 5px;
}

.inner-pricing-sub-heading {
  text-align: center;
  font-size: 24px;
}

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

.text-block-2.price.pricing-text.gradient-blue {
  padding-left: 10px;
  padding-right: 10px;
}

.per-month-pricing {
  text-align: center;
  padding-top: 10px;
}

.core-features-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.core-feature-div {
  width: 100%;
  padding: 10px 10px 10px 30px;
}

.core-feature-div.new-sec {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}

.bg-color-feature-div {
  background-color: #f9fbff;
  border: 1px solid #d9d9d9;
  border-style: solid none;
  padding: 10px 10px 10px 30px;
}

.bg-feature-div-h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.readings-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.reading-feature-headings {
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 20px 20px 20px 30px;
}

.tick-core-feature {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tick-core-feature.bg {
  background-color: #ffffed;
}

.tick-core-feature._2-lines {
  padding-top: 22px;
  padding-bottom: 22px;
}

.check-img {
  width: 35px;
}

.videos-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-text {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-text.bg {
  background-color: #ffffed;
}

.grid-text._2-lines {
  padding-top: 30px;
  padding-bottom: 30px;
}

.share-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.dash {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 35px;
}

.text {
  font-size: 20px;
}

.landing-page-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-editor-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.cta-grid, .comments-grid, .e-sign-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.branding-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.maintenance-div {
  background-color: rgba(255, 0, 21, .6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.maintenance-div.d-none {
  display: none;
}

.heading-2 {
  text-align: center;
  font-size: 35px;
}

.heading-2.maintanence-title {
  margin-bottom: 20px;
}

.bold-text-6 {
  color: var(--white);
  text-align: center;
}

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

.paragraph-3.maintenance-para {
  color: rgba(255, 255, 255, .9);
  font-size: 22px;
}

@media screen and (min-width: 1280px) {
  .navigation-bar {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrapper.with-links {
    background-color: #0d0e10;
  }

  .showreel-text-contain.about-page-2 {
    width: 60%;
    padding-bottom: 100px;
  }

  .points-grid.reviews {
    margin-left: auto;
    margin-right: auto;
  }

  .logos-wrap.homepage-5 {
    width: 70%;
  }

  .logo-home-4 {
    max-width: 130px;
  }

  .newsletter-left-contain {
    width: 50%;
    max-width: 550px;
  }

  .contact-right-wrapper {
    width: 70%;
  }

  .contact-page-wrap {
    max-width: 1240px;
  }

  .project-section-template {
    overflow: visible;
  }

  .collection-list-wrapper-shop {
    justify-content: space-between;
    align-items: flex-start;
  }

  .collection-list-shop {
    align-items: stretch;
    width: 100%;
  }

  .circle-background.left-home {
    left: -29%;
  }

  .circle-background.right-home {
    right: -42%;
  }

  .circle-background.left {
    left: -29%;
  }

  .circle-background.right {
    top: -26%;
    bottom: auto;
    left: auto;
    right: -40%;
  }

  .circle-background.right.reviews {
    top: -13%;
    right: -33%;
  }

  .circle-background.right.about-right {
    top: -12%;
  }

  .circle-background.review {
    right: -42%;
  }

  .circle-background.course {
    top: -26%;
    bottom: auto;
    left: auto;
    right: -40%;
  }

  .circle-background.course-left, .circle-background.about-1, .circle-background.left-course {
    left: -29%;
  }

  .circle-background.course-right {
    right: -42%;
  }

  .circle-background.blog-3-left {
    left: -29%;
  }

  .circle-background.blog-3-right {
    right: -42%;
  }

  .goal-floating-image {
    left: 18%;
  }

  .right-arrow-testimonial {
    left: 53%;
  }

  .dropdown-list-full-wrapper {
    max-width: none;
    box-shadow: 0 100px 100px rgba(64, 69, 79, .1);
  }

  .dropdown {
    display: none;
  }

  .collection-list-wrapper-projects {
    align-items: flex-start;
    display: flex;
  }

  .navbar-3 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-bar {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-heading-home-2.about {
    line-height: 110%;
  }

  .showreel-button, .watch-button {
    padding-top: 12px;
  }

  .work-with-point-contain._1, .work-with-point-contain.left {
    flex: none;
  }

  .work-text {
    display: block;
  }

  .logo-home-4 {
    max-width: 140px;
  }

  .rectangle-call-button.overview {
    margin-left: 20px;
  }

  .about-hero-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .work-heading {
    line-height: 112%;
  }

  .about-hero-image-wrap {
    left: -20%;
  }

  .creative-heading-64px {
    line-height: 100%;
  }

  .client-text-top {
    font-weight: 700;
  }

  .blog-template-hero {
    padding-top: 0;
  }

  .blog-hero-heading, .project-heading-regular, .product-name {
    font-weight: 800;
  }

  .circle-background.left-home {
    left: -22%;
  }

  .circle-background.right-home {
    right: -32%;
  }

  .circle-background.left {
    left: -22%;
  }

  .circle-background.left.reviews {
    left: -24%;
  }

  .circle-background.left.blog-2 {
    left: -26%;
  }

  .circle-background.left.shop {
    left: -25%;
  }

  .circle-background.right {
    top: -24%;
    bottom: auto;
    left: auto;
    right: -35%;
  }

  .circle-background.right.projects, .circle-background.right.reviews {
    right: -37%;
  }

  .circle-background.right.blog-2 {
    right: -24%;
  }

  .circle-background.review {
    right: -32%;
  }

  .circle-background.course {
    top: -24%;
    bottom: auto;
    left: auto;
    right: -35%;
  }

  .circle-background.course-left {
    left: -22%;
  }

  .circle-background.about-1 {
    top: -46%;
    left: -22%;
  }

  .circle-background.left-course {
    left: -22%;
  }

  .circle-background.course-right {
    right: -32%;
  }

  .circle-background.blog-3-left {
    left: -22%;
  }

  .circle-background.blog-3-right {
    right: -32%;
  }

  .course-name-heading {
    font-weight: 700;
  }

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

  .overview-wrapper {
    margin-bottom: 130px;
  }

  .overview-headings {
    max-width: 950px;
  }

  .overview-grids {
    width: 100%;
  }

  .navbar-3 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-bar {
    background-color: rgba(0, 0, 0, 0);
  }

  .worked-with-section.black {
    position: relative;
  }

  .testimonial-image.display-none {
    display: none;
  }

  .about-hero-image {
    border-radius: 0;
  }

  .template-hero-image {
    border-radius: 16px;
  }

  .circle-background.left-home {
    top: -64%;
    left: -8%;
  }

  .circle-background.right-home {
    right: -15%;
  }

  .circle-background.left {
    top: -30%;
    left: -9%;
  }

  .circle-background.left.projects {
    top: -19%;
    left: -16%;
  }

  .circle-background.left.project-details {
    top: -71%;
    left: -62%;
  }

  .circle-background.left.reviews, .circle-background.left.reviews-2 {
    top: -19%;
    left: -16%;
  }

  .circle-background.left.blog-2 {
    left: -18%;
  }

  .circle-background.left.shop {
    top: -43%;
    left: -15%;
  }

  .circle-background.right {
    top: -23%;
    left: 78%;
  }

  .circle-background.review {
    right: -15%;
  }

  .circle-background.course {
    top: -23%;
    left: 78%;
  }

  .circle-background.course-left {
    top: -30%;
    left: -9%;
  }

  .circle-background.about-1 {
    top: -50%;
    left: -8%;
  }

  .circle-background.left-course {
    top: -64%;
    left: -8%;
  }

  .circle-background.course-right {
    right: -15%;
  }

  .circle-background.blog-3-left {
    top: -64%;
    left: -8%;
  }

  .circle-background.blog-3-right {
    right: -15%;
  }

  .awards-wrapper {
    align-items: center;
  }

  .lead-text {
    font-size: 24px;
    line-height: 34px;
  }

  .navbar-3 {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
    line-height: 115%;
  }

  h2 {
    font-size: 42px;
    line-height: 120%;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  a {
    margin-bottom: 0;
  }

  .h5-heading-white.newsletter {
    font-size: 50px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-paragraph {
    max-width: 90%;
    line-height: 28px;
  }

  .licensing-image-and-text-wrapper {
    width: 100%;
  }

  .reference-headings, .reference-headings.white {
    font-size: 70px;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .version-wrapper {
    width: 100%;
  }

  .paragraph {
    text-align: center;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates {
    flex-direction: column;
  }

  .logo {
    margin-bottom: 0;
  }

  .nav-button {
    filter: invert();
    align-items: baseline;
    margin-top: 20px;
    margin-left: 0%;
    padding-bottom: 13px;
    transition: filter .3s;
  }

  .nav-button:hover {
    filter: invert() invert();
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .text-contain-hero {
    width: 100%;
    padding-bottom: 60px;
  }

  .services-wrapper {
    padding-top: 140px;
  }

  .heading-2-center {
    max-width: 600px;
  }

  .heading-2-center.projects.left {
    margin-bottom: 40px;
  }

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

  .services-grid.homepage-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .projects-wrapper {
    padding-bottom: 140px;
    overflow: visible;
  }

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

  .project-contain.horizontal {
    padding-left: 32px;
  }

  .project-contain.vertical {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }

  .stats-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .stats-contain {
    max-width: none;
  }

  .stat-number._60px {
    font-size: 50px;
  }

  .about-me-wrapper {
    padding-top: 140px;
  }

  .about-me-contain {
    flex-direction: column;
  }

  .about-me-image-contain {
    width: 100%;
    max-width: 500px;
  }

  .about-me-text-contain {
    width: 100%;
    max-width: 600px;
    margin-top: 100px;
  }

  ._22px-paragraph {
    font-size: 20px;
  }

  .resource-main-wrapper {
    padding-bottom: 100px;
  }

  .resource-top-wrapper {
    align-items: center;
  }

  .h2-heading, .h2-heading.left {
    font-size: 42px;
  }

  .h2-heading.left._50 {
    width: 50%;
  }

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

  .view-more-link {
    margin-bottom: 0;
  }

  .collection-list {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-wrapper {
    margin-bottom: 0;
  }

  .resource-title {
    font-size: 26px;
  }

  .newsletter-wrapper.horizontal {
    flex-direction: column;
  }

  .form-text {
    text-align: center;
    width: 90%;
  }

  .logo-contain {
    height: 170px;
  }

  .award-logo {
    max-width: 75%;
  }

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

  .price-block {
    width: 100%;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block.black {
    width: 100%;
  }

  .price-block.margin-pricing-card.superhot.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .price-block.margin-pricing-card.margin-top-bottom-20.mb-20 {
    margin-bottom: 20px;
  }

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

  .faq-wrapper {
    max-width: none;
  }

  .faq-right-contain {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .faq-left-contain {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .footer-text-60px {
    font-size: 50px;
  }

  .column-images {
    width: 30%;
  }

  .column-images._2, .column-images._4, .nav-links-wrapper {
    display: none;
  }

  .nav-links-wrapper.in-menu {
    background-color: var(--white);
    text-align: left;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    display: flex;
  }

  .nav-link {
    text-align: center;
    display: flex;
  }

  .home-hero-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .home-hero-wrapper.homepage-3 {
    padding-top: 60px;
    padding-bottom: 300px;
  }

  .home-hero-wrapper.homepage-4 {
    flex-direction: column;
  }

  .home-hero-wrapper.about-3 {
    flex-direction: column;
    padding-top: 60px;
  }

  .home-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .home-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .hero-mail-wrapper {
    max-width: 350px;
  }

  ._20px-text {
    margin-bottom: 0;
  }

  .top-left-contain {
    max-width: 400px;
  }

  .top-left-contain.about {
    margin-bottom: 0;
  }

  .bottom-left-contain {
    margin-top: 40px;
  }

  .bottom-left-contain.about._3 {
    margin-top: 0;
  }

  .bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .entrust-wrapper {
    padding-bottom: 60px;
  }

  .entrust-wrapper.homepage-3 {
    flex-direction: column;
  }

  .cta-big-text {
    font-size: 50px;
  }

  .steps-top-wrapper.remove-bottom-margin {
    flex-flow: column;
    align-self: center;
  }

  .steps-h2-heading {
    margin-right: 3%;
  }

  .steps-h2-heading.reduce-width {
    margin-right: 0%;
  }

  .steps-tops-paragraph {
    max-width: 265px;
  }

  .steps-tops-paragraph.increase-width {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .steps-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-with-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-h5-heading {
    font-size: 50px;
  }

  .showreel-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .showreel-text-contain {
    width: 100%;
    max-width: 600px;
    margin-bottom: 100px;
  }

  .showreel-text-contain.about-page-2 {
    width: 100%;
  }

  .showreel-right-wrapper {
    width: 100%;
    position: static;
  }

  .showreel-video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .showreel-video.cms {
    height: 500px;
  }

  .showreel-image {
    border-radius: 10px;
  }

  .showreel-image.cms {
    height: 500px;
  }

  .showreel-button {
    bottom: auto;
    left: auto;
    right: auto;
  }

  .showreel-button.about-3 {
    position: absolute;
    top: auto;
    left: auto;
  }

  .faqs-text-wrap {
    width: 100%;
    margin-bottom: 100px;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faqs-text-wrapper._50-width {
    width: 100%;
    max-width: none;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .awards-main-heading {
    font-size: 42px;
    line-height: 100%;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
  }

  ._90px-h1-heading {
    font-size: 70px;
  }

  ._90px-h1-heading.reduce-font-size.reduce-width {
    font-size: 52px;
  }

  .home-image-container {
    margin-top: -217px;
  }

  .home-image-homepage-3 {
    width: 90%;
  }

  .entrust-h2-heading {
    max-width: 500px;
    margin-bottom: 60px;
  }

  .entrust-grid {
    width: 100%;
  }

  .grey-create-wrapper.white {
    padding-bottom: 0;
  }

  .heading-contain {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .create-heading, .create-heading.home-3 {
    font-size: 50px;
  }

  .watch-button {
    margin-top: 40px;
    position: absolute;
    top: auto;
    bottom: -5%;
    left: auto;
    right: 30%;
  }

  .points-grid {
    flex-wrap: wrap;
  }

  .work-with-point-contain._1, .work-with-point-contain._2 {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .work-with-point-contain._3, .work-with-point-contain._4 {
    max-width: 300px;
  }

  .dot.hide {
    display: none;
  }

  .testimonial-main-wrapper {
    padding-top: 140px;
  }

  .stats-wrap {
    flex-direction: column;
  }

  .award-heading {
    max-width: none;
  }

  .awards-grid {
    width: 100%;
    margin-top: 40px;
  }

  .faq-image-contain {
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
    display: none;
  }

  .link-banner-wrapper {
    padding-bottom: 100px;
  }

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

  .footer-top-wrapper {
    align-items: stretch;
  }

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

  .footer-paragraph-18px.heading {
    margin-bottom: 20px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .h1-64px-heading {
    font-size: 54px;
  }

  .image-contain-right {
    width: 80%;
  }

  .testimonial-hero-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .testimonial-hero-contain.about {
    flex-direction: column;
    align-items: center;
  }

  .trusted-by.homepage-4 {
    margin-top: 20px;
  }

  .logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .logos-wrap.about {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .logos-wrap.homepage-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .logo-home-4.about {
    max-width: 120px;
  }

  .logo-home-4._3 {
    margin-right: 0;
  }

  .solutions-wrapper {
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .solutions-left-wrapper {
    max-width: 500px;
  }

  .solutions-right-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .solution-text {
    margin-right: 10%;
    font-size: 36px;
  }

  .goals-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .goals-main-heading {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .goals-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .goals-left-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

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

  .form-main-wrapper {
    flex-direction: column;
  }

  .form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  ._96px-heading {
    margin-bottom: 10px;
    font-size: 53px;
  }

  ._96px-heading._1 {
    margin-bottom: 0;
    font-size: 48px;
  }

  ._96px-heading._2 {
    margin-bottom: 5px;
    font-size: 48px;
  }

  ._96px-heading._3 {
    font-size: 48px;
  }

  .rectangle-call-button {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .newsletter-left-contain {
    width: 100%;
    margin-bottom: 40px;
  }

  .social-links-train {
    margin-bottom: 140px;
  }

  .social-links-train.homepage-5 {
    margin-top: 100px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-right-wrapper {
    width: 100%;
  }

  .contact-heading {
    font-size: 50px;
  }

  .services-hero-heading {
    width: 80%;
  }

  .services-page-contain, .services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .services-right-contain, .form-right-wrapper {
    width: 100%;
  }

  .form-heading-28px {
    font-size: 32px;
  }

  .contact-page-wrap {
    width: 90%;
    margin-bottom: 140px;
  }

  .contact-heading-64px {
    font-size: 54px;
  }

  .contact-left-wrap.heading-top-margin {
    margin-top: 50px;
  }

  .reviews-main-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-cards-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .review-cards-left-wrap, .review-cards-right-wrap {
    width: 48%;
  }

  .review-hero-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .review-left-contain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .about-hero-heading {
    font-size: 70px;
  }

  .about-hero-wrapper.about-2 {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 60px;
  }

  .about-image-contain {
    margin-bottom: 60px;
  }

  .about-image-bottom-left {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .about-me-middle-top {
    bottom: 25%;
  }

  .about-line {
    bottom: 37%;
    right: -16%;
  }

  .about-line-2 {
    bottom: 15%;
    left: 20%;
  }

  .work-heading {
    max-width: none;
    font-size: 42px;
  }

  .together-grid {
    grid-column-gap: 120px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }

  .create-images {
    width: 50%;
  }

  .create-images._2, .create-images._3 {
    width: 40%;
  }

  .clients-black-section {
    padding-bottom: 140px;
  }

  .clients-black-section.black {
    margin-bottom: 0;
  }

  .client-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .client-logo-container.last {
    margin-right: 47px;
  }

  .client-logo-container.last.hide {
    display: none;
  }

  .client-text {
    font-size: 200px;
    top: -4%;
  }

  .footer-top-right {
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    display: flex;
  }

  .subscribe-text {
    max-width: 200px;
  }

  .cta-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .about-hero-image-wrap {
    margin: 20px auto 60px;
    left: 0%;
  }

  .about-hero-image {
    border-radius: 20px;
  }

  .about-hero-heading-2 {
    font-size: 54px;
  }

  .creative-text-wrapper {
    flex-direction: column;
  }

  .creative-heading-64px {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
    font-size: 54px;
  }

  .creative-paragraph {
    width: 100%;
  }

  .power-heading {
    font-size: 70px;
  }

  .about-left-info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 45%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._28px-text {
    font-size: 22px;
  }

  .about-right-info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 45%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .create-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .create-heading-48px {
    font-size: 42px;
  }

  .trusted-section {
    margin-bottom: 140px;
  }

  .trusted-logos-wrapper {
    grid-column-gap: 40px;
  }

  .websites-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .create-text {
    font-size: 20px;
  }

  .blog-hero-wrapper {
    margin-bottom: 180px;
  }

  .blog-heading-64px {
    font-size: 54px;
  }

  .blog-heading-64px._90 {
    width: 90%;
    font-size: 54px;
  }

  .blog-contain {
    max-width: 500px;
  }

  .collection-list-blog {
    flex-direction: column;
  }

  .collection-item-blogs.page-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .blog-tab-link {
    margin-right: 10px;
  }

  .collection-list-blogs {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-page-2 {
    border-radius: 10px;
    flex-wrap: wrap;
  }

  .blog-heading-white {
    z-index: 2;
    width: 90%;
    font-size: 54px;
    position: relative;
  }

  .blog-wrapper-page-3 {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .blog-tabs {
    width: 100%;
  }

  .blog-template-hero {
    padding-top: 20px;
  }

  .template-hero-image {
    height: 500px;
  }

  .blog-top-info {
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-hero-heading {
    font-size: 50px;
  }

  .blog-content-contain {
    flex-direction: column-reverse;
  }

  .share-icons-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    margin-top: 40px;
  }

  .blog-rich-text {
    width: 100%;
  }

  .share-text {
    margin-bottom: 0;
    font-size: 24px;
  }

  .share-icon {
    margin-bottom: 0;
  }

  .author-block {
    margin-bottom: 100px;
  }

  .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-heading-64px {
    margin-bottom: 60px;
    font-size: 54px;
  }

  .project-tab-links {
    background-color: var(--white);
  }

  .project-wrap {
    max-width: 400px;
  }

  .project-image-wrap {
    height: 400px;
  }

  .projects-image.projects-home-3 {
    max-width: 60%;
  }

  .projects-image.projects {
    width: 80%;
  }

  .project-top-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .project-info-left {
    width: 100%;
    margin-bottom: 100px;
  }

  .projects-image-contain {
    width: 80%;
    position: static;
  }

  .project-rich-text-contain {
    margin-bottom: 140px;
  }

  .project-rich-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-info-text {
    padding-left: 0;
  }

  .collection-list-shop {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

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

  .collection-item-projects._3-column {
    justify-content: center;
    width: 100%;
  }

  .collection-item-projects.home-3 {
    width: 100%;
  }

  .product-hero-wrapper {
    flex-direction: column-reverse;
  }

  .product-images-wrap {
    align-items: center;
    width: 100%;
  }

  .product-info-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .nav-dropdown.w--open {
    border: 1px #000;
  }

  .blog-right-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-left: 0%;
    padding-top: 60px;
    display: flex;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .utility-page-content._404 {
    flex-direction: column-reverse;
  }

  .utility-page-form {
    margin-bottom: 60px;
  }

  .blog-search {
    width: 100%;
  }

  .social-media-wrapper {
    width: 48%;
  }

  .subscribe-wrap {
    flex-direction: column;
    width: 48%;
    margin-bottom: 24px;
    display: flex;
  }

  .subscribe-button {
    text-align: center;
    background-image: none;
  }

  .testimonial-slide-wrap {
    width: 80%;
  }

  .testimonial-big-text {
    font-size: 28px;
    line-height: 140%;
  }

  .testimonial-name-24px {
    font-size: 22px;
  }

  .testimonial-position-20px {
    font-size: 18px;
  }

  .circle-background.left-home {
    height: auto;
    top: -40%;
  }

  .circle-background.left {
    height: auto;
    top: -38%;
    left: -62%;
  }

  .circle-background.left.projects {
    top: -26%;
    left: -70%;
  }

  .circle-background.left.project-details {
    height: auto;
    top: -47%;
    left: -56%;
  }

  .circle-background.left.reviews {
    left: -65%;
  }

  .circle-background.left.reviews-2 {
    top: -19%;
    left: -55%;
  }

  .circle-background.left.blog-page-1 {
    top: -57%;
    left: -51%;
  }

  .circle-background.left.blog-2 {
    left: -61%;
  }

  .circle-background.left.shop {
    left: -60%;
  }

  .circle-background.right {
    height: auto;
    top: -16%;
    right: -61%;
  }

  .circle-background.right.projects {
    height: auto;
    top: -18%;
    right: -68%;
  }

  .circle-background.right.reviews {
    top: -7%;
    right: -68%;
  }

  .circle-background.right.reviews-2 {
    top: -5%;
    right: -62%;
  }

  .circle-background.right.about-right {
    top: -16%;
    right: -62%;
  }

  .circle-background.right.blog-page-1 {
    right: -67%;
  }

  .circle-background.right.blog-2 {
    top: -15%;
  }

  .circle-background.right.shop {
    top: -16%;
  }

  .circle-background.review {
    height: auto;
    top: 1%;
  }

  .circle-background.course {
    height: auto;
    top: -16%;
    right: -61%;
  }

  .circle-background.course-left {
    height: auto;
    top: -32%;
    left: -62%;
  }

  .circle-background.about-1 {
    height: auto;
    left: -60%;
  }

  .circle-background.left-course {
    height: auto;
    left: -68%;
  }

  .circle-background.course-right {
    height: auto;
    top: -31%;
    right: -65%;
  }

  .circle-background.blog-3-left {
    height: auto;
    top: -108%;
    left: -56%;
  }

  .circle-background.blog-3-right {
    height: auto;
    top: -65%;
    right: -69%;
  }

  .project-image-60 {
    max-width: 80%;
  }

  .testimonial-wrapper {
    padding-top: 140px;
  }

  .testimonial-tabs {
    flex-direction: column-reverse;
  }

  .tabs-menu-testimonial {
    flex-direction: row;
    max-width: none;
  }

  .testimonial-tab-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .testimonial-text-32px {
    font-size: 26px;
  }

  .main-testimonial-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .main-testimonial-image {
    left: 40px;
  }

  .testimonial-black-image {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-right-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-black-bottom {
    margin-top: 60px;
  }

  .project-vary-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .project-vary-wrap, .project-vary-wrap.right, .project-vary-wrap.left {
    margin-top: 40px;
  }

  .watch-lightbox {
    position: static;
  }

  .projects-top-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow {
    right: 12%;
  }

  .slider-arrow.right {
    right: 0%;
  }

  .goals-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slide-wrapper, .testimonial-slide-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .left-arrow-testimonial {
    width: 45px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .right-arrow-testimonial {
    width: 45px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .testimonial-light-box {
    margin-right: auto;
  }

  .testimonial-light-box.right {
    margin-left: auto;
  }

  .testimonial-text-container {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .course-bottom-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .save-up-wrap {
    justify-content: flex-start;
    margin-left: 0;
  }

  .price-arrow {
    margin-right: 0;
    display: none;
    position: absolute;
    top: -132px;
    left: 165px;
  }

  .save-upto-text {
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
  }

  .course-hero-wrapper {
    width: 90%;
  }

  .course-top-left {
    align-items: center;
  }

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

  .course-top-right {
    align-items: center;
  }

  .course-name-heading {
    text-align: center;
    font-size: 50px;
    line-height: 130%;
  }

  .course-hero-bottom {
    flex-direction: column;
  }

  .price-contain {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .course-rich-text {
    width: 90%;
  }

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

  .course-wrap-left {
    width: 100%;
  }

  .course-wrap-right {
    width: 80%;
  }

  .design-resources-wrapper.center {
    padding-bottom: 100px;
  }

  .tabs-menu-dr {
    justify-content: flex-start;
    position: static;
  }

  .design-resources-tab, .past-work-link {
    margin-top: 40px;
  }

  .pw-text {
    font-size: 35px;
  }

  .pw-paragraph {
    max-width: 260px;
    font-size: 18px;
  }

  .pw-arrow {
    max-width: 40px;
    margin-left: 10px;
  }

  .testimonial-right-arrow {
    left: 7%;
  }

  .dr-blog-contain {
    flex-direction: column;
  }

  .blog-link-info {
    width: 100%;
  }

  .blog-category {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-heading-60px {
    font-size: 40px;
  }

  .blog-link-paragraph {
    font-size: 22px;
  }

  .menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--gradient-1);
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .menu-button.white {
    color: var(--white);
  }

  .menu-button.contact-vumu {
    color: #172b4d;
  }

  ._404-image {
    width: 90%;
  }

  ._404-heading {
    text-align: center;
    font-size: 120px;
    font-style: normal;
  }

  .passwordf-block {
    margin-bottom: 60px;
  }

  .style-guide-main-content {
    width: 100%;
  }

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

  ._22-px {
    font-size: 20px;
  }

  .overview-grid {
    flex-direction: column;
    width: 100%;
  }

  .columns-contain {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .dropdown-lists.w--open {
    width: 80%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
    left: -26%;
  }

  .nav-dropdowns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdowns.nav, .nav-dropdowns._1-row, .nav-dropdowns._1-row-2-column {
    max-width: 310px;
    display: block;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-projects {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .collection-list-projects.projects-page, .collection-list-projects.project-details {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .overview-image-wrapper {
    max-width: 350px;
  }

  .overview-top-wrapper {
    width: 90%;
  }

  .overview-grids {
    flex-direction: column;
  }

  .overview-grids._2-column {
    display: flex;
  }

  .overview-wrap {
    flex-direction: column;
  }

  .overview-links-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .add-cart-button {
    max-width: 400px;
  }

  .hero-images-contain {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    margin-right: 0%;
    position: relative;
    overflow: hidden;
  }

  .hero-testimonials-contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-testimonial-wrapper {
    position: static;
    left: 33%;
  }

  ._100px-links {
    margin-right: 100px;
  }

  .cta-big-texts {
    font-size: 50px;
  }

  .cta-big-texts.dont-shrink {
    font-size: 70px;
  }

  .blog-mask {
    max-width: 500px;
  }

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

  .arrow-blog {
    margin-left: 0;
  }

  .collection-list-course {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

  .collection-list-blog-featured {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .menu-button-2.w--open {
    color: #b16cea;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .menu-button-2.white {
    color: #fff;
  }

  .nav-link-2 {
    display: flex;
  }

  .grid-2.top-margin {
    display: block;
  }

  .wrapper-1160px {
    flex-direction: column;
    max-width: 600px;
  }

  .sticky-pricing-text-div {
    width: 100%;
  }

  .sticky-pricing-sub-heading {
    font-size: 24px;
  }

  .sticky-pricing-sub-heading.h2-heading {
    font-size: 42px;
  }

  .sticky-pricing-para-text {
    font-size: 20px;
  }

  .sticky-pricing-inner-div {
    border-style: solid;
    border-radius: 5px;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .sticky-pricing-inner-div.super-hot {
    border-style: solid;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .sticky-pricing-inner-div.first {
    border-style: solid;
    width: 100%;
    margin-top: 0;
  }

  .sticky-pricing-inner-div.last {
    border-style: solid;
    margin-left: 0;
  }

  .reading-feature-headings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .check-img {
    width: 25px;
  }

  .text {
    font-size: 16px;
  }

  .sticky-pricing-grid {
    object-fit: fill;
    flex-flow: column;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .feature-grid-title {
    font-size: 16px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3, h4 {
    font-size: 30px;
  }

  p, li {
    font-size: 20px;
  }

  .h5-heading-white.newsletter {
    font-size: 40px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .licensing-tag-subtext {
    text-align: left;
  }

  .licensing-image-and-text-wrapper {
    padding: 30px;
  }

  .licencing-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licencing-image-item {
    height: 200px;
  }

  .reference-headings, .reference-headings.white {
    font-size: 54px;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .wrapper-changelog {
    width: 90%;
  }

  .wrapper-changelog.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-contain-hero {
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 115%;
  }

  .hero-paragraph {
    font-size: 20px;
  }

  .hero-paragraph.homepage-3 {
    font-size: 18px;
  }

  .cta-button, .trust-paragraph {
    font-size: 20px;
  }

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

  .logos {
    margin-right: 0;
  }

  .services-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-2-center {
    max-width: 420px;
    font-size: 40px;
  }

  .services-grid {
    grid-column-gap: 60px;
  }

  .h6-heading {
    font-size: 18px;
  }

  .projects-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .projects-grid, .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stats-contain {
    max-width: 450px;
  }

  .stat-number._60px {
    font-size: 42px;
  }

  .about-me-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 180px;
  }

  .about-me-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-me-floating-image {
    right: 0%;
  }

  ._22px-paragraph {
    font-size: 20px;
  }

  .resource-main-wrapper {
    padding-bottom: 100px;
  }

  .resource-top-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
    max-width: 504px;
  }

  .h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .h2-heading.left._50 {
    width: 100%;
    max-width: none;
  }

  .h2-heading.center {
    max-width: none;
  }

  .view-more-link {
    margin-top: 20px;
  }

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

  .resource-title {
    font-size: 26px;
    line-height: 140%;
  }

  .newsletter-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .newsletter-form-block {
    width: 90%;
    max-width: 400px;
  }

  .form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-text-field {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .submit-button {
    background-position: 65% 53%, 0 0;
    width: auto;
    height: 70px;
    font-size: 20px;
  }

  .form-text {
    text-align: center;
    font-size: 16px;
  }

  .awards-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .logos-row-contain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid rgba(0, 0, 0, .1);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -1px;
    display: grid;
  }

  .logos-row-contain.last {
    border: 1px solid rgba(0, 0, 0, .1);
  }

  .logo-contain {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 130px;
  }

  .logo-contain.last {
    border-style: solid none solid solid;
    border-color: rgba(0, 0, 0, .1) rgba(255, 255, 255, .1) rgba(255, 255, 255, .1) rgba(0, 0, 0, .1);
  }

  .logo-contain.white-border {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .logo-contain.white-border._2 {
    border-right-style: none;
  }

  .award-logo {
    max-width: 60%;
  }

  .pricing-section.black {
    margin-bottom: 40px;
  }

  .pricing-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .price-block.margin-pricing-card.superhot.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .price {
    font-size: 60px;
  }

  .faq-question {
    margin-right: 0;
    font-size: 20px;
  }

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

  .faq-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .instagram-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-text-60px {
    font-size: 40px;
  }

  .work-arrow-image.home {
    max-width: 25px;
    margin-top: 5px;
  }

  .footer-bottom-wrapper.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .home-hero-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .home-hero-wrapper.homepage-3 {
    padding-bottom: 300px;
  }

  .home-hero-wrapper.about-3 {
    padding-bottom: 0;
  }

  .hero-image-home-2 {
    width: 60%;
  }

  .home-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .hero-mail-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .top-left-contain, .bottom-left-contain, .bottom-right-container {
    max-width: none;
  }

  .entrust-heading {
    text-align: center;
    max-width: 300px;
    font-size: 30px;
  }

  .steps-wrapper {
    padding-bottom: 120px;
  }

  .button-gradient {
    font-size: 20px;
  }

  .cta-big-text {
    font-size: 36px;
  }

  .steps-top-wrapper {
    flex-direction: column;
  }

  .steps-h2-heading {
    margin-bottom: 20px;
  }

  .steps-h2-heading.white {
    max-width: 400px;
  }

  .steps-h2-heading.small, .steps-tops-paragraph {
    max-width: none;
  }

  .work-with-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-h5-heading {
    font-size: 40px;
  }

  .showreel-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .showreel-paragraph {
    font-size: 20px;
  }

  .showreel-right-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .showreel-video {
    max-width: 400px;
    height: auto;
  }

  .showreel-image {
    height: auto;
  }

  .awards-main-heading {
    font-size: 40px;
  }

  .copyright-text {
    margin-top: 16px;
    font-size: 16px;
  }

  ._90px-h1-heading {
    font-size: 54px;
  }

  ._90px-h1-heading.reduce-font-size.reduce-width {
    font-size: 40px;
  }

  .floating-image-contain {
    top: -25%;
  }

  .floating-image-contain._2 {
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .black-div, .white-div {
    display: none;
  }

  .entrust-grid {
    grid-column-gap: 40px;
  }

  .grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .heading-contain {
    margin-bottom: 60px;
  }

  .create-heading, .create-heading.home-3 {
    font-size: 40px;
  }

  .watch-button {
    margin-top: 10px;
    position: static;
  }

  .points-grid {
    justify-content: center;
  }

  .work-with-point-contain._4 {
    margin-top: 40px;
  }

  .work-text.left {
    font-size: 18px;
  }

  .dot {
    display: none;
  }

  .testimonial-main-wrapper {
    padding-bottom: 140px;
  }

  .testimonial-contain.blue.middle {
    left: 30px;
  }

  .stats-wrap {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .awards-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .award-card {
    max-width: none;
  }

  ._40px-arrow {
    max-width: 24px;
    margin-top: 5px;
    margin-left: 20px;
  }

  ._40px-arrow.train {
    max-width: 100%;
  }

  .footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .footer-paragraph-16px {
    text-align: center;
  }

  .h1-64px-heading {
    font-size: 50px;
  }

  .image-contain-right {
    width: 100%;
  }

  .testimonial-hero-contain {
    flex-direction: column;
    align-items: center;
  }

  .trusted-by {
    margin-bottom: 20px;
  }

  .logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .logos-wrap.about {
    justify-content: center;
  }

  .logos-wrap.homepage-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .logo-home-4.about {
    margin-right: 20px;
  }

  .solutions-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .solution-number {
    margin-right: 20px;
  }

  .solution-text {
    font-size: 32px;
  }

  .goals-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .goals-main-paragraph {
    font-size: 18px;
  }

  .connect-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .connect-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-main-wrapper {
    width: 90%;
    padding: 90px 40px;
  }

  .hero-wrapper-homepage-5 {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  ._96px-heading {
    text-align: left;
    font-size: 36px;
  }

  ._96px-heading._1 {
    margin-bottom: 5px;
  }

  ._96px-heading._2, ._96px-heading._3 {
    margin-left: 0;
  }

  .heading-part._1 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .heading-part._3 {
    justify-content: center;
  }

  .rectangle-call-button {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .rectangle-call-button.overview {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-form {
    width: 500px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-heading {
    font-size: 40px;
  }

  .services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .send-message-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-heading-28px {
    font-size: 30px;
  }

  .contact-page-wrap {
    margin-bottom: 100px;
  }

  .contact-heading-64px {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .contact-flex-wrap {
    flex-direction: column-reverse;
  }

  .contact-paragraph {
    margin-bottom: 40px;
  }

  .fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .reviews-cards-wrapper {
    flex-direction: column;
  }

  .review-cards-left-wrap {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .review-cards-right-wrap {
    align-items: center;
    width: 100%;
  }

  .about-hero-heading {
    font-size: 54px;
  }

  .about-hero-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .about-image-contain {
    height: 500px;
    margin-top: -120px;
  }

  .about-image-bottom-left {
    bottom: 5%;
  }

  .about-me-middle-top {
    bottom: 19%;
  }

  .about-line {
    bottom: 53%;
  }

  .about-line-2 {
    bottom: 3%;
  }

  .work-heading {
    font-size: 40px;
  }

  .together-grid {
    grid-column-gap: 40px;
  }

  .about-images-contain {
    height: 550px;
  }

  .clients-heading {
    width: 90%;
  }

  .client-logos-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .client-logo-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .client-logo-container.last {
    margin-right: 0;
  }

  .client-text {
    font-size: 150px;
  }

  .footer-top-left {
    align-items: center;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .footer-top-right {
    max-width: 400px;
  }

  .subscribe-text {
    max-width: none;
  }

  .cta-wrapper {
    justify-content: space-between;
  }

  .about-hero-image-wrap {
    width: 90%;
  }

  .about-hero-heading-2 {
    font-size: 50px;
  }

  .creative-text-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .creative-heading-64px {
    font-size: 50px;
  }

  .power-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .power-heading {
    font-size: 54px;
  }

  .client-bottom-text {
    font-size: 40px;
  }

  .about-left-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  ._28px-text {
    font-size: 18px;
  }

  .about-right-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .create-heading-48px {
    font-size: 40px;
  }

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

  .trusted-logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-hero-wrapper {
    margin-bottom: 100px;
  }

  .blog-heading-64px, .blog-heading-64px._90 {
    font-size: 50px;
  }

  .blog-contain {
    max-width: 400px;
  }

  .blog-contain.horizontal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image-contain, .blog-thumbnail-image {
    height: 300px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-heading-2 {
    text-align: center;
  }

  .tabs-menu-page-1 {
    flex-wrap: wrap;
  }

  .blog-tab-link {
    margin-bottom: 10px;
  }

  .collection-list-blogs {
    grid-template-columns: 1fr;
  }

  .collection-item-blog-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .blog-content {
    margin-left: 20px;
  }

  .blog-heading-white {
    width: 90%;
    font-size: 50px;
  }

  .collection-list-wrapper-4 {
    justify-content: center;
  }

  .collection-list-blog-3 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    justify-content: center;
  }

  .collection-item-blog-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blog-top-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-hero-heading {
    font-size: 40px;
  }

  .blog-description-template, .blog-date, .read-time {
    font-size: 20px;
  }

  .share-icons-wrapper {
    justify-content: space-between;
    width: 60%;
  }

  .blog-rich-text blockquote {
    margin-left: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .share-text {
    font-size: 22px;
  }

  .projects-page-wrapper {
    padding-bottom: 80px;
  }

  .project-heading-64px {
    font-size: 50px;
  }

  .project-tab-links {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .tabs-menu {
    margin-bottom: 80px;
  }

  .project-wrap {
    max-width: 520px;
    margin-bottom: 0;
  }

  .projects-image.projects-home-3 {
    max-width: 60%;
  }

  .projects-image.projects {
    width: 60%;
  }

  .project-description._22px {
    font-size: 20px;
  }

  .project-rich-text blockquote {
    margin-left: 10px;
    font-size: 20px;
  }

  .project-rich-text ul {
    margin-left: 0;
  }

  .project-rich-text li {
    font-size: 20px;
  }

  .product-info-text {
    padding-left: 0;
  }

  .collection-list-shop {
    grid-template-columns: 1fr;
  }

  .collection-item-projects {
    width: 100%;
  }

  .product-hero-wrapper {
    padding-top: 60px;
  }

  .collection-list-wrapper-shop-temp {
    justify-content: center;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .blog-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-media-wrapper, .subscribe-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-button {
    text-align: center;
    background-image: none;
  }

  .testimonial-slide-wrap {
    width: 65%;
  }

  .testimonial-big-text {
    font-size: 24px;
  }

  .testimonial-big-text.left, .testimonial-big-text.left-black {
    font-size: 26px;
  }

  .testimonial-image-80px {
    max-width: 50px;
    height: 50px;
  }

  .testimonial-name-24px {
    font-size: 18px;
  }

  .testimonial-position-20px {
    font-size: 16px;
  }

  .circle-background.left-home {
    top: -19%;
    left: -54%;
  }

  .circle-background.left.projects {
    top: -15%;
    left: -59%;
  }

  .circle-background.left.project-details {
    top: -33%;
  }

  .circle-background.left.reviews {
    top: -13%;
  }

  .circle-background.left.reviews-2 {
    top: -14%;
  }

  .circle-background.left.blog-page-1 {
    top: -44%;
  }

  .circle-background.left.blog-2 {
    top: -25%;
    left: -60%;
  }

  .circle-background.left.shop {
    top: -16%;
  }

  .circle-background.right.projects {
    top: -5%;
  }

  .circle-background.right.reviews {
    top: -3%;
  }

  .circle-background.right.reviews-2 {
    top: 7%;
  }

  .circle-background.right.blog-page-1 {
    top: -5%;
  }

  .circle-background.right.blog-2 {
    top: -9%;
    right: -72%;
  }

  .circle-background.right.shop {
    top: -6%;
  }

  .circle-background.review {
    top: 5%;
    right: -64%;
  }

  .circle-background.course {
    top: -9%;
    right: -72%;
  }

  .circle-background.course-left {
    top: -13%;
  }

  .circle-background.left-course {
    top: -45%;
  }

  .circle-background.blog-3-left {
    top: -69%;
  }

  .circle-background.blog-3-right {
    top: -25%;
  }

  .project-wrapper-horizontal {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .project-left-contain {
    width: 100%;
  }

  .project-heading-40px {
    font-size: 30px;
  }

  .project-image-50 {
    width: 100%;
    max-width: 420px;
    margin-top: 60px;
  }

  .testimonial-wrapper {
    padding-bottom: 100px;
  }

  .testimonial-text-32px {
    font-size: 22px;
  }

  .testimonial-names {
    font-size: 20px;
  }

  .project-vary-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .project-vary-wrap, .project-vary-wrap.right, .project-vary-wrap.left {
    margin-top: 40px;
  }

  .project-vary-wrap.top {
    margin-top: 0;
  }

  .create-line-1 {
    top: -12%;
  }

  .slider-arrow {
    right: 14%;
  }

  .goals-image {
    width: 100%;
  }

  .left-arrow-testimonial {
    width: 50px;
    right: 7%;
  }

  .right-arrow-testimonial {
    width: 50px;
  }

  .testimonial-light-box {
    width: 70%;
  }

  .course-text-24px {
    font-size: 20px;
  }

  .course-name {
    font-size: 30px;
  }

  .hero-top-wraper {
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .course-top-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 180px;
  }

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

  .subtitle-text.hide {
    display: none;
  }

  .course-name-heading {
    font-size: 40px;
  }

  .course-description {
    font-size: 18px;
  }

  .course-info-wrapper {
    padding-top: 120px;
  }

  .course-wrap-right {
    width: 100%;
  }

  .design-resources-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .design-resources-wrapper.blue {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .design-resources-wrapper.center {
    padding-bottom: 100px;
  }

  .past-work-link {
    flex-direction: column;
  }

  .pw-paragraph {
    max-width: none;
    margin-top: 20px;
  }

  .pw-heading-wrap {
    margin-top: 20px;
  }

  .testimonial-right-arrow {
    left: 10%;
  }

  .blog-category {
    margin-right: 20px;
    font-size: 20px;
  }

  .blog-heading-60px {
    font-size: 34px;
  }

  .blog-link-paragraph {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .awards-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button.w--open {
    color: var(--gradient-1);
  }

  .webflow-link {
    color: var(--white);
    text-decoration: none;
    transition: color .2s;
  }

  .webflow-link:hover {
    color: #599ffa;
  }

  ._404-image {
    width: 90%;
  }

  ._404-heading {
    font-style: normal;
  }

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

  ._22-px {
    font-size: 20px;
  }

  .columns-contain {
    flex-wrap: wrap;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-lists.w--open {
    width: 90%;
    left: -128px;
  }

  .nav-dropdowns {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-list-projects.projects-page, .collection-list-projects.project-details {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .collection-item-project {
    width: 100%;
    max-width: 400px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .overview-image-wrapper {
    max-width: 330px;
  }

  .overview-wrap {
    width: 90%;
  }

  .hero-testimonial-wrapper {
    position: relative;
    top: -25px;
    left: auto;
  }

  ._100px-links {
    margin-right: 80px;
  }

  .cta-big-texts {
    font-size: 30px;
  }

  .cta-big-texts.dont-shrink {
    font-size: 50px;
  }

  .blog-mask {
    max-width: 400px;
  }

  .right-arrow {
    right: -103%;
  }

  .left-arrow {
    left: -103%;
  }

  .arrow-blog {
    width: 60px;
    height: 60px;
  }

  .collection-list-course {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .cta-button-2, .button-gradient-2 {
    font-size: 20px;
  }

  .menu-button-2.w--open {
    color: #b16cea;
  }

  .grid-2.top-margin {
    display: block;
  }

  .newsletter-text-field-2 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .submit-button-2 {
    background-position: 65% 53%, 0 0;
    width: auto;
    height: 70px;
    font-size: 20px;
  }

  .pricing-details-sec.detail-2.mb-100 {
    margin-bottom: 40px;
  }

  .sticky-pricing-sub-heading.h2-heading {
    text-align: left;
    max-width: 100%;
  }

  .sticky-pricing-para-text {
    font-size: 18px;
  }

  .readings-grid {
    flex-flow: column;
    justify-content: stretch;
    display: flex;
  }

  .reading-feature-headings {
    width: 100%;
    padding-left: 30px;
  }

  .tick-core-feature {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .videos-grid {
    flex-flow: column;
    display: flex;
  }

  .grid-text {
    width: 100%;
  }

  .share-grid, .landing-page-grid, .text-editor-grid, .cta-grid, .comments-grid, .e-sign-grid, .branding-grid {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 110%;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  p, li {
    font-size: 16px;
  }

  .h5-heading-white.newsletter {
    font-size: 36px;
  }

  .paragraph-22px-white {
    font-size: 20px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-image-and-text-wrapper {
    padding: 20px;
  }

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

  .licencing-image-item {
    height: 150px;
  }

  .reference-headings, .reference-headings.white {
    font-size: 46px;
  }

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

  .wrapper-changelog.updates {
    padding: 20px;
  }

  .logo-lines-contain {
    margin-right: 5px;
  }

  .logo-text {
    font-size: 24px;
  }

  .gradient-span {
    line-height: 110%;
  }

  .hero-heading {
    font-size: 48px;
    line-height: 110%;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .hero-paragraph.homepage-3 {
    font-size: 14px;
  }

  .cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cta-button.rectangle {
    padding-left: 50px;
  }

  .cta-arrow-div {
    flex: none;
  }

  .trust-paragraph {
    font-size: 18px;
  }

  .logos-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logos {
    margin-right: 0;
  }

  .heading-2-center, .heading-2-center.projects {
    font-size: 36px;
  }

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

  .projects-wrapper {
    padding-top: 40px;
  }

  .project-contain.horizontal, .project-contain.vertical {
    flex-direction: column;
    padding-top: 32px;
  }

  .about-project {
    font-size: 16px;
  }

  .heading-2-white {
    font-size: 36px;
  }

  .stat-number {
    font-size: 50px;
    line-height: 80px;
  }

  .about-me-wrapper {
    padding-bottom: 220px;
  }

  .about-me-contain {
    margin-bottom: 140px;
  }

  .about-me-image {
    width: 100%;
  }

  .about-me-floating-image {
    width: 90%;
  }

  .about-me-text-contain {
    margin-top: 60px;
  }

  .about-me-heading {
    font-size: 36px;
  }

  ._22px-paragraph {
    font-size: 18px;
  }

  .h2-heading, .h2-heading.left {
    font-size: 36px;
  }

  .h2-heading.center {
    font-size: 30px;
  }

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

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

  .newsletter-wrapper.horizontal {
    align-items: center;
  }

  .newsletter-text-field {
    padding-left: 55px;
  }

  .submit-button {
    background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

  .pricing-section.margin-bottom.pricing-sec-mr-top {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .price-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-block.margin-pricing-card.superhot.margin-top-bottom-20, .price-block.margin-pricing-card.margin-all-side-20, .price-block.margin-pricing-card.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .price {
    font-size: 50px;
  }

  .checkmark {
    width: 100%;
    max-width: 24px;
    margin-right: 14px;
  }

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

  .faq-question {
    padding-right: 20px;
    font-size: 18px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .faq-main-wrapper.horizontal {
    padding-bottom: 60px;
  }

  .footer-text-60px {
    font-size: 36px;
  }

  .work-link-60px.home {
    flex: none;
    padding-left: 8px;
    padding-right: 0;
  }

  .work-arrow-image.home {
    max-width: 20px;
    margin-top: 14px;
    margin-left: 10px;
  }

  .column-images, .column-images._3 {
    width: 45%;
  }

  .column-images._5 {
    display: none;
  }

  .instagram-image._1 {
    margin-bottom: 0;
  }

  .nav-links-wrapper.in-menu {
    padding-left: 20px;
  }

  .hero-image-home-2 {
    width: 100%;
  }

  .top-left-contain.home {
    margin-bottom: 60px;
  }

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

  .entrust-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .entrust-heading {
    font-size: 24px;
  }

  .steps-wrapper.remove-bottom-padding.price-block.bg-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-text {
    flex: none;
    font-size: 18px;
  }

  .cta-big-text {
    margin-top: 10px;
    font-size: 24px;
  }

  .steps-h2-heading {
    font-size: 36px;
  }

  .steps-tops-paragraph {
    font-size: 18px;
  }

  .steps-tops-paragraph.increase-width {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .steps-bottom-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step-image {
    margin-top: 40px;
  }

  .work-with-grid {
    max-width: none;
  }

  .work-with-contain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-h5-heading, .showreel-heading {
    font-size: 36px;
  }

  .showreel-paragraph {
    font-size: 18px;
  }

  .awards-contain {
    align-items: flex-start;
  }

  .awards-image {
    margin-right: 20px;
  }

  .showreel-video.cms, .showreel-image.cms {
    height: 400px;
  }

  .faq-content {
    font-size: 16px;
  }

  .awards-main-heading {
    font-size: 36px;
    line-height: 120%;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  ._90px-h1-heading {
    font-size: 46px;
  }

  ._90px-h1-heading.reduce-font-size.reduce-width {
    font-size: 30px;
  }

  .entrust-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .create-heading, .create-heading.home-3, .point-heading {
    font-size: 36px;
  }

  .testimonial-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .testmonial-text-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .testmonial-text-wrap.homepage-4 {
    flex-direction: column;
  }

  .testimonial-image {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .testimonial-image.homepage-4 {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .testimonial-contain.blue.middle {
    left: 0;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-image-block {
    margin-right: 14px;
  }

  .stats-wrap.homepage-4 {
    padding-top: 100px;
  }

  .stats-wrap.homepage-5 {
    padding-top: 140px;
  }

  .award-heading {
    font-size: 36px;
  }

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

  ._40px-arrow.train {
    width: 40px;
  }

  .footer-paragraph-16px {
    font-size: 12px;
  }

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

  .footer-link-18px.black {
    font-size: 18px;
  }

  .h1-64px-heading {
    font-size: 48px;
    line-height: 110%;
  }

  .hero-paragraph-homepage-4 {
    font-size: 18px;
  }

  .star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .testimonial-wrap-home {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

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

  .testimonial-name-home {
    font-size: 14px;
    line-height: 140%;
  }

  .testimonial-hero-contain {
    margin-top: 100px;
  }

  .logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .logos-wrap.homepage-5 {
    align-content: space-between;
  }

  .logo-home-4.about.last {
    margin-top: 10px;
    margin-right: 0;
  }

  .solutions-main-heading {
    font-size: 36px;
  }

  .solutions-paragraph {
    font-size: 18px;
  }

  .solution-number {
    margin-right: 10px;
    font-size: 20px;
  }

  .solution-text {
    margin-right: 5%;
    font-size: 26px;
  }

  .solutions-arrow {
    flex: none;
  }

  .goals-main-paragraph {
    font-size: 18px;
  }

  .connect-main-heading {
    font-size: 36px;
  }

  .form-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-heading {
    font-size: 36px;
  }

  .footer-headings-wrap {
    margin-left: 16px;
  }

  .footer-info {
    font-size: 18px;
  }

  ._96px-heading._1 {
    text-align: center;
    font-size: 36px;
  }

  ._96px-heading._2 {
    font-size: 36px;
  }

  ._96px-heading._3 {
    text-align: center;
    margin-left: 0;
    font-size: 36px;
  }

  .rectangle-call-button:hover {
    background-color: var(--gradient-3);
  }

  .newsletter-right-contain {
    max-width: 100%;
  }

  .white-form {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px;
  }

  .contact-wrapper {
    padding-top: 150px;
  }

  .contact-heading {
    font-size: 36px;
  }

  .services-main-wrapper {
    padding-bottom: 40px;
  }

  .services-page-contain, .services-page-contain.reverse {
    margin-bottom: 140px;
  }

  .services-h2-heading {
    font-size: 36px;
  }

  .send-message-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-heading-28px {
    font-size: 24px;
  }

  .form-gradient-submit {
    background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-heading-64px {
    font-size: 48px;
  }

  .email-text {
    font-size: 24px;
  }

  .checkbox-field {
    margin-right: 10px;
  }

  .fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .reviews-main-wrapper.reviews-page-2 {
    padding-top: 120px;
  }

  .review-cards-right-wrap {
    margin-bottom: 0;
  }

  .review-paragraph {
    font-size: 18px;
  }

  .review-top-contain {
    flex-direction: column;
  }

  .review-divider {
    width: 100%;
    height: 1px;
    margin: 40px 0;
  }

  .about-hero-heading {
    font-size: 46px;
  }

  .about-image-contain {
    height: 350px;
  }

  .about-image-bottom-left {
    bottom: 8%;
  }

  .about-me-middle-top {
    bottom: 25%;
  }

  .about-line {
    width: 60%;
    bottom: 78%;
  }

  .about-line-2 {
    width: 50%;
    bottom: 22%;
  }

  .work-heading {
    font-size: 36px;
  }

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

  .about-images-contain {
    height: 420px;
  }

  .clients-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .client-text {
    font-size: 80px;
    top: -7%;
  }

  .footer-top-left {
    margin-bottom: 80px;
  }

  .cta-wrapper {
    justify-content: flex-start;
  }

  .about-hero-image-wrap {
    width: 100%;
  }

  .about-hero-heading-2, .creative-heading-64px {
    font-size: 48px;
  }

  .power-heading {
    font-size: 46px;
  }

  .client-bottom-text {
    font-size: 34px;
  }

  .create-heading-48px {
    font-size: 36px;
  }

  .trusted-logos-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .websites-wrapper {
    padding-bottom: 60px;
  }

  .websites-heading {
    font-size: 36px;
  }

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

  .blog-hero-wrapper {
    margin-bottom: 60px;
    overflow: visible;
  }

  .blog-heading-64px, .blog-heading-64px._90 {
    font-size: 48px;
  }

  .blog-contain {
    max-width: 280px;
  }

  .blog-contain._500px {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-contain._354px-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-contain.horizontal {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image-contain, .blog-thumbnail-image {
    height: 250px;
  }

  .categories-wrapper.template {
    flex-direction: column;
    justify-content: center;
  }

  .categories-wrapper.vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-category {
    margin-right: 10px;
  }

  .second-category, .second-category.top {
    margin-left: 0;
  }

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

  .collection-item-blogs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-wrapper.blog-page-1 {
    margin-top: 140px;
  }

  .blog-heading-2 {
    font-size: 36px;
  }

  .blog-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-info-wrapper.blog {
    align-items: center;
  }

  .dot-blog {
    display: none;
  }

  .tabs-menu-page-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-heading-white {
    font-size: 48px;
  }

  .blog-wrapper-page-3 {
    padding-top: 120px;
  }

  .tabs-menu-right {
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .tab-links-page-3 {
    margin-bottom: 10px;
  }

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

  .template-hero-image {
    height: 400px;
  }

  .blog-top-info {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-hero-heading {
    font-size: 36px;
  }

  .blog-description-template, .blog-date, .read-time {
    font-size: 18px;
  }

  .blog-dot.hide {
    display: none;
  }

  .share-icons-wrapper {
    width: 100%;
  }

  .blog-rich-text blockquote {
    margin-left: 0;
  }

  .author-description {
    font-size: 18px;
  }

  .similar-blogs-wrapper {
    margin-bottom: 100px;
  }

  .project-heading-64px {
    font-size: 48px;
  }

  .project-tab-links {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
    display: block;
  }

  .project-image-wrap {
    height: 300px;
  }

  .project-name-bold, .project-name-regular {
    font-size: 20px;
  }

  .project-description {
    font-size: 16px;
  }

  .project-description._22px {
    font-size: 18px;
  }

  .project-rich-text blockquote {
    margin-left: 10px;
    font-size: 20px;
  }

  .project-rich-text ul {
    margin-left: 0;
  }

  .project-rich-text li {
    font-size: 16px;
  }

  .more-projects-wrapper.projects {
    margin-bottom: 60px;
  }

  .product-info-text {
    padding-left: 10px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-hero-wrapper {
    margin-bottom: 140px;
  }

  .collection-item-7, .main-image-link {
    height: 250px;
  }

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

  .contact-icon {
    width: 100%;
    max-width: 36px;
  }

  .project-name-home {
    font-size: 20px;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .utility-page-content.password {
    width: auto;
  }

  .utility-page-form {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-wrapper, .subscribe-wrap, .testimonial-slide-wrap {
    width: 100%;
  }

  .testimonial-big-text.left {
    font-size: 20px;
  }

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

  .testimonial-position-20px.white {
    font-size: 14px;
  }

  .testimonial-arrow {
    top: auto;
    bottom: -23%;
    left: auto;
    right: 30%;
  }

  .testimonial-arrow.left {
    top: auto;
    bottom: -23%;
    left: 31%;
    right: auto;
  }

  .circle-background.left-home {
    top: -11%;
  }

  .circle-background.left {
    height: auto;
    top: -19%;
  }

  .circle-background.left.projects {
    top: -9%;
  }

  .circle-background.left.project-details {
    top: -26%;
  }

  .circle-background.left.reviews {
    top: -5%;
  }

  .circle-background.left.reviews-2 {
    top: -4%;
  }

  .circle-background.left.blog-page-1 {
    top: -23%;
    left: -57%;
  }

  .circle-background.left.blog-2 {
    top: -13%;
  }

  .circle-background.left.shop {
    height: auto;
    top: -11%;
    left: -65%;
  }

  .circle-background.right {
    top: -1%;
  }

  .circle-background.right.projects {
    top: 2%;
  }

  .circle-background.right.reviews {
    top: 3%;
    right: -59%;
  }

  .circle-background.right.reviews-2 {
    top: 18%;
  }

  .circle-background.right.about-right {
    top: 4%;
  }

  .circle-background.right.blog-page-1 {
    top: -1%;
    right: -75%;
  }

  .circle-background.right.blog-2 {
    top: 2%;
  }

  .circle-background.right.shop {
    height: auto;
    top: -3%;
  }

  .circle-background.review {
    top: 10%;
  }

  .circle-background.course {
    top: -2%;
    right: -50%;
  }

  .circle-background.course-left {
    top: -9%;
  }

  .circle-background.about-1 {
    top: -27%;
  }

  .circle-background.left-course {
    top: -15%;
    left: -46%;
  }

  .circle-background.course-right {
    top: 3%;
  }

  .circle-background.blog-3-left {
    top: -22%;
  }

  .circle-background.blog-3-right {
    top: 26%;
  }

  .project-heading-40px {
    font-size: 26px;
  }

  .testimonial-wrapper.white {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .testimonial-haeding-48px {
    text-align: center;
    font-size: 36px;
  }

  .testimonial-text-32px {
    font-size: 22px;
  }

  .testimonial-names {
    font-size: 18px;
  }

  .main-testimonial-image {
    left: 20px;
  }

  .testimonial-black-image {
    max-width: 300px;
  }

  .create-line-2 {
    bottom: -7%;
  }

  .project-slider-wrap {
    margin-top: 60px;
  }

  .mask {
    max-width: 290px;
  }

  .project-slide {
    max-width: 290px;
    margin-right: 20px;
  }

  .project-slide-wrap {
    max-width: 290px;
  }

  .slider-image-contain {
    height: 280px;
  }

  .project-slide-image {
    width: 70%;
  }

  .slider-arrow {
    top: -22%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .slider-arrow.right {
    top: -22%;
    bottom: auto;
    left: 30%;
    right: auto;
  }

  .goal-headings-wrap {
    margin-left: 24px;
  }

  .goal-paragraph {
    font-size: 16px;
  }

  .testimonial-slide-wrapper {
    padding-bottom: 100px;
  }

  .left-arrow-testimonial {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow-testimonial {
    width: 50px;
    top: auto;
    bottom: 0%;
    left: 10%;
    right: auto;
  }

  .testimonial-light-box {
    width: 100%;
  }

  .course-text-24px {
    font-size: 20px;
  }

  .course-name {
    font-size: 26px;
  }

  .course-top-left {
    max-width: 140px;
  }

  .course-top-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-name-heading {
    font-size: 36px;
  }

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

  .button-text-white {
    font-size: 18px;
  }

  .trailer-link {
    width: 100%;
  }

  .special-offer-text {
    margin-right: 0;
  }

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

  .price-text-gradient {
    margin-top: 10px;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .course-details-wrap.related {
    margin-top: 120px;
  }

  .design-resources-wrapper.center {
    padding-top: 0;
  }

  .tabs-menu-dr {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }

  .dr-tab-link {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 0;
    display: flex;
  }

  .dr-tab-link-rectangle {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .past-work-wrapper {
    padding-top: 140px;
  }

  .pw-heading-wrap {
    width: 100%;
  }

  .testimonial-right-arrow {
    left: 15%;
  }

  .dr-blog-contain {
    flex-direction: column;
  }

  .blog-category {
    margin-bottom: 20px;
  }

  .blog-heading-60px {
    font-size: 28px;
  }

  .blog-link-paragraph {
    font-size: 18px;
  }

  .menu-button.white.display-none {
    display: none;
  }

  .testimonial-top-wrap, ._404-image {
    width: 90%;
  }

  ._404-heading {
    text-align: center;
    font-size: 80px;
    font-style: normal;
  }

  ._404-text {
    font-size: 30px;
  }

  .form-block {
    max-width: 100%;
    margin-bottom: 0;
  }

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

  ._22-px {
    font-size: 18px;
  }

  .columns-contain {
    width: 100%;
  }

  .navigation-drop-container.home {
    padding: 0;
  }

  .dropdown-links.navbar {
    padding: 20px;
  }

  .dropdown-lists.w--open {
    left: -10%;
  }

  .collection-item-project {
    padding-left: 0;
    padding-right: 0;
  }

  .work-with-contain-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .overview-image-text {
    height: 80px;
    padding-left: 0;
  }

  .hero-testimonial-wrapper {
    font-size: 18px;
  }

  ._100px-links {
    margin-right: 60px;
  }

  .cta-big-texts {
    margin-top: 10px;
    font-size: 24px;
  }

  .white-banner-heading {
    font-size: 40px;
  }

  .blog-mask {
    max-width: 280px;
  }

  .right-arrow {
    width: auto;
    top: auto;
    bottom: -15%;
    left: auto;
    right: 25%;
  }

  .left-arrow {
    width: auto;
    top: auto;
    bottom: -15%;
    left: 25%;
    right: auto;
  }

  .arrow-blog {
    box-shadow: 0 24px 80px rgba(13, 14, 16, .12);
  }

  .blog-tab-link-page-2 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cta-button-2.rectangle {
    padding-left: 50px;
  }

  .lead-text {
    font-size: 20px;
  }

  .grid-2.top-margin {
    grid-auto-flow: row;
    display: block;
  }

  .newsletter-text-field-2 {
    padding-left: 55px;
  }

  .submit-button-2 {
    background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

  .wrapper-1160px {
    width: 90%;
  }

  .sticky-pricing-sub-heading.h2-heading {
    font-size: 30px;
  }

  .sticky-pricing-para-text {
    font-size: 16px;
  }
}

#w-node-_857a0d10-20e2-58f8-d8ac-4338bad513e1-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad513ee-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad513f9-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad51404-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad5140d-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad51414-bad513bf, #w-node-_2f396572-4b64-8aa4-328e-5e95c5e6fe79-4c76261d, #w-node-_46e88fe4-8f4d-9997-613f-1b7139750b9a-4c76261d, #w-node-b6b6d323-82ad-e991-039e-697b829214c1-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214ce-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214d9-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214e4-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214ed-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214f4-8292149f, #w-node-_6681005b-5276-f1bc-9ed0-77b53f8f6816-f49cf748, #w-node-efaf0a14-188b-fa6f-a000-05c31ff70eda-f49cf748, #w-node-_26b5df1f-d431-5e41-7749-86b2bd4adb60-f49cf748, #w-node-bf72541e-837f-2db5-c6e9-5224c0460a32-519cf749, #w-node-_60bc9c26-2fa7-4f88-1e46-546b38728c18-519cf749, #w-node-_67771609-696b-8029-74c8-9a3423cde1bd-519cf749, #w-node-_5bbb180e-ab4b-71dc-5f48-490635d49f2e-519cf749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97256513-8134-b29b-ca8e-df13ba285c6e-a49cf74a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fbb30c9-52df-fee3-a643-bd6c140177b3-a49cf74a, #w-node-e82886b8-0334-b790-d52e-32daf7850c6a-a49cf74a, #w-node-_1e245fda-4c9e-89ff-edff-714eae77db55-a49cf74a, #w-node-aeb17bcb-49ab-53e1-be82-8ce28baf5b86-a49cf74a, #w-node-f509be92-041d-ead3-8e93-ef1508f73042-099cf75b, #w-node-_94a1b623-dc66-4870-a6e2-5486ea49865a-099cf75b, #w-node-_864d21d2-8834-2c13-6163-e85e0a3c289f-099cf75b, #w-node-_8c3c3049-c25e-e87c-7025-45bfe67ff329-099cf75b, #w-node-_11f10e08-2f65-16b8-7e54-67cff2edb86d-099cf75b, #w-node-_622234d9-7e0c-8ce2-648d-8e15b1a4241b-099cf75b, #w-node-_59b0dfd6-1d80-cea0-beb1-be1cc8019085-099cf75b, #w-node-_72cea9a1-7a31-7885-b576-b79baa6ba605-099cf75b, #w-node-c9552dab-43d3-22be-df11-47488a96113a-099cf75b, #w-node-_28e2c3e2-7fba-c4bf-53a2-5c349d0366e4-099cf75b, #w-node-_7cbfd6e0-5cb5-2684-a3ca-807577981d8a-099cf75b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdffe755-6fa2-3b59-fc40-a572163c00a9-45aec644 {
  align-self: center;
}

#w-node-b9e50b15-27d5-39a2-9fdb-d5ad1d541858-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9276fd7-6d11-a82c-838f-cf56b646c798-45aec644, #w-node-_1ce98fbf-9a5d-429d-d1ac-1e00770f7f02-45aec644, #w-node-f8bc687a-38d7-c4f6-2c08-88de0a4b6879-45aec644, #w-node-_2dc70ec7-91f2-d2fa-318d-3dab4ca13c55-45aec644, #w-node-_5e68d88b-c598-4578-5617-66ac6371b188-45aec644, #w-node-_3dc59253-d614-2f6c-b8f3-7a9279f54d5a-45aec644, #w-node-c9386185-d263-6256-533b-296210f4a04f-45aec644, #w-node-_00f25129-7096-b855-d7b1-70fa63ed660c-45aec644, #w-node-_56128f98-8725-0fe6-5043-1efd1e835a6c-45aec644, #w-node-_823c28cc-1b0e-6afd-52d7-d8d0802232d9-45aec644, #w-node-_45d1a733-e39d-ce7d-ce53-21abbd1b968c-45aec644, #w-node-a54a6832-2a01-a85c-109f-09bda25cc57d-45aec644, #w-node-_992a3c02-e2a2-e560-3109-cbbf58205713-45aec644, #w-node-e248f9fc-d727-b2cc-9d54-11cf1a40e3ff-45aec644, #w-node-_73308df5-deab-2eeb-de1a-5376b9c4517f-45aec644, #w-node-_634cbb76-d542-8dda-c9a0-d9dbd9302ea3-45aec644, #w-node-_036dcdbc-8d2d-2f9d-1ba4-70a5fe9733c7-45aec644, #w-node-_9a2a4c74-461b-fe3a-ba2c-e9a742970122-45aec644, #w-node-_17772c59-264e-44c1-82d7-76775deba80b-45aec644, #w-node-f6ed1e4a-2458-054e-643b-42d2cbcbb6fc-45aec644 {
  align-self: center;
}

#w-node-ca6c444d-6a92-1156-548d-3d3160938e27-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98eb58ec-2923-a0bb-f435-6b40bae85763-45aec644, #w-node-_08fb3be4-af28-0519-9a2c-cc70773be256-45aec644, #w-node-_109954d7-ab10-67d6-c61b-a3807de50cd0-45aec644, #w-node-c548f522-c69a-c387-2621-1f7d9ac4a01c-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-_7da7c893-166c-5cf4-6efb-91637888b446-45aec644, #w-node-_21cbb2f4-7906-31b7-e24f-a653cad9bb09-45aec644, #w-node-_4c14957a-2bc1-f4d1-e3e4-0143175b291c-45aec644, #w-node-aede12e8-3c60-864c-4269-ab27aecacdcd-45aec644 {
  align-self: center;
}

#w-node-_311522d7-73f8-ccb1-e0dd-2e120cdd6727-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_67db4852-8169-e6ff-fedb-7402155c491d-45aec644, #w-node-_55e44cb0-1b9d-6bb3-ba81-fd4caddd1af4-45aec644, #w-node-_79192634-d957-a3d0-e9b8-7aca4b02bb81-45aec644, #w-node-ef0c52d1-a5ec-1b88-f698-dcf538a2609b-45aec644, #w-node-a5ccc59d-9763-5cc8-33a2-b986af0beef3-45aec644, #w-node-_98c258a1-5802-843b-2d37-8321f3e83be1-45aec644, #w-node-ef959ae1-f7e8-d7f1-f221-ba8866c38b2d-45aec644, #w-node-f6ed837e-0a56-c0a2-8b6d-86ba74dafb3b-45aec644, #w-node-a0756f83-66bd-7189-b5c6-0c9c252f4924-45aec644, #w-node-f10fd6f1-a529-2bbf-bec2-0df3702f11cb-45aec644, #w-node-c7159b7a-0788-60c5-54e2-bc591b9573c4-45aec644, #w-node-b2e1e5dc-f567-aa42-2456-684c3d469c26-45aec644, #w-node-_5cc5e90c-cd06-00d7-eb88-4c98c1a93f1a-45aec644, #w-node-_0f2a3665-4548-37a1-f186-3f1cce6a712d-45aec644, #w-node-_324d686a-bf69-f246-0784-928e915d5437-45aec644, #w-node-_79cca82a-cca7-919f-73d2-4decd1898063-45aec644, #w-node-_142589cf-b7d6-cf74-5a5c-e1d4f66e1797-45aec644, #w-node-_514dc6a8-4cea-1bde-9212-86d155dced22-45aec644, #w-node-ec801454-125a-bb70-5ab9-54e0d600c7eb-45aec644, #w-node-_3e9a254e-cc85-b336-cb43-674d21e4b994-45aec644, #w-node-_7732bf83-70f3-33f6-b94d-7e86e0660161-45aec644, #w-node-_7ec01649-0edb-952a-c144-d8afeeb19620-45aec644, #w-node-_4a7d0a67-8f84-6501-c28d-bf25f3e1bb94-45aec644, #w-node-ca189e65-91c2-3fe3-c9da-564d2b365093-45aec644, #w-node-a2e36bba-fd81-8838-ce35-e42273c24c7b-45aec644, #w-node-_7e5d7eab-c9fa-b8bd-7464-d15ece0531ce-45aec644, #w-node-_31a50ff3-f1f3-8277-eba9-fec0ef250454-45aec644, #w-node-e9aaa77b-301b-c0ad-48d0-8742b171e4d4-45aec644, #w-node-_8671d199-76f7-a904-a2b6-4080db789ab0-45aec644, #w-node-_71468778-288f-d7c6-1143-f4e68befd10c-45aec644, #w-node-fd374ed5-6858-3a50-f77c-0ca6d1e81c4c-45aec644, #w-node-f0d04a58-9061-ec3e-d495-17dbbff09f46-45aec644, #w-node-d5ae5165-2c73-dc1d-b626-4b25f7d28c45-45aec644, #w-node-bab360f0-d0a6-7f44-6bc3-2ed429769fc3-45aec644, #w-node-bb453bb1-b8fe-270b-3f19-374ba29028ae-45aec644, #w-node-_44d3af42-8fcc-4b32-9002-01c54553644b-45aec644, #w-node-e14d567f-d858-4d30-9691-0cd59bca6598-45aec644, #w-node-c2ab1370-8a41-231b-8f06-8c7afac45f37-45aec644, #w-node-_51db13e1-66ae-1bf8-edd8-c71ee9f7c346-45aec644, #w-node-_1c0b5cf8-9a3e-87d4-2101-a20e50d2aecc-45aec644 {
  align-self: center;
}

#w-node-cd1856c1-755b-bcc1-faa4-1a2cd03d45d9-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_161cad94-78c1-3f77-84e4-1b125afe4394-45aec644, #w-node-_64e7ded5-5bfc-5785-64ef-71e5a3d7f017-45aec644, #w-node-c3fe3e05-c476-ade0-8c71-0aa7b6541d32-45aec644, #w-node-e50e4a28-eba0-d38c-ba11-865d68a70395-45aec644, #w-node-_17a0d246-7e59-296e-1aec-05b557882a8e-45aec644, #w-node-d1f8e7d8-7aa0-91be-68db-aabffe94be21-45aec644, #w-node-_5b4941e9-a46f-74ce-e64f-17aee98a507b-45aec644, #w-node-d76127bc-4ccf-3282-8f3e-b011a78efa72-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-_8b45af6f-d582-9e80-e0f1-2935c982c41c-45aec644, #w-node-_9ea081c1-7403-42d5-eff0-60ef265d5c82-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_479ac479-d2d1-ad04-cf36-4f4b223f3745-45aec644 {
  align-self: center;
}

#w-node-_7b487002-3e73-4863-915f-0c7c1df38e00-45aec644, #w-node-_21256ae7-6bf8-8394-61cf-f84fb58dd3bc-45aec644, #w-node-_400ddec0-e3b1-4289-719c-b5e52b4c2248-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-e310507e-43cc-1ee5-c059-b0e4ac5a5cc1-45aec644 {
  align-self: center;
}

#w-node-_689d9fbf-9388-913e-3c53-74cea06ac2c9-45aec644, #w-node-_8acd16df-d9e3-8ab7-4f3f-8f463cfb2734-45aec644, #w-node-_79837a01-c8a9-7944-cb2e-64858708dc56-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-_312ec65e-1e96-d27b-cada-e79c60e2564c-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_597f4296-de69-6c99-b4eb-2f6700227aa7-45aec644, #w-node-_1a9fb781-688d-d6e7-cdfa-73d8fd3280e2-45aec644, #w-node-e2098539-6b46-ad69-bd38-7ae2523a2110-45aec644, #w-node-_323249b3-5af6-9607-9476-1ab189198171-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-aad3e9bc-16c6-2ef6-2f73-6979f8aeb0e7-45aec644, #w-node-_6e1da3fd-f691-8559-9e02-7930ed8849b9-45aec644, #w-node-_1bbe7501-370d-7b40-90d9-3551e58556b8-45aec644, #w-node-_481f407f-c11b-2613-3ff5-297bdad8385f-45aec644, #w-node-_3d1b597c-7fef-6675-c727-1881559f09fb-45aec644, #w-node-_0bb8629c-3d68-5aa5-d992-35cfd18b40a4-45aec644, #w-node-_020899e5-7705-293f-cd97-398a3b1331b5-45aec644, #w-node-_3bdcc0ba-a619-bf39-64f3-6ccfe473e7ac-45aec644 {
  align-self: center;
}

#w-node-de27aa92-6def-6f1e-5ec3-fbddb74827a5-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-afa4a9ab-f89e-0acf-a4c7-a209c2b89d7d-45aec644, #w-node-d3b07d08-9361-a8b3-e4f3-f9b6b372e7ad-45aec644, #w-node-b32024ab-1828-097e-e452-e65f20ef4668-45aec644, #w-node-_8494f427-0f79-b124-3252-f6a4dcbf5149-45aec644 {
  align-self: center;
}

#w-node-_9c5924f4-d34d-1501-de5a-0ef7573ea7b4-45aec644, #w-node-_0f80f7cc-2cc6-c2cb-a088-1935b62e62a1-45aec644, #w-node-cc56d6d3-2f47-db44-f17c-2b1c0d910881-45aec644, #w-node-d2013de0-1b70-19b6-0cb9-e06b95dc93d6-45aec644, #w-node-_4749722d-1358-5921-bf53-b799abfa8e20-45aec644, #w-node-_8684b1a3-3296-e9e5-390b-7aed83628d66-45aec644, #w-node-_88ea346d-81ff-89f6-1d6f-5ffca55b702f-45aec644, #w-node-e6158357-5e4d-6d9a-cf94-2ecf564786fd-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-_16bd9810-f816-e3a1-a083-fbd7a654cde1-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9cd29061-8b03-8bcc-3ccb-b2eef65e6002-45aec644, #w-node-ad923482-dcc9-d565-c366-06c90d46d2b1-45aec644, #w-node-_156b93bf-7a91-7e90-1918-655b36a5df1c-45aec644, #w-node-_97d9182f-ebaa-71d5-5a99-0c619c971c38-45aec644, #w-node-_19e51257-0479-c991-d384-9d3a6a6f9165-45aec644, #w-node-_1244a4c0-3712-890c-17d0-ccbfa9b56de5-45aec644, #w-node-e20ad946-5cea-34d1-3771-e7724ff226c9-45aec644, #w-node-c968cabc-b2f2-d022-feb4-627be2d05b3f-45aec644, #w-node-_57c3fc03-e7de-defc-5973-169f5944b116-45aec644, #w-node-_387d4850-f324-3a58-6360-210ea01bc75e-45aec644, #w-node-_0088ab97-8458-3c08-0442-dad184761943-45aec644, #w-node-_28bffafa-aa7c-0843-6af7-227a8a11a9fa-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845b9-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845bc-45aec644, #w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845c1-45aec644, #w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845c6-45aec644, #w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845cb-45aec644, #w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845d3-45aec644, #w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845d8-45aec644, #w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845dd-45aec644, #w-node-ede9b91c-3f8f-2aa1-3055-4cd8e66845e2-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-_15ccaba6-523c-ab7a-9668-2f8b82c6ca7d-45aec644, #w-node-_4811ae8e-a1dc-4ab8-9c99-c7701c57dcff-45aec644, #w-node-_4f37ad8e-8d44-c7d5-f158-f31370c44519-45aec644, #w-node-b00451ef-416a-1bfc-b272-6a666ecc7d0d-45aec644 {
  align-self: center;
}

#w-node-_19cf5f0c-dd4b-7a9e-4759-65def4d39470-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bbe190c6-be3c-ec33-c739-3de1c3ee0997-45aec644, #w-node-f7aa92ec-f440-e949-8d45-62a6d3646ff6-45aec644, #w-node-_7cd2cb62-1ad8-a11d-0acb-8424db6bdbdf-45aec644, #w-node-_8388d958-f64e-8d80-def5-f371d49c3e04-45aec644 {
  align-self: center;
}

#w-node-_19cf5f0c-dd4b-7a9e-4759-65def4d39482-45aec644, #w-node-_19cf5f0c-dd4b-7a9e-4759-65def4d39485-45aec644, #w-node-_19cf5f0c-dd4b-7a9e-4759-65def4d39488-45aec644, #w-node-_19cf5f0c-dd4b-7a9e-4759-65def4d3948b-45aec644 {
  align-self: center;
  justify-self: auto;
}

#w-node-_20e2fd97-162c-4bcc-3c60-32f5611ed8d8-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d96e944d-2b93-7e89-1a11-92dd29bab980-45aec644, #w-node-_20e2fd97-162c-4bcc-3c60-32f5611ed8df-45aec644, #w-node-_20e2fd97-162c-4bcc-3c60-32f5611ed8dd-45aec644, #w-node-_20e2fd97-162c-4bcc-3c60-32f5611ed8e1-45aec644, #w-node-_540263f9-5422-fe3c-23dc-6c04aef2bd16-45aec644, #w-node-_63c5f952-dd2c-e261-3813-bb3fb87336d5-45aec644, #w-node-_9c498017-6150-a7f6-9e0f-cd0043677ee7-45aec644, #w-node-_0b5f9c8d-7886-9b6a-b8f5-4bdca9aa09f1-45aec644, #w-node-_79cfec7c-4a50-50db-8104-8d925acd7a73-45aec644, #w-node-_69be6d68-20fd-36e4-298d-cf9cf965f32c-45aec644, #w-node-c82e2e6b-ce08-11bc-6d1e-90a5e1a0f14e-45aec644, #w-node-_533dc4a2-1263-740c-b1df-aa153d0e4715-45aec644, #w-node-_0da9b4ef-edb5-d0ce-3a65-50b5d8ce4d22-45aec644, #w-node-_20e2fd97-162c-4bcc-3c60-32f5611ed8db-45aec644, #w-node-_5f027175-95dc-15e6-a09a-d17bd81b087f-45aec644, #w-node-_63de3700-663e-3c50-0700-50f34dcaadf6-45aec644, #w-node-_20704cc5-f7dd-2b48-c4fc-41d20d077594-45aec644, #w-node-_11a75010-5289-95f2-532b-64255dcf23ae-45aec644, #w-node-fe4418ec-7036-0038-43bf-a1a449676b30-45aec644, #w-node-b61b6fb8-7cc6-f3c9-6a48-80261ca9fbb4-45aec644, #w-node-_8d5be44e-5f88-2b20-89db-4dd68e6ed6cd-45aec644, #w-node-_234f29b8-4602-2294-dc77-08a131890633-45aec644, #w-node-c5f18cbf-bb1f-f195-eb75-53b20eb9f3b2-45aec644, #w-node-_8efe247f-7d12-e238-3d6c-e6552918c537-45aec644, #w-node-_402b8046-1a27-097a-fb72-794ed2559592-45aec644, #w-node-_5aae8046-ce24-f4aa-d6c4-2c52f12c916c-45aec644, #w-node-cbbb7f76-7f03-bc91-a998-2909c91ba13c-45aec644 {
  align-self: center;
}

#w-node-_186aba2d-95fa-05a3-43ad-d9b9583ba66a-45aec644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_186aba2d-95fa-05a3-43ad-d9b9583ba66d-45aec644, #w-node-_186aba2d-95fa-05a3-43ad-d9b9583ba66f-45aec644, #w-node-_9a70811a-3de7-5125-f0bf-d542b553ae57-45aec644, #w-node-_145a110d-7d4d-79a5-81b2-b4b3d0dd71ff-45aec644, #w-node-_186aba2d-95fa-05a3-43ad-d9b9583ba678-45aec644, #w-node-_1b5bb232-a093-e081-7a35-678ade0b6cc4-45aec644, #w-node-_121eedcf-4ab7-8d1e-8295-dfcc9e6993f9-45aec644, #w-node-_5e463195-9eb9-4325-7801-b76c0144d5ee-45aec644 {
  align-self: center;
}

#w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffad8-207289c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffae7-207289c4, #w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffaf6-207289c4, #w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffb05-207289c4, #w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffb14-207289c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1fbb30c9-52df-fee3-a643-bd6c140177b3-a49cf74a, #w-node-e82886b8-0334-b790-d52e-32daf7850c6a-a49cf74a, #w-node-_1e245fda-4c9e-89ff-edff-714eae77db55-a49cf74a, #w-node-aeb17bcb-49ab-53e1-be82-8ce28baf5b86-a49cf74a, #w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffae7-207289c4, #w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffaf6-207289c4, #w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffb05-207289c4, #w-node-_3d0acb81-482b-91a2-a76f-d47ba08ffb14-207289c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('/wp-content/themes/Vumu/fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('/wp-content/themes/Vumu/fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('/wp-content/themes/Vumu/fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('/wp-content/themes/Vumu/fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('/wp-content/themes/Vumu/fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('/wp-content/themes/Vumu/fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/Vumu/fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/Vumu/fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

/**
 * Vumu Sales Sections CSS
 * ========================
 * Extracted and adapted from the Vumu standalone sales page.
 * All classes are prefixed with "vsp-" to avoid conflicts with
 * your existing WordPress theme styles.
 *
 * HOW TO USE:
 *   1. Copy this file into your theme: /wp-content/themes/YOUR-THEME/css/vumu-sales-sections.css
 *   2. Enqueue it in functions.php:
 *
 *      wp_enqueue_style(
 *          'vumu-sales-sections',
 *          get_template_directory_uri() . '/css/vumu-sales-sections.css',
 *          array(),
 *          '1.0.0'
 *      );
 *
 * SCREENSHOT IMAGES:
 *   The How It Works section references 5 screenshot images.
 *   Place them at: /wp-content/themes/YOUR-THEME/images/sales/
 *     - step-1-record.png
 *     - step-2-upload.png
 *     - step-3-personalize.png
 *     - step-4-send.png
 *     - step-5-book.png
 *   Or update the src paths in the PHP file to use any CDN images you prefer.
 */

/* ============================================================
   CSS CUSTOM PROPERTIES (design tokens)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap');

:root{
    --bg: #EEF1F6;
    --bg-alt: #FFFFFF;
    --bg-dark: #0A0A0A;
    --ink: #0A0A0A;
    --ink-2: #2A2D36;
    --muted: #5A6072;
    --muted-2: #8A93A6;
    --line: #E2E5EC;
    --line-soft: #EDEFF4;
    --hi: #FFE066;            /* yellow highlighter */
    --hi-soft: rgba(255,224,102,.55);
    --good: #10B981;
    --good-soft: #DCFCE7;
    --bad: #EF4444;
    --bad-soft: #FEE2E2;
    --accent: #2563EB;
    --accent-soft: #DBEAFE;
    --brand: #5921F4;
    --brand-deep: #3F11C0;
    --shadow-card: 0 1px 3px rgba(10,10,10,0.04), 0 8px 24px rgba(10,10,10,0.04);
    --shadow-pop: 0 8px 24px -10px rgba(10,10,10,0.18), 0 2px 6px rgba(10,10,10,0.05);
    --shadow-cta: 0 18px 40px -16px rgba(10,10,10,.45), 0 6px 16px -6px rgba(10,10,10,.15);
    --radius-sm: 8px;
    --radius: 14px;
    --radius-lg: 20px;
    --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  }
  *{box-sizing:border-box}
  html,body{margin:0;padding:0}
  body{
    background: var(--bg);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "ss01","cv11";
  }
  .wrap{max-width:1100px;margin:0 auto;padding:0 28px}
  .narrow{max-width:720px;margin:0 auto}
  a{color:inherit}
  img{max-width:100%;display:block}

  /* ============== Type =============== */
  h1,h2,h3,h4,h5{margin:0;color:var(--ink);text-wrap:balance; font-family: var(--sans)}
  h1{font-weight:800; letter-spacing:-0.03em; line-height:1.04; font-size: clamp(40px, 5.6vw, 72px)}
  h2{font-weight:800; letter-spacing:-0.028em; line-height:1.06; font-size: clamp(32px, 4.2vw, 52px)}
  h3{font-weight:700; letter-spacing:-0.02em; line-height:1.15; font-size: clamp(22px, 2.2vw, 28px)}
  h4{font-weight:700; letter-spacing:-0.015em; line-height:1.2; font-size: 20px}
  p{margin: 0 0 1.1em}
  .lede{font-size: clamp(18px, 1.4vw, 21px); line-height:1.55; color: var(--ink-2); font-weight: 500}
  .eyebrow{
    font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--muted); font-weight: 700;
  }
  .muted{color:var(--muted)}
  .mono{font-family: var(--mono); font-size: 14px}
  .hi{
    background: var(--hi-soft);
    padding: 1px 5px; border-radius: 3px;
    box-decoration-break: clone; -webkit-box-decoration-break: clone;
  }
  strong, b{font-weight:700; color: var(--ink)}
  em{font-style: italic}

  /* Direct response pull/block */
  .pull{
    display:block;
    font-weight:800; font-size: clamp(24px, 2.6vw, 34px); line-height:1.15; letter-spacing:-0.02em;
    margin: 28px 0;
    color: var(--ink);
  }
  .pull-quote{
    border-left: 4px solid var(--ink);
    padding: 4px 0 4px 18px;
    margin: 28px 0;
    font-weight: 600; font-size: 22px; line-height:1.35;
    color: var(--ink);
    letter-spacing:-0.01em;
  }
  .stat-inline{
    display: inline-flex; flex-direction:column; gap:2px;
    background:#fff; border:1px solid var(--line);
    border-radius: 12px; padding: 10px 16px;
    margin: 6px 4px;
    box-shadow: var(--shadow-card);
    vertical-align: middle;
  }
  .stat-inline .v{font-weight: 800; font-size: 28px; letter-spacing:-0.02em; line-height: 1}
  .stat-inline .l{font-size: 11px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing:.08em}

  /* ============== Top bar =============== */
  .topbar{
    background: var(--ink); color:#fff;
    text-align:center; font-size: 13px; font-weight: 500;
    padding: 10px 16px;
    letter-spacing: 0.01em;
  }
  .topbar b{color:#fff; font-weight:700}
  .topbar .dot{display:inline-block; width:7px;height:7px;border-radius:50%;background:#EF4444; margin-right: 8px; box-shadow: 0 0 0 4px rgba(239,68,68,.22); animation: pulse 1.8s infinite; vertical-align: middle}
  @keyframes pulse{50%{box-shadow: 0 0 0 7px rgba(239,68,68,.05)}}

  nav.top{
    position: sticky; top:0; z-index: 50;
    background: color-mix(in oklab, var(--bg) 88%, transparent);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-bottom: 1px solid color-mix(in oklab, var(--line) 60%, transparent);
  }
  nav.top .row{
    display:flex; align-items:center; justify-content: space-between;
    height: 68px; gap: 18px;
  }
  .brand{
    display:flex;align-items:center;gap:10px;
    font-weight:800; font-size:20px; letter-spacing:-0.02em;
    text-decoration: none; color: inherit;
  }
  .brand-logo{height: 28px; width: auto; display:block}
  .brand-logo--footer{height: 26px; opacity: .95}
  .brand .glyph{
    width:32px;height:32px;border-radius:9px;
    background: var(--ink);
    display:grid;place-items:center;color:#fff;
    font-weight:800; font-size: 17px; line-height:1; letter-spacing: -0.02em;
  }

  /* ============== Buttons =============== */
  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    padding:14px 22px;border-radius:12px;
    font-weight:600;font-size:15px;
    border:1px solid transparent;
    text-decoration:none; cursor:pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    line-height:1;
  }
  .btn-ink{background:var(--brand);color:#fff}
  .btn-ink:hover{transform: translateY(-1px); background: var(--brand-deep); box-shadow: 0 10px 24px -10px rgba(89,33,244,.55)}
  .btn-ghost{background: #fff; border-color: var(--line); color: var(--ink)}

  /* Primary CTA — used 10 times */
  .cta-block{
    display:flex; flex-direction:column; align-items:center; gap:12px;
    text-align:center; margin: 48px auto;
    max-width: 620px;
  }
  .cta-primary{
    display:flex; align-items:center; justify-content:center; gap:10px;
    background: var(--brand); color:#fff;
    width: 100%; max-width: 520px;
    min-height: 64px;
    padding: 0 32px;
    border-radius: 12px;
    font-weight: 700; font-size: 18px;
    text-decoration:none;
    box-shadow: var(--shadow-cta);
    transition: transform .15s ease, box-shadow .15s ease;
    letter-spacing:-0.005em;
    line-height:1.2;
  }
  .cta-primary:hover{transform: translateY(-2px); background: var(--brand-deep); box-shadow: 0 22px 50px -14px rgba(89,33,244,.55)}
  .cta-primary .arr{font-size:18px; margin-left:2px}
  .cta-micro{font-size:14px; color: var(--muted); line-height: 1.45}
  .cta-final{min-height: 80px; font-size: 20px; max-width: 620px}

  /* Pricing CTA — sits below the stack card, on the section background */
  .stack-cta{
    max-width: 860px; margin: 32px auto 0;
    display:flex; flex-direction: column; align-items: center; gap: 14px;
  }
  .stack-cta .cta-primary{width: 100%; max-width: none}
  .stack-cta .cta-micro{text-align:center}

  /* ============== Sections =============== */
  section{padding: 110px 0; position: relative}
  section.alt{background: var(--bg-alt)}
  section.dark{background: var(--ink); color: #D8DAE0}
  section.dark h1, section.dark h2, section.dark h3, section.dark h4{color:#fff}
  section.dark .lede{color: #BFC4D2}
  section.dark .muted{color: #8A93A6}
  section.dark p{color:#BFC4D2}
  section.dark .pull, section.dark strong{color:#fff}
  .section-head{
    display:flex; flex-direction:column; gap: 14px;
    max-width: 880px; margin: 0 auto 56px; text-align:center;
  }
  .section-head .eyebrow{align-self:center}

  /* ============== Hero =============== */
  .hero{padding: 56px 0 80px; text-align:center}
  .hero > .wrap{max-width: 1280px}
  .hero h1{margin: 14px 0 18px; max-width: 1200px; margin-left: auto; margin-right: auto;
    text-wrap: balance;
  }
  .hero .sub{
    font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5;
    color: var(--ink-2); max-width: 1040px; margin: 0 auto;
    font-weight: 500;
    text-wrap: balance;
  }

  /* VSL */
  .vsl{
    margin: 56px auto 0;
    max-width: 920px;
    aspect-ratio: 16/9;
    border-radius: var(--radius-lg);
    overflow:hidden;
    background: radial-gradient(120% 90% at 50% 30%, #2a3142 0%, #131826 60%, #0a0d15 100%);
    position:relative;
    border:1px solid #1f2434;
    box-shadow: 0 50px 100px -40px rgba(10,10,10,.55), 0 12px 30px -10px rgba(10,10,10,.25);
    cursor: pointer;
  }
  /* When .vsl hosts a real video iframe, drop the cursor + let the iframe fill */
  .vsl--video{cursor: auto; background: #000}
  .vsl--video iframe{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0; display: block;
  }
  .vsl .presenter::after{
    content:"";
    position:absolute; left:50%; top:54%; transform: translate(-50%, -50%);
    width: 200px; height: 200px; border-radius: 50%;
    background:
      radial-gradient(circle at 50% 38%, #e8c7a4 0%, #b08968 55%, #6f4f35 100%);
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
  }
  .vsl .presenter::before{
    /* hair */
    content:""; position:absolute; left: 50%; top: 54%;
    transform: translate(-50%, -50%);
    width: 220px; height: 110px;
    border-radius: 50% 50% 0 0;
    background: #2a1f17;
    margin-top: -72px;
    z-index: 1;
  }
  .vsl .shoulders{
    position:absolute; left:50%; bottom: -10%; transform: translateX(-50%);
    width: 60%; height: 30%;
    background: #1f2a3a;
    border-radius: 50% 50% 0 0;
  }
  .vsl .play{
    position:absolute; left:50%; top:50%; transform: translate(-50%,-50%);
    width: 104px; height: 104px; border-radius: 50%;
    background: rgba(255,255,255,.97); color: var(--ink);
    display:grid; place-items:center;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    z-index: 4; cursor:pointer;
  }
  .vsl .play::after{
    content:""; width:0;height:0;
    border-left: 26px solid var(--ink);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    margin-left: 6px;
  }
  .vsl .pulse{
    position:absolute; left:50%; top:50%; transform: translate(-50%,-50%);
    width: 104px; height: 104px; border-radius:50%;
    background: rgba(255,255,255,.4);
    z-index: 3;
    animation: ringpulse 2.2s ease-out infinite;
  }
  @keyframes ringpulse{
    0%{transform: translate(-50%,-50%) scale(1); opacity:.5}
    100%{transform: translate(-50%,-50%) scale(1.8); opacity:0}
  }
  .vsl .controls{
    position:absolute; left:0; right:0; bottom:0;
    padding: 16px 22px 14px;
    display:flex; gap:14px; align-items:center;
    color:#fff; font-size:13px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.65));
    z-index: 5;
  }
  .vsl .controls .pp{
    width: 26px;height: 26px; border-radius: 50%; background: rgba(255,255,255,.18);
    display:grid; place-items:center; font-size: 11px;
  }
  .vsl .controls .pp::after{
    content:""; width:0;height:0;
    border-left: 7px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent;
    margin-left: 2px;
  }
  .vsl .scrub{flex:1; height:4px; border-radius:2px; background: rgba(255,255,255,.22); position:relative; overflow:hidden}
  .vsl .scrub::before{content:""; position:absolute;left:0;top:0;bottom:0;width:18%;background:#fff;border-radius:2px}
  .vsl .scrub::after{content:""; position:absolute; left: 18%; top: 50%; transform: translate(-50%,-50%); width: 12px; height: 12px; border-radius: 50%; background: #fff}
  .vsl .ctrl-r{display:flex; gap: 10px; align-items:center; font-family: var(--mono); font-size:12px}
  .vsl .ctrl-r .ic{width: 18px;height:18px;display:grid;place-items:center;opacity:.7; font-size: 12px}
  .vsl .badge-rec{
    position:absolute; top: 18px; left: 18px;
    background: rgba(0,0,0,.55); color:#fff;
    padding: 6px 12px; border-radius:999px; font-size:12px;
    display:flex; gap: 8px; align-items:center;
    backdrop-filter: blur(8px); z-index: 5;
  }
  .vsl .badge-rec .d{width:7px;height:7px;border-radius:50%;background:#FF4D4F; animation: pulse 1.6s infinite}
  .vsl .caption{
    position:absolute; bottom: 50px; left: 22px;
    color:#fff; font-weight: 600; font-size: 14px; z-index: 5;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
  }
  .vsl .caption span{display:block; font-weight: 400; opacity: .75; font-size: 12.5px; margin-top: 2px}

  /* ===== AppSumo social proof card ===== */
  .appsumo-card{
    display: flex;
    max-width: 745px;
    margin: 36px auto 0;
    background: var(--bg-alt);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--shadow-card);
    transition: transform .18s, box-shadow .18s, border-color .18s;
  }
  .appsumo-card:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-pop);
    border-color: var(--ink-2);
  }
  .appsumo-card__ribbon{
    background: #F4D03F;
    background: linear-gradient(180deg, #FCD34D 0%, #F4B400 100%);
    color: #1A1505;
    display:flex; flex-direction: column; align-items:center; justify-content:center;
    padding: 16px 22px;
    flex: 0 0 auto;
    min-width: 156px;
    border-right: 1px solid rgba(0,0,0,.06);
  }
  .appsumo-card__badge{
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(26,21,5,.65);
    margin-bottom: 4px;
  }
  .appsumo-card__logo{
    font-weight: 900; font-size: 28px; letter-spacing: -0.02em;
    line-height: 1; color: #1A1505;
  }
  .appsumo-card__body{
    flex: 1; padding: 16px 22px;
    display:flex; flex-direction: column; gap: 6px;
    text-align: left;
  }
  .appsumo-card__title{
    font-weight: 800; font-size: 22px; letter-spacing: -0.02em;
    color: var(--ink);
  }
  .appsumo-card__dek{
    color: var(--muted); font-size: 14px; line-height: 1.45;
    margin: 0;
    text-wrap: balance;
  }
  .appsumo-card__rating{
    display:flex; align-items:center; flex-wrap: wrap; gap: 6px 14px;
    margin-top: 4px;
    font-size: 13.5px; color: var(--muted);
  }
  .appsumo-card__rating .tacos{
    display:inline-flex; gap: 1px;
    margin-right: 2px;
  }
  .appsumo-card__rating .tacos svg{
    width: 22px; height: 22px; display:block;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,.05));
  }
  .appsumo-card__reviews b{color: var(--ink); font-weight: 700}
  .appsumo-card__cta{
    margin-left: auto;
    font-weight: 700; color: var(--brand); font-size: 13.5px;
    display:inline-flex; align-items:center; gap: 4px;
  }
  .appsumo-card__cta .ext{font-size: 12px}
  @media (max-width: 640px){
    .appsumo-card{flex-direction: column}
    .appsumo-card__ribbon{
      flex-direction: row; gap: 10px;
      min-width: 0; padding: 10px 16px;
      border-right: none; border-bottom: 1px solid rgba(0,0,0,.06);
    }
    .appsumo-card__badge{margin-bottom: 0}
    .appsumo-card__logo{font-size: 22px}
    .appsumo-card__cta{margin-left: 0}
  }

  .precta{
    margin: 50px auto 0; max-width: 960px;
    font-weight: 700; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.3;
    text-wrap: balance;
    letter-spacing:-0.02em;
    text-align: center;
  }
  .precta div + div{margin-top: 4px}
  .cta-block .precta{margin-top: 0; margin-bottom: 28px}
  section.dark .precta{color: #fff}
  section.dark .precta .hi{color: var(--ink)}
  .cta-block{max-width: 960px; margin-left: auto; margin-right: auto}
  .cta-primary{
    max-width: 912px;
    min-height: 88px;
    font-size: clamp(22px, 2.6vw, 30px);
    letter-spacing: -0.015em;
  }
  .cta-primary .arr{font-size: 26px}
  .trust-strip{
    display:flex; flex-wrap:wrap; gap: 6px 18px; justify-content:center;
    color: var(--muted); font-size: 13px; margin-top: 8px;
  }
  .trust-strip .sep{color: var(--muted-2)}

  /* ===== Trusted-by team block ===== */
  .trustby{margin: 96px auto 80px; max-width: 1040px; text-align: center}
  .trustby .tb-head{
    display:flex; justify-content:center;
    font-weight: 800; font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15; letter-spacing: -0.025em;
    color: var(--ink);
  }
  .trustby .tb-headline{
    display: inline; text-wrap: balance;
  }
  .trustby .tb-text{display: inline}
  .trustby .tb-check{
    display: inline-grid; place-items: center;
    vertical-align: -0.18em;
    margin-right: 0.35em;
    width: 1.05em; height: 1.05em; border-radius: 0.22em;
    background: var(--good); color: #fff;
    font-size: 0.62em; font-weight: 900;
    box-shadow: 0 2px 8px rgba(16,185,129,.4);
  }
  .trustby .tb-sub{
    margin: 14px auto 0; max-width: 760px;
    color: var(--muted); font-size: 16px; line-height: 1.5;
    text-wrap: pretty;
  }
  .trustby .tb-sub b{color: var(--ink-2); font-weight: 700}
  .trustby .tb-logos{
    margin-top: 36px;
    display:flex; flex-wrap: wrap; justify-content: center; align-items: center;
    gap: 36px 56px;
  }
  .trustby .tb-logos img{
    height: 38px; width: auto; display: block;
    opacity: .85;
    filter: grayscale(.15);
    transition: opacity .15s, filter .15s;
  }
  .trustby .tb-logos img:hover{opacity: 1; filter: grayscale(0)}
  @media (max-width: 720px){
    .trustby .tb-logos{gap: 28px 36px}
    .trustby .tb-logos img{height: 30px}
  }

  .stat-bar{
    display:grid; grid-template-columns: repeat(3, 1fr);
    max-width: 1000px; margin: 72px auto 0;
    background: #fff; border:1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow:hidden;
    box-shadow: var(--shadow-card);
  }
  .stat-bar .cell{
    padding: 36px 28px;
    border-right: 1px solid var(--line-soft);
    display:flex; flex-direction:column; gap:6px;
    text-align: left;
  }
  .stat-bar .cell:last-child{border-right:none}
  .stat-bar .num{
    font-weight: 800; letter-spacing: -0.03em; line-height:1;
    font-size: clamp(40px, 4vw, 52px);
  }
  .stat-bar .num .h{
    background: var(--hi-soft); padding: 2px 8px; border-radius: 6px;
  }
  .stat-bar .lbl{color: var(--muted); font-size: 14.5px; line-height:1.45; font-weight: 500}

  /* ============== Section 2: Email stack =============== */
  .email-stack{
    display:flex; flex-direction:column; gap: 12px;
    max-width: 760px; margin: 48px auto 0;
  }
  .email-row{
    display:grid; grid-template-columns: 42px 1fr auto;
    align-items:center; gap: 14px;
    background:#fff; border:1px solid var(--line);
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: var(--shadow-card);
  }
  .email-row .av{
    width:38px;height:38px;border-radius:50%;
    display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;
  }
  .email-row .body{display:flex; flex-direction:column; gap:2px; min-width:0}
  .email-row .from{font-weight:600; font-size:14.5px; display:flex; gap:8px; align-items:baseline}
  .email-row .from .domain{color:var(--muted); font-weight: 400; font-size: 13px}
  .email-row .subj{color: var(--ink-2); font-size: 14px; font-weight: 500}
  .email-row .preview{
    color: var(--muted); font-size: 13.5px;
    white-space: nowrap; overflow:hidden; text-overflow:ellipsis;
  }
  .email-row .preview .h{background: var(--hi-soft); padding: 0 3px; border-radius: 3px; color: var(--ink)}
  .email-row .ts{color: var(--muted); font-size: 12px; font-family: var(--mono)}
  .caption{
    text-align:center; max-width: 640px; margin: 28px auto 0;
    color: var(--muted); font-size: 15px; font-weight: 500;
  }
  .caption.big{
    font-size: clamp(20px, 2vw, 26px); font-weight: 700;
    color: var(--ink); letter-spacing:-0.015em;
    max-width: 760px;
  }

  /* ============== Section 3: Grabber =============== */
  .grabber-pair{
    display:grid; grid-template-columns: 1fr; gap: 32px;
    max-width: 980px; margin: 56px auto;
  }
  .letter-mock{
    background: #F5EFE0;
    border: 1px solid #E1D4B0;
    border-radius: 18px;
    padding: 44px 56px 36px;
    box-shadow: var(--shadow-pop);
    font-family: var(--mono); font-size: 13.5px; color: #3a342a;
    position:relative; overflow:hidden;
    line-height: 1.7;
  }
  .letter-mock .bill{
    position:absolute; top: 18px; left: 50%; transform: translateX(-50%) rotate(-2.5deg);
    width: 640px; aspect-ratio: 1000/415;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 14px 32px rgba(0,0,0,.32), 0 0 0 1px rgba(0,0,0,.08);
  }
  .letter-mock .bill::before,
  .letter-mock .bill::after{content: none}
  .letter-mock .staple{
    position:absolute; top: 8px; left: 50%; transform: translateX(-50%);
    width: 14px; height: 4px; background: #888; border-radius: 1px;
    z-index: 3; box-shadow: 0 1px 2px rgba(0,0,0,.35);
  }
  .letter-mock .text{margin-top: 290px; max-width: 540px}
  .letter-mock .text strong{color:#1f1a10; font-weight: 600}
  .letter-mock .sig{color:#8a7a55; margin-top: 14px; font-style: italic}

  .compare-row{display:grid; grid-template-columns: 1fr 1fr; gap: 18px}
  .inbox-frame{
    background:#fff; border:1px solid var(--line); border-radius: 14px;
    padding: 18px; box-shadow: var(--shadow-card);
    display:flex; flex-direction:column; gap: 10px;
    position:relative;
  }
  .inbox-frame .label{
    position:absolute; top:-12px; left: 18px;
    background: var(--ink); color:#fff;
    font-size: 11px; letter-spacing:.1em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 999px; font-weight: 700;
  }
  .inbox-frame.bad .label{background: var(--bad)}
  .inbox-frame.good .label{background: var(--good)}
  .inbox-frame .head{
    display:flex; justify-content:space-between; align-items:center;
    font-size: 12px; color: var(--muted);
    padding-bottom: 8px; border-bottom: 1px solid var(--line-soft);
  }
  .mini-email{
    display:grid; grid-template-columns: 30px 1fr; gap: 10px; align-items:center;
    padding: 8px 0; border-bottom: 1px solid var(--line-soft);
  }
  .mini-email:last-child{border-bottom: none}
  .mini-email .av{
    width: 28px; height: 28px; border-radius: 50%;
    background: #9AA7B8; color: #fff;
    display:grid; place-items:center; font-weight:600; font-size: 11px;
  }
  .mini-email .t{font-size:13px}
  .mini-email .t b{font-weight:600}
  .mini-email .t span{color:var(--muted); font-size:12px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
  .inbox-frame .scroll-note{
    text-align:center; color: var(--muted); font-size: 12px;
    margin-top: auto; padding-top: 6px;
    font-style: italic;
  }
  .inbox-frame.good .scroll-note{color: var(--good); font-weight: 600; font-style: normal}
  .video-prev{
    background: linear-gradient(135deg, #3a5d8a, #1a2b3f);
    border-radius: 10px;
    aspect-ratio: 16/9;
    overflow: hidden;
    position:relative; margin: 6px 0;
  }
  /* When .video-prev hosts a real iframe, hide the CSS-drawn placeholder */
  .video-prev--live{background: #000}
  .video-prev--live .face-mini,
  .video-prev--live .name-overlay,
  .video-prev--live::before,
  .video-prev--live::after{display: none}
  .video-prev iframe{
    position:absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0; display: block;
  }
  .video-prev .face-mini{
    position:absolute; left:50%; top:55%; transform: translate(-50%, -50%);
    width: 40%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, #d9b896, #a8855f 70%, #5e3d22);
  }
  .video-prev::after{
    content:""; position:absolute; left:50%;top:50%; transform:translate(-50%,-50%);
    width: 44px;height:44px;border-radius:50%; background: rgba(255,255,255,.95);
    z-index: 2;
  }
  .video-prev::before{
    content:""; position:absolute; left:50%;top:50%;transform:translate(-50%,-50%);
    z-index: 3; width: 0; height: 0;
    border-left: 12px solid var(--ink);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
  }
  .video-prev .name-overlay{
    position:absolute; bottom: 8px; left: 10px; right: 10px;
    color:#fff; font-weight: 700; font-size: 17px;
    text-shadow: 0 2px 8px rgba(0,0,0,.6); z-index: 2;
    letter-spacing:-0.01em;
  }

  /* ============== Section 4: video grid =============== */
  .vid-grid{
    display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
    max-width: 1080px; margin: 0 auto;
  }
  .vid-card{display:flex; flex-direction:column; gap: 10px}
  .vid-thumb{
    aspect-ratio: 16/10;
    border-radius: 14px;
    position:relative; overflow:hidden;
    box-shadow: var(--shadow-pop);
  }
  .vid-thumb .bg{position:absolute; inset:0; background-size: cover; background-position: center}
  .vid-thumb .face{
    position:absolute; left:50%; top:58%; transform: translate(-50%, -50%);
    width: 48%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, var(--skin) 0%, var(--skin-d) 60%, var(--skin-dd) 100%);
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
  }
  .vid-thumb .face::before{
    content:""; position:absolute; left:8%; right:8%; top:-4%; height: 38%;
    border-radius: 50% 50% 30% 30%;
    background: var(--hair);
  }
  .vid-thumb .face::after{
    content:""; position:absolute; left:-30%; right:-30%; bottom:-45%; height: 60%;
    background: var(--shirt);
    border-radius: 50% 50% 0 0;
  }
  .vid-thumb .name{
    position:absolute; top: 16px; left: 18px;
    color: #fff; font-weight: 800; font-size: 22px; letter-spacing:-0.015em;
    text-shadow: 0 3px 12px rgba(0,0,0,.55);
    z-index: 3;
  }
  .vid-thumb .url{
    position:absolute; top: 18px; right: 18px;
    background: rgba(0,0,0,.45); color:#fff;
    padding: 5px 10px; border-radius: 6px;
    font-family: var(--mono); font-size: 11px;
    backdrop-filter: blur(6px); z-index: 3;
  }
  .vid-thumb .play{
    position:absolute; top:50%;left:50%;transform: translate(-50%, -50%);
    width: 56px; height: 56px; border-radius: 50%;
    background: rgba(255,255,255,.95);
    z-index: 4;
    box-shadow: 0 12px 30px rgba(0,0,0,.45);
  }
  .vid-thumb .play::after{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%, -50%);
    width:0;height:0;
    border-left: 14px solid var(--ink);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-left: 4px;
  }
  .vid-thumb .duration{
    position:absolute; bottom: 14px; right: 14px;
    background: rgba(0,0,0,.6); color:#fff;
    font-family: var(--mono); font-size: 11px;
    padding: 3px 7px; border-radius: 4px; z-index: 3;
  }
  /* Video slot — paste a URL into each iframe src="" */
  .vid-slot{
    position: relative;
    aspect-ratio: 16/10;
    border-radius: 14px;
    overflow: hidden;
    background: #0F1117;
    box-shadow: var(--shadow-pop);
  }
  .vid-frame{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0; display: block;
  }
  .vid-meta{display:flex; justify-content:center; gap: 10px; padding: 0 4px}
  .vid-meta .tag{color: var(--muted); font-size: 13.5px; font-weight: 500; text-align: center}

  /* ============== Section 5A: dashboards =============== */
  .case-card{
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 36px;
    display:grid; grid-template-columns: 320px 1fr; gap: 36px;
    box-shadow: var(--shadow-pop);
  }
  .case-card + .case-card{margin-top: 28px}
  /* Variant: full-bleed screenshot replaces the hand-coded dashboard */
  .case-card--shot{
    padding: 0;
    display: block;
    background: transparent;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 28px 60px -28px rgba(10,10,10,.32);
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto;
  }
  .case-card--shot + .case-card--shot{margin-top: 40px}
  .case-card--shot img{
    display: block; width: 100%; height: auto;
    border-radius: 20px;
  }
  .case-side{display:flex; flex-direction:column; gap: 20px}
  .person{display:flex; align-items:center; gap: 14px}
  .avatar{
    width: 56px; height: 56px; border-radius: 50%;
    display:grid; place-items:center; color: #fff;
    font-weight: 700; font-size: 18px; letter-spacing: 0.02em;
  }
  .person .who-name{font-weight: 700; font-size: 17px}
  .person .who-role{color: var(--muted); font-size: 13.5px}
  .quote{
    font-weight: 600; font-size: 19px; line-height: 1.4;
    color: var(--ink); letter-spacing:-0.01em;
    border-left: 3px solid var(--ink); padding-left: 16px;
  }
  .case-kpis{display:grid; grid-template-columns: 1fr 1fr; gap: 10px}
  .kpi{background: var(--bg); border: 1px solid var(--line-soft); border-radius: 10px; padding: 12px 14px}
  .kpi .v{font-weight: 800; font-size: 22px; letter-spacing:-0.01em; line-height: 1}
  .kpi .k{color: var(--muted); font-size: 12px; margin-top: 4px; font-weight: 500}

  /* Dashboard mockup */
  .dash{
    background: #FAFBFD; border:1px solid var(--line);
    border-radius: 16px; padding: 18px;
    display:flex; flex-direction:column; gap: 14px;
    min-height: 380px;
  }
  .dash .dh{display:flex; justify-content:space-between; align-items:center}
  .dash .dh .ttl{font-weight:700; font-size: 14px; display:flex; align-items:center; gap:8px; letter-spacing:-0.01em}
  .dash .dh .ttl::before{content:""; width:8px;height:8px;border-radius:50%;background: var(--good); box-shadow: 0 0 0 3px var(--good-soft)}
  .dash .dh .pills{display:flex; gap:6px}
  .dash .dh .pills .p{font-size:11px; color:var(--muted); padding: 4px 8px; border-radius: 6px; background:#fff; border:1px solid var(--line-soft); font-weight: 500}
  .dash .dh .pills .p.act{background:var(--ink); color:#fff; border-color: var(--ink)}
  .dash .kpis{display:grid; grid-template-columns: repeat(4, 1fr); gap: 8px}
  .dash .kpis .k{background:#fff; border:1px solid var(--line-soft); border-radius: 10px; padding: 10px 12px}
  .dash .kpis .k .v{font-weight: 800; font-size: 20px; letter-spacing:-0.01em; line-height: 1.1}
  .dash .kpis .k .l{font-size: 10.5px; color: var(--muted); margin-top: 3px; font-weight: 500}
  .dash .kpis .k .delta{display:inline-block; margin-top: 4px; font-size: 10px; color: var(--good); background: var(--good-soft); padding: 1px 6px; border-radius: 4px; font-weight: 600}
  .dash .charts{display:grid; grid-template-columns: 2fr 1fr; gap: 12px; flex: 1; min-height: 0}
  .dash .panel{background:#fff; border:1px solid var(--line-soft); border-radius: 10px; padding: 12px; display:flex; flex-direction:column; gap: 8px}
  .dash .panel .ph{font-size: 11px; color: var(--muted); display:flex; justify-content:space-between; align-items:center}
  .dash .panel .ph b{font-size: 12px; color: var(--ink); font-weight: 700}
  .legend{display:flex; gap: 10px; font-size: 10px; color: var(--muted); font-weight: 500}
  .legend .l{display:flex; align-items:center; gap: 4px}
  .legend .l::before{content:""; width: 8px; height: 8px; border-radius: 2px}
  .legend .l.a::before{background: var(--accent)}
  .legend .l.b::before{background: #9AA7B8}
  .legend .l.c::before{background: var(--good)}
  .chart{flex:1; min-height: 120px}
  .bar-row{display:flex; align-items:flex-end; gap: 6px; height: 100px}
  .bar-row .bar{flex: 1; background: var(--accent); border-radius: 3px 3px 0 0; opacity: .92}
  .bar-row .bar.alt{background: #C7D0E5}
  .pie-wrap{display:flex; gap: 14px; align-items:center}
  .pie{width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0}
  .pie-legend{font-size: 11px; display:flex; flex-direction:column; gap: 6px; font-weight: 500}
  .pie-legend .li{display:flex; align-items:center; gap: 6px}
  .pie-legend .sw{width: 9px; height: 9px; border-radius: 2px}
  .table-mini{display:flex; flex-direction:column; gap: 3px}
  .table-mini .tr{display:grid; grid-template-columns: 1fr auto auto; gap: 8px; font-size: 11px; padding: 6px 0; border-bottom: 1px dashed var(--line-soft); align-items:center}
  .table-mini .tr:last-child{border-bottom: none}
  .table-mini .tr .name{font-weight: 500}
  .table-mini .tr .num{color: var(--muted); font-family: var(--mono)}
  .table-mini .tr .st{font-weight: 700; font-size: 10px; padding: 1px 5px; border-radius: 4px}
  .st.replied{background: var(--good-soft); color: var(--good)}
  .st.booked{background: var(--accent-soft); color: var(--accent)}
  .st.opened{background: #FEF3C7; color: #92400E}
  .st.sent{background: #ECEEF3; color: var(--muted)}
  .st.closed{background: #DCFCE7; color: var(--good)}

  /* Ben section */
  .ben-wrap{display:grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items:center; max-width: 1080px; margin: 0 auto}
  .ben-video{
    aspect-ratio: 4/5; border-radius: var(--radius-lg);
    overflow:hidden; position:relative;
    background: linear-gradient(180deg, #2a3142, #11141d);
    box-shadow: var(--shadow-pop);
  }
  .ben-video .face{
    position:absolute; left:50%; top:46%; transform: translate(-50%, -50%);
    width: 50%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, #e0c5a9 0%, #b08568 65%, #6a4326 100%);
  }
  .ben-video .face::before{
    content:""; position:absolute; left:8%; right:8%; top:-4%; height: 30%;
    border-radius: 50% 50% 30% 30%; background: #3a2d22;
  }
  .ben-video .face::after{
    content:""; position:absolute; left:-30%; right:-30%; bottom:-45%; height: 60%;
    background: #1f2a3a; border-radius: 50% 50% 0 0;
  }
  .ben-video .play{
    position:absolute; left:50%;top:50%; transform: translate(-50%, -50%);
    width: 92px; height: 92px; border-radius: 50%;
    background: rgba(255,255,255,.97);
    box-shadow: 0 20px 50px rgba(0,0,0,.4); z-index: 3;
  }
  .ben-video .play::after{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%, -50%);
    width:0;height:0;
    border-left: 22px solid var(--ink);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 5px;
  }
  .ben-video .duration{
    position:absolute; top: 18px; right: 18px;
    background: rgba(0,0,0,.55); color:#fff;
    font-family: var(--mono); font-size: 12px;
    padding: 4px 8px; border-radius: 6px;
  }
  .ben-video.has-vimeo > .face,
  .ben-video.has-vimeo > .duration,
  .ben-video.has-vimeo > .play,
  .ben-video.has-vimeo > .caption-strip{display:none}
  .ben-vimeo{
    position:absolute; inset:0; width:100%; height:100%;
    border:0; display:block;
  }
  .ben-video .caption-strip{
    position:absolute; left: 18px; right: 18px; bottom: 18px;
    background: rgba(0,0,0,.6); backdrop-filter: blur(10px);
    border-radius: 12px; padding: 12px 14px; color: #fff;
  }
  .ben-video .caption-strip .n{font-weight: 700; font-size: 15px}
  .ben-video .caption-strip .r{font-size: 12.5px; color: rgba(255,255,255,.75); margin-top: 2px}
  .ben-big{
    font-weight: 900; font-size: clamp(72px, 10vw, 140px); line-height: 1;
    letter-spacing: -0.04em; margin: 14px 0;
  }

  /* Video testimonials grid */
  .test-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1080px; margin: 0 auto}

  /* ===== AppSumo screenshot collage ===== */
  .as-collage{
    max-width: 1080px; margin: 0 auto 64px;
  }
  .as-collage-header{
    display:flex; align-items:center; justify-content:space-between;
    gap: 18px; flex-wrap: wrap;
    margin-bottom: 28px;
  }
  .as-pill{
    display:inline-flex; align-items:center; gap: 8px;
    background: linear-gradient(180deg, #FCD34D, #F4B400);
    color: #1A1505;
    border-radius: 999px;
    padding: 9px 16px 9px 12px;
    font-size: 14px; font-weight: 600;
    box-shadow: 0 4px 12px -4px rgba(244,180,0,.5);
  }
  .as-pill b{font-weight: 800}
  .as-taco{width: 20px; height: 20px; display:block}
  .as-collage-sub{
    color: var(--muted); font-size: 14px; margin: 0;
  }
  .as-collage-sub a{color: var(--brand); font-weight: 600; text-decoration: none}
  .as-collage-sub a:hover{text-decoration: underline}
  .as-collage-grid{
    columns: 2;
    column-gap: 22px;
  }
  .as-shot{
    margin: 0 0 18px;
    break-inside: avoid;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 8px 20px -10px rgba(10,10,10,.12);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .as-shot:hover{
    transform: translateY(-3px) rotate(0deg) !important;
    box-shadow: 0 16px 36px -14px rgba(10,10,10,.25);
    z-index: 2; position: relative;
  }
  .as-shot img{display:block; width: 100%; height: auto}
  /* Subtle tilts for a collage feel */
  .as-shot.s1{transform: rotate(-0.6deg)}
  .as-shot.s2{transform: rotate(0.8deg)}
  .as-shot.s3{transform: rotate(-1deg)}
  .as-shot.s4{transform: rotate(0.6deg)}
  .as-shot.s5{transform: rotate(-0.8deg)}
  .as-shot.s6{transform: rotate(0.9deg)}
  .as-shot.s7{transform: rotate(-0.5deg)}
  .as-shot.s8{transform: rotate(0.7deg)}
  @media (max-width: 980px){.as-collage-grid{columns: 2}}
  @media (max-width: 600px){
    .as-collage-grid{columns: 1}
    .as-shot{transform: none !important}
  }

  /* Featured testimonial — Andrej */
  .featured-test{
    max-width: 1080px; margin: 0 auto 56px;
  }
  .ft-header{
    display: grid; grid-template-columns: 220px 1fr; gap: 36px;
    align-items: start;
    margin-bottom: 28px;
  }
  .ft-author{text-align:center}
  .ft-avatar{
    width: 140px; height: 140px; border-radius: 50%;
    object-fit: cover; object-position: center center;
    display:block; margin: 0 auto 14px;
    box-shadow: 0 8px 24px -8px rgba(10,10,10,.25);
    border: 3px solid #fff;
    outline: 1px solid var(--line);
  }
  .ft-name{font-weight: 800; font-size: 19px; letter-spacing: -0.01em; color: var(--ink)}
  .ft-site{
    display:block; margin-top: 2px;
    color: var(--muted); font-size: 13.5px; text-decoration: none;
  }
  .ft-site:hover{color: var(--brand); text-decoration: underline}
  .ft-role{
    margin-top: 8px;
    font-weight: 700; font-size: 13.5px; color: var(--ink-2);
  }
  .ft-quotes{
    position: relative; padding-left: 4px;
    font-family: "Caveat", "Kalam", "Patrick Hand", cursive;
    color: var(--ink); font-size: clamp(22px, 2.3vw, 30px);
    line-height: 1.35;
  }
  .ft-quotemark{
    position: absolute; top: -34px; left: -10px;
    font-family: Georgia, serif;
    color: var(--hi);
    font-size: 96px; line-height: 1;
    opacity: .9;
    pointer-events: none;
  }
  .ft-q{margin: 0 0 12px}
  .ft-q:last-child{margin-bottom: 0}

  .ft-video-frame{
    max-width: 900px; margin: 0 auto;
    padding: 12px;
    background: var(--ink);
    border-radius: 18px;
    box-shadow: 0 28px 64px -28px rgba(10,10,10,.45);
  }
  .ft-video{
    position: relative; aspect-ratio: 16/9;
    background: #000; border-radius: 10px; overflow: hidden;
  }
  .ft-video iframe{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0; display: block;
  }

  /* Supporting written testimonials under the featured block */
  .ft-support{
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    max-width: 1080px; margin: 56px auto 64px;
  }
  .ft-card{
    background: var(--bg-alt);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 28px;
    box-shadow: var(--shadow-card);
    display: flex; flex-direction: column; gap: 16px;
    margin: 0;
  }
  .ft-card-stars{color: #F5A623; letter-spacing: 2px; font-size: 16px}
  .ft-card-q{
    margin: 0; font-size: 16px; line-height: 1.55; color: var(--ink-2);
    text-wrap: pretty;
  }
  .ft-card-q strong{color: var(--ink); font-weight: 700}
  .ft-card-foot{
    display:flex; align-items:center; gap: 12px;
    margin-top: auto; padding-top: 4px;
    border-top: 1px solid var(--line-soft); padding-top: 16px;
  }
  .ft-card-av{
    width: 44px; height: 44px; border-radius: 50%;
    display:grid; place-items:center;
    font-weight: 800; font-size: 15px; letter-spacing: 0.02em;
    flex: 0 0 auto;
  }
  .ft-card-name{font-weight: 700; color: var(--ink); font-size: 14.5px}
  .ft-card-role{color: var(--muted); font-size: 13px; margin-top: 1px}

  @media (max-width: 880px){
    .ft-header{grid-template-columns: 1fr; gap: 24px}
    .ft-author{display:flex; align-items:center; gap: 14px; text-align: left}
    .ft-avatar{width: 88px; height: 88px; margin: 0; border-width: 2px}
    .ft-meta{flex: 1}
    .ft-role{margin-top: 4px}
    .ft-quotes{padding-left: 0}
    .ft-quotemark{top: -22px; left: -6px; font-size: 64px}
    .ft-support{grid-template-columns: 1fr; margin: 36px auto 48px}
  }
  .test{display:flex; flex-direction:column; gap: 14px}
  .test-vid{
    aspect-ratio: 4/5; border-radius: 14px; overflow:hidden;
    position:relative;
    background: linear-gradient(180deg, #2a3142, #11141d);
    box-shadow: var(--shadow-card);
  }
  .test-vid .face{
    position:absolute; left:50%; top:48%; transform: translate(-50%, -50%);
    width: 55%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, var(--skin) 0%, var(--skin-d) 65%, var(--skin-dd) 100%);
  }
  .test-vid .face::before{
    content:""; position:absolute; left:8%; right:8%; top:-5%; height: 32%;
    border-radius: 50% 50% 30% 30%; background: var(--hair);
  }
  .test-vid .face::after{
    content:""; position:absolute; left:-30%; right:-30%; bottom:-45%; height: 60%;
    background: var(--shirt); border-radius: 50% 50% 0 0;
  }
  .test-vid .play{
    position:absolute; top:50%;left:50%; transform: translate(-50%, -50%);
    width: 60px; height: 60px; border-radius: 50%;
    background: rgba(255,255,255,.97); z-index: 3;
    box-shadow: 0 14px 32px rgba(0,0,0,.45);
  }
  .test-vid .play::after{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%, -50%);
    width:0;height:0;
    border-left: 16px solid var(--ink);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
  }
  .test-vid .duration{
    position:absolute; bottom: 12px; right: 12px;
    background: rgba(0,0,0,.6); color:#fff;
    font-family: var(--mono); font-size: 11px;
    padding: 3px 7px; border-radius: 4px;
  }
  .test-info .n{font-weight: 700; font-size: 16px}
  .test-info .r{color: var(--muted); font-size: 13.5px; margin-top: 2px; font-weight: 500}
  .test-info .o{
    margin-top: 10px; display: inline-flex; gap: 8px; align-items:center;
    background: #fff; border: 1px solid var(--line-soft);
    padding: 8px 12px; border-radius: 10px;
    font-size: 13px; font-weight: 600;
  }
  .test-info .o::before{content: "↗"; color: var(--good); font-weight: 800}

  /* Written reviews */
  .rev-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto}
  .review{
    background:#fff; border:1px solid var(--line);
    border-radius: 14px; padding: 22px;
    display:flex; flex-direction:column; gap: 12px;
    box-shadow: var(--shadow-card);
  }
  .stars{color: #FBBF24; font-size: 16px; letter-spacing: 2px}
  .review p{font-size: 14.5px; line-height: 1.55; color: var(--ink-2); margin: 0; font-weight: 500}
  .rev-foot{
    display:flex; justify-content:space-between; align-items:center;
    margin-top: auto; padding-top: 10px;
    border-top: 1px dashed var(--line-soft); font-size: 13px;
  }
  .rev-foot .who{font-weight: 700}
  .rev-foot .verified{
    display:inline-flex; align-items:center; gap: 4px;
    color: var(--good); font-size: 11px; font-weight: 700;
    background: var(--good-soft); padding: 2px 7px; border-radius: 4px;
    letter-spacing: 0.02em;
  }
  .rev-foot .verified::before{content: "✓"}

  /* ============== Section 6: How it works =============== */
  .steps{display:flex; flex-direction:column; gap: 110px; margin-top: 32px}
  .step{display:grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items:center}
  .step.flip > .step-copy{order: 2}
  .step.flip > .step-ui{order: 1}
  .step-num{
    display:inline-flex; align-items:center; gap: 12px;
    margin-bottom: 18px;
  }
  .step-num .n{
    background: var(--ink); color: #fff;
    width: 44px; height: 44px; border-radius: 50%;
    display:grid; place-items:center;
    font-weight: 800; font-size: 18px; letter-spacing: -0.01em;
  }
  .step-num .of{color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase}
  .step-copy h3{margin-bottom: 14px; font-size: clamp(24px, 2.6vw, 34px)}
  .step-copy p{color: var(--ink-2); font-size: 17px; line-height: 1.6}

  /* UI mockup base */
  .ui-frame{
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 14px;
    box-shadow: var(--shadow-pop);
    min-height: 360px;
  }
  /* Variant: real screenshot replaces hand-coded mockup */
  .ui-frame--shot{
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 18px;
    min-height: 0;
    box-shadow: 0 28px 60px -28px rgba(10,10,10,.45);
    overflow: hidden;
  }
  .ui-frame--shot .step-shot{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
  }
  .ui-frame .ui-bar{
    display:flex; justify-content:space-between; align-items:center;
    padding-bottom: 12px; border-bottom: 1px solid var(--line-soft);
    margin-bottom: 14px;
  }
  .ui-frame .dots{display:flex; gap: 6px}
  .ui-frame .dots span{width: 10px; height: 10px; border-radius: 50%; background: #E5E9F1}
  .ui-frame .crumb{font-size: 12px; color: var(--muted); font-family: var(--mono)}
  .ui-frame .sidebar{
    position:absolute; left: 14px; top: 56px; bottom: 14px; width: 52px;
    background: #FAFBFD; border-right: 1px solid var(--line-soft);
    display:flex; flex-direction:column; align-items:center; gap: 10px;
    padding: 14px 0;
    border-radius: 10px 0 0 10px;
  }
  .ui-frame .sidebar .ic{
    width: 30px; height: 30px; border-radius: 7px;
    background: #fff; border: 1px solid var(--line-soft);
    display:grid; place-items:center; color: var(--muted-2);
    font-size: 13px;
  }
  .ui-frame .sidebar .ic.act{background: var(--ink); color: #fff; border-color: var(--ink)}

  .annot{
    position:absolute; z-index: 10;
    background: var(--ink); color: #fff;
    padding: 8px 12px; border-radius: 10px;
    font-size: 12px; font-weight: 600;
    box-shadow: var(--shadow-pop);
    line-height: 1.3;
    max-width: 180px;
    letter-spacing:-0.005em;
  }
  .annot::before{
    content: "→";
    position:absolute; left: -22px; top: 50%; transform: translateY(-50%);
    color: var(--ink); font-size: 18px; font-weight: 800;
  }
  .annot.flip::before{content: "←"; left: auto; right: -22px}

  /* Step 1: recording */
  .rec-main{display:grid; grid-template-columns: 2fr 1fr; gap: 14px; height: 320px; padding-left: 66px}
  .webcam{
    border-radius: 12px;
    background: linear-gradient(135deg, #1a1f2c, #2c3447);
    position: relative; overflow: hidden;
  }
  .webcam .face{
    position:absolute; left:50%; top:55%; transform: translate(-50%, -50%);
    width: 50%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, #e8c7a4, #b08968 70%, #6f4f35);
  }
  .webcam .face::before{
    content:""; position:absolute; left:8%; right:8%; top:-4%; height: 32%;
    border-radius: 50% 50% 30% 30%; background: #2a1f17;
  }
  .webcam .face::after{
    content:""; position:absolute; left:-30%; right:-30%; bottom:-45%; height: 60%;
    background: #1f2a3a; border-radius: 50% 50% 0 0;
  }
  .webcam .grid-l{position:absolute; inset: 14px; border: 1px dashed rgba(255,255,255,.18); border-radius: 8px}
  .webcam .rec{
    position:absolute; top: 12px; left: 12px;
    display:flex; align-items:center; gap: 6px; color: #fff;
    background: rgba(0,0,0,.55); padding: 4px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 600; backdrop-filter: blur(6px);
  }
  .webcam .rec .d{width: 7px; height: 7px; border-radius: 50%; background: #FF4D4F; animation: pulse 1.4s infinite}
  .teleprompt{
    background: #FAFBFD; border: 1px solid var(--line-soft); border-radius: 12px;
    padding: 14px; font-size: 13px; line-height: 1.6; color: var(--ink-2);
    overflow: hidden;
  }
  .teleprompt .hd{
    font-family: var(--mono); font-size: 10px; color: var(--muted);
    text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 8px;
  }
  .teleprompt .var{
    background: var(--accent-soft); color: var(--accent);
    padding: 1px 5px; border-radius: 4px; font-weight: 700;
    font-family: var(--mono); font-size: 11px;
  }
  .rec-controls{
    margin-top: 12px; margin-left: 66px;
    display:flex; align-items:center; gap: 10px;
    padding: 10px 14px;
    background: #FAFBFD; border:1px solid var(--line-soft); border-radius: 12px;
  }
  .rec-controls .timer{font-family: var(--mono); font-size: 12px; font-weight: 600}
  .rec-controls .vmenu{
    background: #fff; border: 1px solid var(--line-soft);
    padding: 6px 10px; border-radius: 8px;
    font-size: 11px; color: var(--muted); font-weight: 500;
  }
  .rec-controls .recbtn{
    margin-left: auto; background: #FF4D4F; color: #fff;
    padding: 6px 14px; border-radius: 999px;
    font-size: 12px; font-weight: 700;
    display:flex; align-items:center; gap: 6px;
  }
  .rec-controls .recbtn .d{width: 8px; height: 8px; background: #fff; border-radius: 1px}

  /* Step 2: CSV */
  .drop{
    height: 140px;
    border: 2px dashed var(--line);
    border-radius: 14px;
    background: linear-gradient(180deg, #FAFBFD, #F2F5FA);
    display:flex; flex-direction:column; align-items:center; justify-content:center; gap: 8px;
    color: var(--muted); font-size: 13px; font-weight: 500;
    margin-left: 66px; margin-bottom: 12px;
  }
  .drop .ic{
    width: 38px; height: 38px; border-radius: 50%;
    background: #fff; border: 1px solid var(--line);
    display:grid; place-items:center; color: var(--ink); font-size: 16px; font-weight: 700;
  }
  .drop b{color: var(--ink); font-weight: 700; font-size: 14px}
  .csv-table{
    margin-left: 66px; background: #FAFBFD; border: 1px solid var(--line-soft);
    border-radius: 12px; overflow: hidden;
  }
  .csv-table .hd, .csv-table .tr{
    display:grid; grid-template-columns: 1fr 1fr 1.2fr 1.4fr 1.2fr;
    padding: 9px 12px; font-size: 12px; align-items:center;
  }
  .csv-table .hd{
    background: #fff; font-weight: 700; color: var(--muted);
    font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em;
    border-bottom: 1px solid var(--line-soft);
  }
  .csv-table .hd span{display:flex; align-items:center; gap: 6px}
  .csv-table .hd .mapped{
    background: var(--good-soft); color: var(--good);
    padding: 2px 5px; border-radius: 4px; font-size: 9px;
    letter-spacing: 0; font-weight: 700;
  }
  .csv-table .tr{border-bottom: 1px dashed var(--line-soft); color: var(--ink-2); font-weight: 500}
  .csv-table .tr:last-child{border-bottom: none}

  /* Step 3: queue */
  .queue{margin-left: 66px; display:flex; flex-direction:column; gap: 8px}
  .qrow{
    display:grid; grid-template-columns: 80px 1fr 100px; gap: 12px;
    align-items:center;
    background: #FAFBFD; border: 1px solid var(--line-soft);
    border-radius: 10px; padding: 8px 12px;
  }
  .qrow .thumb{
    width: 64px; height: 40px; border-radius: 6px;
    background: linear-gradient(135deg, var(--qbg-a, #2a3142), var(--qbg-b, #11141d));
    position:relative; overflow: hidden;
  }
  .qrow .thumb::after{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%,-50%);
    width: 22px; height: 22px; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, #d9b896, #a8855f);
  }
  .qrow .nm{font-size: 13px; font-weight: 600}
  .qrow .nm small{
    display:block; color: var(--muted); font-size: 11px; font-weight: 400;
    font-family: var(--mono); margin-top: 2px;
  }
  .qrow .prog{display:flex; flex-direction:column; gap: 4px}
  .qrow .bar{height: 4px; border-radius: 2px; background: var(--line-soft); overflow: hidden; position:relative}
  .qrow .bar i{position:absolute; left: 0; top: 0; bottom: 0; background: var(--accent); border-radius: 2px; font-style: normal}
  .qrow .st{font-size: 11px; color: var(--muted); font-family: var(--mono); text-align: right; font-weight: 500}
  .qrow.done .st{color: var(--good); font-weight: 700}
  .qrow.done .bar i{background: var(--good)}

  /* Step 4: composer */
  .comp{margin-left: 66px; display:grid; grid-template-columns: 1fr 220px; gap: 12px}
  .comp-mail{
    background: #fff; border: 1px solid var(--line-soft); border-radius: 12px;
    padding: 14px; display:flex; flex-direction:column; gap: 8px; font-size: 13px;
  }
  .comp-mail .hd{
    font-size: 11px; color: var(--muted);
    display:flex; gap: 14px; padding-bottom: 8px;
    border-bottom: 1px solid var(--line-soft);
    font-weight: 500;
  }
  .comp-mail .hd span b{color: var(--ink); font-weight: 600; margin-left: 4px}
  .comp-mail .subj{font-weight: 700; font-size: 14px; letter-spacing: -0.01em}
  .comp-mail .subj .v{background: var(--accent-soft); color: var(--accent); padding: 0 4px; border-radius: 3px; font-weight: 700; font-family: var(--mono); font-size: 12px}
  .comp-mail .preview{
    background: linear-gradient(135deg, #2a3142, #11141d);
    height: 110px; border-radius: 8px;
    position:relative; margin: 6px 0;
  }
  .comp-mail .preview .face{
    position:absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 50px; height: 50px; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, #d9b896, #a8855f);
  }
  .comp-mail .preview::after{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%,-50%);
    width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.95); z-index: 2;
  }
  .comp-mail .preview::before{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%,-50%);
    width:0;height:0;
    border-left: 9px solid var(--ink);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-left: 3px; z-index: 3;
  }
  .comp-mail .body{color: var(--ink-2); line-height: 1.55; font-size: 12.5px; font-weight: 500}
  .comp-mail .body .v{background: var(--accent-soft); color: var(--accent); padding: 0 4px; border-radius: 3px; font-weight: 700; font-family: var(--mono); font-size: 11px}
  .comp-side{display:flex; flex-direction:column; gap: 10px; font-size: 12px}
  .comp-side .blk{background: #FAFBFD; border: 1px solid var(--line-soft); border-radius: 10px; padding: 10px}
  .comp-side .blk h5{margin: 0 0 6px; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700}
  .comp-side .seq{display:flex; flex-direction:column; gap: 6px}
  .comp-side .seq .it{display:flex; gap: 8px; align-items:center; font-size: 11.5px; font-weight: 500}
  .comp-side .seq .it .dot{width: 8px; height: 8px; border-radius: 50%; background: var(--ink)}
  .comp-side .seq .it.future{color: var(--muted)}
  .comp-side .seq .it.future .dot{background: var(--line); border: 1px solid var(--muted-2)}

  /* Step 5: landing page */
  .lpage{
    margin-left: 66px;
    background: var(--bg); border: 1px solid var(--line-soft);
    border-radius: 14px; padding: 18px; position:relative; overflow:hidden;
  }
  .lpage .lpvideo{
    background: linear-gradient(135deg, #2a3142, #11141d);
    aspect-ratio: 16/9; max-height: 170px;
    border-radius: 10px; position:relative; margin-bottom: 12px;
  }
  .lpage .lpvideo .face{
    position:absolute; left:50%;top:50%; transform: translate(-50%, -50%);
    width: 56px; height: 56px; border-radius: 50%;
    background: radial-gradient(circle at 50% 38%, #d9b896, #a8855f);
  }
  .lpage .lpvideo::after{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%,-50%);
    width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.97); z-index: 2;
  }
  .lpage .lpvideo::before{
    content:""; position:absolute; left:50%;top:50%; transform: translate(-50%,-50%);
    width:0;height:0;
    border-left: 12px solid var(--ink);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px; z-index: 3;
  }
  .lpage h4{font-weight: 800; font-size: 22px; line-height: 1.2; letter-spacing:-0.02em; margin: 6px 0}
  .lpage h4 .v{background: var(--hi-soft); padding: 0 5px; border-radius: 4px}
  .lpage .sub{font-size: 12.5px; color: var(--muted); margin-bottom: 12px; font-weight: 500}
  .lpage .cta-row{display:flex; gap: 8px}
  .lpage .cta-row .b1{background: var(--ink); color: #fff; padding: 9px 14px; border-radius: 8px; font-size: 12.5px; font-weight: 700}
  .lpage .cta-row .b2{background: #fff; border: 1px solid var(--line); padding: 9px 14px; border-radius: 8px; font-size: 12.5px; font-weight: 500}
  .lpage .cal{margin-top: 12px; background: #fff; border: 1px solid var(--line-soft); border-radius: 10px; padding: 10px}
  .lpage .cal .cal-h{font-size: 11px; color: var(--muted); margin-bottom: 6px; font-weight: 500}
  .lpage .cal .slots{display:grid; grid-template-columns: repeat(5, 1fr); gap: 4px}
  .lpage .cal .slot{font-size: 11px; padding: 6px 0; text-align:center; border-radius: 6px; border: 1px solid var(--line-soft); background: #FAFBFD; font-weight: 500}
  .lpage .cal .slot.act{background: var(--ink); color: #fff; border-color: var(--ink); font-weight: 700}

  /* ============== Section 7: replaces =============== */
  .replace-vis{
    display:flex; flex-wrap: wrap; gap: 14px; align-items:center; justify-content:center;
    margin-bottom: 56px;
  }
  .comp-logo{
    background: #fff; border: 1px solid var(--line);
    border-radius: 14px; padding: 18px 22px;
    display:flex; align-items:center; gap: 10px;
    box-shadow: var(--shadow-card);
    position:relative; opacity: 0.55;
    font-weight: 800; font-size: 16px; letter-spacing: -0.02em;
  }
  .comp-logo::after{
    content:""; position:absolute; left: 8%; right: 8%; top: 50%;
    height: 2.5px; background: var(--bad); transform: rotate(-8deg); border-radius: 2px;
  }
  .comp-logo .lm{
    width: 24px; height: 24px; border-radius: 6px;
    display:grid; place-items:center; color: #fff;
    font-size: 12px; font-weight: 800;
  }
  .arrow-to{font-size: 28px; color: var(--ink); margin: 0 8px; font-weight: 700}
  .vumu-pill{
    background: var(--ink); color: #fff;
    border-radius: 14px; padding: 20px 28px;
    display:flex; align-items:center; gap: 12px;
    box-shadow: var(--shadow-pop);
    font-weight: 800; font-size: 22px; letter-spacing:-0.03em;
  }
  .vumu-pill-logo{height: 28px; width:auto; display:block; filter: brightness(0) invert(1)}
  .vumu-pill .glyph{
    width: 36px; height: 36px; border-radius: 10px; background: #fff; color: var(--ink);
    display:grid; place-items:center; font-weight: 800; font-size: 20px;
  }
  .replace-table{
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg); overflow: hidden;
    max-width: 880px; margin: 0 auto;
    box-shadow: var(--shadow-pop);
  }
  .replace-table .rt-row{
    display:grid; grid-template-columns: 1fr auto; gap: 24px;
    padding: 18px 26px; align-items:center;
    border-bottom: 1px solid var(--line-soft); font-size: 15px;
  }
  .replace-table .rt-row:last-of-type{border-bottom: none}
  .replace-table .rt-row .l{display:flex; align-items:center; gap: 12px}
  .replace-table .rt-row .x{
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--bad-soft); color: var(--bad);
    display:grid; place-items:center; font-size: 14px; font-weight: 800;
  }
  .replace-table .rt-row .name{font-weight: 700}
  .replace-table .rt-row .l small{color: var(--muted); display:block; font-size: 12.5px; font-weight: 400}
  .replace-table .rt-row .cost{font-family: var(--mono); font-size: 14px; color: var(--ink-2); font-weight: 600}
  .replace-table .total{
    display:grid; grid-template-columns: 1fr auto;
    padding: 22px 26px; background: #FAFBFD; align-items:center;
  }
  .replace-table .total b{font-size: 15px; font-weight: 700}
  .replace-table .total .strike{
    font-family: var(--mono); color: var(--bad); font-size: 17px; font-weight: 700;
    text-decoration: line-through;
  }
  .replace-table .vumu-row{
    display:grid; grid-template-columns: 1fr auto;
    padding: 22px 26px; align-items:center;
    background: var(--ink); color: #fff;
  }
  .replace-table .vumu-row b{font-size: 17px; font-weight: 700}
  .replace-table .vumu-row .price{
    font-weight: 800; font-size: 28px; line-height: 1; letter-spacing:-0.02em;
    color: var(--good);
  }
  .savings-line{
    text-align:center; max-width: 760px; margin: 32px auto 0;
    font-size: 17px; color: var(--ink-2); font-weight: 500;
  }
  .savings-line strong{font-weight: 800; color: var(--ink)}

  /* ============== Section 8: use cases =============== */
  .uc-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px}
  .uc{
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 32px;
    display:flex; flex-direction:column; gap: 14px;
    box-shadow: var(--shadow-card);
  }
  .uc .ic{
    width: 52px; height: 52px; border-radius: 12px;
    background: var(--ink); color: #fff;
    display:grid; place-items:center;
  }
  .uc .who{
    font-size: 12px; color: var(--muted); font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
  }
  .uc h4{font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; margin-top: -4px}
  .uc p{font-size: 15px; line-height: 1.55; color: var(--ink-2); font-weight: 500}
  .uc .out{
    margin-top: auto; padding: 16px;
    background: var(--bg); border-radius: 10px;
    font-size: 13.5px; color: var(--ink-2);
  }
  .uc .out b{
    display:block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--good); margin-bottom: 6px; font-weight: 800;
  }

  /* ============== Section 9: saturation =============== */
  .sat-wrap{
    max-width: 1100px; margin: 0 auto;
    background: #161922; border: 1px solid #262A37;
    border-radius: var(--radius-lg); padding: 32px 32px 24px;
    box-shadow: var(--shadow-pop);
  }
  .sat-legend{display:flex; flex-wrap: wrap; gap: 18px; margin-bottom: 18px; align-items:center}
  .sat-legend .li{display:flex; align-items:center; gap: 8px; font-size: 13px; color: #BFC4D2; font-weight: 600}
  .sat-legend .li .sw{width: 18px; height: 3px; border-radius: 2px}
  .you-pill{
    margin-left: auto;
    display:inline-flex; align-items:center; gap: 8px;
    background: #FF4D4F; color: #fff; padding: 6px 12px;
    border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
  }
  .you-pill::before{content:""; width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: pulse 1.6s infinite}
  .sat-stats{
    display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    margin-top: 28px; max-width: 1100px; margin-left: auto; margin-right: auto;
  }
  .sat-stats .c{
    background: #161922; border: 1px solid #262A37;
    border-radius: var(--radius-lg); padding: 28px; color: #fff;
  }
  .sat-stats .v{font-weight: 800; font-size: 56px; line-height: 1; letter-spacing: -0.03em}
  .sat-stats .l{color: #9AA0AE; font-size: 14px; margin-top: 8px; font-weight: 500}

  /* ============== Section 10: who for =============== */
  .for-grid{display:grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1080px; margin: 0 auto}
  .col{
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 32px;
    box-shadow: var(--shadow-card);
  }
  .col h4{
    display:flex; align-items:center; gap: 12px;
    font-size: 22px; margin-bottom: 16px; letter-spacing:-0.02em;
  }
  .col h4 .b{
    width: 32px; height: 32px; border-radius: 50%;
    display:grid; place-items:center; font-size: 14px; font-weight: 800;
  }
  .col.yes h4 .b{background: var(--good-soft); color: var(--good)}
  .col.no h4 .b{background: var(--bad-soft); color: var(--bad)}
  .col ul{list-style: none; padding: 0; margin: 0; display:flex; flex-direction:column; gap: 12px}
  .col li{display:flex; gap: 12px; font-size: 15.5px; color: var(--ink-2); line-height: 1.5; font-weight: 500}
  .col.yes li::before{content: "✓"; color: var(--good); font-weight: 800; flex-shrink: 0}
  .col.no li::before{content: "✕"; color: var(--bad); font-weight: 800; flex-shrink: 0}

  /* ============== Section 11: stack =============== */
  .stack-table{
    max-width: 860px; margin: 0 auto;
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-pop);
  }
  .stack-table .sh{
    display:grid; grid-template-columns: 1fr auto;
    padding: 14px 26px; background: #FAFBFD;
    font-size: 11px; color: var(--muted);
    text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700;
    border-bottom: 1px solid var(--line);
  }
  .stack-table .row{
    display:grid; grid-template-columns: 30px 1fr auto; gap: 14px;
    padding: 18px 26px; align-items:center;
    border-bottom: 1px solid var(--line-soft); font-size: 15.5px;
  }
  .stack-table .row .ck{
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--good-soft); color: var(--good);
    display:grid; place-items:center; font-size: 12px; font-weight: 800;
  }
  .stack-table .row b{display:block; font-weight: 700}
  .stack-table .row small{color: var(--muted); font-size: 13px; font-weight: 400}
  .stack-table .row .val{font-family: var(--mono); font-size: 15px; font-weight: 700}
  .stack-table .row .val.life{font-family: var(--sans); font-weight: 800; color: var(--accent); letter-spacing:-0.01em}
  .stack-table .grand{
    display:grid; grid-template-columns: 1fr auto;
    padding: 22px 26px; align-items:center;
    background: var(--bg); border-bottom: 1px solid var(--line);
  }
  .stack-table .grand b{font-size: 16px; font-weight: 700}
  .stack-table .grand .v{font-weight: 800; font-size: 26px; letter-spacing: -0.02em}
  .stack-table .grand .v .strike{text-decoration: line-through; color: var(--muted)}
  .stack-table .today{
    display:grid; grid-template-columns: 1fr auto;
    padding: 28px 26px; align-items:center;
    background: var(--ink); color: #fff;
  }
  .stack-table .today b{font-weight: 700; font-size: 18px}
  .stack-table .today .p{font-weight: 900; font-size: 56px; line-height: 1; letter-spacing: -0.03em; text-align: right}
  .stack-table .today .p small{
    font-size: 13px; color: rgba(255,255,255,.6); display:block;
    letter-spacing: 0; margin-top: 6px; font-weight: 500;
  }

  /* ============== Section 12: guarantee =============== */
  .guar-wrap{
    display:grid; grid-template-columns: 280px 1fr; gap: 56px;
    align-items:center; max-width: 980px; margin: 0 auto;
  }
  .badge-shield{
    width: 260px; height: 260px; border-radius: 50%;
    background:
      radial-gradient(circle at 50% 30%, #1a1d28, #0A0A0A);
    color: #fff;
    display:grid; place-items:center;
    position:relative;
    box-shadow: var(--shadow-pop);
    margin: 0 auto;
  }
  .badge-shield::before{
    content:""; position:absolute; inset: 14px;
    border: 2px dashed rgba(255,255,255,.18);
    border-radius: 50%;
  }
  .badge-shield .inner{
    width: 130px; height: 150px;
    background: var(--good);
    clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
    display:grid; place-items:center;
    position:relative;
  }
  .badge-shield .inner::after{
    content: "✓";
    font-size: 64px; color: #fff; font-weight: 900;
    margin-top: -16px;
  }
  .badge-shield svg{position:absolute; inset: 0}
  .guar-text p{font-size: 17px; line-height: 1.6}

  /* ============== Section 13: scarcity =============== */
  .scarcity{display:grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 980px; margin: 0 auto 40px}
  .sc-card{
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 32px;
    display:flex; flex-direction:column; gap: 10px;
    box-shadow: var(--shadow-card);
  }
  .sc-card.now{background: var(--ink); color: #fff; border-color: var(--ink)}
  .sc-card .eyebrow{color: var(--muted)}
  .sc-card.now .eyebrow{color: rgba(255,255,255,.6)}
  .sc-card h4{font-size: 19px; font-weight: 700; margin: 0}
  .sc-card.now h4{color: #fff}
  .sc-card .p{font-weight: 900; font-size: 84px; line-height: 1; letter-spacing: -0.04em; margin: 8px 0 4px}
  .sc-card .p small{font-size: 18px; font-weight: 600; color: var(--muted); display:inline}
  .sc-card.now .p{color: #fff}
  .sc-card.now .p small{color: rgba(255,255,255,.55); font-weight: 500}
  .sc-card .term{font-size: 16px; font-weight: 600; color: var(--ink-2)}
  .sc-card.now .term{color: rgba(255,255,255,.85)}

  .sc-year5{
    max-width: 980px; margin: 0 auto 32px;
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 28px;
    display:grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items:center;
    box-shadow: var(--shadow-card);
  }
  .sc-year5 .side{display:flex; flex-direction:column; gap: 4px}
  .sc-year5 .side b{font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 700}
  .sc-year5 .side .v{font-weight: 900; font-size: 44px; letter-spacing: -0.02em; line-height: 1}
  .sc-year5 .side.bad .v{color: var(--bad)}
  .sc-year5 .side.good .v{color: var(--good)}

  .spots-counter{
    max-width: 980px; margin: 0 auto;
    background: var(--ink); color: #fff;
    border-radius: var(--radius-lg); padding: 28px 32px;
    display:flex; flex-direction:column; gap: 12px;
  }
  .spots-counter .h{
    display:flex; justify-content: space-between; align-items:center; gap: 12px; flex-wrap: wrap;
  }
  .spots-counter .h b{font-size: 17px; font-weight: 700; display:flex; align-items:center; gap: 8px}
  .spots-counter .h b .d{width: 8px; height: 8px; border-radius: 50%; background: #FF4D4F; animation: pulse 1.6s infinite}
  .spots-counter .h .c{font-family: var(--mono); font-size: 15px; font-weight: 700}
  .spots-counter .bar{height: 12px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; position:relative}
  .spots-counter .bar i{
    position:absolute; left:0; top: 0; bottom: 0;
    background: linear-gradient(90deg, var(--good), #34D399);
    border-radius: 999px;
    width: 71.5%;
  }
  .spots-counter .sub{color: rgba(255,255,255,.6); font-size: 13px; font-weight: 500}

  /* ============== Section 14: FAQ =============== */
  .faq{max-width: 820px; margin: 0 auto; display:flex; flex-direction:column; gap: 10px}
  .qitem{
    background: #fff; border: 1px solid var(--line);
    border-radius: 14px; overflow: hidden;
    transition: box-shadow .15s ease;
  }
  .qitem[open]{box-shadow: var(--shadow-card)}
  .qitem summary{
    list-style: none;
    padding: 22px 24px;
    display:flex; justify-content:space-between; align-items:center; gap: 24px;
    cursor: pointer;
    font-size: 17px; font-weight: 600;
    letter-spacing: -0.01em;
  }
  .qitem summary::-webkit-details-marker{display:none}
  .qitem summary .ind{
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--bg); border: 1px solid var(--line-soft);
    display:grid; place-items:center;
    font-size: 18px; font-weight: 300; color: var(--ink-2);
    transition: transform .25s ease, background .15s ease;
    flex-shrink: 0;
  }
  .qitem[open] summary .ind{
    transform: rotate(45deg);
    background: var(--ink); color: #fff; border-color: var(--ink);
  }
  .qitem .ans{
    padding: 0 24px 24px;
    color: var(--ink-2); font-size: 15.5px; line-height: 1.65; font-weight: 500;
  }

  /* ============== Final close =============== */
  .final-close{text-align: center; padding: 130px 0}
  .final-close .narrow{color: #BFC4D2; text-align: left}
  .final-close p{color: #BFC4D2}
  .final-close .pull{color: #fff}
  .final-close .after-cohort{
    font-weight: 800; font-size: 18px; color: #fff;
    margin-top: 20px;
  }

  /* ===== Ben testimonial section ===== */
  .ben-test{padding: 96px 0}
  .ben-test .section-head{margin-bottom: 44px}
  .ben-test .dek{
    margin: 18px auto 0; max-width: 760px;
    font-size: clamp(17px, 1.5vw, 20px); line-height: 1.5;
    color: var(--muted); text-wrap: pretty;
  }
  .ben-test-frame{
    max-width: 1080px; margin: 0 auto;
    padding: 14px;
    background: var(--ink);
    border-radius: 20px;
    box-shadow: 0 28px 64px -28px rgba(10,10,10,.45);
  }
  .ben-test-video{
    position: relative; aspect-ratio: 16/9;
    background: #000;
    border-radius: 10px; overflow: hidden;
  }
  .ben-test-video iframe{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0; display: block;
  }
  @media (max-width: 720px){
    .ben-test{padding: 64px 0}
    .ben-test-frame{padding: 8px; border-radius: 14px}
  }

  /* ============== Footer =============== */
  footer{
    background: var(--ink); color: #8A93A6;
    padding: 56px 0 40px; font-size: 13.5px;
  }
  footer .row{display:flex; justify-content:space-between; align-items:center; gap: 24px; flex-wrap: wrap}
  footer .brand{color: #fff}
  footer .links a{color: #8A93A6; text-decoration: none; margin: 0 10px; font-weight: 500}
  footer .links a:hover{color: #fff}

  /* ============== Responsive =============== */
  @media (max-width: 980px){
    section{padding: 70px 0}
    .case-card{grid-template-columns: 1fr; gap: 24px; padding: 24px}
    .vid-grid, .test-grid, .rev-grid, .uc-grid{grid-template-columns: 1fr 1fr; gap: 16px}
    .step{grid-template-columns: 1fr; gap: 28px}
    .step.flip > .step-copy{order: 1}
    .step.flip > .step-ui{order: 2}
    .ben-wrap{grid-template-columns: 1fr; gap: 36px}
    .for-grid{grid-template-columns: 1fr}
    .guar-wrap{grid-template-columns: 1fr; text-align:center}
    .badge-shield{margin: 0 auto}
    .stat-bar, .scarcity, .sc-year5, .sat-stats{grid-template-columns: 1fr}
    .stat-bar .cell{border-right: none; border-bottom: 1px solid var(--line-soft)}
    .compare-row{grid-template-columns: 1fr}
    .dash .charts{grid-template-columns: 1fr}
    .dash .kpis{grid-template-columns: repeat(2, 1fr)}
    .rec-main{padding-left: 0; grid-template-columns: 1fr}
    .rec-controls, .drop, .csv-table, .queue, .comp, .lpage{margin-left: 0}
    .ui-frame .sidebar{display:none}
    .comp{grid-template-columns: 1fr}
    .annot{display:none}
  }
  @media (max-width: 640px){
    body{font-size: 16.5px}
    .wrap{padding: 0 18px}
    .vid-grid, .test-grid, .rev-grid, .uc-grid{grid-template-columns: 1fr}
    .case-kpis{grid-template-columns: 1fr 1fr}
    .replace-vis{flex-direction: column}
    .comp-logo::after{transform: rotate(-4deg)}
    .arrow-to{transform: rotate(90deg)}
    .cta-primary{font-size: 16px; padding: 0 18px}
  }

  /* ============================================================
     TWEAKS — three expressive controls that reshape the feel.
     ============================================================ */

  /* === VIBE: palette mood ============================ */
  html[data-vibe="steel"]{
    --bg: #E9EDF3; --bg-alt: #FAFBFD;
    --ink: #0B1322; --ink-2: #243049;
    --muted: #56627A; --muted-2: #8390A8;
    --line: #D6DCE7; --line-soft: #E6EAF1;
    --hi: #2563EB; --hi-soft: rgba(37,99,235,.22);
    --accent: #2563EB; --accent-soft: #DBEAFE;
  }
  html[data-vibe="steel"] .vumu-pill-logo{filter:brightness(0) invert(1)}

  html[data-vibe="sunshine"]{
    --bg: #FBEEDC; --bg-alt: #FFF7EB;
    --ink: #1A120A; --ink-2: #3A2A18;
    --muted: #7B6450; --muted-2: #A89378;
    --line: #EBD7BB; --line-soft: #F4E6CB;
    --hi: #E35315; --hi-soft: rgba(227,83,21,.34);
    --accent: #B8430C; --accent-soft: #FCE0CB;
  }

  html[data-vibe="mono"]{
    --bg: #ECECEC; --bg-alt: #FFFFFF;
    --ink: #0A0A0A; --ink-2: #1F1F1F;
    --muted: #6B6B6B; --muted-2: #9B9B9B;
    --line: #D8D8D8; --line-soft: #E6E6E6;
    --hi: #0A0A0A; --hi-soft: rgba(10,10,10,.10);
    --accent: #0A0A0A; --accent-soft: #E2E2E2;
    --good: #2A2A2A; --good-soft: #E2E2E2;
    --bad: #2A2A2A; --bad-soft: #E2E2E2;
  }
  html[data-vibe="mono"] .good-soft, html[data-vibe="mono"] .bad-soft{
    filter: grayscale(1);
  }

  /* === HIGHLIGHT TREATMENT ============================
     Affects: .hi, .stat-bar .num .h, .lpage h4 .v, .preview .h */
  html[data-hi="underline"] .hi,
  html[data-hi="underline"] .stat-bar .num .h,
  html[data-hi="underline"] .lpage h4 .v,
  html[data-hi="underline"] .email-row .preview .h{
    background: transparent !important;
    padding: 0 1px !important;
    border-radius: 0 !important;
    box-shadow: inset 0 -0.16em 0 var(--hi) !important;
    transform: none !important;
  }
  html[data-hi="boxed"] .hi,
  html[data-hi="boxed"] .stat-bar .num .h,
  html[data-hi="boxed"] .lpage h4 .v,
  html[data-hi="boxed"] .email-row .preview .h{
    background: transparent !important;
    border: 1.5px solid var(--ink) !important;
    padding: 0.05em 0.35em !important;
    border-radius: 4px !important;
    transform: none !important;
  }
  html[data-hi="invert"] .hi,
  html[data-hi="invert"] .stat-bar .num .h,
  html[data-hi="invert"] .lpage h4 .v,
  html[data-hi="invert"] .email-row .preview .h{
    background: var(--ink) !important;
    color: var(--bg) !important;
    padding: 0.05em 0.35em !important;
    border-radius: 3px !important;
    transform: none !important;
  }

  /* === TYPE PERSONALITY ================================ */
  html[data-type="editorial"]{
    --sans: "Newsreader", "Iowan Old Style", Georgia, serif;
  }
  html[data-type="editorial"] body{
    font-feature-settings: "kern", "liga", "onum";
  }
  html[data-type="editorial"] h1,
  html[data-type="editorial"] h2,
  html[data-type="editorial"] h3,
  html[data-type="editorial"] .hero h1,
  html[data-type="editorial"] .section-title,
  html[data-type="editorial"] .stat-bar .num{
    font-family: "Newsreader", Georgia, serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    font-style: italic;
  }
  html[data-type="editorial"] .eyebrow,
  html[data-type="editorial"] .kicker,
  html[data-type="editorial"] .topbar{
    font-family: "JetBrains Mono", monospace !important;
    letter-spacing: 0.08em !important;
  }
  html[data-type="editorial"] .btn,
  html[data-type="editorial"] nav .btn,
  html[data-type="editorial"] .cta-primary{
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
  }

  html[data-type="brutalist"]{
    --sans: "Bricolage Grotesque", "Inter", sans-serif;
  }
  html[data-type="brutalist"] h1,
  html[data-type="brutalist"] h2,
  html[data-type="brutalist"] h3,
  html[data-type="brutalist"] .hero h1,
  html[data-type="brutalist"] .section-title,
  html[data-type="brutalist"] .stat-bar .num{
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.045em !important;
    font-stretch: 75%;
  }

  /* === TWEAKS PANEL UI =================================
     Hidden by default; .tweaks-on (set when host activates) shows. */
  .tweaks-panel{
    position: fixed; right: 20px; bottom: 20px;
    width: 308px;
    background: #0A0A0A; color: #fff;
    border-radius: 16px;
    padding: 16px 16px 14px;
    box-shadow: 0 24px 60px -20px rgba(0,0,0,.55), 0 8px 24px -8px rgba(0,0,0,.35);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 13px; line-height: 1.4;
    z-index: 99999;
    display: none;
    user-select: none;
  }
  .tweaks-panel.tweaks-on{display: block}
  .tweaks-panel__head{
    display:flex; align-items:center; justify-content:space-between;
    margin-bottom: 14px;
  }
  .tweaks-panel__title{
    font-weight: 700; font-size: 13px; letter-spacing: 0.02em;
    display:flex; align-items:center; gap: 8px;
  }
  .tweaks-panel__title .dot{
    width: 8px; height:8px; border-radius:50%;
    background: #FFE066;
    box-shadow: 0 0 8px rgba(255,224,102,.6);
  }
  .tweaks-panel__close{
    background: none; border: none; color: #8A93A6; cursor: pointer;
    width: 24px; height: 24px; display:grid; place-items:center;
    border-radius: 6px; font-size: 16px;
  }
  .tweaks-panel__close:hover{background: rgba(255,255,255,.08); color: #fff}
  .tweaks-group{margin-bottom: 14px}
  .tweaks-group:last-child{margin-bottom: 0}
  .tweaks-label{
    text-transform: uppercase; font-size: 10px; letter-spacing: 0.12em;
    color: #8A93A6; font-weight: 600;
    margin-bottom: 7px;
  }
  .tweaks-options{
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
  }
  .tweaks-options.cols-3{grid-template-columns: repeat(3, 1fr)}
  .tweaks-opt{
    background: #1A1A1A; border: 1px solid #2A2A2A;
    border-radius: 9px; padding: 8px 4px 7px;
    color: #C2C7D2; cursor: pointer;
    font-family: inherit; font-size: 11px; font-weight: 500;
    display:flex; flex-direction: column; align-items:center; gap: 6px;
    transition: background .15s, border-color .15s, color .15s, transform .1s;
  }
  .tweaks-opt:hover{background: #232323; color: #fff}
  .tweaks-opt[aria-pressed="true"]{
    background: #fff; color: #0A0A0A; border-color: #fff;
  }
  .tweaks-opt:active{transform: scale(.97)}

  /* Swatches for vibe options */
  .tweaks-swatch{
    width: 100%; height: 22px; border-radius: 5px;
    display:flex; overflow:hidden;
    border: 1px solid rgba(255,255,255,.08);
  }
  .tweaks-opt[aria-pressed="true"] .tweaks-swatch{border-color: rgba(0,0,0,.12)}
  .tweaks-swatch span{flex: 1; display:block}

  /* Highlight preview */
  .tweaks-hi-prev{
    font-size: 13px; font-weight: 700; line-height: 1;
    height: 22px; display:flex; align-items:center; justify-content:center;
    color: #0A0A0A;
  }
  .tweaks-hi-prev .demo{padding: 0 4px; color: #0A0A0A;}
  .tweaks-hi-prev.marker .demo{background: #FFE066}
  .tweaks-hi-prev.underline .demo{box-shadow: inset 0 -3px 0 #FFE066}
  .tweaks-hi-prev.boxed .demo{border: 1.5px solid #0A0A0A; padding: 2px 4px}
  .tweaks-hi-prev.invert .demo{background: #0A0A0A; color: #FFE066}
  .tweaks-opt[aria-pressed="false"] .tweaks-hi-prev,
  .tweaks-opt:not([aria-pressed="true"]) .tweaks-hi-prev{
    color: #fff; background: #2A2A2A; border-radius: 3px;
  }
  .tweaks-opt:not([aria-pressed="true"]) .tweaks-hi-prev .demo{color: #fff}
  .tweaks-opt:not([aria-pressed="true"]) .tweaks-hi-prev.marker .demo{background: rgba(255,224,102,.85); color: #0A0A0A}
  .tweaks-opt:not([aria-pressed="true"]) .tweaks-hi-prev.underline .demo{background: transparent}
  .tweaks-opt:not([aria-pressed="true"]) .tweaks-hi-prev.boxed .demo{background: transparent; border-color: #C2C7D2}
  .tweaks-opt:not([aria-pressed="true"]) .tweaks-hi-prev.invert .demo{background: #fff; color: #0A0A0A}

  /* Type preview */
  .tweaks-type-prev{
    font-size: 18px; line-height: 1; letter-spacing: -0.02em; font-weight: 700;
  }
  .tweaks-type-prev.editorial{font-family: "Newsreader", serif; font-style: italic; font-weight: 600}
  .tweaks-type-prev.brutalist{font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; letter-spacing: -0.04em}
  
  /* ============================================================
   Vumu New Sections CSS
   Add to your theme stylesheet or enqueue as a separate file.

   Covers two new sections added to index.php:
   1. .wrapper.licenses  — Personalize Cover Images grid
   2. .newsletter-section — CTA / Sign Up block
   ============================================================ */


/* ============================================================
   1. WRAPPER LICENSES — Personalize Cover Images
   ============================================================ */

.wrapper.licenses {
  padding: 80px 0;
  background: #fff;
}

.wrapper.licenses .services-wrapper.reduce-padding {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Grid: 3 columns on desktop, 2 on tablet, 1 on mobile */
.licencing-images-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.licencing-images-grid.reduce-bottom-margin {
  margin-bottom: 0;
}

.licencing-images-grid.add-top-margin {
  margin-top: 40px;
}

.licencing-image-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #f5f5f5;
}

.licencing-image-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

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

/* Heading inside the licenses section */
.wrapper.licenses .heading-2-center.increase-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Hidden paragraph (display-none utility — already in theme but included for safety) */
.display-none {
  display: none !important;
}

/* Responsive: tablet */
@media (max-width: 991px) {
  .licencing-images-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .wrapper.licenses {
    padding: 60px 0;
  }
}

/* Responsive: mobile */
@media (max-width: 575px) {
  .licencing-images-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wrapper.licenses {
    padding: 40px 0;
  }

  .licencing-images-grid.add-top-margin {
    margin-top: 24px;
  }
}


/* ============================================================
   2. NEWSLETTER SECTION — CTA / Sign Up block
   ============================================================ */

.newsletter-section {
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1050 50%, #0d0d2b 100%);
  padding: 80px 24px;
  text-align: center;
}

.newsletter-wrapper {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* Heading */
.h2-white-heading-center {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
}

/* CTA Button */
.newsletter-section .cta-button.rectangle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  min-width: 260px;
  justify-content: center;
}

.newsletter-section .button-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.newsletter-section .cta-arrow-div {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.newsletter-section .cta-arrow-div .call-arrow {
  display: block;
  width: 20px;
  height: auto;
}

.newsletter-section .cta-arrow-div .call-arrow-down {
  display: none;
}

/* Blue gradient background layer on button */
.newsletter-section .button-gradient.gradient-blue {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #3b5bdb 0%, #5c7cfa 100%);
  transition: opacity 0.2s ease;
}

.newsletter-section .cta-button.rectangle:hover .button-gradient.gradient-blue {
  opacity: 0.85;
}

/* Sub-text below button */
.newsletter-section .form-text {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  max-width: 480px;
  margin: 0;
}

/* Variant: bg-grey (used for Integrations row) */
.newsletter-section.bg-grey {
  background: #f5f6fa;
  padding: 60px 24px;
}

.newsletter-section.bg-grey .newsletter-wrapper.horizontal {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1100px;
  text-align: left;
}

.newsletter-section.bg-grey .newsletter-left-contain {
  flex: 1;
}

.newsletter-section.bg-grey .newsletter-right-contain {
  flex-shrink: 0;
  max-width: 420px;
}

.newsletter-section.bg-grey .newsletter-right-contain img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive: tablet */
@media (max-width: 991px) {
  .newsletter-section {
    padding: 60px 20px;
  }

  .newsletter-section.bg-grey .newsletter-wrapper.horizontal {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .newsletter-section.bg-grey .newsletter-right-contain {
    max-width: 100%;
    width: 100%;
  }
}

/* Responsive: mobile */
@media (max-width: 575px) {
  .newsletter-section {
    padding: 48px 16px;
  }

  .h2-white-heading-center {
    font-size: 26px;
  }

  .newsletter-section .cta-button.rectangle {
    width: 100%;
    min-width: unset;
    padding: 16px 24px;
  }

  .newsletter-section .button-text {
    font-size: 15px;
  }
}
.mb-100{
margin-bottom:100px;
    

}