@font-face {
  font-family: Kamerik;
  src: url('../fonts/Kamerik-105-Cyrillic-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kamerik;
  src: url('../fonts/Kamerik-105-Cyrillic-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kamerik;
  src: url('../fonts/Kamerik-105-Cyrillic-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Editorial new 400";
  src: url('../fonts/Editorial-New-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-slate-blue: #6a6ae8;
  --white-smoke: #f8f8f8;
  --black: #1e1e20;
  --light-steel-blue: #a0aaff;
  --bg-color: #fff;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

.w-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #1e1e20;
  background-color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
  font-family: Kamerik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: color .8s, background-color .8s;
}

h1 {
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  text-transform: uppercase;
  margin-top: .625rem;
  margin-bottom: .625rem;
  line-height: 115%;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

p {
  color: #1e1e20;
  letter-spacing: .02em;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
}

a {
  color: #1e1e20;
  text-decoration: none;
  transition: all .35s;
}

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

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

strong {
  font-weight: bold;
}

.mycontain {
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: block;
}

.mycontain.no-margin {
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.cta-button {
  background-color: #0d0d0d;
  border: .0625rem solid #979797;
  border-radius: 8rem;
  padding: 0;
  transition: all .35s;
}

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

.cta-button.ghost-button {
  color: #fff;
  background-color: #0000;
  border: .0625rem solid #5146c3;
}

.cta-button.ghost-button:hover {
  color: #fff;
  background-color: #5146c3;
  border-color: #5146c3;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  color: #5146c3;
  background-color: #fff;
}

.cta-button.inverse-button {
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  color: #5146c3;
  background-color: #ffffff7d;
  background-image: none;
}

.cta-button.inverse-button:hover {
  color: #5146c3;
  background-color: #fff;
}

.cta-button.inverse-button.is--16px-m-t {
  background-image: linear-gradient(to right, #525bb2, #4253ff);
  margin-top: 1rem;
}

.cta-button.navbar-btn {
  margin-top: .375rem;
  margin-left: .9375rem;
  padding: .25rem 2.1875rem;
  font-size: .9375rem;
}

.cta-button.is--16px-m-t {
  margin-top: 1rem;
}

.nav-link {
  color: #fff;
  padding: .625rem .875rem;
  font-size: .9375rem;
  font-weight: 400;
}

.nav-link:hover {
  color: #ffffffd6;
}

.nav-link.w--current {
  color: #d1d1d1;
}

.navbar-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(.5625rem);
  backdrop-filter: blur(.5625rem);
  position: sticky;
  top: 2.4rem;
}

.old-section {
  margin-top: 10.6rem;
  margin-bottom: 10.6rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: visible;
}

.old-section.cta-footer {
  background-color: #5146c3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.logo-sp {
  filter: contrast(0%) brightness(200%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-bottom: .2rem;
  padding-right: 0;
}

.logo-sp.smaller-logo-l {
  width: 100%;
}

.logo-sp.nostyle {
  filter: none;
}

.logo-sp.smaller-logo-s {
  width: 5.625rem;
}

.logo-sp.smaller-logo-m {
  width: 6.25rem;
}

.logo-sp-abc {
  filter: contrast(35%) brightness(200%);
  width: 10rem;
}

.logos-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  max-width: 77.7rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.accordion-item {
  z-index: 99;
  color: #fff;
  background-color: #ffffff1a;
  border: .0625rem solid #ffffff6b;
  border-radius: 3.125rem;
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.875rem 1.25rem;
  position: relative;
  box-shadow: 0 15px 2.1875rem #4253ff26;
}

.accordion-item.services {
  margin-bottom: 2rem;
  padding: 2rem 2rem 1rem;
}

.accordion-item.services:hover {
  background-color: #ffffff1f;
}

.accordion-item-trigger {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-heading {
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 140%;
}

.accordion-heading.services {
  font-size: 2rem;
}

.accordion-item-content {
  margin-top: 1rem;
  margin-right: 1.875rem;
  overflow: hidden;
}

.icon.accordion-icon {
  color: #0000;
  cursor: pointer;
  background-image: url('../images/→.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 1.875rem;
  margin-top: .4375rem;
  margin-left: .4375rem;
  font-size: 2rem;
  line-height: 1.875rem;
}

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

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

.p-section {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  padding-top: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.announcement {
  z-index: 2147483647;
  opacity: 0;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-weight: 500;
  display: flex;
}

.announcement:hover {
  color: #000;
}

.gradient-left_bottom {
  z-index: -1;
  filter: blur(6.25rem);
  background-image: linear-gradient(#7c7c7c, #939bec);
  border-radius: 625000rem;
  width: 27rem;
  height: 27rem;
  position: fixed;
  inset: 26.5625rem auto 0 -16.1875rem;
}

.cta-button-3 {
  background-image: linear-gradient(to right, #525bb2, #4253ff);
  border: .0625rem solid #ffffff70;
  border-radius: .5rem;
  padding: 1.0625rem 2.375rem;
  transition: all .35s;
}

.cta-button-3:hover {
  color: #fff;
  background-color: #060606;
}

.cta-button-3.ghost-button {
  background-color: #0000;
  background-image: none;
  border: .0625rem solid #fff;
}

.cta-button-3.ghost-button:hover {
  color: #fff;
  background-color: #4253ff;
  border-color: #25bcca;
}

.cta-button-3.ghost-button._100 {
  text-align: center;
  width: 100%;
}

.cta-button-3.ghost-button._100.is--32px-m-t.is--16px-m-b {
  margin-bottom: 1rem;
}

.section-4 {
  padding: 11.25rem 1.25rem 5.625rem;
}

.gradient-right_top {
  z-index: -1;
  opacity: .5;
  filter: blur(6.25rem);
  background-image: linear-gradient(45deg, #7380fd, #4253ff);
  border-radius: 625000rem;
  width: 27rem;
  height: 27rem;
  position: fixed;
  inset: 0 -15.75rem auto auto;
}

.testimonial_wrapper {
  z-index: 0;
  background-color: #f6f6f6;
  border: .0625rem solid #fff6;
  border-radius: 3.125rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-right: 2.5rem;
  padding: 2rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 15px 2.1875rem #8bb5ff26;
}

.service-blur {
  z-index: -4;
  filter: blur(.75rem);
  background-color: #ffffff1c;
  border: .0625rem solid #fff;
  border-radius: 3.125rem;
  padding: 0;
  position: absolute;
  inset: 0%;
}

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

.is--32px-m-t {
  margin-top: 2rem;
}

.navbar_logo-img {
  width: 12.8rem;
}

.navbar_logo-img.footer {
  margin-top: 2rem;
}

.is--16px-m-t {
  margin-top: 1rem;
}

.hide {
  display: none;
}

.row-text {
  color: #d4d4d4;
}

.deliverables-row {
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5625rem;
  display: flex;
}

.row-img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-right: .5625rem;
}

.deliverables-row-2 {
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5625rem;
  font-weight: 300;
  display: flex;
}

.paragraph-13 {
  color: #adb5c4;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 161%;
}

.deliverables-heading {
  color: #ffffffe6;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.deliverables-heading.first {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.service-row-2 {
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.row-img-2 {
  border-radius: 100%;
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-right: .5625rem;
  box-shadow: 0 1px 2.1875rem #4253ff59;
}

.divider {
  background-color: #ffffff1a;
  height: .0625rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.divider._30 {
  background-color: #6a6ae833;
  width: 30%;
  height: 1px;
}

.divider._30.testimonial {
  background-color: #fff3;
}

.page-wrapper {
  transition: all .2s;
}

.question-title {
  margin-right: .625rem;
  font-size: 1.375rem;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-bottom: .875rem;
  line-height: 160%;
}

.faq-wrapper {
  background-color: #ffffff1a;
  border: .0625rem solid #ffffff6b;
  border-radius: 3.125rem;
  width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
  position: relative;
}

.faq-question-bar {
  border-bottom: .0625rem solid #00000012;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: .375rem;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.plus-icon {
  padding: .375rem;
}

.div-block {
  width: 100%;
  height: .0625rem;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-grid {
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.faq-content {
  overflow: hidden;
}

.webflow {
  z-index: 9;
  color: #ffffffe8;
  cursor: pointer;
}

.h1-div {
  max-width: 67.0625rem;
  line-height: 120%;
  overflow: hidden;
}

.h1-wrapper {
  grid-column-gap: 1.25rem;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 78rem;
  display: flex;
}

.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 2.375rem;
  display: flex;
}

.colorful-block {
  background-image: linear-gradient(45deg, #ffc4a3, #bd8aff 28%, #b8c0ff 55%, #b3d5ff 72%, #ffbdb3);
  border-radius: 125rem;
  padding: .1875rem;
}

.email-capture {
  flex-direction: column;
  padding: .0625rem;
  display: flex;
  position: relative;
}

.email-capture-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.email-capture-input {
  background-color: #fff0;
  border: .0625rem solid #0000;
  border-bottom: .1875rem solid #1e1e20;
  width: 27.4rem;
  margin-bottom: 0;
  padding-top: 2.2rem;
  padding-bottom: 2rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
}

.email-capture-input::placeholder {
  color: #000000a3;
  text-align: left;
  font-size: 1.1rem;
}

.email-notice {
  z-index: 2;
  text-align: center;
  max-width: 24.9rem;
  margin: 1.8rem auto;
  font-size: .8rem;
  line-height: 170%;
  display: none;
  position: relative;
}

.email-capture_text {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  width: 100%;
  padding: .375rem 1.375rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
}

.logo-loop-container {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-loop-container.m-top-m {
  margin-top: 3rem;
}

.success-message-2 {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  color: #000;
  background-color: #fffc;
  border-radius: 1.0625rem;
  max-width: 47.8125rem;
  padding: 1.9375rem;
  font-size: 1.3rem;
  line-height: 160%;
}

.lottie-animation-9 {
  z-index: -4;
  width: 100%;
  height: 31.25rem;
  position: absolute;
  inset: -132% 0% 0% auto;
}

.error-message-2 {
  color: #000;
  max-width: 65.3125rem;
  position: absolute;
  inset: auto 0% -274%;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.background-color-white {
  background-color: #fff;
}

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

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

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

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  background-color: #fff;
  border-radius: .125rem;
  width: 1.9rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #ff90ea;
  background-size: 90%;
  border-radius: .125rem;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
}

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

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

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

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

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.padding-xxlarge {
  padding: 5rem;
}

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

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

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

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

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
}

.container-large.relative {
  z-index: -400;
}

.container-large.relative.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-large.hiw-1st {
  width: auto;
  padding-left: 2.2rem;
}

.container-large.is-home-hero {
  height: 45.7rem;
  padding-top: 0;
  position: relative;
}

.container-large.da_text-head {
  color: #1e1e2073;
  letter-spacing: .2em;
  font-size: .63rem;
}

.container-large.da_text-head.v2 {
  display: none;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-huge {
  margin: 6rem;
}

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

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

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

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

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.text-color-grey {
  color: gray;
}

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

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

.text-size-medium {
  font-size: 1.25rem;
}

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

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

.overflow-hidden-2 {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

.form_input {
  background-color: #0000;
  border: .0625rem #0000;
  border-bottom: .0625rem solid #00000052;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  display: block;
}

.form_input::placeholder {
  font-size: 1.25rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.hide {
  display: none;
}

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

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

.padding-global {
  padding: 0 1.1rem;
}

.padding-global.iis-footer {
  z-index: 99999999;
  position: sticky;
  inset: 0% 0% auto;
}

.padding-large {
  padding: 3rem;
}

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

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

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

.form_checkbox {
  border-color: #949494;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox.w--redirected-checked {
  background-color: #a0aaff;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  padding: .4rem;
}

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

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

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

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

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

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

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

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: .0625rem dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

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

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  color: #ffdeda;
  background-color: #f5f5f5;
}

.button {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 68rem;
  padding: 1.1875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
  color: var(--medium-slate-blue);
  background-color: #7c7cf03d;
  transform: translate(0, .25rem);
}

.button.is-secondary {
  color: var(--medium-slate-blue);
  text-transform: none;
  background-color: #6a6ae800;
  border: 1px solid #6a6ae833;
}

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

.button.is-secondary.pricing {
  border: 1px solid #7c7cf03d;
}

.button.is-secondary.pricing:hover {
  border-color: #7c7cf0;
}

.button.is-secondary.is-more_work {
  z-index: 1184;
}

.button.is-secondary.m-hide.darkmode {
  color: var(--white-smoke);
}

.button.is-secondary.all-work {
  z-index: 1184;
  background-color: #fff;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.button.is-new-way {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-transform: none;
  background-color: #ebedff;
  border: .0625rem solid #a7a7a799;
  justify-content: space-between;
  padding: .5rem 1rem;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.button.is-new-way.no-hover {
  flex: 0 auto;
}

.button.is-new-way.no-hover:hover {
  box-shadow: none;
  transform: none;
}

.button.is-new-way.no-hover.v2 {
  color: #fff;
  background-color: #a0aaff;
  font-size: 1.25rem;
  font-weight: 500;
}

.button._100 {
  width: 100%;
}

.button.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.button.is-old-way {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-transform: none;
  background-color: #ebedff;
  border: .0625rem solid #a7a7a799;
  justify-content: space-between;
  padding: .5rem 1rem;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.button.is-old-way.no-hover {
  color: #292a4e;
  background-color: #292a4e14;
  flex: 0 auto;
  font-size: 1.25rem;
  font-weight: 500;
}

.button.is-old-way.no-hover:hover {
  box-shadow: none;
  transform: none;
}

.button.log-in {
  color: #000;
  text-transform: none;
  background-color: #292a4e00;
  margin-right: 1rem;
  padding: 0 1.5rem;
}

.button.log-in:hover {
  box-shadow: none;
}

.button.apple-pay {
  height: 3.875rem;
}

.button.subscribe {
  margin-top: .9375rem;
}

.button.manage {
  margin-top: 1.375rem;
}

.button.nav {
  color: #a0aaff;
  background-color: #f8f8f8;
  border: .0625rem solid #a0aaff;
}

.button.reset {
  margin-top: 1.75rem;
}

.button.form {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 1.1rem 1.4rem;
  font-size: 1.1rem;
  display: flex;
}

.button.is-benefits {
  background-color: #b5bbfc00;
  background-image: url('../images/Group-16.svg');
  background-position: 92% 42%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  padding-right: 2.675rem;
  font-weight: 400;
}

.button.pricing {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
}

.button.hero {
  margin-top: 2rem;
  padding: .875rem 1rem;
  font-size: 1.25rem;
}

.button.is-nav {
  background-color: var(--medium-slate-blue);
  opacity: 1;
  color: #fff;
  text-transform: none;
  border: 1px solid #f8f8f829;
  max-height: 3.5rem;
  padding: 1.1875rem 1.5rem;
}

.button.is-nav.is-mobile {
  display: none;
}

.button.is-nav.is-footer {
  color: #fff;
  background-color: #f8f8f800;
  border: 1px solid #fff3;
}

.button.is-nav.is-reverse {
  background-color: var(--white-smoke);
  color: var(--medium-slate-blue);
}

.button.is-nav.secondary {
  border-color: var(--medium-slate-blue);
  color: var(--medium-slate-blue);
  background-color: #6a6ae800;
}

.button.hiw {
  left: 4rem;
}

.button.is-footer {
  color: var(--medium-slate-blue);
  background-color: #fff;
}

.button.is-footer:hover {
  box-shadow: none;
  color: #fff;
  background-color: #ffffff1f;
}

.button.capabilities {
  left: 4rem;
}

.button.m-is-case-study {
  color: var(--medium-slate-blue);
  text-transform: none;
  background-color: #6a6ae800;
  border: 1px solid #6a6ae833;
  display: none;
}

.button.m-is-case-study:hover {
  background-color: #fff;
}

.button.m-is-case-study.pricing {
  border: 1px solid #7c7cf03d;
}

.button.m-is-case-study.pricing:hover {
  border-color: #7c7cf0;
}

.button.m-is-case-study.is-more_work {
  z-index: 1184;
}

.button.tab {
  border: 1px solid var(--medium-slate-blue);
  opacity: .63;
  width: 100%;
  color: var(--medium-slate-blue);
  background-color: #6a6ae800;
  padding-top: .6875rem;
  padding-bottom: .6875rem;
}

.button.tab.w--current {
  background-color: var(--medium-slate-blue);
  opacity: 1;
  color: #fff;
}

.button.tab.v2 {
  color: var(--black);
  letter-spacing: .3em;
  text-transform: uppercase;
  border-width: 0;
  border-top-style: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 0;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.button.tab.v2.w--current {
  color: var(--medium-slate-blue);
  background-color: #6a6ae800;
  border-bottom-width: 1px;
}

.button.m-auto, .button.v2 {
  margin-left: auto;
  margin-right: auto;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge-2 {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-rich-text h2 {
  margin-top: 3.05rem;
  margin-bottom: .55rem;
  font-size: 2rem;
}

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

.text-rich-text li {
  margin-bottom: 1.4375rem;
  font-size: 1.25rem;
}

.hide-2 {
  display: none;
}

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

.navbar_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 92.5rem;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar_wrapper {
  background-color: #ddd0;
  flex-direction: column;
  align-items: stretch;
  max-width: 100rem;
  height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.home-hero_gradient {
  z-index: -5;
  width: 100%;
  position: absolute;
  top: -.375rem;
}

.sp-proof_div {
  text-align: left;
  border: .03125rem solid #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 8.75rem;
  max-height: 8.75rem;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 #99999929;
}

.sp-proof_div:hover {
  border-style: none;
}

.sp-proof_div.top {
  border-top-color: #9990;
}

.sp-proof_div.top.left {
  border-left-color: #9990;
}

.sp-proof_div.top.right {
  border-right-color: #9990;
}

.sp-proof_div.bottom {
  border-bottom-color: #9990;
}

.sp-proof_div.bottom.right {
  border-right-color: #9990;
}

.sp-proof_div.bottom.left {
  border-left-color: #9990;
}

.sp-proof_heading {
  color: #292a4e;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  display: none;
}

.sp-proof_paragraph {
  color: #1e1e20;
  margin-top: .5rem;
  margin-right: auto;
  font-size: 1.125rem;
  display: block;
}

.before-after_section {
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
  overflow: hidden;
}

.star-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  display: flex;
}

.before-after_heading {
  text-align: center;
  width: 100%;
  max-width: 48.2rem;
  margin-bottom: 3.9rem;
  margin-left: auto;
  margin-right: auto;
}

.before-after_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1fr;
  align-items: start;
  margin-top: 4rem;
}

.before-after_grid.v2 {
  grid-column-gap: 9.1875rem;
  grid-row-gap: 13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.before-after_div {
  background-color: #fffc;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 3.5rem;
  transition: all .2s;
  display: flex;
}

.before-after_div.after {
  z-index: 1;
  background-color: #fff;
  height: auto;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
}

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

.before-after_icon-wrapepr {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.cross-icon {
  width: 100%;
  height: 100%;
}

.before-after_paraagraph {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.before-after_paraagraph.v2 {
  max-width: 22.4375rem;
  font-size: 1.125rem;
}

.before-after_paraagraph.v2.first {
  max-width: 18.6875rem;
}

.before-after_paraagraph.v2._5 {
  max-width: 23.375rem;
}

.before-after_paraagraph.v2.last-right {
  max-width: none;
}

.before-after_paraagraph.v2.smaller {
  max-width: 18.3125rem;
}

.before-after_paraagraph.v2.bigger {
  max-width: none;
}

.before-after_paraagraph.first {
  max-width: 20.0625rem;
}

.beofre-after_heading {
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.beofre-after_heading.smaller {
  max-width: 19.625rem;
}

.beofre-after_heading.before {
  max-width: 45.75rem;
}

.raised-div {
  color: #fff;
  text-transform: uppercase;
  background-color: #a0aaff;
  border-radius: 12.5rem;
  padding: .375rem 1.0625rem;
  font-weight: 500;
  position: absolute;
  inset: -4% 1% auto auto;
}

.raised-div.hero-logos {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  color: #000;
  background-color: #f4f4f4;
  border: .0625rem solid #8bb5ff30;
  display: none;
  top: -13%;
  right: -5%;
  box-shadow: 0 15px 2.1875rem #8bb5ff1c;
}

.portfolio-bg {
  border-radius: 1.25rem;
  padding: 3.5rem;
  overflow: hidden;
}

.number-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.form-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper.footer {
  margin-top: 3rem;
}

.container-capa {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 69.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.email--cta {
  margin-top: 2rem;
}

.capabilities-heading {
  color: #000;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.price-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: .8125rem;
  display: flex;
}

.checkbox-field {
  margin-bottom: .75rem;
  display: flex;
}

.page-wrapper-4 {
  max-width: 31.3125rem;
  height: 100%;
  margin-top: 3.9375rem;
}

.form-header {
  margin-bottom: 3.8rem;
}

.page-wrapper-5 {
  max-width: 31.25rem;
  height: auto;
  margin-top: 7.25rem;
}

.pagw-wrapper {
  align-items: center;
  max-width: 39.875rem;
  height: auto;
  margin-top: 2rem;
}

.page-wrapper-6 {
  align-items: center;
  max-width: 36.5625rem;
  height: auto;
  margin-top: 8.375rem;
}

.user-account-wrapper {
  background-color: #f5f5f500;
  width: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.my-account-heading {
  font-size: 2rem;
}

.my-account-box {
  max-width: 34.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.block-content {
  border: .0625rem solid #0000;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
}

.block-content.no-space {
  margin-top: 0;
}

.block-content.summary {
  margin-top: 0;
  margin-bottom: 0;
}

.block-content.summary-header {
  margin-top: 0;
  margin-bottom: 1.1rem;
}

.block-header {
  background-color: #fff0;
  border-style: none none solid;
  border-bottom-width: .0625rem;
  border-bottom-color: #00000063;
  align-items: center;
  padding: 0 0 .5rem;
}

.block-header.no-stroke {
  border-bottom-color: #0000;
  padding-bottom: 0;
}

.my-account-button_wrapepr {
  margin-top: 1rem;
}

.checkbox-field-2 {
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.forgot-password {
  color: #4c2b46;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.account-heading {
  font-size: 2.4rem;
}

.account-heading.reset {
  margin-bottom: 2.2rem;
}

.reset-password-form-block {
  margin-top: 5.6875rem;
  display: flex;
}

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

.password-reset_confirmation {
  text-align: center;
  max-width: 24.0625rem;
  margin-left: auto;
  margin-right: auto;
}

.subscriptions-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._404-lottie {
  z-index: 6;
  margin-top: -9.3125rem;
  margin-bottom: -6.0625rem;
  position: relative;
}

._404-heading {
  max-width: 49.1875rem;
  font-size: 3rem;
  line-height: 110%;
}

._404-paragraph {
  color: #292a4e;
  max-width: 40.5rem;
  margin: 1.3125rem auto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 170%;
}

.checkout-wrapper {
  background-color: #f5f5f500;
  min-height: 80vh;
}

.checkout_input {
  background-color: #0000;
  border: .0625rem #0000;
  border-bottom: .0625rem solid #00000052;
  height: auto;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.checkout_input::placeholder {
  font-size: 1.25rem;
}

.subscription-wrapper {
  max-width: 35.3rem;
  margin-left: auto;
  margin-right: auto;
}

.capabilities_heading {
  text-align: left;
  max-width: 61.7rem;
  margin-right: auto;
  font-size: 3.5rem;
}

.privacy-policy_section {
  max-width: 38.0625rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.collection-list {
  text-align: center;
  max-width: 64.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9.125rem;
}

.subscribe-heading {
  font-size: 3.7rem;
}

.paragraph-14 {
  max-width: 34.1875rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 180%;
}

.div-block-35 {
  flex-direction: column;
  align-items: center;
  margin-top: 5.125rem;
  display: flex;
}

.subscription {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: stretch;
  padding: 1.5625rem;
}

.subscribtion-name {
  font-size: 2rem;
  line-height: 120%;
}

.subscrbtion-row {
  margin-top: .625rem;
}

.subscriptions-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-36 {
  margin-left: 0;
  margin-right: 0;
}

.column {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
}

.account-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  font-weight: 500;
  display: flex;
}

.link-2 {
  font-weight: 700;
}

.order-confirmation {
  background-color: #f5f5f500;
}

.payment-wrapper {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.625rem;
  overflow: hidden;
  box-shadow: 0 15px 2.1875rem #0000000d;
}

.payment-wrapper.hide {
  display: none;
}

.checkout-input {
  background-color: #0000;
  border: .0625rem #0000;
  border-bottom: .0625rem solid #00000052;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.checkout-input::placeholder {
  font-size: 1.25rem;
}

.checkout-input.dropdown {
  padding-left: .1rem;
}

.checkout-input.second {
  margin-top: 1rem;
}

.shipping-method {
  margin-bottom: 0;
}

.checkout-icon_flex, .div-block-38 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-39 {
  font-size: 1.1rem;
}

.my-account_block {
  border: .0625rem solid #0000;
  border-top-color: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 15px 2.1875rem #0000000d;
}

.my-account_heading {
  background-color: #fff0;
  border-style: none none solid;
  border-bottom-width: .0625rem;
  border-bottom-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: .8125rem;
  padding: 0 0 .5rem;
}

.my-account_heading.second {
  flex-direction: column;
  margin-top: 3.875rem;
}

.subscribtion_wrapper {
  border: .0625rem solid #0000;
  border-radius: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  display: none;
  box-shadow: 0 16px 2.1875rem #0000000d;
}

.thank-you-heading {
  font-size: 1.4rem;
}

.confetti-lottie {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.thank-you-paragraph {
  margin-top: 1.6rem;
  font-size: 1.1rem;
}

.div-block-41 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 54.6875rem;
  display: flex;
}

.body-2 {
  flex-direction: column;
  display: flex;
}

.div-block-42 {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding-bottom: 1.8125rem;
  display: flex;
}

.verification_paragraph {
  text-align: center;
}

.checkout-icon {
  width: 1.1rem;
}

.row {
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
}

.checkout-row_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
  display: flex;
}

.checkout-row_wrapper.first {
  margin-top: 0;
}

.checkout-row_wrapper.last {
  margin-bottom: 0;
}

.field-label {
  color: #1e1e3d;
  font-size: .9rem;
  font-weight: 700;
}

.cart {
  color: #000;
  background-color: #0000;
}

.cart-button {
  color: #000;
  background-color: #3898ec00;
  display: none;
}

.cart-quantity {
  color: #fff;
  background-color: #ff90ea;
}

.sproof_heading {
  text-align: center;
  max-width: 33rem;
  margin-bottom: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.sp-proof_logo {
  opacity: .57;
  filter: saturate(0%);
  width: 5rem;
  display: block;
}

.sp-proof_logo.bigger {
  width: 8rem;
}

.sp-proof_logo.xl {
  width: 10.1rem;
}

.sp-proof_logo.xxl {
  width: 12rem;
}

.sp-proof_logo.peaq {
  opacity: .73;
  width: 6rem;
}

.before-after_div-v2 {
  background-color: #fff0;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2.5rem;
  transition: all .2s;
  display: flex;
}

.before-after_div-v2.left {
  text-align: right;
  align-items: flex-end;
}

.before-after-spacer_div {
  flex-direction: column;
  display: flex;
}

.before-after-spacer_div.right {
  text-align: left;
  align-items: flex-start;
}

.triangle-icon {
  flex: none;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.email-capture_button_wrapper-v2 {
  border-radius: 125rem;
  align-items: center;
  padding: .0625rem;
  transition: all .2s;
  display: flex;
}

.d {
  color: #fff;
  text-transform: uppercase;
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  padding: 1.375rem 3.25rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
}

.before-after_divider {
  background-color: #292a4e0f;
  height: .0625rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.vs-bubble-wrapper {
  color: #a0aaff;
  background-color: #f0f0f0;
  border: .0625rem solid #a0aaff;
  border-radius: 125rem;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 6% 0% 0% 5%;
}

.vs-text {
  font-size: 4rem;
  font-weight: 700;
}

.container-before-after {
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
}

.price-box {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-star {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-bottom: 3.5rem;
}

.footer-heading_wrapper {
  max-width: 61rem;
}

.footer-gradient {
  z-index: -3;
  background-image: url('../images/Light-Gradient-7-1x.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 62.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.faq_section {
  z-index: 9999;
  background-color: #f8f8f8;
  min-height: 100vh;
  padding-bottom: 5rem;
  position: relative;
}

.faq-divider {
  background-color: #1e1e2014;
  height: .0625rem;
  display: block;
}

.f--wrapper {
  border-radius: 5.25rem;
  padding: 0;
}

.f--arrow {
  z-index: 5;
  border: 1px solid #7c7cf03d;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-left: 0;
  display: flex;
  position: relative;
}

.f--head__bg {
  transform-origin: 50% 100%;
  background-color: #fff;
  border-radius: 12.5rem;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.f--question {
  z-index: 5;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.f--question.skew-up {
  color: #000;
}

.f--answer {
  color: #1e1e20c9;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 180%;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.f--answer.less-space {
  margin-bottom: 2rem;
}

.f--head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.f--body {
  overflow: hidden;
}

.faq-heading {
  text-align: center;
  max-width: 26.25rem;
  margin-bottom: 4.2rem;
}

.faq_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-services_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 1.5rem;
}

.faq-services_column {
  border: .0625rem solid #d8d8d8;
  padding: 1.4rem;
}

.capabiltiies-services_heading {
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 120%;
}

.faq-services_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.faq-services_row.child {
  padding-left: 1.5rem;
}

.faq-services_row-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.faq-services-paragraph {
  font-size: 1.125rem;
  font-weight: 500;
}

.faq-services_img {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
}

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

.button-container_center.faq {
  margin-top: 3rem;
}

.sphere-left {
  position: absolute;
  inset: 13% auto auto -4%;
}

.sphere-right {
  position: absolute;
  inset: 54% -12% auto auto;
}

.footer-email_cta {
  text-align: center;
  text-transform: none;
  max-width: 48.9375rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.sp-proof_logo_wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  min-height: 2rem;
  max-height: 2.4rem;
  margin-bottom: .5rem;
  display: flex;
}

.home-sp_blobl-text {
  font-size: .8rem;
}

.project {
  backface-visibility: visible;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: fill;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43.75rem;
  min-height: 43.75rem;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits-dashboard {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  display: grid;
}

.dashboard-benefits_column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 31.6875rem;
  display: flex;
}

.footer-bottom_wrapper {
  margin-top: 3rem;
}

.f--arrow_wrapper {
  border-radius: 12.5rem;
  position: relative;
  overflow: hidden;
}

.sp-proof_category {
  z-index: 6;
  color: #292a4e;
  text-align: center;
  text-transform: uppercase;
  border-radius: 125rem;
  order: -1;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .4375rem .8125rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 100%;
  display: block;
  position: absolute;
  inset: -20% auto auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.container.is-loader-top {
  z-index: 40;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  display: flex;
  position: relative;
}

.container.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.is-websites {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100rem;
  padding-left: 0;
  padding-right: 0;
}

.container.is-home-logos {
  padding: 8em .75em;
}

.container.is-home-photos {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-paragraph {
  z-index: 2;
  text-align: center;
  max-width: 40rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  position: relative;
}

.footer-section-v2 {
  background-image: url('../images/Light-Gradient-7-1x.png');
  background-position: 50% 0;
  background-size: auto;
  margin-top: 0;
  padding-bottom: 4.5625rem;
  position: relative;
  overflow: hidden;
}

.footer-section-v2.padding-global {
  background-size: cover;
}

.heading-footer {
  max-width: 54.5625rem;
  padding-bottom: .9375rem;
  line-height: 120%;
  overflow: hidden;
}

.footer-paragraphh {
  z-index: 2;
  text-align: center;
  max-width: 41rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  position: relative;
}

.speed-lottie {
  width: 100%;
  height: 100%;
  margin-bottom: .6875rem;
  position: static;
}

.lottie-wrapper {
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  margin-bottom: .4rem;
}

.div-block-45 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.capabilities_star {
  opacity: 1;
  color: #a0aaff4f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  display: none;
  position: relative;
}

.footer-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #003ba3;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  color: #863978;
}

.email {
  color: #003ba3;
  background-color: #0000;
  border-radius: 31.25rem;
  padding: 0;
}

.capabilities-details {
  flex-direction: column;
  padding: 0;
  display: flex;
}

.capabilities-services_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 7.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.capabilities-services-paragraph {
  color: #a0aaff;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  line-height: 140%;
}

.capabilities-services_row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.capabilities-services_row.child {
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.capabilities-services_row.dropdown {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: .3125rem;
  position: relative;
}

.services-services_img {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: none;
}

.capabilities-head {
  z-index: 5000;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.capabilities-name_wrapper {
  align-items: center;
  display: flex;
}

.capabilites-arrow_wrapper {
  border-radius: 12.5rem;
  display: none;
  position: absolute;
  bottom: -33%;
  left: auto;
  right: 3%;
}

.lp-heading {
  max-width: 56.6rem;
  margin-bottom: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .9375rem;
  font-size: 3.9rem;
  line-height: 120%;
  overflow: hidden;
}

.lp-paragraph {
  z-index: 2;
  text-align: center;
  max-width: 42.375rem;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  position: relative;
}

.lp-benefits {
  grid-column-gap: 30vh;
  grid-row-gap: 30vh;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 51.125rem;
  margin-top: 2.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-stats_paragraph {
  color: #292a4ee6;
  max-width: 20.625rem;
  font-size: 1.1rem;
}

.lp-stats_h1 {
  color: #a0aaff;
  max-width: 19.625rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
}

.lp-stats_h1.smaller {
  max-width: 10.1875rem;
}

.lp-stats_h1.bigger {
  max-width: 16.375rem;
}

.lp-stats_h1.bigger.xl {
  max-width: 18.6875rem;
}

.lp-lottie {
  width: 100%;
  height: 100%;
  margin-bottom: -4rem;
  position: relative;
  top: .3125rem;
}

.logos-wrapper {
  background-color: #fff0;
}

.lp-section {
  margin-top: 9.9375rem;
}

.lp-logo-wrapper {
  margin-top: 8.8125rem;
}

._4-reasons-div {
  flex-direction: column;
  align-items: center;
  margin-top: 10.5rem;
  display: flex;
}

.lp-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lp-head {
  text-align: center;
  max-width: 57.375rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
}

.html-embed {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.figma-wrapper {
  width: 100%;
  max-width: 75rem;
  height: 28.125rem;
  margin-top: 3.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-pragraph {
  text-align: center;
  max-width: 29.5625rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.profile-button {
  max-width: 34.1875rem;
  margin-top: 1.4rem;
  margin-bottom: 1.9rem;
  font-size: 1.2rem;
  line-height: 180%;
}

.cursor {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  opacity: 0;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  transition: all .3s;
}

.cursor_dot.is-larger {
  background-color: var(--medium-slate-blue);
  opacity: .47;
  mix-blend-mode: exclusion;
  width: 3em;
  height: 3em;
  padding: .6875rem;
}

.cursor_dot.is-slider {
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.cursor_dot.is-work {
  opacity: 1;
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.cursor-smaller {
  transform: scale(.7);
}

.cursor-text {
  opacity: 0;
  color: #000;
  transition: all .1s;
  display: none;
}

.cursor-text.is-slider {
  opacity: 1;
  color: #000;
  letter-spacing: .1em;
  font-weight: 400;
  display: block;
}

.cursor-text.is-work {
  opacity: 1;
  display: block;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: .25rem;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
  display: none;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #a0aaff;
  display: none;
}

.sp-proof-div_loop {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.sp-proof-div_loop:hover {
  color: #000;
  border-style: none;
}

.featrures-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  height: 10%;
}

.features-left_div {
  color: #fff;
  background-color: #a0aaff;
  flex-direction: column;
  align-items: center;
  padding: 5.1rem 3.1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-heading {
  margin-bottom: 2.1rem;
  font-family: Kamerik, sans-serif;
  font-weight: 400;
}

.left-heading.skew-up {
  margin-left: auto;
  margin-right: auto;
}

.features-right_grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-items: start;
  padding: 7.1rem 4.1rem;
}

.features-right_row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: .0625rem solid #a0aaff3d;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.features-heading {
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 400;
}

.features-right-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.ball-bottom {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: relative;
}

.features-left_headiong-wrapper {
  z-index: 78;
  max-width: 41.1rem;
  position: relative;
}

.features-left_ball-wrapper {
  z-index: 100;
  width: 40rem;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cta-footer {
  z-index: auto;
  color: #fff;
  background-color: #6a6ae8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.v2-features-bullet_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.button_text {
  z-index: 8;
  border-radius: 200px;
  position: relative;
}

.button-hover_color {
  z-index: 1;
  color: #8bb5ff;
  background-color: #1e1e20;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 68rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.navbar-right_wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu_wrap {
  background-color: #fff;
  border-radius: 100vw;
  max-width: 100%;
  padding: .3rem;
  font-size: .9rem;
  box-shadow: 1px 1px 35px #a0aaff26;
}

.menu {
  position: relative;
}

.menu_link {
  z-index: 2;
  color: #fff;
  letter-spacing: .03em;
  mix-blend-mode: difference;
  padding: 1.2em 1.7em;
  position: relative;
}

.menu_link.join {
  background-color: #5f5500;
  border-radius: 100vw;
  padding-left: 2.6em;
  padding-right: 2.6em;
}

.menu_link-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.menu_link-text {
  z-index: 2;
  color: #fff;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.menu_link-text.join {
  color: #4e4e4e;
  font-weight: 700;
}

.menu_shape {
  z-index: 1;
  opacity: 0;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0);
}

.menu_shape-bg {
  background-color: #000;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.liquid_wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.liquid_wrapper.is-menu {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.h_hero-section {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 4.8rem;
  position: relative;
}

.h_hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3.1rem;
  display: flex;
}

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

.h_hero-paragraph {
  text-align: center;
  max-width: 43.1rem;
  margin-top: 2rem;
  margin-bottom: 2.55rem;
  font-size: 1.4rem;
}

.h_hero-h1 {
  text-align: left;
  max-width: 37rem;
  font-size: 5.5rem;
  line-height: 120%;
}

.h_hero-h1.rotate {
  color: #a0aaff;
  font-weight: 400;
}

.h_hero-h1.is-footer {
  max-width: none;
  font-size: 5rem;
}

.h_hero-bg_img {
  z-index: -34;
  object-fit: contain;
  width: 100%;
  height: 62rem;
}

.spacer {
  height: 85vh;
  margin-top: -85vh;
}

.spacer.more-work {
  height: 52rem;
  margin-top: -50rem;
}

.h_hero-video-wrapper {
  display: none;
}

.caption_heading {
  letter-spacing: .3em;
  text-transform: uppercase;
  flex: none;
  font-size: .75rem;
  font-weight: 700;
  line-height: 100%;
}

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

.caption_heading.hero {
  margin-bottom: 2.5rem;
}

.caption_heading.bigger {
  font-size: .88rem;
}

.caption_heading.skew-up {
  flex: none;
}

.caption_heading.purple {
  color: var(--medium-slate-blue);
}

.caption_heading.purple._1rem-bottom {
  margin-bottom: 1rem;
}

.caption_heading.cs_heading {
  padding-bottom: 3rem;
}

.caption_heading.website_type_name {
  color: #fff;
  letter-spacing: .2em;
  text-shadow: 0 2px 3px #0000006b;
}

.caption_heading.white {
  color: #fff;
  position: sticky;
  top: 151px;
}

.caption_heading.white.cs {
  margin-top: 6.9rem;
  position: static;
}

.caption_heading.cs {
  margin-top: 12.5rem;
  margin-bottom: 7.5rem;
}

.caption_heading.testimonials {
  color: #fff;
  position: sticky;
  top: 449px;
}

.caption_heading.s {
  color: #1e1e20ad;
  letter-spacing: .4em;
  margin-bottom: 2rem;
  font-size: .63rem;
}

.how_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5rem;
}

.how_number {
  color: #a0aaff;
  font-size: 5rem;
}

.how_sub-head {
  max-width: 18rem;
  font-size: 1.25rem;
  line-height: 160%;
}

.how-section {
  z-index: 2;
  width: 100%;
  padding-top: 5rem;
  display: none;
  position: relative;
}

.loader {
  z-index: 1000;
  color: #000;
  background-color: #a0aaff;
  background-image: url('../images/Union.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_top {
  color: #eb412b;
  border-bottom: 2px solid #000;
  display: block;
  position: relative;
}

.loader_progress {
  z-index: 1;
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader_p {
  color: #a0aaff;
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
}

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

.loader_number {
  color: #fffc;
  padding-bottom: .14em;
  font-size: 20.42em;
  font-weight: 500;
  line-height: .55;
}

.marquee_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.highlight-text {
  margin-top: 3.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.logo-loop_gradient {
  background-image: linear-gradient(91deg, #0000, #f0f0f0);
  width: 11rem;
  display: none;
  position: absolute;
  inset: 4.65rem 3.5625rem 0% auto;
}

.logo-loop_gradient.left {
  background-image: linear-gradient(270deg, #0000, #f0f0f0);
  left: 0;
  right: 0;
}

.logo-loop_gradient.right {
  right: 0;
}

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

.marquee_item {
  background-color: #f3f3f3;
  flex: none;
  width: 20.7rem;
  padding-left: 0;
  padding-right: 0;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.marquee_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.features-star-filled {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -7% 0% auto;
}

.v2-features-grid {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.v2-features-text {
  color: #fff;
  font-size: 3.4rem;
  line-height: 100%;
}

.v2-features-bullet-img_wrapper {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.features-star-unfilled {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -7% 0% auto;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #b5bbfc;
  border-radius: 68rem;
  padding: .625rem .875rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, .25rem);
  box-shadow: 11px 11px 2.1875rem #0094ff33, -.0625rem .9375rem 2.1875rem #ff90ea33;
}

.button-2.footer-1st-cta {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: left;
  padding: 1.4rem;
  font-size: 1.5rem;
}

.container-huge {
  margin-left: auto;
  margin-right: auto;
}

.v2-features-bullet-_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 5rem;
  display: flex;
}

.benefits-section {
  background-color: #a0aaff;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.col-text {
  color: #1e1e20bf;
  font-size: 1rem;
}

.col-text.smalelr {
  font-size: 1.1rem;
}

.col_wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2rem .6rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.col_wrapper.competitor {
  box-shadow: none;
  color: #000;
  text-align: center;
  letter-spacing: .24em;
  text-transform: uppercase;
  border-top-right-radius: 0;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: .75rem;
  font-weight: 700;
  transition: all .2s;
}

.col_wrapper.feature {
  text-align: left;
  justify-content: flex-start;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.col_wrapper.feature.header-hide.no-color {
  background-color: #f0f0f000;
}

.col_wrapper.revolution-col {
  background-color: #fff;
  border-bottom: .0625rem solid #a0aaff1a;
}

.col_wrapper.revoluton {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-right-width: .0625rem;
  border-right-color: #ffffff52;
  flex-direction: row;
  font-size: 1.125rem;
  transition: all .2s;
}

.comparison-section {
  padding-left: 24px;
  padding-right: 24px;
}

.c-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #1e1e200f;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-wrapper.name_wrapper {
  z-index: 99999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom-width: 0;
  border-bottom-color: #0000;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.c-wrapper.first {
  border-top: 1px solid #1e1e200f;
}

.c-wrapper.last {
  border-bottom-color: #1e1e2000;
}

.mobile-swipe-lottie {
  display: none;
}

.c-table {
  border-radius: 1.25rem;
  margin-top: 3rem;
  padding: 0;
}

.capabilites-container {
  grid-column-gap: 0rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.capabilities-services-paragraph-2 {
  color: var(--medium-slate-blue);
  padding-left: 0;
  padding-right: 0;
  font-size: 1.75rem;
  line-height: 150%;
}

.test_gsap {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  padding-top: 6.9rem;
  display: flex;
}

.circle {
  border-width: 1px;
  border-color: #000;
  border-radius: 100vw;
  width: 20rem;
  height: 20rem;
  box-shadow: 0 2px 154px -70px #a0aaff;
}

.circle.is-2 {
  box-shadow: 0 2px 154px -70px #5b5b5c;
}

.circle.is-3 {
  box-shadow: 0 2px 154px -70px #459b3f;
}

.circle_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: sticky;
  top: 8px;
}

.heading-animate {
  text-align: center;
  max-width: 35.1rem;
}

.footer-cta_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
  max-width: 100rem;
  margin: auto;
  padding-left: 9px;
  padding-right: 9px;
}

.footer-cta-star {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-bottom: 3.5rem;
}

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

.footer-cta_right-div {
  max-width: 45.9rem;
  position: relative;
}

.footer-bottom-div {
  grid-column-gap: .5rem;
  opacity: .81;
  color: #fff;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.footer-bottom-div.last {
  justify-content: flex-end;
  display: flex;
}

.button-magnetic {
  color: #fff;
  text-align: center;
  background-color: #292a4e00;
  border: 1px solid #0003;
  border-radius: 68rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4.4rem;
  padding: .625rem .875rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-magnetic:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, .25rem);
  box-shadow: 11px 11px 2.1875rem #0094ff33, -.0625rem .9375rem 2.1875rem #ff90ea33;
}

.footer-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.hover-color {
  z-index: 1;
  color: #8bb5ff;
  background-color: #a0aaff;
  border-radius: 68rem;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.footer-section {
  z-index: 100;
  display: block;
  position: relative;
}

.footer-cta_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.page-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.lightbox_section {
  z-index: 1000;
  background-color: #0000004d;
  width: 100%;
  height: 100vh;
  padding-top: 3em;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox_modal-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox_close {
  z-index: 2;
  background-color: #222;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 1.1em;
  transition: background-color .1s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox_close:hover {
  background-color: #363636;
}

.display-none {
  display: none;
}

.lightbox_modal {
  background-color: #efefef;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.websites_list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.websites_item {
  flex: none;
  width: 51.25rem;
}

.websites_item._5 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem;
  display: flex;
}

.websites_item.last {
  background-color: var(--medium-slate-blue);
  color: #fff;
  cursor: auto;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.6rem;
  display: flex;
}

.websites_item.last:hover {
  background-color: #6a6ae8cc;
}

.websites_item.last.pointer-off {
  cursor: none;
}

.websites_link {
  color: #fff;
  width: 100%;
  padding-top: 75%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.websites_card {
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.2em;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.websites_card:hover {
  opacity: 1;
}

.websites_card.pointer-off {
  cursor: none;
}

.websites_name-wrap {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: .825rem;
  padding-right: .825rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.websites_title {
  color: #fff;
  border-radius: 24px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1;
}

.websites_title.reverse {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#ffffff1a, #fff0);
}

.websites_icon-wrap {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.websites_icon {
  width: .8em;
  height: .8em;
  display: none;
}

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

.spacer-40 {
  padding-bottom: 2.5em;
}

.case-study_heading {
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 120%;
}

.spacer-24 {
  padding-bottom: 1.5em;
}

.spacer-48 {
  padding-bottom: 2.2em;
}

.case-study_img-wrap {
  background-color: #1e1e20;
  border-radius: 2em;
  flex-direction: column;
  width: 100%;
  padding: 4%;
  display: flex;
}

.case-study_img {
  border-radius: 2em;
  width: 100%;
}

.collection-list-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.case-study_cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
  display: flex;
}

.case-study_cta-heading {
  text-align: center;
  text-transform: none;
  max-width: 21.6rem;
}

.highlight_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.highlight__detail {
  color: #fff;
  text-align: center;
  background-color: #222222ad;
  border-radius: 68rem;
  padding: .625rem .875rem;
  font-weight: 700;
  line-height: 150%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.highlight__detail:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, .25rem);
  box-shadow: 11px 11px 2.1875rem #0094ff33, -.0625rem .9375rem 2.1875rem #ff90ea33;
}

.testimonial-section {
  background-color: var(--black);
  padding-top: 7.9rem;
  padding-bottom: 7.9rem;
  overflow: hidden;
}

.testimonial-section.new {
  background-color: #1e1e2000;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.testimonial-section.of-normal {
  overflow: visible;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.healdine-wrapper {
  color: #fff;
  text-align: left;
  max-width: 35.6rem;
}

.testimonials-heading {
  color: #fff;
  text-align: left;
  max-width: 31rem;
  margin-bottom: 3.9rem;
  margin-right: auto;
}

.testimonials-container {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.splide {
  cursor: none;
  width: 100%;
  position: relative;
}

.splide.slider3 {
  z-index: 99999999;
  height: 100%;
}

.splide__track {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.splide__track.work {
  padding-top: 0;
  padding-bottom: 0;
}

.splide__track.more-work {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__list.work {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.splide__list.more-work {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  height: 100%;
}

.splide__list.old {
  grid-column-gap: 1rem;
}

.splide__slide.five-cards {
  flex: none;
  width: 48rem;
}

.splide__slide.work {
  flex: none;
}

.splide__slide.more-work {
  flex: none;
  width: 48rem;
  height: 100%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.embed {
  opacity: 0;
}

.mobile-testimonials.mobile {
  display: none;
}

.m-testimonials {
  width: 100%;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.m-testimonials_flex {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.mobile-testimonial-card {
  flex: none;
  width: 33.3333%;
}

.testimonial_wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  max-width: 48rem;
  padding: 0;
  display: flex;
  position: relative;
}

.testimonial_wrap.home {
  border: 1px solid #fff3;
  max-width: 57rem;
  margin-bottom: 0;
}

.testimonial_wrap.old {
  padding: 0;
}

.testimonial_wrap.cs {
  max-width: 55rem;
}

.testimonial-5star {
  width: 8rem;
}

.info-content {
  color: #ffffffab;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
}

.info-content.new {
  color: #000000b8;
  margin-top: 2rem;
}

.info-content.cs {
  font-size: 1.13rem;
}

.testimonial-info-wrapper {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-info-wrapper.new {
  justify-content: space-between;
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.profile-pic_wrapper {
  background-color: #ffffff69;
  border-radius: 200px;
  min-width: 3.125rem;
  min-height: 3.125rem;
  position: relative;
}

.profile-pic-2 {
  z-index: 8;
  object-fit: contain;
  background-image: linear-gradient(55deg, #a0aaff, #fff);
  border-radius: 62.4375rem;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  max-height: 4.375rem;
  position: relative;
}

.profile-pic-2.cs {
  z-index: 2;
  background-image: none;
  position: relative;
}

.info-column {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.info-name {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .0625rem;
  font-size: 1rem;
  font-weight: 700;
}

.info-name.cs {
  font-size: .88rem;
}

.info-position {
  color: #fffc;
  margin-bottom: 0;
  font-size: .88rem;
}

.testimonial_content-swrapper {
  background-color: #252527;
  flex-flow: column;
  height: 100%;
  min-height: 32rem;
  padding: 2.5rem 3rem;
  display: flex;
}

.testimonial_content-swrapper.cs {
  background-color: #25252700;
  height: auto;
  padding: 0;
}

.pricing_section {
  padding-top: 8rem;
}

.pricing_section.is-wecome {
  padding-top: 1.7rem;
}

.pricing_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.pricing_heading {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 100%;
}

.pricing_div {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-width: 27.25rem;
  height: 37.5rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -1px 0 #1e1e2014;
}

.pricing_div._2 {
  margin-left: .5rem;
  margin-right: 7.1875rem;
}

.pricing_details {
  color: #1e1e20bf;
  max-width: 16rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 160%;
}

.pricing_details.smaller {
  max-width: 12rem;
}

.pricing_price-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 140%;
}

.pricing_price-text.skew-up {
  text-align: left;
}

.pricing_bottom-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
  display: flex;
}

.badge {
  color: #a88f4e;
  text-transform: uppercase;
  background-color: #efdaa3;
  justify-content: center;
  align-items: center;
  width: 13.1rem;
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Editorial new 400", sans-serif;
  display: flex;
  position: absolute;
  inset: auto -3.2rem 1.8rem auto;
  transform: rotate(-45deg);
}

.badge.fa {
  width: 21.2rem;
  height: 3.3rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  bottom: 2.3rem;
  right: -6.4rem;
}

.pricing_detail-section {
  background-color: #f3f3f3;
  height: 210px;
  margin-top: -160px;
}

.pricing_detail-section.is-welcome {
  background-color: #f3f3f35e;
}

.pricing_detail-flex {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_detail-heading {
  font-size: 1rem;
  font-weight: 700;
}

.pricing_details-divider {
  background-color: #1e1e200f;
  height: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.pricing_detail-left_bullet-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing_detail-bullet-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pricing_detail-bullet-left {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

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

.pricing_detail-text.is-link {
  text-decoration: underline;
}

.pricing_detail-text.capa-link {
  margin-bottom: -20px;
  padding-bottom: 20px;
  text-decoration: underline;
  transition: opacity .2s;
}

.pricing_detail-text.capa-link:hover {
  border-bottom-color: var(--black);
  opacity: .65;
}

.pricing_detail-bullet-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing_detail-powerup_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing_detail-powerup_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pricing_detail-powerup_price {
  color: #a0aaff;
  font-size: 1.25rem;
}

.pricing_detail-bullet-right_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}

.testimonials_profile-effect {
  z-index: 3;
  background-image: linear-gradient(62deg, #a0aafa, #fff0 67%);
  border-radius: 200px;
  position: absolute;
  inset: 0%;
}

.testimonials_profile-effect.new {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--medium-slate-blue), #fff0);
  width: 100%;
  height: 100%;
}

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

.testimonial_highlight {
  color: var(--light-steel-blue);
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.testimonial_highlight.mobile {
  display: none;
}

.faq-left_div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq_grid {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.minus {
  background-color: #a0aaff;
  border-radius: 20px;
  width: 30%;
  height: 2px;
  position: absolute;
}

.plus {
  background-color: #a0aaff;
  border-radius: 20px;
  width: 2px;
  height: 30%;
  position: absolute;
}

.footer-cta-star-div {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-bottom: 3.5rem;
  position: absolute;
  inset: auto 20.1rem -1.7rem -3.6rem;
}

.navbar-hamburger-menu-hm12 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hamburger-menu-hm12 {
  z-index: 2147483647;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 25px 0 25px 25px;
  display: flex;
}

.hamburger-menu-hm12.w--open {
  z-index: 2147483647;
  background-color: #0000;
}

.top-bar-hm12, .middle-bar-hm12, .bottom-bar-hm12 {
  background-color: #1e1e20;
  border-radius: 6px;
  width: 1.5rem;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.cross-bar-1-hm12, .cross-bar-2-hm12 {
  background-color: #1e1e20;
  border-radius: 6px;
  width: 1.5rem;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: absolute;
  inset: 25px auto auto;
}

.nav-logo_wrapper {
  filter: invert();
  position: relative;
}

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

.div_flex.center {
  justify-content: center;
}

.bubbly-nav-menu {
  z-index: 999999;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-end;
  width: 8.6rem;
  margin-right: 0;
  padding-top: 5rem;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_dd-link {
  z-index: 99999;
  border: 1px solid var(--black);
  -webkit-backdrop-filter: brightness(200%) saturate(200%) blur(20px);
  backdrop-filter: brightness(200%) saturate(200%) blur(20px);
  background-color: #fff;
  border-radius: 55px;
  flex: none;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  line-height: 150%;
  display: inline-block;
}

.nav_dd-link:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

.nav_dd-link.w--current {
  border-color: var(--medium-slate-blue);
  color: var(--medium-slate-blue);
}

.nav_dd-link.join {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #1e1e2000;
}

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

.navllink_container.w--open {
  background-color: #ddd0;
  align-items: flex-start;
  width: 50rem;
}

.nav-left {
  align-self: center;
  display: flex;
}

.nav-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  mix-blend-mode: difference;
  align-items: center;
  display: flex;
}

.heading-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 3rem;
  min-height: 5.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #a0aaff;
  font-size: 5rem;
  position: absolute;
  inset: 0% auto;
}

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

.h_hero-right_star-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h_hero-right_star-wrapper.margin-top {
  margin-top: 2rem;
}

.star {
  z-index: 7;
  color: var(--medium-slate-blue);
  margin-bottom: -7px;
  position: relative;
}

.star.comparison {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  top: -4px;
}

.star.is-footer {
  color: #ffffffa3;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1px;
}

.star.is-hero {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
}

.star.is-last {
  color: var(--white-smoke);
  font-size: .3rem;
  line-height: 100%;
  top: -4px;
  right: 1px;
}

.emoji_circle {
  border: 1px solid #1e1e200f;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  padding: 0;
  display: flex;
  position: relative;
}

.emoji_circle.hide {
  opacity: 0;
}

.emoji_circle.new {
  border-color: #ffffff14;
  padding: 0;
}

.emoji_circle.hero {
  top: 12px;
}

.emoji_circle.is-footer {
  border-color: #ffffff0f;
}

.emoji_circle.is-last {
  border-color: #fff3;
  padding: 1.2rem;
}

.h_hero-star_heading {
  max-width: 30rem;
  color: var(--medium-slate-blue);
  font-size: 5.5rem;
}

.h_hero-star_heading.is-footer {
  color: #ffffffa1;
  max-width: none;
}

.h_hero-right_button-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  padding-left: 5.6rem;
  display: flex;
}

.h_hero-right_button-wrapper.margin-top {
  margin-top: 2rem;
}

.h_hero-left_paragraph-wrapper {
  align-self: flex-start;
  margin-top: 3.7rem;
}

.h_hero-left_paragraph {
  max-width: 36rem;
  margin-right: auto;
  font-size: 1.75rem;
}

.image-28 {
  z-index: -2;
  width: 88%;
  max-width: 92rem;
  height: 45.8rem;
  position: absolute;
  inset: -11% 2% auto 0%;
}

.heading_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: flex;
}

.comparison_wrapper {
  background-color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 10.4rem 7rem 0;
  display: flex;
}

.comparison_wrapper.new-way {
  background-color: var(--black);
  color: #fff;
}

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

.compairson_container.is-2 {
  position: relative;
  top: -1px;
  left: -8px;
}

.old-way_smile {
  width: 1.5rem;
  position: absolute;
}

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

.comparison_heading {
  max-width: 38.8rem;
  margin-top: 1.55rem;
  margin-bottom: 2.85rem;
  font-size: 2.5rem;
  line-height: 130%;
}

.comparison_heading.is-2 {
  max-width: 37rem;
}

.comparison_div {
  border: 1px solid #1e1e201a;
  border-radius: 98px;
  flex-direction: row;
  align-items: center;
  max-height: 3.5rem;
  padding: 1.3125rem 1.4rem;
  line-height: 150%;
  display: flex;
}

.comparison_div.new {
  border-color: #ffffff1a;
}

.comparison_text {
  letter-spacing: .01em;
  font-size: 1.125rem;
  line-height: 100%;
}

.comparison_text.head {
  margin-right: .5rem;
}

.comparison_text.secondary {
  color: #1e1e20bf;
}

.comparison_text.secondary.new {
  color: #ffffffcf;
}

.comparison_smile {
  color: #fff;
  width: 1.7rem;
  min-width: 1.7rem;
  height: 1.7rem;
  min-height: 1.7rem;
}

.comparison_smile.old {
  color: var(--medium-slate-blue);
}

.comparison_div_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.numbers_wrapper {
  background-color: var(--medium-slate-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10.3rem 9.8rem;
  display: flex;
  position: relative;
}

.numbers-flex {
  margin-top: 8rem;
  display: flex;
}

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

.number_head {
  margin-bottom: 2rem;
  font-size: 5.5rem;
  line-height: 100%;
}

.numbers_sub-head {
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 700;
}

.numbers_paragraph {
  color: #ffffffc4;
  max-width: 18rem;
  margin-top: 2rem;
  font-size: 1.125rem;
}

.numbers-accent {
  color: #ffffffa3;
}

.work-teaser_section {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.work_teaser-div {
  flex: none;
  width: 40rem;
  transition: all .2s;
}

.work_teaser-div:hover {
  transform: translate(0);
}

.work_teser-img {
  width: 100%;
  height: 100%;
}

.numbers_text-line-vertical {
  background-color: #ffffff29;
  width: 1px;
  height: 1.5rem;
}

.numbers_text-line-horizontal {
  background-color: #ffffff29;
  width: 100%;
  height: 1px;
}

.numbers_text-line-wrapper {
  width: 29rem;
}

.hiw_grid {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10rem;
  display: grid;
}

.hiw_text-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.hiw_text-wrapper.btn {
  flex-direction: column;
}

.hiw_heading {
  max-width: 26rem;
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 133%;
}

.hiw_number {
  color: var(--medium-slate-blue);
  font-size: 2.5rem;
}

.hiw_background {
  background-color: #f3f3f3;
  height: 600px;
  min-height: 600px;
  position: relative;
}

.hiw_background._1 {
  width: 33.75rem;
  overflow: hidden;
}

.hiw_background._2 {
  width: 26rem;
}

.hiw_background._3 {
  width: 540px;
  height: 480px;
}

.hiw-1-calendar {
  width: 14.7rem;
  color: var(--light-steel-blue);
  position: absolute;
  inset: auto 0% -2.1rem auto;
}

.hiw-1-top_bg {
  background-color: var(--medium-slate-blue);
  width: 80%;
  height: 8rem;
  position: absolute;
  inset: 1.2rem 0% auto auto;
}

.hiw-1-top_btn {
  z-index: 2;
  background-color: #f3f3f3;
  border: 1px solid #00000014;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 14.25rem;
  height: 8.6rem;
  padding-left: 2rem;
  display: flex;
  position: absolute;
  inset: .8rem auto auto 2rem;
}

.text-block-9 {
  padding-bottom: 2rem;
  font-weight: 700;
}

.hiw_right {
  position: relative;
}

.hiw-1-call {
  background-color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  width: 25rem;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 12.8rem auto auto -10.4rem;
}

.hiw-1-call_heading {
  color: #ffffff8f;
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: 100%;
}

.hiw-1-call_pm {
  color: #ffffff52;
}

.hiw-1-call-icon {
  color: #fff;
  display: none;
}

.hiw-1-top-wrapper {
  position: relative;
}

.hiw-1-call-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f8f8f8;
  border-radius: 24rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  max-height: 65%;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.hiw-1-call-text {
  display: none;
}

.hiw-2-requests {
  z-index: 12;
  width: 20rem;
  position: absolute;
  inset: auto auto 99.4563px -147.2px;
}

.hiw-2-plus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 24rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  max-height: 65%;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.hiw-request-plus {
  height: 1rem;
  position: relative;
  top: -3px;
}

.hiw-2-rd_div {
  background-color: var(--black);
  color: #fff;
  width: 23.125rem;
  padding: 2rem 2rem 4rem;
  font-size: 1.25rem;
  line-height: 160%;
  position: absolute;
  inset: 17.9rem 0% auto 20rem;
}

.hiw-2-rd_border {
  z-index: 0;
  background-color: #f3f3f3;
  border: 1px solid #00000012;
  border-radius: 24px 0 0 24px;
  width: 4rem;
  height: 10rem;
  position: absolute;
  inset: 0% 0% 0% -2.9rem;
}

.hiw-2-rd {
  color: #4a4a4c;
  width: 21.9rem;
  position: absolute;
  top: 259.8px;
  left: 112.4px;
}

.hiw-active {
  position: absolute;
  top: 36.2px;
  left: 52.4px;
}

.hiw-1-request-text {
  display: none;
}

.m-hiw-3-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.hiw-color {
  position: absolute;
  top: 65.2px;
  left: 417.4px;
}

.hiw-3-remaining {
  color: #4a4a4c;
  position: absolute;
  top: 380.8px;
  left: 255.4px;
}

.hiw-2-design {
  position: absolute;
  inset: auto auto 10.2rem 15.8px;
}

.hiw-wrapper {
  position: relative;
}

.sections-hide {
  display: block;
}

.capabilities_divider {
  background-color: #1e1e200f;
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.text-block-10 {
  text-shadow: 0 1px 1px #0003;
}

.pricing-h2 {
  max-width: 57.6rem;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0;
  font-size: 4rem;
  line-height: 120%;
}

.pricing-h2.is-welcome {
  max-width: 50.5rem;
  margin-bottom: 3.5rem;
  font-size: 3rem;
}

.comparison-h2 {
  max-width: 34.7rem;
  margin-bottom: 7.5rem;
  font-size: 4rem;
}

.fa-section {
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
}

.fa_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  align-items: start;
}

.fa_left {
  background-color: #fff;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.fa_heading {
  font-size: 2.7rem;
}

.fa_value {
  opacity: 1;
  color: #1e1e20bf;
  letter-spacing: -.01em;
  font-size: 1.125rem;
}

.fa-right {
  padding-top: 4.4rem;
}

.fa_paragraph {
  margin-top: 2rem;
  font-size: 1.75rem;
  line-height: 160%;
}

.fa_bg {
  z-index: -1;
  background-color: #f3f3f3;
  height: 26.875rem;
  position: absolute;
  inset: 0%;
}

.container-2 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-2.is-hero {
  z-index: 3;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.note-panel_contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25em;
  display: flex;
  position: relative;
}

.wide-panel {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.thanks-panel_text {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 22em;
  font-weight: 400;
  line-height: .9;
  position: absolute;
}

.thanks-panel_text.is-2 {
  color: #fff;
}

.hero_content {
  max-width: 100%;
}

.stagger-panel_img-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer {
  width: 100%;
  height: 100vh;
}

.wide-panel_img {
  object-fit: cover;
  width: 100%;
}

.hero_sub {
  margin-bottom: .6em;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1;
}

.thanks-panel {
  z-index: 130;
  justify-content: flex-start;
  align-items: flex-start;
  width: 114.6rem;
  height: 100%;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.hero-panel {
  flex: none;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.sticky-element {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-wrapper-7 {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.hero_p-wrap {
  width: 26rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

.cs_hero {
  padding-top: 5rem;
}

.stagger-panel {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track {
  flex: none;
  height: 100%;
  position: relative;
  transform: translate(0%);
}

.thanks-panel_img {
  width: 11em;
  position: absolute;
}

.thanks-panel_img.is-2 {
  margin-top: 18.9em;
  margin-left: 4.5em;
  transform: rotate(-1deg);
}

.thanks-panel_img.is-3 {
  margin-top: -22.3em;
  margin-left: 59em;
  transform: rotate(-7deg);
}

.thanks-panel_img.is-1 {
  margin-top: -20.3em;
  margin-left: -46.5em;
  transform: rotate(14deg);
}

.note-panel_img-height {
  background-image: url('../images/photo2.ca0d9d58.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.hero-panel_img {
  background-image: url('../images/photo1.42abc711.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
  transform: scale(1);
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.note-panel_img {
  width: 100%;
  margin-bottom: 2em;
}

.stagger-panel_img {
  width: 20%;
  margin-top: 0%;
  margin-left: 0%;
  position: absolute;
}

.stagger-panel_img.is-2 {
  width: 27%;
  margin-top: 0%;
  margin-left: -8%;
}

.stagger-panel_img.is-5 {
  width: 14%;
  margin-top: -4%;
  margin-left: 22%;
}

.stagger-panel_img.is-4 {
  width: 19%;
  margin-top: 23%;
  margin-left: -49%;
}

.stagger-panel_img.is-3 {
  width: 20%;
  margin-top: -25%;
  margin-left: 48%;
}

.stagger-panel_img.is-1 {
  width: 14%;
  margin-top: -35%;
  margin-left: -47%;
}

.thanks-panel_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.4);
}

.note-panel {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 6vw;
  display: flex;
  position: relative;
}

.global-styles-2 {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.thanks-panel_contain {
  z-index: 150;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  min-width: 57.3rem;
  height: 100%;
  display: flex;
  position: relative;
}

.thanks-panel_contain.is-2 {
  z-index: 999999;
  color: #fff;
  background-color: #6a6ae8;
  display: flex;
}

.thanks-panel_img-height {
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.section-height {
  position: relative;
}

.thanks-panel_wrap {
  z-index: 3;
  flex: none;
  width: 114.6rem;
  height: 100vh;
  position: relative;
}

.heading-27 {
  text-align: left;
  max-width: 37rem;
}

.div-block-47 {
  position: sticky;
  left: 156px;
}

.final-heading {
  max-width: 57rem;
  margin-top: 0;
  font-size: 4rem;
  line-height: 120%;
}

.final-heading.accent {
  color: #ffffffa1;
}

.text-span {
  color: #ffffff9e;
}

.final_wrapper {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding: 10.2rem;
  display: flex;
}

.div-block-48 {
  flex: none;
  align-self: center;
}

.colorful-text {
  color: var(--medium-slate-blue);
}

.websites_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: .5rem;
  display: flex;
  overflow: hidden;
}

.websites_row._2 {
  margin-top: .5rem;
  overflow: hidden;
  transform: translate(0);
}

.websites_row._1 {
  justify-content: flex-end;
}

.websites_row.teaser {
  overflow: hidden;
}

.website_more-text {
  max-width: 29rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 110%;
}

.website_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.website_track._1 {
  justify-content: flex-end;
  overflow: hidden;
}

.website_track._2 {
  margin-bottom: .5rem;
}

.work-heading {
  text-align: left;
  max-width: 60.9rem;
  margin-bottom: 5rem;
}

.portfolio-heading {
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 7.5rem;
  font-size: 1rem;
  font-weight: 700;
}

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

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonaill-star {
  width: 6.6rem;
  height: 1.125rem;
  color: var(--medium-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.emoji_comparison {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: none;
}

.emoji_comparison.old {
  width: auto;
  height: auto;
  color: var(--medium-slate-blue);
  display: flex;
}

.button-3 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 68rem;
  padding: 1rem 1.9rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, .25rem);
  box-shadow: 11px 11px 2.1875rem #0094ff33, -.0625rem .9375rem 2.1875rem #ff90ea33;
}

.more-work-wrapper {
  z-index: 99999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  overflow: visible;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  z-index: 9999999;
  position: absolute;
  top: 5.7rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.modal1_background-overlay {
  z-index: -1;
  color: #fff;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work_modal-container {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.work_modal-name-flex {
  z-index: 110;
  -webkit-backdrop-filter: blur(5px) saturate(38%) blur(20px);
  backdrop-filter: blur(5px) saturate(38%) blur(20px);
  background-color: #1e1e200d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem 0;
  display: flex;
  position: sticky;
  top: 0;
}

.work_modal-name-name {
  color: #fff;
  font-size: 1.75rem;
}

.work_modal-name_left {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.work_modal-name-highlight {
  color: var(--medium-slate-blue);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.work_modal-name-highlight.center {
  text-align: center;
}

.work-modal_cta-wrapper {
  justify-content: center;
  align-items: center;
  height: 8rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-49 {
  max-width: 129.4rem;
  margin-left: auto;
  margin-right: auto;
}

.comparison_smile-wrapper {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.5rem;
  margin-right: 1.2rem;
  display: none;
}

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

.footer-bottom-right {
  grid-column-gap: 2.5rem;
  display: flex;
}

.footer_email {
  color: #ffffffa8;
  text-align: center;
  background-color: #3898ec00;
  padding: 0;
  font-size: .875rem;
}

.footer-copy-icon {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq-question-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 2rem;
  display: flex;
}

.faq6_icon {
  width: 20px;
  height: 20px;
  color: var(--medium-slate-blue);
  flex-direction: column;
  display: flex;
}

.faq_paragraph {
  font-size: 1.125rem;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_left {
  position: sticky;
  top: 10rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq_gird-new {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-asnwer-wrapper {
  flex-direction: column;
  margin-bottom: -2rem;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  color: #0000;
  background-color: #0000;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-grid_new {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_wrapper-2 {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
}

.f--question-2 {
  z-index: 5;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #292a4e;
  border-radius: 1088px;
  padding: 24px 52px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.button-5:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, 4px);
  box-shadow: 11px 11px 35px #0094ff33, -1px 15px 35px #ff90ea33;
}

.f--arrow-2 {
  z-index: 5;
  flex: none;
  margin-left: 0;
  position: relative;
}

.f--wrapper-2 {
  border-radius: 84px;
  padding: 0;
}

.f--arrow_wrapper-2 {
  border-radius: 200px;
  position: relative;
}

.f--head-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-divider-2 {
  background-color: #cbcac4;
  height: 1px;
  display: block;
}

.f--answer-2 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.f--answer-2.less-space {
  margin-bottom: 2rem;
}

.f--head__bg-2 {
  transform-origin: 50% 100%;
  background-color: #fff;
  border-radius: 200px;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-heading-2 {
  text-align: center;
  max-width: 963px;
  margin-bottom: 4.2rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-icon-wrapper {
  background-color: #fff0;
  border: 1px solid #7c7cf03d;
  border-radius: 200%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
}

.h_hero-left_paragraph-div {
  max-width: 36rem;
  margin-right: auto;
  font-size: 1.75rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer_cta-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  padding-left: 5.6rem;
  display: flex;
}

.footer_cta-wrapper.margin-top {
  margin-top: 2rem;
}

.mobile-divider {
  display: none;
}

.capabilities-divider {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.fa_bottom-wrapper {
  grid-column-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14.0625rem;
  display: flex;
}

.faq_answer-bottom_divider {
  border: 1px solid var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  width: 100%;
  height: 2px;
  margin-top: 1.5rem;
  position: static;
  inset: auto 0% 0%;
}

.faq-accordion-divider {
  background-color: #1e1e200f;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer-linkedin-icon {
  color: #fff;
  width: 1.55rem;
  height: 1.5rem;
}

.dropdown-list {
  background-color: #dddddd63;
}

.dropdown-list.w--open {
  z-index: 999999;
  text-align: right;
  background-color: #ddd0;
  inset: 6.3rem 0% auto auto;
}

.dropdown-toggle {
  padding: 0;
}

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

.website-list {
  grid-column-gap: .5rem;
  display: flex;
}

.more-work-section {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.more-work-heading {
  color: #fff;
  text-align: left;
  max-width: 22.4rem;
  margin-top: 0;
  margin-right: auto;
  font-size: 2rem;
}

.more-work_flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.work-star {
  opacity: 1;
  color: #a0aaff4f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 1.5rem;
  display: flex;
  position: relative;
}

.button-close {
  display: none;
}

.home-scroll_text-wrap {
  max-width: 30em;
}

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

.home-scroll_visual.page-padding {
  padding-right: 6.2rem;
  position: sticky;
  top: 0;
}

.home-scroll_section {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-scroll_img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-scroll_img-wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.home-scroll_img-wrap.is-hidden {
  display: none;
}

.home-scroll_content.page-padding {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.home-scroll_text-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  opacity: .2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition: opacity .3s;
  display: flex;
}

.home-scroll_text-item.is-active {
  opacity: 1;
}

.home-scroll_img-item {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-scroll_img-item.is-active {
  opacity: 1;
  display: flex;
}

.home-scroll_img {
  object-fit: contain;
  border-radius: 2em;
  width: 100%;
  height: 100%;
}

.home-scroll_photo {
  display: none;
}

.text-size-h1 {
  letter-spacing: -.03em;
  font-size: 5.5em;
  font-weight: 600;
  line-height: .8;
}

.home-hero_section {
  background-image: linear-gradient(#caf587, #0000 81%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.home-hero_img {
  z-index: 2;
  width: 25%;
  max-width: 48vh;
  display: block;
  position: absolute;
  transform: rotate(-9deg);
}

.marquee-text_component {
  flex-direction: column;
  width: 100%;
  font-size: 1.2vw;
}

.marquee-text_wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-text_panel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.marquee-text_text {
  letter-spacing: -.04em;
  padding-top: .13em;
  font-size: 12.31em;
  line-height: .75;
}

.marquee-text_icon {
  flex: none;
  width: 4.81em;
  margin-left: 2.38em;
  margin-right: 2.38em;
}

.home-logos_card {
  background-color: #fff;
  border-radius: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.4em;
  padding-right: 2.4em;
  display: block;
}

.home-logos_layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-logos_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.home-logos_heading {
  margin-bottom: .2em;
}

.c_button {
  color: #131313;
  background-color: #caf587;
  border-radius: 100vw;
  padding: .8em 3.4em;
  font-size: 1.2em;
  transition: color .15s, background-color .15s;
}

.c_button:hover {
  color: #f0f0f0;
  background-color: #131313;
}

.home-logos_right {
  position: relative;
}

.home-logos_right-height {
  width: 100%;
  padding-top: 88%;
}

.home-logos_flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.marquee-logos_component {
  width: 48%;
  position: relative;
}

.marquee-logos_wrapper {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.marquee-logos_wrapper.is-alt {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.marquee-logos_panel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-logos_item {
  background-color: #fff;
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  margin-bottom: 8%;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 20px #0000001f;
}

.marquee-logos_image {
  object-fit: contain;
  width: 60%;
  height: 90%;
  position: absolute;
}

.marquee-logos_item-height {
  width: 100%;
  padding-top: 49.43%;
}

.home-photos_section {
  padding-bottom: 12em;
}

.home-photos_heading {
  font-size: 6.3em;
}

.home-photos_h-bottom {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-photos_button {
  cursor: pointer;
  background-color: #caf587;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  transition: color .15s, background-color .15s;
  display: flex;
}

.home-photos_button:hover {
  color: #caf587;
  background-color: #131313;
}

.home-photos_button-icon {
  width: 41%;
  height: 41%;
}

.home-photos_button-icon.is-2 {
  z-index: 2;
  background-color: var(--medium-slate-blue);
  color: #fff;
  display: flex;
  left: 19px;
}

.home-photos_button-icon.is-1 {
  background-color: #000;
}

.marquee-photo_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.marquee-photo_panel {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee-photo_item {
  flex: none;
  width: 66rem;
  margin-right: .75em;
}

.marquee-photo_height {
  width: 100%;
  padding-top: 91%;
  position: relative;
}

.marquee-photo_img {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hiw_number-wrapper {
  flex-direction: row;
  display: flex;
}

.is-more-work {
  background-color: var(--black);
  color: #fff;
}

.more-work_section {
  z-index: 309;
  background-color: var(--black);
  margin-top: 10rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: relative;
}

.more-work_h2 {
  font-size: 4rem;
}

.more-work_h2.is-accent {
  color: #ffffff8f;
}

.mw_image-colelction {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mw-back-arrow {
  position: fixed;
  inset: 2% auto auto 2%;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.125rem;
  height: 4.125rem;
  display: flex;
}

.mw_back-arrow-icon {
  z-index: 999;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 2000%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.125rem;
  height: 4.125rem;
  transition: all .2s;
  display: flex;
}

.mw_back-arrow-icon:hover {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border: 1px solid #fff3;
}

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

.work_description_head {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.work_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.work_description {
  color: #ffffffa3;
  max-width: 40rem;
  margin-top: 1rem;
  margin-left: 2.55rem;
}

.work-showcase_divider {
  background-color: #ffffff24;
  width: 100%;
  height: 1px;
  margin-top: 1.9rem;
}

.work-showcase_scope {
  color: var(--medium-slate-blue);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.work_cta {
  background-color: var(--medium-slate-blue);
  justify-content: center;
  align-items: center;
  padding-top: 1.425rem;
  padding-bottom: 1.425rem;
  display: flex;
}

.more-work_cta {
  margin-bottom: 3.625rem;
  padding: 0 1.125rem 1.125rem;
}

.more-work_cta-div {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 44.9rem;
  margin-bottom: 2rem;
  padding: 5.725rem;
  display: flex;
  position: sticky;
  bottom: 0;
}

.more_work-cta-text {
  max-width: 30.75rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

.hide_temporary {
  display: none;
}

.more_work_cta-text {
  max-width: 28.1875rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 150%;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.625rem;
  height: 1.1875rem;
  display: flex;
}

.logo_img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.625rem;
  display: flex;
}

.logo_img.is-inverse {
  color: #fff;
  display: none;
}

.logo_img.is-footer {
  color: #fff;
}

.logo_img.is-default {
  filter: invert();
}

.mw_back-arrow-wrapper {
  z-index: 999;
  color: #fff;
  transition-duration: .2s;
  position: fixed;
  inset: 1.125rem auto auto 1.125rem;
}

.mw_back-arrow-wrapper:hover {
  background-color: #fff3;
  border-radius: 2000px;
}

.mw_left-name-wrapper {
  text-align: left;
  width: 100%;
}

.dropdown-toggle-2 {
  padding: 0;
}

.hamb_lottie {
  width: 2rem;
  height: 2.4rem;
}

.hamb_lottie.is-inverse {
  filter: invert();
}

.nav_dd-list {
  flex-direction: column;
  justify-content: flex-end;
  left: -90px;
}

.nav_dd-list.w--open {
  background-color: #ddd0;
  align-items: flex-end;
  display: flex;
  left: -150px;
}

.teaser_div {
  flex: none;
  width: 40rem;
}

.teaser_div._5 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem;
  display: flex;
}

.div-block-52 {
  display: flex;
}

.trigger-footer {
  width: 0;
  height: 0;
  margin-top: -1px;
}

.div-price-comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.stroked-div_wrapper {
  position: relative;
}

.price-m {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.price-m.stroked {
  margin-bottom: .6rem;
  font-weight: 700;
  display: block;
}

.price-m.original {
  color: var(--medium-slate-blue);
  margin-top: .2rem;
}

.stroke-line {
  background-color: var(--medium-slate-blue);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 45% 0% 0%;
  transform: translate(0, -50%);
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.8125rem;
  height: 2.3125rem;
  display: flex;
}

.work_section_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: grid;
}

.work_section_grid.cs-final {
  grid-template-rows: auto;
}

.work_div-wrapper {
  cursor: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.webiste_paragraph {
  color: #ffffff75;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff3;
  font-size: .75rem;
  position: absolute;
  inset: 10% auto auto 5%;
}

.collection-list-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.container-xl {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
}

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

.cs_h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
}

.spacer-medium {
  padding-bottom: 5rem;
}

.cs_star-top {
  position: absolute;
  inset: 0% 18% auto auto;
}

.cs_star-bottom {
  position: absolute;
  inset: -10.3rem auto auto 0%;
}

.cs_hero-img-wrapper {
  width: 100%;
  position: relative;
}

.cs_hero-img {
  width: 100%;
}

.spacer-large {
  padding-bottom: 7rem;
}

.spacer-xl {
  padding-bottom: 12.5rem;
}

.cs_flex-between-top {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.cs_paragraph {
  max-width: 57rem;
  font-size: 2rem;
  line-height: 128%;
}

.cs_paragraph.smal {
  max-width: 49rem;
}

.spacer_paragraph {
  padding-left: 14.69rem;
}

.checkmark_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

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

.cs_divider {
  background-color: #1e1e200f;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.caption_head {
  flex: none;
}

.cs_visual-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs_visual-grid._2-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cs_visual-grid.remove-bottom {
  grid-template-rows: auto;
}

.cs_visual-img {
  width: 100%;
  height: 100%;
}

.cs_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.cs_final-img {
  background-color: var(--white-smoke);
  width: 100%;
}

.div-block-53 {
  background-color: #faf9fa;
  padding-bottom: 7.5rem;
}

.cs_final {
  z-index: 101;
  background-color: #faf9fa;
  position: relative;
}

.cs_final._10-rem {
  margin-top: 10rem;
}

.div-block-54 {
  background-color: var(--white-smoke);
}

.paragraph-15 {
  color: #fff;
  text-shadow: 0 1px 4px #000;
}

.cs_gradient-box {
  z-index: -4;
  background-image: linear-gradient(#1e1e2000, #000);
  width: 100%;
  height: 110px;
  position: absolute;
  inset: auto 0% 0%;
}

.wc_paragraph {
  color: #ffffffc7;
  max-width: 279px;
  font-size: .88rem;
  display: block;
}

.website_card-gradient-bottom {
  z-index: -4;
  background-image: linear-gradient(to bottom, #0000, var(--black));
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.cs-gradient_wrapper {
  width: 100%;
  height: 20%;
}

.spacer-small {
  padding-bottom: 2rem;
}

.final_sub-head {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 3rem;
  font-size: .88rem;
  font-weight: 700;
}

.text-block-11 {
  display: block;
}

.cs_teaser-box {
  background-color: #1e1e20;
  border-radius: 1rem;
  padding: 2.5rem;
  position: absolute;
  inset: auto auto 2rem 2rem;
}

.cs_teaser-box.reverse {
  border: 1px solid #ffffff1a;
  box-shadow: 0 5px 35px #ffffff1a;
}

.container-xl-copy {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
}

.cs_testimonial_flex {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  text-transform: capitalize;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cs_testimonial_flex.new {
  grid-column-gap: 10rem;
}

.cs_head {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 140%;
}

.div-block-55 {
  align-items: center;
  display: flex;
}

.cs_final-wrapper {
  z-index: 101;
  background-color: #fff;
  position: relative;
}

.cs-work_section_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  display: grid;
}

.cs-work_section_grid.cs-final {
  grid-template-rows: auto;
}

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

.da-2-grid.contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.da-heading {
  font-size: 3.4rem;
}

.da-heading.v2 {
  font-size: 3.5rem;
}

.da-heading.contact {
  max-width: 33rem;
  font-size: 3.5rem;
}

.da-heading.ty {
  max-width: 41rem;
  font-size: 4rem;
}

.da_paragraph {
  max-width: 30rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.checklist_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.checklist_img {
  flex: none;
  display: block;
}

.checlist_text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.da_text-head {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.da_text-head.v2 {
  border-left: 2px solid var(--medium-slate-blue);
  text-transform: none;
  padding-left: 1.88rem;
  font-size: .88rem;
}

.da_paragraph-text {
  margin-bottom: 0;
  font-size: .88rem;
}

.da_paragraph-text.v2 {
  padding-left: 1.88rem;
  font-size: .94rem;
}

.div-block-56 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.da_input {
  border-radius: 1.5rem;
  height: 2.88rem;
  padding-left: 1rem;
}

.da_input.area {
  height: 6rem;
  padding-top: 1rem;
}

.da_input.area.v2 {
  border: 1px solid #0000;
  height: 6rem;
}

.da_input.area.v2.acces {
  height: 4rem;
}

.da_input.v2 {
  border: 1px solid #0000;
  border-bottom-color: #1e1e2024;
  border-radius: 0;
  height: 4rem;
}

.da_input.v2:hover {
  border-bottom-width: 2px;
  border-bottom-color: #6a6ae854;
}

.da_input.v2:focus {
  border-bottom-width: 2px;
  border-bottom-color: #6a6ae8;
}

.da_label {
  padding-left: .8rem;
  font-size: .63rem;
}

.da_label.v2 {
  display: none;
}

.da_input-wrapper.last {
  margin-bottom: 1rem;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  display: flex;
}

.tabs-menu.v2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.form {
  margin-top: 1rem;
}

.form.v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.form.contact {
  margin-left: auto;
  margin-right: auto;
}

.spacer-x-small {
  padding-bottom: 1.5rem;
}

.div-block-57 {
  margin-top: 3rem;
}

.div-block-58 {
  background-color: #fff;
  border: 1px solid #00000021;
  border-radius: 1.5rem;
  padding: 1.4rem;
}

.tab_head {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: .75rem;
  font-weight: 700;
}

.tab_head.v2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.13rem;
  font-weight: 400;
}

.form_wrapper {
  width: 83rem;
  padding-left: 0;
}

.form_wrapper.v2 {
  background-color: #f8f8f8;
  border-radius: 1.5rem;
  width: auto;
  padding: 3.1rem;
}

.form_wrapper.v2.v3 {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.form_wrapper.audit {
  width: auto;
}

.form_wrapper.audit.hode {
  display: none;
}

.body-3 {
  background-color: #f8f8f8;
}

.da_value {
  text-transform: uppercase;
}

.da_value-text {
  color: var(--medium-slate-blue);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.da_value-text.v3 {
  display: none;
}

.da_value-text.top {
  color: #1e1e20c2;
  letter-spacing: .24em;
  font-size: .75rem;
}

.hide-temporary {
  display: none;
}

.div-block-60 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial_h3 {
  text-transform: none;
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 140%;
}

.paragraph-16 {
  color: #fff;
  margin-bottom: 0;
}

.text-block-12 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 140%;
}

.text-work {
  opacity: 0;
  color: #000;
  transition: all .1s;
  display: none;
}

.text-work.is-slider {
  opacity: 1;
  color: #000;
  letter-spacing: .1em;
  font-weight: 400;
  display: block;
}

.text-work.is-work {
  opacity: 1;
  display: block;
}

.cursor-text-copy {
  opacity: 0;
  color: #000;
  transition: all .1s;
  display: none;
}

.cursor-text-copy.is-slider {
  opacity: 1;
  color: #000;
  letter-spacing: .1em;
  font-weight: 400;
  display: block;
}

.cursor-text-copy.is-work {
  opacity: 1;
  display: block;
}

.testimonial-section-cs {
  background-color: var(--black);
  padding-top: 7.9rem;
  padding-bottom: 7.9rem;
  overflow: hidden;
}

.testimonial-section-cs.new {
  background-color: #1e1e2000;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.testimonial-section-cs.of-normal {
  overflow: visible;
}

.link_underline {
  border-bottom: 1px solid var(--medium-slate-blue);
}

.check_track-mark {
  z-index: -30;
  background-color: #00000014;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 9px;
  left: 1px;
}

.v2-btn-wrp {
  display: flex;
}

.image-29 {
  z-index: -30;
  position: absolute;
  inset: auto 0% 90% auto;
}

.image-30 {
  position: absolute;
  inset: 0% 0% auto 41%;
}

.div-block-61 {
  padding-top: 12px;
}

.field-wrap {
  margin-bottom: 1rem;
  position: relative;
}

.input-text {
  z-index: 1;
  background-color: #fff;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #00000014;
  height: 4rem;
  margin-bottom: 0;
  padding: 1rem 0 0 1rem;
  font-size: 1.125rem;
  position: relative;
}

.input-text:focus {
  border-bottom-color: var(--medium-slate-blue);
}

.input-text::placeholder {
  color: #0000;
}

.floating-label {
  z-index: 3;
  color: #1e1e208c;
  transition: bottom .2s, color .2s, font-size .2s;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.dropdown-toggle-3 {
  color: #1e1e208a;
  background-color: #fff;
  border: 1px solid #0000;
  border-bottom-color: #00000030;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 16px;
  display: flex;
}

.dropdown-4 {
  color: #1e1e208c;
  width: 100%;
}

.text-block-13 {
  color: #1e1e208c;
}

.icon-3 {
  color: #1e1e2070;
}

.form_prev {
  z-index: 800;
  opacity: .94;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -2.4em;
  padding: 0;
  font-size: 1.2em;
  line-height: 100%;
  display: flex;
  inset: 14px auto auto 0%;
  overflow: visible;
}

.form_prev.disabled-prev {
  opacity: .15;
  flex-direction: row;
}

.container-3 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.container-3.is--form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.form_contain {
  font-size: 1.31rem;
}

.form_submit {
  background-color: var(--medium-slate-blue);
  opacity: .61;
  color: #eeedf2;
  border: 1px solid #eeedf2;
  border-radius: 200em;
  margin-top: .8em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.19rem 1.6rem;
  font-size: 1rem;
  transition: all .2s;
}

.form_submit:hover {
  padding-top: 1em;
  padding-bottom: 1em;
}

.form_submit.form-active {
  opacity: 1;
  cursor: pointer;
  border-radius: 8em;
}

.hero__left {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__left.is--alt {
  text-align: center;
  background-color: #fff0;
  border: 2px #0000000f;
  border-radius: 2em;
  align-items: center;
  padding: 0;
}

.question_number {
  margin-left: .6em;
  margin-right: .5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.form_progress-circle {
  background-image: url('../images/Union_2.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
}

.form_success {
  background-color: #0000;
  background-image: linear-gradient(297deg, #eeedf200, #ffffff24);
  border: 2px solid #eeedf217;
  border-radius: .4em;
  margin-top: 3.4em;
  padding: 2.4em;
}

.form_next {
  height: 2em;
  display: none;
  inset: auto 0% 0% auto;
}

.question_text {
  letter-spacing: .2em;
  text-transform: uppercase;
  height: 1.13rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.question_text.number {
  text-align: right;
  width: 1.5em;
  padding-left: .2em;
  padding-right: .2em;
}

.question_text.number.second {
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(100%);
}

.question_text.v2 {
  font-size: .63rem;
}

.form_progress-dot {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100%;
  display: flex;
  position: relative;
}

.c-slider {
  background-color: #0000;
  align-items: center;
  height: auto;
  display: block;
}

.form-2 {
  width: 38em;
  margin-bottom: 0;
}

.form-2.v2 {
  width: 40em;
}

.slider_nav {
  z-index: 3;
  opacity: 1;
  display: none;
  position: relative;
}

.radio_label {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.slider_slide {
  width: 100%;
  height: 26rem;
}

.form_question {
  text-transform: none;
  margin-bottom: 1em;
  font-size: 1.7rem;
  line-height: 1;
}

.form_question.smalelr, .form_question.smalelr-copy {
  font-size: 1.7rem;
}

.form_question.xs {
  font-size: 1.5rem;
}

.form_progress-text {
  color: #fff;
  margin-bottom: 0;
  font-size: .6em;
}

.form_progress-fill {
  background-color: var(--medium-slate-blue);
  border-radius: 100vw;
  width: 0%;
  height: 100%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.form_progress-box {
  background-color: var(--medium-slate-blue);
  color: #0d0628;
  border-radius: .4em;
  margin-top: -3.1em;
  padding: .3em .6em;
}

.question {
  opacity: .96;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.3em;
  padding-left: 3rem;
  line-height: 110%;
  display: flex;
}

.question.g {
  padding-bottom: 0;
}

.form_button {
  background-color: var(--medium-slate-blue);
  opacity: .48;
  text-align: center;
  border-radius: 200em;
  width: 30%;
  margin-top: .5em;
  margin-left: auto;
  padding: 1.19rem 1.5rem;
  font-size: 1.13rem;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.form_button.form-active {
  opacity: 1;
}

.form_progress {
  background-color: #6a6ae81c;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 3px;
  margin-top: 2.6em;
  display: flex;
}

.form_prev-text {
  color: #000;
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: 1.13rem;
  line-height: 110%;
  display: inline-block;
  position: relative;
}

.hero__gradient {
  z-index: 2;
  opacity: .9;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  width: 200em;
  height: 200em;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero__gradient.is--3 {
  opacity: .26;
  filter: blur(4.1em);
  background-image: linear-gradient(#5c31ff, #5c31ff);
  border-radius: 50%;
  margin-bottom: -135.5em;
  margin-left: -162.9em;
  margin-right: 0;
  inset: auto auto 0% 0%;
}

.hero__gradient.is--other {
  opacity: .73;
  background-image: radial-gradient(circle, #f88cd4, #f88cd400 69%);
  width: 160em;
  height: 160em;
  margin-bottom: -133.7em;
  margin-right: -40.6em;
}

.radio_button {
  z-index: 1;
  opacity: 1;
  color: #000;
  cursor: pointer;
  border-width: 1px;
  border-color: #00000026;
  border-radius: 2000em;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: 0%;
}

.radio_button.w--redirected-checked {
  color: #fff;
  background-color: #3898ec00;
  background-image: none;
}

.section {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.is--hero {
  z-index: 4;
}

.section.is--nav {
  z-index: 2000;
  position: absolute;
  inset: 0% 0% auto;
}

.radio_option {
  text-align: center;
  background-color: #eeedf20a;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.1875em .9em;
  font-size: 1rem;
  line-height: 100%;
  display: flex;
  position: relative;
}

.radio_option:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.radio_option.multi {
  border: 1px solid #00000014;
  width: auto;
}

.icon-4 {
  min-height: 0;
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.slider_slide-fill {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: .6em .3em;
  display: flex;
}

.slider_mask {
  width: 100%;
  height: 100%;
}

.form_error {
  color: #f88cd4;
  background-color: #0000;
  border: 0 solid #000;
  margin-top: 1.4em;
  padding: 0;
}

.field {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(156deg, #ffffff14, #fff0);
  border: 1px solid #0000;
  border-radius: 0;
  width: 100%;
  height: 4rem;
  margin-bottom: .8em;
  padding: .5em 1.2em;
  font-size: 1.25rem;
  transition: all .2s;
}

.field:focus {
  color: #000;
  border-width: 0;
  border-right-color: #0000;
  padding-left: 1.6em;
}

.field::placeholder {
  color: #0000004f;
}

.field.text-area {
  height: 8rem;
}

.field.text-area::placeholder {
  font-size: 1.1rem;
}

.field_line {
  opacity: .09;
  margin-bottom: 0%;
  transition: opacity .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.field_line.full-opacity {
  opacity: .64;
  width: 100%;
}

.heading_contain {
  perspective: 1000px;
}

.cursor_dot-ne {
  background-color: #000;
  border-radius: 100vw;
  width: 1em;
  height: 1em;
}

.link_text {
  z-index: -40;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  transition: all .2s;
  position: relative;
}

.link_text.is--2 {
  margin-top: 0;
  display: block;
  position: absolute;
}

.link_text.selected-item {
  color: #fff;
}

.link_text.is--1 {
  z-index: 5000;
}

.field-2 {
  color: #000;
  border: 0 solid #000;
  border-radius: 0;
  height: 3em;
  margin-bottom: 0;
  padding: 0;
  font-weight: 300;
  transition: color .2s;
}

.field-2::placeholder {
  color: #ccc;
}

.link_circle {
  z-index: 1;
  background-color: var(--medium-slate-blue);
  border-radius: 50%;
  width: 100%;
  min-height: 6em;
  margin-bottom: 5.9em;
  padding-top: 100%;
  transition: margin .4s, border-radius .25s;
  position: absolute;
  inset: auto 0% 0%;
}

.link_circle.selected-item {
  color: #fff;
  border-radius: 0%;
  margin-bottom: 0;
  inset: auto 0% -39%;
}

.field_parent {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.hand {
  background-image: url('../images/emoji.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_wrap {
  z-index: 2;
  line-height: 10%;
  position: relative;
  overflow: hidden;
}

.form-3 {
  margin-bottom: 0;
  padding-top: 5.7em;
}

.section-5 {
  background-color: #fff;
}

.form_contain-2 {
  width: 83%;
}

.submit_line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.link_move {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  display: inline-block;
  position: relative;
}

.label {
  display: none;
}

.container-4 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 13em 10em;
}

.submit {
  color: #000;
  letter-spacing: -.01em;
  background-color: #0000;
  margin-bottom: .2em;
  padding: 0;
  font-size: 2em;
  font-weight: 600;
}

.cursor-new {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 12px;
  transition: font-size .2s, opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.shapes {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.shapes.submit-contain {
  padding-top: 4em;
  padding-bottom: 0;
}

.group {
  padding-top: 1.5em;
}

.group.options {
  padding-top: .5em;
}

.heading-28 {
  transform: rotate(0);
}

.link_container {
  width: auto;
  padding: 0;
  display: inline-block;
}

.link_container.is--submit.disable {
  opacity: .26;
  transition: opacity .3s;
}

.link_container._30 {
  width: 32%;
}

.radio-button {
  z-index: 9999;
  opacity: 0;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.link {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 100vw;
  margin-bottom: 0;
  padding: 1.13rem 1.5rem;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.link.is--submit {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.link.selected-item {
  color: #fff;
}

.link.radio {
  cursor: pointer;
}

.menu-contact {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.div-block-62 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.checkbox {
  z-index: 50;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.checkbox.w--redirected-checked {
  background-color: var(--medium-slate-blue);
  color: #fff;
  background-image: none;
  border-radius: 200px;
}

.form-multi-select {
  text-align: center;
  background-color: #eeedf20a;
  border: 1px solid #00000014;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.1875em .9em;
  font-size: 1rem;
  line-height: 100%;
  display: flex;
  position: relative;
}

.form-multi-select:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.form_multi-choice {
  text-align: center;
  background-color: #eeedf20a;
  border: 1px solid #00000014;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.1875em .9em;
  font-size: 1rem;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.form_multi-choice:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.error-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #ffe0e0;
  width: 100%;
  padding: 1.6rem;
  font-size: 1.2rem;
  display: none;
}

.text-block-14 {
  color: var(--black);
  font-weight: 700;
}

.field-email {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(156deg, #ffffff14, #fff0);
  border: 1px solid #0000;
  border-radius: 0;
  height: 4rem;
  margin-bottom: .8em;
  padding: .5em 1.2em;
  font-size: 1.25rem;
  transition: all .2s;
}

.field-email:hover {
  padding-left: 1.6em;
}

.field-email:focus {
  color: #000;
  border-width: 0;
  border-right-color: #0000;
  padding-left: 1.6em;
}

.field-email::placeholder {
  color: #0000004f;
}

.checkbox-label {
  z-index: -40;
  position: relative;
}

.form_custom-checkbox-styles {
  display: none;
}

.link_wrapper.check {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.check_button {
  z-index: 30;
  opacity: 1;
  cursor: pointer;
  border-width: 1px;
  border-color: #00000014;
  border-radius: 2000em;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: 0%;
}

.check_button.w--redirected-checked {
  color: #fff;
  background-color: #3898ec00;
  background-image: none;
}

.fs-copyclip_button {
  color: #fff;
  text-align: center;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.fs-copyclip_button:hover {
  background-color: #6739ff;
}

.ty-p {
  max-width: 21.4rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.ty-p.smaller {
  max-width: 24rem;
  font-size: 1.13rem;
}

.ty-email {
  color: var(--medium-slate-blue);
  text-align: center;
  background-color: #3898ec00;
  padding: 0;
  font-size: 1rem;
}

.ty-email:hover {
  border-bottom: 1px solid var(--medium-slate-blue);
}

.ty-copy-icon {
  opacity: 1;
  color: #6a6ae8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.calendly-wrapper-size {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

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

.calendly_bg {
  background-color: #e3e6ff;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  display: flex;
}

.calendly-padding {
  padding: 0 1.1rem;
}

.calendly-padding.iis-footer {
  z-index: 99999999;
  position: sticky;
  inset: 0% 0% auto;
}

.opacity-64 {
  opacity: .65;
}

.container-5 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.container-5.is--nav {
  justify-content: space-between;
  align-items: stretch;
  height: 9em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-5.is--form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.nav__logo-img {
  width: 7em;
}

.mav__right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav__menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.nav__line {
  background-color: #5c31ff;
  width: 0;
  height: .2em;
  margin-bottom: 3.3em;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav__link {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 700;
  display: flex;
}

.nav__link-text {
  font-size: 1.1em;
}

.nav__icon {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 6.5em;
  margin-left: 4.9em;
  display: flex;
}

.nav__icon-line {
  background-color: #eeedf2;
  width: 100%;
  height: .2em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.fill {
  background-color: #5c31ff;
  width: 0%;
  height: 100%;
}

.slider_slide-2 {
  width: 100%;
  height: 31rem;
}

.form_field {
  color: #eeedf2;
  background-color: #0000;
  background-image: linear-gradient(156deg, #ffffff14, #fff0);
  border: 2px solid #eeedf212;
  border-radius: .4em;
  height: 3.1em;
  margin-bottom: .8em;
  padding: .5em 1.2em;
  font-size: 1em;
  transition: all .2s;
}

.form_field:hover {
  padding-left: 1.6em;
}

.form_field:focus {
  color: #fff;
  background-color: #ffffff08;
  border-color: #f88cd461;
  padding-left: 1.6em;
}

.form_field::placeholder {
  color: #ffffff4f;
}

.icon-5 {
  filter: invert();
  width: .6em;
  margin: 0 .2em 0 0;
  display: inline-block;
  position: relative;
  transform: rotate(-180deg);
}

.form_something-else {
  background-color: #0000;
  border: .0625rem #0000;
  border-bottom: .0625rem solid #00000052;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  display: none;
}

.form_something-else::placeholder {
  font-size: 1.25rem;
}

.form_something-else.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_something-else.hide {
  display: none;
}

.text-span-2 {
  color: #ffffff8c;
}

.div-block-63 {
  display: flex;
}

.div-block-64 {
  color: #1e1e2082;
  margin-top: 2rem;
  font-size: 1rem;
  display: flex;
  position: relative;
  left: -10px;
}

.service_agreement-section {
  margin-top: 3rem;
}

.sa_rich-text {
  padding: 3.1rem;
}

.sa_rich-text p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.sa_rich-text h2 {
  font-weight: 700;
}

.sa_rich-text ul {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.sa_rich-text h4 {
  text-transform: none;
  margin-top: 1rem;
}

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

.fs-toc_example {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-toc_sidebar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 23%;
  padding: 1rem 3rem 2rem 0;
  display: flex;
  position: fixed;
  inset: 3.9rem auto 0% 1.5rem;
}

.heading-small {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #1e1e201a;
}

.fs-toc_link-wrapper.is-h3, .fs-toc_link-wrapper.is-h4 {
  border-left: 1px solid #1e1e201a;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h5 {
  border-left: 1px solid #2525251a;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h6 {
  padding-left: .75rem;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: .75rem;
  font-size: .88rem;
  text-decoration: none;
  display: flex;
}

.fs-toc_link.w--current {
  color: var(--medium-slate-blue);
  font-weight: 700;
}

.fs-toc_link.is-h3 {
  color: #00000063;
  letter-spacing: .025rem;
  align-items: flex-start;
  font-size: .81rem;
}

.fs-toc_link.is-h3.w--current {
  color: var(--medium-slate-blue);
}

.fs-toc_link.is-h4 {
  color: #0000005c;
  font-size: .75rem;
}

.fs-toc_link.is-h4.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h5 {
  color: #00000057;
  font-size: .875rem;
}

.fs-toc_link.is-h5.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h6 {
  color: #ccc;
  font-size: .875rem;
}

.fs-toc_link.is-h6.w--current {
  color: #eaffbb;
}

.fs-toc_label {
  border: 1px solid var(--medium-slate-blue);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6a6ae800;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-size: .63rem;
  font-weight: 500;
  display: flex;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_rich-text {
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.fs-toc_richtext {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.fs-toc_richtext h4 {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .88rem;
  font-weight: 700;
}

.fs-toc_richtext h3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3rem;
  font-size: .88rem;
  font-weight: 700;
}

.fs-toc_richtext h2 {
  border-top: 1px solid #00000012;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  font-size: 2rem;
}

.fs-toc_richtext h1 {
  font-size: 3rem;
}

.fs-toc_richtext li {
  margin-bottom: 1.5rem;
}

.heading-29 {
  margin-bottom: 3rem;
  font-size: 3rem;
}

.div-block-66 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--bg-color);
  border: 1px solid #6a6ae82b;
  border-radius: 16px;
  justify-content: flex-start;
  margin-bottom: 3rem;
  padding: 1.1rem;
  display: flex;
}

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

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #6a6ae8;
  border-radius: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button-6:hover {
  opacity: 1;
  color: #6a6ae8;
  background-color: #7c7cf03d;
  transform: translate(0, .25rem);
}

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

.button-6.tab {
  opacity: .63;
  color: #6a6ae8;
  background-color: #6a6ae800;
  border: 1px solid #6a6ae8;
  width: 100%;
  padding-top: .6875rem;
  padding-bottom: .6875rem;
}

.button-6.tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #6a6ae8;
}

.button-6.tab.v2 {
  color: #1e1e20;
  letter-spacing: .3em;
  text-transform: uppercase;
  border-width: 0;
  border-top-style: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 0;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.button-6.tab.v2.w--current {
  color: #6a6ae8;
  background-color: #6a6ae800;
  border-bottom-width: 1px;
}

.button-6.v2 {
  margin-left: auto;
  margin-right: auto;
}

.form_wrapper-2 {
  padding-left: 0;
}

.tabs-content {
  margin-top: 0;
  padding: 2rem;
}

.audit_tab-btn {
  opacity: 1;
  color: #000;
  text-align: center;
  background-color: #6a6ae800;
  border: 1px solid #6a6ae838;
  border-radius: 22rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.9rem;
  font-size: .88rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.audit_tab-btn:hover {
  opacity: 1;
  color: #000;
  background-color: #6a6ae800;
  border-color: #6a6ae89e;
  transform: translate(0, .25rem);
}

.audit_tab-btn.w--current {
  opacity: 1;
  color: #fff;
  background-color: #6a6ae8;
  border-bottom-width: 1px;
}

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

.cs-haed-wrap {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 4rem;
}

.test_component {
  container-type: inline-size;
}

.test_inner {
  aspect-ratio: 500 / 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1cqw;
  display: flex;
  position: relative;
}

.test_element-1 {
  aspect-ratio: 500 / 500;
  width: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(25em, 25em)rotate(6.061deg);
}

.hover-7_wrap {
  z-index: 2;
  pointer-events: none;
  will-change: transform;
  height: 80%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 50%);
  overflow: visible !important;
}

.hover-7_path {
  will-change: d;
  stroke-width: 1px;
  stroke: currentColor;
  fill: none;
  vector-effect: non-scaling-stroke;
}

.hover-7_embed {
  display: none;
}

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

@media screen and (max-width: 991px) {
  h2 {
    line-height: 130%;
  }

  .mycontain {
    padding-left: .6875rem;
    padding-right: .6875rem;
  }

  .navbar-wrapper {
    top: 0;
  }

  .logo-sp {
    width: 11.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo-sp.smaller-logo-l {
    width: 10.625rem;
  }

  .logo-sp.nostyle {
    width: 100%;
  }

  .logo-sp.smaller-logo-s, .logo-sp.smaller-logo-m {
    width: 7.5rem;
  }

  .logo-sp-abc {
    display: none;
  }

  .logos-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .accordion-item {
    margin-left: 1.4375rem;
    margin-right: 1.4375rem;
  }

  .icon-2 {
    color: #fff;
  }

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

  .announcement {
    text-align: center;
    padding: .9375rem;
    display: none;
  }

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

  .div-block-20 {
    font-size: 1.9375rem;
  }

  .faq-question-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .h1-div {
    display: inline;
  }

  .h1-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    max-width: none;
    display: block;
  }

  .email-capture-field {
    flex-direction: column;
    align-items: stretch;
    width: auto;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .button.is-secondary.faq, .button.is-secondary.m-hide {
    display: none;
  }

  .button.m-is-case-study {
    color: var(--white-smoke);
    border-color: #fff3;
    display: block;
  }

  .button.m-is-case-study.faq {
    display: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .sp-proof_div {
    border-style: solid;
    border-color: #0003;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: none;
    display: flex;
  }

  .sp-proof_div.top.left {
    border-right-color: #0000;
  }

  .sp-proof_div.top.right.mobile-4th {
    border-bottom-color: #0000;
    border-left-color: #0000;
    border-right-color: #9990;
  }

  .sp-proof_div.top.mobile-3rd {
    border-left-color: #0000;
  }

  .sp-proof_div.top.mobile-2nd, .sp-proof_div.bottom.mobile-6th {
    border-right-color: #0000;
  }

  .sp-proof_div.bottom.mbile-7th {
    border-left-color: #0000;
  }

  .sp-proof_heading {
    display: none;
  }

  .sp-proof_paragraph {
    margin-top: .5rem;
  }

  .before-after_section {
    margin-top: 5rem;
  }

  .before-after_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-left: 3.0625rem;
    padding-right: 3.0625rem;
  }

  .before-after_grid.v2 {
    grid-column-gap: 1rem;
    grid-row-gap: 3.0625rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .before-after_div.after {
    padding: 2.5rem;
  }

  .before-after_wrapper {
    flex-direction: row-reverse;
  }

  .before-after_wrapper.right {
    flex-direction: row;
  }

  .before-after_paraagraph.v2, .before-after_paraagraph.v2.first, .before-after_paraagraph.v2._5, .before-after_paraagraph.v2.last-right, .beofre-after_heading.smaller, .beofre-after_heading.before {
    max-width: none;
  }

  .form-wrapper {
    align-items: stretch;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-capa {
    padding-left: 0;
    padding-right: 0;
  }

  .email--cta {
    flex-direction: column;
    display: flex;
  }

  .before-after_div-v2.left {
    text-align: left;
    align-items: flex-start;
    padding: 0;
  }

  .email-capture_button_wrapper-v2 {
    margin-top: 1.1875rem;
  }

  .before-after_divider.last {
    margin-bottom: 0;
  }

  .vs-bubble-wrapper {
    position: static;
  }

  .footer-gradient {
    height: 50%;
    inset: auto 0% 0%;
  }

  .f--question {
    line-height: 1.5;
  }

  .sphere-left {
    left: -23%;
  }

  .sp-proof_logo_wrapper {
    display: flex;
  }

  .project {
    height: auto;
    min-height: auto;
  }

  .project:hover {
    color: #000;
  }

  .sp-proof_category {
    margin-bottom: 1rem;
    display: block;
    position: static;
  }

  .sp-proof_category.yc {
    display: block;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.is-home-logos {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-paragraph {
    margin-top: 1rem;
  }

  .footer-section-v2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-footer {
    display: inline;
  }

  .footer-paragraphh {
    margin-top: 1rem;
  }

  .email {
    margin-left: .5rem;
  }

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

  .lp-heading {
    font-size: 3rem;
    display: inline;
  }

  .lp-paragraph {
    margin-top: 1rem;
  }

  .cursor {
    display: none;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: .1875rem;
    margin-left: 0;
    margin-right: .3em;
  }

  .sp-proof-div_loop {
    max-height: none;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cta-footer {
    padding-left: 5.7rem;
    padding-right: 5.7rem;
  }

  .navbar_logo {
    padding-left: .875rem;
  }

  .liquid_wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .liquid_wrapper.is-menu {
    padding-bottom: 6.5em;
    display: none;
  }

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

  .h_hero-grid {
    align-items: flex-start;
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
    display: flex;
  }

  .h_hero-h1 {
    max-width: none;
  }

  .h_hero-h1.is-footer {
    font-size: 4rem;
  }

  .caption_heading {
    font-size: .75rem;
  }

  .caption_heading.testimonials {
    top: 0;
  }

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

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .marquee_track {
    flex: 1;
  }

  .logo-loop_gradient {
    display: none;
  }

  .marquee_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee_list.mobile-hide, .marquee_list.second-hide {
    display: none;
  }

  .marquee_item {
    border-bottom: .0625rem solid #a0aaff1a;
    flex: 0 auto;
    width: 32.5%;
  }

  .marquee_item.right, .marquee_item.last {
    border-right-color: #a0aaff00;
  }

  .marquee_flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .col_wrapper {
    background-color: var(--white-smoke);
  }

  .col_wrapper.feature {
    z-index: 5000;
    -webkit-backdrop-filter: blur(.3125rem);
    backdrop-filter: blur(.3125rem);
    padding-left: 1.5rem;
    position: sticky;
    left: -.125rem;
  }

  .col_wrapper.feature.header-hide.no-color {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .comparison-section {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .c-wrapper {
    width: 95rem;
  }

  .mobile-swipe-lottie {
    width: 1.875rem;
    display: block;
    position: absolute;
    inset: 6.375rem 3.125rem auto auto;
  }

  .c-table {
    overflow: hidden;
  }

  .m-overflow_auto {
    overflow: auto;
  }

  .lightbox_close:focus-visible, .lightbox_close[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 0 #00e;
  }

  .lightbox_modal {
    padding-bottom: 8em;
  }

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

  .websites_item {
    width: 100%;
  }

  .websites_item.last {
    min-height: 32rem;
  }

  .websites_link:focus-visible, .websites_link[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .websites_card {
    opacity: 1;
  }

  .case-study_heading {
    font-size: 10vw;
  }

  .testimonial-section {
    padding-bottom: 91px;
  }

  .testimonials-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide.slider2.tall.pc, .splide.slider3.tall.pc {
    display: none;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards, .splide__slide.work, .splide__slide.more-work, .splide__slide.more-work {
    width: 60%;
  }

  .mobile-testimonials.mobile {
    align-items: flex-start;
    display: flex;
  }

  .m-testimonials {
    padding-top: 0;
    padding-bottom: 0;
  }

  .m-testimonials_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    display: grid;
  }

  .mobile-testimonial-card {
    width: 100%;
  }

  .testimonial_content-swrapper {
    height: auto;
  }

  .pricing_grid {
    grid-column-gap: .25rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .pricing_div {
    width: auto;
    min-width: auto;
  }

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

  .pricing_detail-section {
    display: none;
  }

  .pricing_detail-bullet-left {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .h_hero-right {
    align-items: flex-start;
    width: 100%;
  }

  .h_hero-star_heading {
    max-width: none;
  }

  .h_hero-star_heading.is-footer {
    font-size: 4rem;
  }

  .h_hero-right_button-wrapper {
    padding-left: 0;
  }

  .h_hero-left_paragraph {
    margin-top: 2.5rem;
  }

  .image-28 {
    height: auto;
    max-height: none;
    padding-left: 65px;
    padding-right: 65px;
    position: static;
  }

  .heading_section {
    width: auto;
    display: block;
  }

  .comparison_heading {
    margin-top: 2.05rem;
  }

  .comparison_div {
    max-height: none;
  }

  .numbers_wrapper {
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .numbers-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .number_div {
    margin-top: 3rem;
    margin-bottom: 10rem;
  }

  .numbers_sub-head {
    font-size: 1.25rem;
  }

  .numbers_paragraph {
    max-width: none;
    font-size: 1.2rem;
  }

  .work_teaser-div {
    width: 31rem;
  }

  .numbers_text-line-wrapper {
    width: 100%;
  }

  .hiw_grid {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .hiw_grid._1 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    margin-top: 8rem;
  }

  .hiw_grid._2, .hiw_grid._3 {
    flex-direction: column-reverse;
  }

  .hiw_text-wrapper.btn {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hiw_text-wrapper.is-m-1 {
    margin-top: 5rem;
  }

  .hiw_heading {
    max-width: 50rem;
  }

  .hiw_heading.skew-up {
    max-width: none;
    margin-bottom: 0;
  }

  .hiw_background {
    width: 80%;
    height: 100%;
    min-height: auto;
  }

  .hiw_background._1, .hiw_background._2, .hiw_background._3 {
    width: 80%;
  }

  .hiw_right {
    width: 100%;
    height: 33rem;
  }

  .hiw-1-call {
    top: 20.5rem;
    left: 3.8rem;
  }

  .hiw-1-top-wrapper {
    left: 255px;
  }

  .hiw-2-requests {
    top: 180px;
    left: 4.8px;
  }

  .hiw-2-rd {
    top: 145.8px;
    left: 343.4px;
  }

  .hiw-active {
    top: -2.8px;
  }

  .m-hiw-3-heading {
    justify-content: center;
    align-items: center;
    margin-top: 62px;
    display: flex;
  }

  .hiw-3-remaining {
    inset: auto 5% -20% auto;
  }

  .pricing-h2 {
    font-size: 3.5rem;
  }

  .comparison-h2 {
    max-width: none;
  }

  .fa-section {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
  }

  .fa_grid {
    grid-column-gap: 5.25rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .note-panel_contain {
    max-width: 80vw;
  }

  .wide-panel {
    width: 200vw;
  }

  .stagger-panel_img-wrap {
    width: 130%;
  }

  .hero_sub {
    font-size: 5vw;
  }

  .thanks-panel {
    flex-direction: column;
    width: auto;
    font-size: 1vw;
    display: block;
  }

  .hero-panel {
    width: 150vw;
  }

  .sticky-element {
    height: auto;
    position: static;
  }

  .stagger-panel {
    width: 140vw;
  }

  .track {
    flex: 0 auto;
  }

  .thanks-panel_img {
    font-size: 2.6em;
  }

  .thanks-panel_img.is-2 {
    margin-top: 19.9em;
    margin-left: -1.3em;
    transform: rotate(-12deg);
  }

  .thanks-panel_img.is-3 {
    margin-top: -24.9em;
    margin-left: 21.6em;
  }

  .thanks-panel_img.is-1 {
    margin-top: -20.8em;
    margin-left: -18em;
  }

  .track-flex {
    flex-direction: column;
    margin-right: 0;
    display: block;
  }

  .note-panel {
    padding-left: 9.4em;
    padding-right: 9.4em;
  }

  .thanks-panel_contain {
    margin-top: 4.5rem;
    padding: 4.4rem;
  }

  .thanks-panel_contain.is-2 {
    width: auto;
    min-width: auto;
    margin-top: 0;
    position: static;
  }

  .section-height {
    height: auto;
  }

  .thanks-panel_wrap {
    width: auto;
    height: auto;
  }

  .heading-27 {
    max-width: 37.8rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
  }

  .div-block-47 {
    text-align: center;
    position: static;
  }

  .final-heading {
    font-size: 3.2rem;
  }

  .final_wrapper {
    width: auto;
    padding: 6.7rem;
  }

  .websites_row {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .website_track {
    flex-direction: row;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .work_modal-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .work_modal-name-highlight {
    margin-bottom: .5rem;
    margin-left: 2.5rem;
  }

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

  .comparison_smile-wrapper {
    display: block;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq_paragraph {
    display: none;
  }

  .faq_left {
    position: static;
  }

  .faq_gird-new {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .f--question-2 {
    line-height: 1.5;
  }

  .h_hero-left_paragraph-div {
    margin-top: 9rem;
  }

  .footer_cta-wrapper {
    padding-left: 4.8rem;
  }

  .fa_bottom-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .website-list {
    margin-top: .5rem;
  }

  .more-work-section {
    padding-bottom: 91px;
  }

  .home-scroll_text-wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .home-scroll_visual.page-padding {
    display: none;
  }

  .home-scroll_section {
    display: block;
  }

  .home-scroll_content.page-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .home-scroll_text-item {
    opacity: 1;
  }

  .home-scroll_photo {
    object-fit: cover;
    border-radius: 1em;
    width: 100%;
    height: 40rem;
    display: block;
  }

  .home-hero_img {
    width: 17em;
    max-width: 80%;
  }

  .marquee-text_component {
    font-size: 1.5vw;
  }

  .home-logos_card {
    background-color: #0000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .home-logos_layout {
    display: block;
  }

  .home-logos_content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 0;
  }

  .home-logos_heading {
    margin-bottom: -.15em;
  }

  .home-logos_right {
    background-color: #fff;
    border-radius: 1em;
    width: 100vw;
    margin-left: -5vw;
  }

  .home-logos_right-height {
    padding-top: 50%;
  }

  .home-logos_flex {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .home-photos_button-icon.is-2 {
    width: auto;
    min-width: auto;
    margin-top: 0;
    position: static;
  }

  .hiw_number-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .work_description_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .more-work_cta-div {
    text-align: left;
    align-items: flex-start;
  }

  .more_work-cta-text {
    max-width: 30rem;
    line-height: 120%;
  }

  .more_work_cta-text {
    color: #ffffffcf;
    max-width: 23.7rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 170%;
  }

  .teaser_div {
    width: 33rem;
  }

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

  .spacer-xl {
    padding-bottom: 5rem;
  }

  .cs_flex-between-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .div-block-54 {
    background-color: var(--white-smoke);
  }

  .final_sub-head {
    font-size: 1.25rem;
  }

  .cs_testimonial_flex {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column;
  }

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

  .da-2-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .da-2-grid.contact {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .da_left {
    padding-right: 0;
  }

  .da-heading.contact {
    max-width: none;
    font-size: 4rem;
  }

  .da-heading.ty {
    margin-bottom: 1rem;
  }

  .tabs {
    padding-left: 0;
  }

  .div-block-57.m-padding {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .form_wrapper {
    width: 100%;
  }

  .testimonial-section-cs {
    padding-bottom: 91px;
  }

  .form_prev.disabled-prev {
    opacity: .61;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-3.is--form {
    padding-top: 6.3em;
    padding-bottom: 3.3em;
  }

  .hero__left.is--alt {
    width: 100%;
  }

  .form-2.v2 {
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section.is--nav {
    font-size: .7em;
  }

  .field_line {
    bottom: -12px;
  }

  .form_contain-2 {
    width: 100%;
  }

  .container-4 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .cursor-new {
    display: none;
  }

  .link_container {
    width: auto;
  }

  .m-testimonial_head {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 150%;
  }

  .link_wrapper.check {
    align-items: center;
  }

  .calendly-wrapper-size {
    width: auto;
  }

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

  .calendly_bg {
    padding: 4rem;
  }

  .container-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-5.is--form {
    padding-top: 6.3em;
    padding-bottom: 3.3em;
  }

  .nav__menu, .form_something-else {
    display: none;
  }

  .div-block-64 {
    left: 0;
  }

  .div-block-65 {
    width: 100%;
  }

  .fs-toc_example {
    flex-direction: column;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .fs-toc_richtext {
    padding: 1.5rem;
  }

  .form_wrapper-2 {
    width: 100%;
  }

  .testimonials_wrapper {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

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

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

  .email-notice {
    font-size: 1.125rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .container-large.is-home-hero {
    height: auto;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

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

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

  .before-after_grid {
    grid-template-columns: 1fr .5fr;
  }

  .capabilities_heading {
    font-size: 2rem;
  }

  .privacy-policy_section {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-paragraph, .footer-paragraphh {
    font-size: 1.125rem;
  }

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

  .lp-paragraph {
    font-size: 1.125rem;
  }

  .cta-footer {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .liquid_wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .h_hero-h1.is-footer {
    font-size: 4rem;
  }

  .caption_heading.bigger {
    font-size: .9rem;
  }

  .caption_heading.m {
    max-width: 25rem;
    line-height: 160%;
  }

  .marquee_list {
    width: 100%;
  }

  .marquee_item {
    width: 49%;
  }

  .mobile-swipe-lottie {
    top: 11.8125rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .websites_list {
    grid-template-columns: 100%;
  }

  .websites_item._5, .websites_item.last {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: .5rem;
  }

  .case-study_img-wrap {
    background-color: #0000;
    border-radius: 0;
    padding: 0%;
  }

  .testimonials-heading {
    font-size: 3rem;
  }

  .testimonials-container {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }

  .splide__slide, .splide__slide.five-cards, .splide__slide.work, .splide__slide.more-work, .splide__slide.more-work {
    width: 100%;
  }

  .m-testimonials_flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .mobile-testimonial-card {
    width: 100%;
  }

  .testimonial_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-info-wrapper {
    padding-left: 2.2rem;
  }

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

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

  .pricing_detail-bullet-left {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial_highlight {
    text-transform: uppercase;
    font-size: .8rem;
  }

  .h_hero-right_star-wrapper {
    margin-top: 1rem;
  }

  .h_hero-star_heading.is-footer {
    font-size: 4rem;
  }

  .h_hero-left_paragraph {
    margin-top: 4.6rem;
  }

  .compairson_container.is-2 {
    width: 100%;
  }

  .comparison_div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .comparison_text.head {
    margin-left: 0;
  }

  .comparison_div_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
  }

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

  .numbers-flex {
    margin-top: 3.4rem;
    padding-left: 1.9rem;
  }

  .work-teaser_section {
    flex-direction: column;
  }

  .work_teaser-div {
    flex: 0 auto;
    width: auto;
  }

  .hiw_section {
    overflow: hidden;
  }

  .hiw_background._1, .hiw_background._3 {
    width: auto;
  }

  .hiw-1-call {
    left: .1rem;
  }

  .hiw-1-top-wrapper {
    left: 30px;
  }

  .capabilities_divider {
    margin-top: .9rem;
    margin-bottom: .9rem;
  }

  .pricing-h2 {
    font-size: 2.7rem;
  }

  .comparison-h2 {
    font-size: 3rem;
  }

  .fa_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .thanks-panel {
    width: auto;
  }

  .thanks-panel_contain {
    width: auto;
    min-width: auto;
    padding-left: 2.35rem;
    padding-right: 2.35rem;
  }

  .div-block-47 {
    padding-left: 1.25rem;
  }

  .final-heading {
    max-width: none;
    font-size: 2.5rem;
    line-height: 130%;
  }

  .final_wrapper {
    padding: 9.6rem 1.3rem;
  }

  .more-work-wrapper {
    align-items: flex-start;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .work_modal-container {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }

  .mobile-flex {
    align-items: flex-start;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq-question-wrapper {
    padding: 1rem 1.25rem;
  }

  .faq6_icon {
    width: 1.75rem;
  }

  .faq_paragraph {
    font-size: 1rem;
  }

  .faq_gird-new {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-asnwer-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h_hero-left_paragraph-div {
    margin-top: 6rem;
    position: static;
  }

  .mobile-divider {
    background-color: #ffffff26;
    width: 100%;
    height: 1px;
    margin-top: 2.6rem;
    margin-bottom: 2.6rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .more-work-heading {
    font-size: 3rem;
  }

  .text-size-h1 {
    font-size: 4em;
  }

  .marquee-text_component {
    font-size: 2vw;
  }

  .home-logos_heading {
    font-size: 16vw;
  }

  .home-logos_right-height {
    padding-top: 71%;
  }

  .marquee-photo_item {
    width: 40vw;
  }

  .more-work_cta-div {
    height: auto;
    padding: 2.325rem;
  }

  .more_work-cta-text {
    margin-bottom: 3.5rem;
  }

  .teaser_div._5 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: .5rem;
  }

  .da-2-grid.contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: stretch;
  }

  .da-heading.contact {
    font-size: 3rem;
  }

  .container-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-3.is--form {
    flex-direction: column;
    height: auto;
    max-height: none;
    padding-top: 6.7em;
    padding-bottom: 4.2em;
  }

  .hero__left.is--alt {
    width: 100%;
    padding: 3.6em 6vw;
  }

  .form-2 {
    width: 100%;
  }

  .section.is--nav {
    font-size: 8px;
  }

  .slider_slide-fill {
    min-height: 100%;
  }

  .m-testimonial_head {
    font-size: 1.5rem;
  }

  .calendly-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-5.is--form {
    flex-direction: column;
    height: auto;
    max-height: none;
    padding-top: 6.7em;
    padding-bottom: 4.2em;
  }

  .nav__logo-img {
    width: 9em;
  }

  .nav__menu {
    display: none;
  }

  .nav__icon {
    margin-left: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.01em;
    font-size: 2.1875rem;
  }

  h2 {
    letter-spacing: 0;
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
    line-height: 130%;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 130%;
  }

  h4 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  p {
    margin-bottom: .9375rem;
    font-size: 1rem;
    line-height: 150%;
  }

  a {
    box-shadow: none;
    text-decoration: none;
  }

  img {
    order: -1;
  }

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

  .mycontain.no-margin {
    padding: .5rem 0;
  }

  .cta-button {
    text-align: center;
    width: 100%;
    font-size: .9375rem;
  }

  .nav-link {
    border-bottom-style: none;
  }

  .navbar-wrapper {
    top: 0;
  }

  .old-section.cta-footer {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .logo-sp {
    filter: contrast(0%) brightness(200%);
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1.5rem;
  }

  .logo-sp.smaller-logo-l {
    width: auto;
    margin-left: 0;
    transform: translate(0);
  }

  .logo-sp.nostyle {
    width: auto;
    padding-right: 3.8125rem;
  }

  .logo-sp.smaller-logo-s {
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 7.9375rem;
  }

  .logo-sp.smaller-logo-m {
    width: auto;
    padding-right: 4.875rem;
  }

  .logo-sp-abc {
    filter: contrast(33%) brightness(200%);
    width: auto;
    padding-left: 0;
    padding-right: 3.125rem;
    display: block;
  }

  .logos-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: stretch start;
    width: 100%;
    max-width: none;
    margin-top: 1.5rem;
    padding: 0;
    display: grid;
    position: relative;
  }

  .accordion-item {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .accordion-item.services {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion-heading {
    font-size: 1.0625rem;
  }

  .accordion-heading.services {
    font-size: 4vw;
  }

  .icon.accordion-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 1.125rem;
    margin-left: 0;
    position: static;
    inset: 17% 8% auto auto;
  }

  .image-27 {
    width: 1.875rem;
    padding: 0;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    padding: 0 .9375rem 0 0;
  }

  .menu-button.w--open {
    background-color: #5146c3;
    margin-right: -.0625rem;
    padding: .625rem;
  }

  .nav-menu-2 {
    text-align: left;
    background-color: #5146c3;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    box-shadow: 11px 11px 2.1875rem #ffffff1f;
  }

  .center-div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-top {
    align-items: flex-start;
  }

  .footer-cta_centered {
    text-align: center;
    font-size: 2rem;
    line-height: 120%;
  }

  .announcement {
    padding: .3125rem;
    font-size: 2.3vw;
    display: none;
  }

  .gradient-left_bottom {
    top: 18.125rem;
    left: -22.5625rem;
  }

  .cta-button-3 {
    width: 100%;
    font-size: .9375rem;
  }

  .section-4 {
    margin-top: 5.5625rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gradient-right_top {
    top: -10.9375rem;
    right: -17.4375rem;
  }

  .testimonial_wrapper {
    margin-top: 1.1875rem;
    padding: 2rem;
  }

  .max-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_logo-img {
    object-fit: scale-down;
    width: 11rem;
    padding-top: 0;
    position: relative;
  }

  .hide {
    display: none;
  }

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

  .question-title {
    flex: 1;
  }

  .h1-div {
    flex: none;
    display: inline;
  }

  .h1-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .cta-wrapper {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }

  .email-capture {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .email-capture-field {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #07070700;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 1rem;
  }

  .email-capture-input {
    text-align: center;
    width: 100%;
    height: 3.75rem;
    margin-bottom: .5rem;
  }

  .email-capture-input::placeholder {
    text-align: center;
    font-size: 1rem;
  }

  .email-notice {
    max-width: none;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .email-capture_text {
    border-radius: 1.25rem;
  }

  .logo-loop-container {
    margin-top: 4.75rem;
  }

  .logo-loop-container.m-top-m {
    margin-top: 1rem;
  }

  .success-message-2 {
    padding: 1.1875rem;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .container-large {
    align-self: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.hiw-1st {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large.is-home-hero {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    font-size: 1rem;
  }

  .button.is-secondary.is-more_work {
    margin-left: auto;
    margin-right: auto;
  }

  .button.is-secondary.m-hide {
    display: none;
  }

  .button.is-secondary.all-work {
    margin-left: auto;
    margin-right: auto;
  }

  .button.is-new-way.no-hover.v2 {
    font-size: 1rem;
  }

  .button._100 {
    display: inline;
  }

  .button._100.m-smaller {
    font-size: .88rem;
  }

  .button.is-old-way.no-hover {
    font-size: 1rem;
  }

  .button.log-in {
    opacity: 0;
    margin-bottom: -.3125rem;
    padding: 0 0 .3125rem;
    position: absolute;
    bottom: 6.03711rem;
  }

  .button.nav {
    padding: .875rem .625rem;
    font-size: .8rem;
    display: block;
    box-shadow: 0 15px 2.1875rem #a0aaff33;
  }

  .button.pricing {
    font-size: 1rem;
  }

  .button.is-nav {
    opacity: 1;
    width: 0;
    height: 0;
    padding: .5875rem .7rem;
    font-size: .8rem;
    display: none;
  }

  .button.is-nav.is-mobile {
    justify-content: center;
    align-items: center;
    padding: .5875rem .3rem;
    font-size: .625rem;
    display: flex;
  }

  .button.hiw {
    margin-top: 1rem;
    margin-right: auto;
    left: 0;
  }

  .button.fa {
    z-index: 8;
  }

  .button.is-footer {
    padding: 1.4rem 1.2rem;
    font-size: 1rem;
  }

  .button.faq {
    display: none;
  }

  .button.m-is-case-study {
    color: var(--white-smoke);
    border-color: #f8f8f845;
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .button.m-is-case-study.is-more_work {
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-rich-text li {
    font-size: 1rem;
  }

  .navbar_container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.3125rem;
  }

  .navbar_wrapper {
    justify-content: space-around;
    align-items: center;
    padding: .375rem 0;
    display: flex;
  }

  .sp-proof_div {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    box-shadow: none;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.2rem;
    display: flex;
  }

  .sp-proof_div.top {
    border-right-width: 0;
  }

  .sp-proof_div.top.left {
    border-top-color: #9990;
    border-bottom-color: #0003;
    border-right-color: #0003;
  }

  .sp-proof_div.top.mobile-3rd {
    border-left-width: 0;
  }

  .sp-proof_heading {
    text-align: center;
    font-size: 1rem;
    line-height: 120%;
    display: none;
  }

  .sp-proof_paragraph {
    margin-top: -.2rem;
    font-size: .8rem;
    font-weight: 500;
  }

  .before-after_section {
    margin-top: 2rem;
  }

  .star-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .before-after_heading {
    text-align: center;
    font-size: 1.8rem;
    line-height: 130%;
  }

  .before-after_grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .before-after_grid.v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .before-after_div {
    padding: 1.8rem;
  }

  .before-after_wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }

  .before-after_paraagraph.v2 {
    font-size: 1rem;
  }

  .beofre-after_heading {
    font-size: 1.4rem;
  }

  .beofre-after_heading.smaller {
    font-size: 1.5rem;
  }

  .portfolio-bg {
    padding: 1.7rem;
  }

  .form-wrapper {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper.footer {
    margin-top: 1rem;
  }

  .container-capa {
    padding-left: 0;
    padding-right: 0;
  }

  .email--cta {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper-4 {
    margin-top: 0;
  }

  .capabilities_heading {
    margin-top: 3.15rem;
    font-size: 1.8rem;
  }

  .subscribe-heading {
    font-size: 2rem;
    line-height: 120%;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .collection-list-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sproof_heading {
    font-size: 1.3rem;
    line-height: 120%;
  }

  .sp-proof_logo {
    width: 3.9rem;
  }

  .sp-proof_logo.bigger {
    width: 7.5rem;
    height: 145%;
  }

  .sp-proof_logo.bigger.spendee {
    height: 208%;
  }

  .sp-proof_logo.bigger.mobot {
    height: 189%;
  }

  .sp-proof_logo.xxl {
    width: 100%;
    height: 3.75rem;
  }

  .sp-proof_logo.telos {
    width: 4.5rem;
    height: 220%;
  }

  .sp-proof_logo.peaq {
    width: 5rem;
    position: relative;
    top: 8px;
  }

  .before-after_div-v2 {
    padding: 1.8rem;
  }

  .email-capture_button_wrapper-v2 {
    width: 100%;
    margin-top: .5rem;
    position: static;
  }

  .d {
    border-radius: 1.25rem;
  }

  .vs-bubble-wrapper {
    background-color: #f0f0f000;
    position: static;
  }

  .vs-text {
    line-height: 100%;
  }

  .price-box {
    padding: 1.3rem;
  }

  .f--question {
    padding-right: 1.75rem;
    font-size: 1.125rem;
  }

  .f--answer {
    margin-top: 0;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 170%;
  }

  .f--head {
    padding-left: 0;
  }

  .faq-heading {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-services_wrapper {
    grid-template-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .capabiltiies-services_heading {
    margin-bottom: 0;
  }

  .faq-services_row {
    margin-top: 1rem;
  }

  .faq-services_row-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sp-proof_logo_wrapper {
    width: 8.8rem;
    height: 1.2rem;
    min-height: 1rem;
    padding: .0625rem;
    display: flex;
  }

  .project {
    border-radius: 0;
  }

  .heading-26 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .benefits-dashboard {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .f--arrow_wrapper {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .sp-proof_category {
    order: -1;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: .81rem;
    display: block;
  }

  .footer-paragraph {
    max-width: none;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }

  .heading-footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: .75rem;
    font-size: 2.2rem;
    line-height: 120%;
    display: block;
  }

  .footer-paragraphh {
    max-width: none;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .div-block-45 {
    flex-direction: column;
    align-items: center;
  }

  .capabilities-details {
    border-right-color: #0000;
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .capabilities-services_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .capabilities-services-paragraph {
    font-size: 1.1rem;
  }

  .capabilities-services_row {
    padding-left: 0;
  }

  .capabilities-services_row.child {
    margin-top: 1.5rem;
    padding-left: 1rem;
  }

  .capabilities-services_row.dropdown {
    margin-bottom: 0;
  }

  .services-services_img {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
  }

  .capabilities-head {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-left: 0;
    position: static;
    top: 2.9375rem;
  }

  .capabilities-head.skew-up {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .capabilites-arrow_wrapper {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    bottom: -24%;
  }

  .lp-heading {
    padding-bottom: .75rem;
    font-size: 2.3rem;
    line-height: 120%;
    display: block;
  }

  .lp-paragraph {
    max-width: none;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .lp-stats_paragraph {
    max-width: none;
    font-size: 1.2rem;
  }

  .lp-stats_h1 {
    margin-top: 1rem;
    font-size: 3rem;
    line-height: 100%;
  }

  .lp-hero {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cursor {
    display: none;
  }

  .sp-proof-div_loop {
    border-style: none;
    border-width: .0625rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    min-height: 100%;
    max-height: none;
    padding: 1.5rem;
    display: flex;
  }

  .cta-footer {
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar_logo {
    padding-left: 0;
  }

  .navbar-right_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu_wrap {
    font-size: 3vw;
  }

  .liquid_wrapper.is-menu {
    padding-bottom: 8%;
  }

  .h_hero-section {
    opacity: 1;
  }

  .h_hero-grid {
    justify-content: flex-start;
    padding-top: 2.1rem;
    padding-bottom: 2rem;
  }

  .h_hero-h1 {
    font-size: 3.1rem;
  }

  .h_hero-h1.is-footer {
    letter-spacing: normal;
    font-size: 8vw;
  }

  .spacer.more-work {
    height: 30.2rem;
    margin-top: -30.2rem;
  }

  .caption_heading.hero {
    margin-bottom: 1.1rem;
    font-size: .625rem;
    line-height: 160%;
  }

  .caption_heading.bigger {
    font-size: .8rem;
  }

  .caption_heading.purple.skew-up.m {
    order: -1;
  }

  .caption_heading.cs_heading {
    letter-spacing: .1em;
    line-height: 150%;
  }

  .caption_heading.website_type_name {
    font-size: .63rem;
  }

  .caption_heading.white.cs {
    display: none;
  }

  .caption_heading.cs {
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding-left: .5rem;
  }

  .caption_heading.container-large.skew-up.m {
    line-height: 200%;
  }

  .caption_heading.m {
    font-size: .63rem;
    line-height: 190%;
  }

  .loader_number {
    font-size: 40vw;
  }

  .marquee_track {
    flex-wrap: wrap;
  }

  .highlight-text {
    margin-top: 3rem;
    font-size: .75rem;
  }

  .highlight-text.smaller {
    font-size: .7rem;
  }

  .logo-loop_gradient.left {
    left: -8.1875rem;
  }

  .logo-loop_gradient.right {
    right: -4.625rem;
  }

  .marquee_list.mobile-hide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .marquee_list.second-hide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .marquee_item {
    width: 49%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .marquee {
    overflow: auto;
  }

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

  .button-2 {
    font-size: 1rem;
  }

  .col_wrapper {
    width: 15rem;
    padding: 1.7rem;
    font-size: 1rem;
  }

  .col_wrapper.competitor {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: .8rem;
  }

  .col_wrapper.feature {
    z-index: 20;
    -webkit-backdrop-filter: saturate(102%) blur(1.25rem);
    backdrop-filter: saturate(102%) blur(1.25rem);
    width: 11.625rem;
    font-size: 1rem;
    position: sticky;
    left: 0;
  }

  .col_wrapper.feature.header-hide {
    width: 11.625rem;
  }

  .col_wrapper.feature.header-hide.no-color {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
  }

  .col_wrapper.revoluton {
    font-size: 1rem;
  }

  .comparison-section {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .c-wrapper {
    grid-column-gap: 0rem;
    width: 71.25rem;
  }

  .c-wrapper.name_wrapper {
    z-index: 3;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    top: 0;
  }

  .mobile-swipe-lottie {
    top: 3.0625rem;
    right: 2.1875rem;
  }

  .c-table {
    background-color: #fff0;
    overflow: hidden;
  }

  .c-table.mobile-spacing {
    border-radius: 0;
    margin-bottom: 2rem;
  }

  .m-overflow_auto {
    position: relative;
  }

  .capabilities-services-paragraph-2 {
    font-size: 1.1rem;
  }

  .button-magnetic {
    font-size: 1rem;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    position: absolute;
  }

  .websites_list {
    height: auto;
  }

  .websites_item._5 {
    height: auto;
    margin-bottom: -.4rem;
    padding: 1.9rem;
  }

  .websites_item._5.first-hide {
    display: none;
  }

  .websites_item.last {
    height: auto;
    min-height: 22rem;
    margin-bottom: -.4rem;
    padding: 1.9rem;
  }

  .websites_item.last.first-hide {
    display: none;
  }

  .websites_link {
    padding-top: 0%;
  }

  .websites_image {
    object-fit: cover;
    object-position: 100% 50%;
    position: static;
  }

  .websites_card {
    height: 100%;
    padding: 0;
    position: static;
  }

  .websites_name-wrap {
    position: static;
  }

  .websites_title {
    font-size: 1.7rem;
  }

  .highlight__detail {
    font-size: 1rem;
  }

  .testimonial-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }

  .grid {
    align-items: stretch;
  }

  .testimonials-heading {
    text-align: center;
    max-width: 18.4rem;
    margin-bottom: 3rem;
    margin-right: auto;
    font-size: 2rem;
    line-height: 140%;
  }

  .testimonials-heading.skew-up {
    text-align: left;
  }

  .splide__track {
    padding-bottom: 0;
  }

  .splide__arrows.is--center {
    margin-top: 2.4375rem;
  }

  .mobile-testimonials.mobile {
    width: 100%;
  }

  .m-testimonials {
    padding-bottom: 0;
  }

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

  .testimonial_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    display: block;
  }

  .testimonial_wrap.cs {
    margin-bottom: 0;
  }

  .info-content {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 180%;
  }

  .testimonial-info-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 2rem;
    padding-left: .7rem;
  }

  .info-position {
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 180%;
  }

  .testimonial_content-swrapper {
    color: #fff;
    height: auto;
    min-height: auto;
    padding: 1.1rem;
  }

  .pricing_section {
    padding-top: 5.3rem;
  }

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

  .pricing_heading {
    font-size: 2rem;
  }

  .pricing_div {
    height: 32.5rem;
    padding: 2rem;
  }

  .pricing_div._2 {
    padding: 1.4rem;
  }

  .pricing-top_div {
    text-align: left;
    align-self: flex-start;
  }

  .badge.fa {
    z-index: 0;
    width: 19.5rem;
    font-size: .9rem;
    display: flex;
    bottom: 1.7rem;
    right: -6.8rem;
  }

  .pricing_detail-bullet-row {
    width: 100%;
  }

  .pricing_detail-bullet-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .tesitmonial_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .testimonial_highlight {
    font-size: .75rem;
    display: none;
  }

  .testimonial_highlight.mobile {
    letter-spacing: .02em;
    display: block;
  }

  .navbar-hamburger-menu-hm12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .hamburger-menu-hm12 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bubbly-nav-menu {
    margin-right: 0;
  }

  .nav_dd-link {
    color: #000;
    background-color: #fff;
  }

  .nav-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 2.4rem;
    margin-left: 0;
    position: relative;
  }

  .heading-wrap {
    height: 4.5rem;
    min-height: auto;
    overflow: hidden;
  }

  .heading {
    font-size: 8vw;
  }

  .h_hero-right_star-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 4rem 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .star.is-footer {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 2px;
  }

  .star.is-hero {
    width: 17px;
    height: 22.5px;
    margin-bottom: 0;
  }

  .emoji_circle {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .emoji_circle.hero {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    position: static;
  }

  .h_hero-star_heading {
    font-size: 3rem;
    line-height: 112%;
  }

  .h_hero-star_heading.is-footer {
    text-align: left;
    letter-spacing: normal;
    font-size: 2.5rem;
    line-height: 120%;
  }

  .h_hero-right_button-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 4.1rem;
  }

  .h_hero-left_paragraph {
    margin-top: auto;
    font-size: 1.125rem;
    line-height: 160%;
  }

  .image-28 {
    width: 100%;
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .comparison_heading {
    font-size: 1.4rem;
  }

  .comparison_div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .comparison_text {
    font-size: 1rem;
  }

  .comparison_text.head {
    margin-top: 1rem;
    margin-bottom: .5rem;
    margin-left: 0;
    font-size: 1.125rem;
    line-height: 130%;
  }

  .comparison_text.secondary {
    font-size: 1rem;
    line-height: 180%;
  }

  .comparison_div_wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .numbers_wrapper {
    padding-top: 6.9rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .numbers-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .number_div {
    margin-top: .1rem;
    margin-bottom: 6.1rem;
  }

  .number_head {
    font-size: 4rem;
  }

  .numbers_sub-head {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .numbers_paragraph {
    font-size: 1rem;
  }

  .work-teaser_section {
    flex-direction: row;
  }

  .work_teaser-div {
    flex: none;
    width: 13rem;
  }

  .hiw_grid._1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
  }

  .hiw_grid._2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hiw_text-wrapper {
    grid-column-gap: 0rem;
    flex-direction: column;
    display: block;
  }

  .hiw_text-wrapper.btn {
    flex-direction: column;
    display: flex;
  }

  .hiw_heading {
    max-width: none;
    margin-top: 0;
    margin-bottom: 1.825rem;
    font-size: 1.5rem;
  }

  .hiw_background._1, .hiw_background._2 {
    width: auto;
  }

  .hiw_background._3 {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .hiw_right {
    height: 29.1rem;
  }

  .hiw_right._2 {
    height: 29rem;
  }

  .hiw-1-call {
    width: 15.6rem;
    padding: 1.8rem;
    inset: auto auto -12% 0%;
  }

  .hiw-1-call_heading {
    font-size: 2rem;
  }

  .hiw-1-call-btn {
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    max-height: none;
  }

  .hiw-2-requests {
    z-index: 3;
    width: 12rem;
    top: 151px;
    left: -5.2px;
  }

  .hiw-2-rd {
    z-index: 0;
    width: 15.4rem;
    left: 129.4px;
  }

  .hiw-active {
    width: 20.2rem;
    left: -5.6px;
  }

  .m-hiw-3-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .hiw-color {
    width: 7rem;
    top: -68.8px;
    left: 72%;
  }

  .hiw-3-remaining {
    width: 12.6rem;
    bottom: -16%;
  }

  .hiw-2-design {
    width: 15rem;
    inset: 0% 0% auto;
  }

  .hiw-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .sections-hide {
    display: none;
  }

  .pricing-h2 {
    font-size: 1.9rem;
  }

  .comparison-h2 {
    margin-bottom: 3.7rem;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    font-size: 1.7rem;
  }

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

  .fa_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fa_left {
    padding: 1.7rem;
  }

  .fa_heading {
    font-size: 2rem;
  }

  .fa_paragraph {
    font-size: 1.2rem;
  }

  .thanks-panel_text {
    font-size: 29em;
    transform: rotate(35deg);
  }

  .thanks-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-element {
    display: block;
    position: static;
  }

  .cs_hero {
    padding-top: 1.2rem;
  }

  .stagger-panel {
    width: 160vw;
  }

  .track {
    flex: 0 auto;
    position: static;
  }

  .thanks-panel_img {
    font-size: 3.3em;
  }

  .thanks-panel_img.is-2 {
    margin-top: 17.4em;
    margin-left: -6.7em;
  }

  .thanks-panel_img.is-3 {
    margin-top: -13.6em;
    margin-left: 15.3em;
  }

  .thanks-panel_img.is-1 {
    margin-top: -30.2em;
    margin-left: -4.2em;
  }

  .track-flex {
    margin-right: 0;
  }

  .thanks-panel_contain {
    width: auto;
    min-width: auto;
    margin-top: 1.5rem;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .thanks-panel_contain.is-2 {
    padding: 3rem 1.9rem 0;
  }

  .section-height, .thanks-panel_wrap {
    height: 100%;
  }

  .heading-27 {
    max-width: 18.8rem;
    margin-left: 0;
    font-size: 2rem;
  }

  .final-heading {
    font-size: 1.6rem;
  }

  .final_wrapper {
    padding: 1.3rem 1.3rem 7.6rem;
  }

  .websites_row._2 {
    height: 100%;
  }

  .websites_row._1 {
    height: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .websites_row.teaser {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: .4rem;
  }

  .website_more-text {
    max-width: 18rem;
    font-size: 3rem;
  }

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

  .portfolio-heading {
    margin-bottom: 2.1rem;
    font-size: .75rem;
    line-height: 150%;
  }

  .emoji_comparison.old {
    display: flex;
  }

  .button-3 {
    font-size: 1rem;
  }

  .more-work-wrapper {
    display: none;
  }

  .work_modal-name-name {
    font-size: 1.125rem;
  }

  .work_modal-name-highlight {
    font-size: .7rem;
  }

  .mobile-flex {
    align-items: flex-start;
  }

  .m-testimonial_text {
    color: #fff;
  }

  .comparison_smile-wrapper {
    width: auto;
    height: auto;
    display: block;
  }

  .footer-bottom-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-copy-icon {
    opacity: 1;
    width: 1rem;
    height: 1rem;
    display: block;
  }

  .faq-question-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_gird-new {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .faq-asnwer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .f--question-2 {
    padding-right: 28px;
    font-size: 1.2rem;
  }

  .button-5 {
    font-size: 1rem;
  }

  .f--arrow_wrapper-2 {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .f--answer-2 {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 170%;
  }

  .faq-heading-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-icon-wrapper {
    width: 2rem;
  }

  .h_hero-left_paragraph-div {
    margin-top: 5rem;
    font-size: 1rem;
    line-height: 160%;
    position: relative;
  }

  .footer_cta-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 4.1rem;
  }

  .mobile-divider {
    display: none;
  }

  .capabilities-divider {
    margin-top: .7rem;
    margin-bottom: .7rem;
  }

  .fa_bottom-wrapper {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column-reverse;
    align-items: flex-start;
    margin-top: 9.5625rem;
  }

  .website-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .website-list.is-work {
    margin-top: -.5rem;
  }

  .website-list.is-work-hide, .website-list.m-2nd-hide, .website-list.m-hide {
    display: none;
  }

  .more-work-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }

  .more-work-heading {
    text-align: center;
    max-width: 18.4rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    line-height: 140%;
  }

  .work-star {
    margin-right: .5rem;
  }

  .home-scroll_content.page-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-scroll_text-item {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .home-scroll_photo {
    border-radius: 0;
    height: 16.2rem;
  }

  .home-logos_heading {
    font-size: 19vw;
  }

  .c_button {
    font-size: 1em;
  }

  .home-logos_right-height {
    padding-top: 85%;
  }

  .home-photos_button-icon.is-2 {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }

  .marquee-photo_item {
    width: 51vw;
  }

  .hiw_number-wrapper {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .div-block-51 {
    width: 100%;
    padding-top: 105%;
    display: none;
    position: absolute;
    inset: 0% 0% auto -95px;
  }

  .more-work_h2 {
    margin-bottom: .4rem;
    font-size: 2rem;
    display: inline;
  }

  .more-work_h2.is-accent {
    display: inline;
  }

  .work_img.evo {
    object-fit: contain;
    object-position: 50% 80%;
  }

  .work_description {
    margin-left: 1.4rem;
    line-height: 170%;
  }

  .more-work_cta-div {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2.025rem;
  }

  .more_work-cta-text {
    margin-bottom: 1.9rem;
    font-size: 1.9rem;
  }

  .more_work_cta-text {
    font-size: 1.25rem;
  }

  .dropdown-toggle-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hamb_lottie {
    width: 2.4rem;
    position: absolute;
    inset: 0%;
  }

  .teaser_div {
    width: 100%;
  }

  .teaser_div._5 {
    height: 267px;
    margin-bottom: 9px;
    padding: 1.9rem;
  }

  .teaser_div._5.first-hide {
    display: none;
  }

  .dropdown-3 {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .work_section_grid {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .work_div-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .container-xl {
    padding-bottom: 1rem;
  }

  .cs_flex-between {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .cs_h2 {
    order: 1;
    font-size: 2rem;
  }

  .spacer-medium.m-small {
    padding-bottom: 2rem;
  }

  .cs_star-bottom {
    width: 20%;
    inset: -1.3rem 0% auto auto;
  }

  .spacer-large, .spacer-xl {
    padding-bottom: 3rem;
  }

  .cs_flex-between-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .cs_paragraph {
    font-size: 1.3rem;
    line-height: 150%;
  }

  .checkmark_wrapper, .checkmark_column {
    grid-row-gap: 1.5rem;
  }

  .checkmark_row {
    font-size: 1.25rem;
  }

  .cs_divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .cs_visual-grid {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: .1rem;
    padding-right: .1rem;
    display: flex;
  }

  .cs_button-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .wc_paragraph {
    color: #ffffffc7;
    margin-left: 0;
    position: relative;
  }

  .website_card-gradient-bottom {
    background-image: linear-gradient(to bottom, #0000, var(--black) 66%);
  }

  .final_sub-head {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .cs_teaser-box {
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem;
    display: flex;
    position: static;
  }

  .cs_teaser-box.reverse {
    width: 100%;
  }

  .container-xl-copy {
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .cs_head {
    font-size: 1.5rem;
  }

  .cs-work_section_grid {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .da-2-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .da-heading, .da-heading.contact {
    font-size: 2rem;
  }

  .da-heading.ty {
    max-width: none;
    font-size: 2rem;
  }

  .da_text-head.v2, .da_paragraph-text.v2 {
    padding-left: 1.8rem;
  }

  .da_input-wrapper {
    margin-top: 3rem;
  }

  .tabs-menu {
    flex-direction: column;
    width: 100%;
  }

  .tabs {
    width: 100%;
  }

  .div-block-57 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .div-block-58 {
    margin-top: 3rem;
    padding: .5rem;
  }

  .form_wrapper.v2 {
    max-width: 100%;
    padding: 0;
  }

  .testimonial_h3 {
    font-size: 1.5rem;
  }

  .testimonial-section-cs {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    position: relative;
  }

  .form_prev {
    width: .63rem;
    margin-top: -44px;
  }

  .form_prev.disabled-prev {
    opacity: .38;
    margin-top: 0;
    top: -30px;
  }

  .container-3.is--form {
    padding-top: 8.1em;
    padding-bottom: 5.7em;
  }

  .form_contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-top: 3rem;
    font-size: 1rem;
    display: flex;
  }

  .hero__left {
    width: 91%;
  }

  .hero__left.is--alt {
    padding: 0 0 1.6rem;
  }

  .question_text {
    font-size: .63rem;
  }

  .c-slider {
    order: 0;
    height: 31rem;
  }

  .slider_slide {
    height: 100%;
    margin-right: 43px;
  }

  .form_question {
    font-size: 1.3rem;
    line-height: 120%;
  }

  .form_question.smalelr {
    font-size: 1rem;
  }

  .form_question.smalelr-copy {
    font-size: 1.3rem;
  }

  .form_question.xs {
    font-size: 1rem;
  }

  .form_progress-box {
    margin-left: 16px;
  }

  .question {
    text-align: center;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 3rem;
  }

  .form_button {
    width: auto;
    padding: 1.1875rem 2.7rem;
    font-size: 1rem;
  }

  .form_progress {
    order: 0;
    width: 95%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-4 {
    bottom: 5px;
  }

  .slider_mask {
    overflow: visible;
  }

  .field {
    font-size: 1rem;
  }

  .field_line {
    bottom: 1px;
  }

  .link_text {
    font-size: .81rem;
  }

  .field_parent {
    font-size: 1rem;
  }

  .link_wrap {
    line-height: 120%;
  }

  .container-4 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .shapes {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: -1vw;
  }

  .link_container {
    padding: 0;
  }

  .link_container._30 {
    width: 47%;
  }

  .link {
    padding: .9rem 1.1rem;
    font-size: 10px;
  }

  .link.radio {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .menu-contact {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .m-testimonial_head {
    font-size: 1.3rem;
  }

  .error-div {
    padding: .8rem;
    font-size: 1rem;
  }

  .field-email {
    font-size: 1rem;
  }

  .link_wrapper.check {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-top: 1rem;
  }

  .check_button {
    padding-left: .25rem;
    padding-right: 1.80126px;
  }

  .ty-p, .ty-p.smaller {
    max-width: none;
  }

  .ty-copy-icon {
    opacity: 1;
    width: 1rem;
    height: 1rem;
    display: block;
  }

  .calendly-wrapper-size {
    align-items: stretch;
    width: 25rem;
    max-width: 100%;
    overflow: hidden;
  }

  .calendly_bg {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

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

  .container-5.is--form {
    align-items: flex-start;
    padding-top: 8.1em;
    padding-bottom: 5.7em;
  }

  .slider_slide-2 {
    height: 100%;
  }

  .form_something-else {
    margin-top: 1rem;
    font-size: 1rem;
    display: none;
  }

  .form_something-else::placeholder {
    font-size: 1rem;
  }

  .fs-toc_example {
    display: block;
  }

  .fs-toc_sidebar {
    display: none;
  }

  .fs-toc_rich-text {
    padding: 0 1.3rem;
  }

  .fs-toc_richtext {
    padding: 0;
  }

  .fs-toc_richtext h3 {
    margin-bottom: 1.825rem;
    line-height: 170%;
  }

  .fs-toc_richtext h2 {
    font-size: 1.6rem;
  }

  .heading-29 {
    font-size: 2.4rem;
  }

  .button-6 {
    font-size: 1rem;
  }

  .button-6._100 {
    display: inline;
  }

  .audit_tab-btn {
    font-size: 1rem;
  }
}

#w-node-d49ed496-819c-27ff-d8e3-6ebe513910fe-bf6c8772, #w-node-_75a9b2b1-f28c-dd3d-9359-a414fc6e9c2c-bf6c8772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7498c4e-eeb0-4f01-7eb6-487fa30c966a-bf6c8772 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1df5621-df85-c461-ba26-f59144a68be0-bf6c8772, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb1f-bf6c8772, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb24-bf6c8772, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb27-bf6c8772, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb2a-bf6c8772, #w-node-e2fbc7c3-074a-0ac6-3d9f-7e6d256be4e2-bf6c8774, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-bf6c8774, #w-node-_6f996b35-24c4-d7b2-c664-c71f86547ce4-bf6c8774, #w-node-_836fa0e0-b577-ac3b-3ea3-6bb85387bd2b-bf6c8774, #w-node-_5d728e64-e462-bf77-1cde-0006d024b2e3-bf6c8774, #w-node-_5d728e64-e462-bf77-1cde-0006d024b2e4-bf6c8774, #w-node-_5d728e64-e462-bf77-1cde-0006d024b2e7-bf6c8774, #w-node-d49ed496-819c-27ff-d8e3-6ebe513910fe-bf6c8799, #w-node-_75a9b2b1-f28c-dd3d-9359-a414fc6e9c2c-bf6c8799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc64ec21-56f2-b8e2-edcb-ca22a21790e9-bf6c8799, #w-node-_064f5d59-7cf5-76f1-5a09-6590fafee314-bf6c8799 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-edeff75d-af88-a4f1-f85e-5f216da6fb1f-bf6c8799, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb24-bf6c8799, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb27-bf6c8799, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb2a-bf6c8799, #w-node-d49ed496-819c-27ff-d8e3-6ebe513910fe-bf6c879a, #w-node-_75a9b2b1-f28c-dd3d-9359-a414fc6e9c2c-bf6c879a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7498c4e-eeb0-4f01-7eb6-487fa30c966a-bf6c879a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1df5621-df85-c461-ba26-f59144a68be0-bf6c879a, #w-node-e1df5621-df85-c461-ba26-f59144a68be1-bf6c879a, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb1f-bf6c879a, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb24-bf6c879a, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb27-bf6c879a, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb2a-bf6c879a, #w-node-d49ed496-819c-27ff-d8e3-6ebe513910fe-bf6c87b2, #w-node-_75a9b2b1-f28c-dd3d-9359-a414fc6e9c2c-bf6c87b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7498c4e-eeb0-4f01-7eb6-487fa30c966a-bf6c87b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1df5621-df85-c461-ba26-f59144a68be0-bf6c87b2, #w-node-e1df5621-df85-c461-ba26-f59144a68be1-bf6c87b2, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb1f-bf6c87b2, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb24-bf6c87b2, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb27-bf6c87b2, #w-node-edeff75d-af88-a4f1-f85e-5f216da6fb2a-bf6c87b2, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-bf6c883a, #w-node-e2fbc7c3-074a-0ac6-3d9f-7e6d256be4e2-bf6c8840, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-bf6c8840, #w-node-e2fbc7c3-074a-0ac6-3d9f-7e6d256be4e2-bf6c8841, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-bf6c8841, #w-node-e2fbc7c3-074a-0ac6-3d9f-7e6d256be4e2-bf6c8842, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-bf6c8842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89a5e-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89a63-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89a68-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89a6d-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89a73-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89a79-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89a7f-bf6c8843 {
  justify-self: start;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89b8c-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89ba5-bf6c8843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89ba8-bf6c8843 {
  justify-self: start;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89baa-bf6c8843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89bad-bf6c8843 {
  justify-self: start;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89c16-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89c20-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89c21-bf6c8843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89c8f-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89c94-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89c99-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89c9e-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89ca3-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89ca8-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cb2-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cb7-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cbc-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cc1-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cc6-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89ccb-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cd0-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cd5-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cda-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cdf-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89ce4-bf6c8843 {
  justify-self: start;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89ce8-bf6c8843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89ce9-bf6c8843 {
  justify-self: start;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89ceb-bf6c8843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89cee-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cf3-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89cf8-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d0d-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d12-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d17-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d1c-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d21-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d26-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d30-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d35-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d3a-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d3f-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d44-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d49-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d4e-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d53-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d58-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d5d-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d62-bf6c8843 {
  justify-self: start;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89d66-bf6c8843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89d67-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d6c-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d71-bf6c8843, #w-node-da38afdf-35a0-3985-3079-6c70d7e89d76-bf6c8843 {
  justify-self: start;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89dfc-bf6c8843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da38afdf-35a0-3985-3079-6c70d7e89e58-bf6c8843 {
  justify-self: start;
}

#w-node-d49ed496-819c-27ff-d8e3-6ebe513910fe-bf6c8845, #w-node-_75a9b2b1-f28c-dd3d-9359-a414fc6e9c2c-bf6c8845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7498c4e-eeb0-4f01-7eb6-487fa30c966a-bf6c8845 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1df5621-df85-c461-ba26-f59144a68be0-bf6c8845, #w-node-e1df5621-df85-c461-ba26-f59144a68be1-bf6c8845, #w-node-_95936255-7cf4-3f61-d098-6f61b130a3d0-bf6c8845, #w-node-_8d304888-ed5f-132b-a7a2-c912c1cef7b9-bf6c8845, #w-node-aeac6ecb-64c4-7f08-5b31-f0400e6924e0-0e6924dd, #w-node-aeac6ecb-64c4-7f08-5b31-f0400e6924e5-0e6924dd, #w-node-aeac6ecb-64c4-7f08-5b31-f0400e6924e8-0e6924dd, #w-node-aeac6ecb-64c4-7f08-5b31-f0400e6924eb-0e6924dd, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-2dcefdbf, #w-node-e2fbc7c3-074a-0ac6-3d9f-7e6d256be4e2-af3db5e7, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-af3db5e7, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-451486dc, #w-node-e1474d00-d12d-ad03-e0c6-3906b1f904ef-8860c1c9, #w-node-b38a57fc-9598-bf0a-e28b-ae5bc3de1c2a-24186c6b, #w-node-_1abd451f-a38c-b313-30de-b7857b6c1ae7-9aa3d12f, #w-node-_1abd451f-a38c-b313-30de-b7857b6c1af8-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9ddab-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9ddaf-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9ddca-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de10-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de1d-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de21-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de25-9aa3d12f, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de29-9aa3d12f, #w-node-f4481913-c052-026e-f03c-0dcde6113cd8-9aa3d12f, #w-node-_20aa1649-504d-9c07-9470-b7f11cb8cceb-9aa3d12f, #w-node-_20aa1649-504d-9c07-9470-b7f11cb8ccfb-9aa3d12f, #w-node-_7003a407-cf8b-6912-d1aa-a5d59b90e1d9-9aa3d12f, #w-node-b67e32a3-903f-b05b-ff55-fae88545e48b-9aa3d12f, #w-node-b67e32a3-903f-b05b-ff55-fae88545e48d-9aa3d12f, #w-node-b67e32a3-903f-b05b-ff55-fae88545e490-9aa3d12f, #w-node-b67e32a3-903f-b05b-ff55-fae88545e493-9aa3d12f, #w-node-b67e32a3-903f-b05b-ff55-fae88545e498-9aa3d12f, #w-node-b67e32a3-903f-b05b-ff55-fae88545e4b9-9aa3d12f, #w-node-_3626c93e-5fec-2d5e-ed41-1e2dfcf47fc0-9aa3d12f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7959db8a-81dd-2496-f6b3-89ad482a9a06-9aa3d12f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9a5c2827-d58e-6671-253f-fcbe979794cf-9aa3d12f, #w-node-_26c9373d-e649-64b1-cc01-5d96b5ecf54b-9aa3d12f, #w-node-_694c34d5-f3b8-ca55-f227-e6f7f57ab001-9aa3d12f, #w-node-_90d34f0b-9705-ea78-2946-482a2469af20-9aa3d12f, #w-node-_6b4d0c77-2fca-f830-57ef-91a656165d1e-9aa3d12f, #w-node-b321e07d-07c2-c9d0-c550-3b6e5a7498f6-9aa3d12f, #w-node-_0f0377ef-e2db-5283-100e-a7743e6d7226-9aa3d12f, #w-node-ea3c3e6c-9b58-d89e-7cae-c54db2e3851e-9aa3d12f, #w-node-f6a55fc5-1226-f36f-5ea9-6a3dc1db03ef-9aa3d12f, #w-node-d6696090-ec17-8b5b-f2c8-530eb01382c7-9aa3d12f, #w-node-f6a55fc5-1226-f36f-5ea9-6a3dc1db03f2-9aa3d12f, #w-node-f6a55fc5-1226-f36f-5ea9-6a3dc1db03f5-9aa3d12f, #w-node-_4262e398-f143-103e-7102-d4b0a8a3cfcf-a8a3cfcc, #w-node-_1abd451f-a38c-b313-30de-b7857b6c1ae7-2b988b01, #w-node-_1abd451f-a38c-b313-30de-b7857b6c1af8-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9ddab-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9ddaf-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9ddca-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de10-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de1d-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de21-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de25-2b988b01, #w-node-a3d5b7d3-1b8b-a56e-ee5a-2a88fab9de29-2b988b01, #w-node-f4481913-c052-026e-f03c-0dcde6113cd8-2b988b01, #w-node-_20aa1649-504d-9c07-9470-b7f11cb8cceb-2b988b01, #w-node-_20aa1649-504d-9c07-9470-b7f11cb8ccfb-2b988b01, #w-node-_7003a407-cf8b-6912-d1aa-a5d59b90e1d9-2b988b01, #w-node-b67e32a3-903f-b05b-ff55-fae88545e48b-2b988b01, #w-node-b67e32a3-903f-b05b-ff55-fae88545e48d-2b988b01, #w-node-b67e32a3-903f-b05b-ff55-fae88545e490-2b988b01, #w-node-b67e32a3-903f-b05b-ff55-fae88545e493-2b988b01, #w-node-b67e32a3-903f-b05b-ff55-fae88545e498-2b988b01, #w-node-b67e32a3-903f-b05b-ff55-fae88545e4b9-2b988b01, #w-node-_3626c93e-5fec-2d5e-ed41-1e2dfcf47fc0-2b988b01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7959db8a-81dd-2496-f6b3-89ad482a9a06-2b988b01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9a5c2827-d58e-6671-253f-fcbe979794cf-2b988b01, #w-node-_26c9373d-e649-64b1-cc01-5d96b5ecf54b-2b988b01, #w-node-_694c34d5-f3b8-ca55-f227-e6f7f57ab001-2b988b01, #w-node-_90d34f0b-9705-ea78-2946-482a2469af20-2b988b01, #w-node-_6b4d0c77-2fca-f830-57ef-91a656165d1e-2b988b01, #w-node-b321e07d-07c2-c9d0-c550-3b6e5a7498f6-2b988b01, #w-node-_0f0377ef-e2db-5283-100e-a7743e6d7226-2b988b01, #w-node-ea3c3e6c-9b58-d89e-7cae-c54db2e3851e-2b988b01, #w-node-f6a55fc5-1226-f36f-5ea9-6a3dc1db03ef-2b988b01, #w-node-d6696090-ec17-8b5b-f2c8-530eb01382c7-2b988b01, #w-node-f6a55fc5-1226-f36f-5ea9-6a3dc1db03f2-2b988b01, #w-node-f6a55fc5-1226-f36f-5ea9-6a3dc1db03f5-2b988b01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7003a407-cf8b-6912-d1aa-a5d59b90e1d9-9aa3d12f, #w-node-_7003a407-cf8b-6912-d1aa-a5d59b90e1d9-2b988b01 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b67e32a3-903f-b05b-ff55-fae88545e493-9aa3d12f, #w-node-b67e32a3-903f-b05b-ff55-fae88545e493-2b988b01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Kamerik';
  src: url('../fonts/Kamerik-105-Cyrillic-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kamerik';
  src: url('../fonts/Kamerik-105-Cyrillic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kamerik';
  src: url('../fonts/Kamerik-105-Cyrillic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorial new 400';
  src: url('../fonts/Editorial-New-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Piwot: hide legacy usequeue chat widget (bubble + window) site-wide */
.sc-launcher,
.sc-chat-window,
.sc-message-list,
.sc-user-input,
.sc-header,
.sc-open-icon,
.sc-closed-icon,
.talk-bubble-right { display: none !important; visibility: hidden !important; pointer-events: none !important; }
