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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --black: black;
  --orange: #fbb348;
  --medium-aquamarine: #3ccf91;
  --royal-blue: #3c5ccf;
  --pale-violet-red: #ff6996;
  --663399: #5032c1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

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

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

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

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff9;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

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

li {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--orange);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.body-content {
  background-color: var(--black);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

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

.container {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.section {
  background-color: #0000;
  padding: 120px 5%;
  display: block;
  position: relative;
}

.section._1 {
  padding-top: 130px;
  padding-bottom: 50px;
  padding-left: 5%;
}

.section._3 {
  padding-top: 150px;
}

.section.overflow {
  overflow: hidden;
}

.section._2 {
  display: block;
}

.section.gray {
  background-color: #111;
  display: block;
  overflow: visible;
}

.section.gray.afgaga, .section.gray.ag {
  display: none;
}

.section.adad {
  aspect-ratio: auto;
  mix-blend-mode: normal;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.section.agag {
  display: none;
}

.text-field {
  color: #fff9;
  background-color: #171717;
  border-style: none;
  border-radius: 6px;
  height: 49px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
}

.text-field::placeholder {
  font-size: 16px;
  font-weight: 600;
}

.text-field.discount {
  height: 42px;
}

.product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-price.in-sidebar {
  color: #fff9;
  font-size: 19px;
  font-weight: 600;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-price.in-sidebar.no-margin.bold {
  font-weight: 600;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.product-title-sidebar._2 {
  font-size: 20px;
  font-weight: 600;
}

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

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: #747474;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #747474;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-label {
  color: #747474;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #ffffff80;
  font-size: 16px;
  font-weight: 600;
}

.paypal-name {
  color: #fff;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

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

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}

.display-1._125 {
  margin-top: -200px;
}

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

.display-2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-20px.make-center {
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.block-header {
  background-color: #0000;
  border-color: #ffffff26;
}

.block-content {
  background-color: var(--black);
  border-bottom-color: #ffffff26;
  border-left-color: #ffffff26;
  border-right-color: #ffffff26;
}

.block-content.discount {
  border-top-color: #ffffff4d;
}

.display-3 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

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

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  font-weight: 700;
}

.yellow-background {
  background-color: #111;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-gray {
  color: #8f8f8f;
}

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

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  background-color: var(--medium-aquamarine);
  color: #fff;
  border-color: #a3a3a340;
  font-weight: 600;
}

.color-block._3 {
  background-color: var(--royal-blue);
}

.color-block._4 {
  background-color: var(--pale-violet-red);
}

.color-block._5 {
  background-color: var(--orange);
}

.body-link {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.white {
  color: #fff;
}

.checkout-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

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

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.button {
  background-color: var(--medium-aquamarine);
  color: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: #222;
}

.button.large {
  padding: 17px 30px;
}

.button.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button.discount {
  height: 42px;
}

.button._2 {
  background-color: #222;
}

.button._2:hover {
  color: var(--black);
  background-color: #fff;
}

.button._3 {
  background-color: var(--royal-blue);
}

.button._4 {
  color: var(--black);
  background-color: #fff;
}

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

.logo-absolute {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.logo {
  width: 100px;
}

.subhead {
  color: #ffffff80;
  margin-bottom: -31px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.subhead._2 {
  max-width: 80%;
}

.subhead._1, .subhead.aa {
  margin-bottom: 0;
}

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

.blog-page-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.button-line {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.go-top {
  z-index: 100;
  color: #fff;
  background-color: #111;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  overflow: hidden;
}

.go-top:hover {
  color: #fff;
  background-color: #222;
}

.go-top.w--current:hover {
  color: #fff;
  background-color: #111;
}

.work-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.legal-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-animation {
  overflow: hidden;
}

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

.navigation-right {
  grid-column-gap: 35px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-right._2 {
  border-bottom: 1px solid #fff3;
  justify-content: center;
  padding-bottom: 30px;
}

.unork-logo {
  width: 90px;
}

.navigation-link {
  z-index: 2;
  color: #fff9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navigation-link.dropdown {
  padding-right: 20px;
}

.navigation-link.dropdown.ddaadad, .navigation-text.aaad, .navigation-text.aaaad, .navigation-text.adadad, .navigation-text.dadad, .navigation-text.awdadd {
  display: none;
}

.navigation-text.adad, .navigation-text.ad {
  display: block;
}

.navigation-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.logo-link {
  border-right: 1px solid #fff3;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-right: 35px;
  display: flex;
}

.logo-link.w--current {
  padding-right: 30px;
}

.navigation-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  display: grid;
}

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

.navigation-grid._3 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sticky-navigation {
  z-index: 120;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000e6;
  padding: 30px 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-left {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-left.make-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 30px;
  display: grid;
}

.text-content {
  height: 20px;
  overflow: hidden;
}

.hero-container {
  flex: 1;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  display: grid;
  overflow: hidden;
}

.max-w-center {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.max-w-center._1 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-content {
  background-color: #171717;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-left {
  flex-direction: column;
  justify-content: space-between;
  max-width: 78%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-circle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

.margin-150px.afafaf, .margin-150px.afaf {
  display: none;
}

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

.margin-50px.flex {
  justify-content: flex-start;
  display: flex;
}

.category-tag {
  color: #fff;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.category-tag:hover {
  opacity: .76;
}

.data-created {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 16px;
}

.gray-link {
  color: #fff9;
}

.success-message {
  background-color: var(--medium-aquamarine);
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

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

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -53px;
}

.card-container {
  text-align: center;
  background-color: #171717;
  border: 1px solid #020a0c;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 0 25px 30px;
  display: flex;
}

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

.feature {
  color: #fff6;
  font-size: 18px;
  font-weight: 500;
}

.pricing-circle {
  border: 1px solid var(--black);
  background-color: var(--royal-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.pricing-type {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.feature-grid {
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.pricing-image {
  filter: invert();
  width: 40px;
  position: relative;
}

.pricing-title {
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

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

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.line-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 15px 0;
}

.components-grid-font {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.font-show {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 80px;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 215px 5% 100px;
  display: flex;
}

.hero._2 {
  padding-top: 220px;
  padding-bottom: 100px;
}

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

.hero.inner {
  padding-top: 260px;
  padding-bottom: 90px;
}

.hero.inner._2 {
  padding-bottom: 130px;
}

.arrow-icon {
  color: #ffffff6e;
  margin-right: 0;
  font-size: 14px;
  top: -5px;
}

.dropdown-list {
  background-color: #111;
  padding: 15px;
}

.dropdown-link {
  color: #ffffffb3;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 600;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #222;
}

.dropdown-link.w--current {
  color: #fff;
}

.grid-2-columns {
  grid-column-gap: 130px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._2 {
  grid-template-columns: 1.5fr 1fr;
  align-content: space-between;
  align-items: center;
}

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

.grid-2-columns._1 {
  grid-column-gap: 90px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.flex {
  margin-top: -80px;
}

.grid-2-columns.flex.inner._3 {
  grid-column-gap: 50px;
  grid-template-columns: 2fr 1.1fr;
}

.make-white {
  color: #ffffffe6;
  display: none;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  opacity: .7;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  display: grid;
}

.logo-image {
  z-index: 2;
  max-width: 65%;
  margin-top: 20px;
  margin-left: 0;
  display: block;
  position: relative;
}

.logo-image.aaaa {
  display: none;
}

.logo-image._12511 {
  max-width: 100%;
  display: block;
}

.paragraph-blue {
  color: var(--royal-blue);
  padding-top: 10px;
  font-size: 17px;
}

.paragraph-blue._2 {
  color: var(--orange);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-blue._2.blue {
  color: var(--royal-blue);
}

.paragraph-blue._2.gray {
  color: #fff6;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrapper._1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-wrapper._2 {
  display: none;
}

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

.photo-line-animation._2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 300px;
}

.photo {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 100%;
}

.photo.ags {
  display: none;
}

.heading-overlay {
  z-index: 2;
  background-color: var(--black);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-100%);
}

.heading-overlay._2 {
  transform: translate(0%, 100%);
}

.social-content {
  grid-column-gap: 20px;
  filter: invert();
  justify-content: flex-end;
  display: flex;
}

.social-content._1 {
  justify-content: center;
}

.social-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 19px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon {
  z-index: 1;
  opacity: .6;
  width: 17px;
  position: relative;
}

.social-icon._2 {
  opacity: 1;
}

.social-icon._2._263, .social-icon._2.afgs, .social-icon.adad, .social-icon.asfaf, .social-icon.asfaf.asf {
  display: none;
}

.search-flex {
  cursor: pointer;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.search-icon {
  filter: invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 22px;
  margin-right: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-text {
  color: #ffffffa3;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.search-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-block {
  color: #111;
  background-color: #222;
  border-radius: 5px;
  align-items: center;
  padding-left: 15px;
  display: flex;
  box-shadow: 0 16px 25px #0000000d;
}

.fixed-search {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.search-button {
  background-color: var(--663399);
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 67px;
  margin-left: 0;
  padding: 16px 45px;
  font-size: 19px;
  font-weight: 600;
  transition: all .3s;
}

.search-button:hover {
  background-color: #111;
}

.remove-button {
  z-index: 20;
  opacity: .68;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/remove.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.search-content {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.search-overlay {
  position: absolute;
  inset: 0%;
}

.search-input {
  float: left;
  opacity: .8;
  filter: invert();
  color: #111;
  background-color: #0000;
  background-image: url('../images/search-outline.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}

.search-input:focus {
  border-bottom-color: #fff;
}

.search-input::placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.type-text {
  color: #ffffff80;
  font-size: 18px;
}

.hero-icon {
  width: 350px;
}

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

.top-text {
  background-color: var(--pale-violet-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 40px;
  flex: none;
  margin-bottom: 20px;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 700;
  display: none;
}

.top-text._2 {
  background-color: var(--royal-blue);
}

.top-text._4 {
  margin-bottom: 0;
}

.cookies-modal {
  z-index: 999;
  background-color: #171717;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding: 25px 30px 25px 22px;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
  overflow: visible;
  box-shadow: 0 15px 25px #0000000d;
}

.cookies-parahraph {
  color: #fffc;
  max-width: 320px;
  margin-bottom: 18px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.close-button {
  z-index: 2;
  cursor: pointer;
  background-color: #414147;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  display: flex;
  position: absolute;
  inset: -15px -15px auto auto;
}

.line {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.line.first {
  transform: rotate(45deg);
}

.line.second {
  transform: rotate(-45deg);
}

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

.block-gray {
  background-color: #111;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 35px 30px;
  display: flex;
}

.service-circle {
  background-color: var(--663399);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  padding-bottom: 3px;
  display: flex;
}

.service-circle._2 {
  background-color: var(--orange);
}

.service-circle._3 {
  background-color: var(--medium-aquamarine);
}

.ipad {
  float: right;
  width: 800px;
  max-width: none;
}

.cta-big {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.u-letter {
  z-index: 1;
  color: #ffffff1a;
  font-size: 600px;
  font-weight: 600;
  line-height: .9;
  position: absolute;
}

.cta-wrapper {
  z-index: 5;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

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

.work-grid._2 {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.work-photo {
  object-fit: cover;
  width: 60%;
  max-width: 60%;
  height: 100%;
  margin-bottom: 10px;
}

.portfolio-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
}

.portfolio-title.adad {
  padding-left: 100px;
}

.work-link {
  color: #fff;
  text-decoration: none;
}

.statistics-grid {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.statistics-block {
  background-color: var(--royal-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 51px 30px 51px 26px;
  display: flex;
}

.statistics-block._2 {
  background-color: var(--orange);
}

.statistics-block._3 {
  background-color: var(--medium-aquamarine);
}

.statistics-block._4 {
  background-color: var(--pale-violet-red);
}

.statistic-number {
  border-bottom-color: #ffffff4d;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.paragraph-white {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.form {
  max-width: 85%;
  position: relative;
}

.form._2 {
  max-width: 100%;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.form-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.button-subscribe {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-subscribe:hover {
  color: #fff;
  background-color: #1c4a36;
  background-image: none;
}

.button-subscribe.subscribe {
  border-radius: 50px;
  padding: 20px 38px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  inset: 10px 12px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: #212121;
}

.checkbox-email {
  background-color: #171717;
  border-style: none;
  border-color: #fff;
  border-radius: 3px;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -10px;
}

.checkbox-email.w--redirected-checked {
  background-color: #171717;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.form-input {
  color: #fffc;
  background-color: #171717;
  border: 1px solid #0000;
  border-radius: 50px;
  min-height: 80px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
}

.form-input::placeholder {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 500;
}

.white-link {
  color: #fff;
  display: inline-block;
}

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

.other-font {
  font-weight: 500;
}

.max-w-width {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-100px.asfasf {
  display: none;
}

.cookies-font {
  margin-bottom: 0;
  font-size: 15px;
}

.cookies-font.check {
  color: #ffffff80;
  margin-bottom: 1px;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.checkbox-label-2 {
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.paragraph-small {
  color: #ffffff80;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.customers-block {
  background-color: #171717;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px 30px;
  display: flex;
}

.customers-quote {
  color: #fffc;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.customers-quote.adadad {
  padding-bottom: 70px;
}

.customers-quote.adawdadad, .customers-quote._1511 {
  padding-bottom: 120px;
}

.fixed-height {
  height: 70px;
  margin-bottom: 15px;
}

.integration-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}

.integration-text.adad {
  margin-top: 10px;
  padding-top: 0;
}

.integration-text.aswfaa {
  margin-top: 10px;
}

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

.verified-photo._2 {
  background-image: url('../images/user-1.jpeg');
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.verified-photo._2.user-2 {
  background-image: url('../images/user-5.jpeg');
}

.verified-photo._2.user-5 {
  background-image: url('../images/user-2.jpeg');
}

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

.grid-client._2 {
  grid-column-gap: 30px;
  max-width: 90%;
}

.testimonials-flex {
  align-items: center;
  margin-top: -80px;
  margin-bottom: -20px;
  display: flex;
}

.testimonials-flex.adadad {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -10px;
  display: flex;
}

.form-main {
  flex-direction: column;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-contact {
  color: #fff;
  text-align: left;
  background-color: #222;
  border: 1px #000;
  border-radius: 4px;
  height: 50px;
  margin-top: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact::placeholder {
  color: #ffffff80;
}

.text-field-contact.big {
  height: 140px;
  margin-top: 10px;
  padding-top: 14px;
  padding-left: 14px;
}

.field-wrapper {
  width: 100%;
}

.field-sub-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

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

.blog-image {
  width: 100%;
}

.heading-overlay-2 {
  z-index: 2;
  background-color: var(--black);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-100%);
}

.heading-overlay-2._2 {
  transform: translate(0%, 100%);
}

.button-with-line {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.blog-content {
  background-color: #171717;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.blog-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.blog-title:hover {
  opacity: .6;
}

.blog-title._2 {
  font-size: 50px;
}

.flex-data {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.button-flex {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-no-margin {
  margin-bottom: 0;
  line-height: 1.3px;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer {
  padding: 60px 5% 30px;
}

.navigation-flex {
  grid-column-gap: 15px;
  display: flex;
}

.right-footer-flex {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.team-content {
  background-color: #212121;
  border-radius: 15px;
  padding: 35px 40px;
}

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

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

.team-photo._1 {
  background-image: url('../images/team-1.jpeg');
}

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

.blog-post-hero {
  padding-top: 100px;
}

.project-wrapper {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  margin-top: 0;
}

.image-2, .image-3 {
  max-width: 23%;
  margin-right: 10px;
}

.image-3.adada {
  max-width: 26%;
}

.image-4 {
  max-width: 24%;
  margin-right: 10px;
}

.link {
  color: #fff;
  margin-left: -15px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3px;
  text-decoration: none;
  display: none;
}

.link.adaad {
  display: block;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.asdfv {
  display: none;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

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

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

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

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .display-1 {
    font-size: 70px;
  }

  .display-2 {
    font-size: 56px;
  }

  .margin-20px.make-center {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .display-3 {
    font-size: 40px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .blog-wrapper-link {
    max-width: 90%;
  }

  .legal-wrapper {
    width: 100%;
  }

  .nav-flex {
    grid-row-gap: 0px;
    background-color: #111;
    flex-direction: column;
    padding: 25px;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-link.dropdown {
    padding-right: 0;
  }

  .navigation-link._1 {
    width: auto;
  }

  .navigation-line {
    background-color: #ffffff26;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navigation-line._1 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .logo-link {
    border-right-style: none;
    height: auto;
  }

  .logo-link._2 {
    border-right-style: solid;
    height: 60px;
  }

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

  .sticky-navigation {
    padding: 20px 2%;
  }

  .navigation-left {
    align-items: center;
  }

  .hero-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-grid.auto.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .max-w-center._1 {
    max-width: 90%;
  }

  .hero-photo {
    min-height: 600px;
  }

  .hero-content {
    background-color: var(--black);
    padding-top: 70px;
  }

  .hero-left {
    max-width: 90%;
  }

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

  .pricing-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

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

  .hero {
    padding-top: 135px;
  }

  .hero._2 {
    padding-top: 160px;
  }

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

  .hero.inner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero.inner._2 {
    padding-bottom: 75px;
  }

  .arrow-icon {
    margin-right: 0;
    top: -31px;
    right: 10px;
  }

  .dropdown-list.w--open {
    background-color: #181818;
    position: relative;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    background-color: #0000;
    padding: 10px 15px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .grid-2-columns._2 {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .grid-2-columns._3 {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .grid-2-columns._1 {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .grid-2-columns.flex {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-2-columns.flex.reverse {
    flex-direction: column;
  }

  .grid-2-columns.flex.inner {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .photo-line-animation._2 {
    height: 240px;
  }

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

  .ipad {
    width: 100%;
  }

  .cta-big {
    max-width: 90%;
  }

  .u-letter {
    font-size: 500px;
  }

  .work-grid._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .statistics-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .max-w-width {
    max-width: 85%;
  }

  .cookies-font {
    flex: 1;
  }

  .customers-block {
    padding-right: 20px;
  }

  .grid-client._2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .form-main {
    max-width: 100%;
  }

  .blog-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-title {
    font-size: 23px;
  }

  .paragraph-no-margin {
    font-size: 17px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1.4fr 1fr;
    max-width: 100%;
  }

  .navigation-flex {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    max-width: 95%;
  }
}

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

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

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 55px;
  }

  .display-2 {
    font-size: 46px;
    line-height: 1.1;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .blog-link {
    max-width: 90%;
  }

  .blog-wrapper-link {
    max-width: 100%;
  }

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

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

  .hero-photo {
    min-height: 500px;
  }

  .hero-content {
    padding-top: 50px;
  }

  .hero-left {
    margin-top: 30px;
    padding-bottom: 30px;
  }

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

  .card-container {
    min-width: auto;
  }

  .hero {
    padding-top: 120px;
  }

  .hero.inner {
    padding-bottom: 40px;
  }

  .photo-line-animation._2 {
    height: auto;
  }

  .social-content._2.for-footer {
    justify-content: flex-start;
  }

  .search-icon {
    flex: none;
  }

  .search-content {
    max-width: 400px;
  }

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

  .cta-big {
    max-width: 95%;
  }

  .u-letter {
    font-size: 400px;
  }

  .cta-wrapper {
    font-size: 38px;
  }

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

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

  .statistics-grid {
    width: 100%;
  }

  .grid-client._2 {
    grid-template-columns: 1fr;
    max-width: 95%;
  }

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

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

  .footer {
    padding-top: 40px;
  }

  .right-footer-flex {
    align-items: flex-start;
  }

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

@media screen and (max-width: 479px) {
  .container {
    padding-top: 70px;
  }

  .section.overflow {
    padding-bottom: 90px;
  }

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

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 37px;
  }

  .display-1._125.dd {
    margin-top: -100px;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    margin-top: 15px;
    font-size: 35px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

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

  .button.hide {
    display: none;
  }

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

  .nav-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-right._2 {
    border-bottom-style: none;
    order: -1;
    padding-bottom: 0;
  }

  .unork-logo {
    width: 80px;
  }

  .logo-link, .logo-link.w--current {
    justify-content: flex-start;
  }

  .logo-link._2 {
    border-right-style: none;
    order: -1;
    height: auto;
  }

  .navigation-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1.5fr;
  }

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

  .navigation-grid._3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .sticky-navigation {
    padding: 14px 4%;
  }

  .navigation-left {
    grid-column-gap: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .navigation-left.make-grid {
    order: 1;
    margin-top: 0;
  }

  .hero-photo {
    min-height: 350px;
  }

  .hero-content {
    padding-top: 30px;
  }

  .hero-left {
    max-width: 90%;
    padding-bottom: 10px;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .toggle-header {
    line-height: 24px;
  }

  .toogle-icon {
    flex: none;
  }

  .toggle-space {
    padding-right: 0;
  }

  .hero {
    padding-bottom: 40px;
  }

  .hero._2 {
    padding-top: 110px;
    padding-bottom: 46px;
  }

  .hero._3, .hero.inner {
    padding-top: 100px;
  }

  .hero.inner._2 {
    padding-bottom: 45px;
  }

  .menu-button {
    padding-right: 0;
  }

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

  .photo {
    padding-bottom: 0;
  }

  .social-content {
    display: none;
  }

  .social-content._1 {
    display: flex;
  }

  .search-block {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    padding: 0;
  }

  .search-button {
    border-radius: 5px;
    width: 100%;
  }

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

  .search-content {
    width: 95%;
  }

  .search-input {
    background-color: #f5f5f7;
    background-position: 5%;
    border-radius: 5px;
    height: 65px;
    margin-bottom: 5px;
    padding-left: 55px;
    font-size: 18px;
  }

  .cookies-modal {
    display: none;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

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

  .form {
    max-width: 100%;
  }

  .checkbox-field {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .button-subscribe.subscribe {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    right: 0;
  }

  .checkbox-email {
    flex: none;
    width: 20px;
    height: 20px;
    margin-left: -16px;
  }

  .form-input {
    min-height: 60px;
  }

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

  .field-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .field-sub-wrapper {
    flex-direction: column;
  }

  .blog-title {
    font-size: 26px;
  }

  .blog-title._2 {
    font-size: 30px;
  }

  .button-flex {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .footer {
    padding-top: 40px;
  }

  .navigation-flex {
    flex-wrap: wrap;
  }

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

  .blog-post-hero {
    padding-top: 71px;
  }

  .link.adada {
    color: #000;
    display: block;
  }

  .link.adaad.faffa {
    display: none;
  }
}

#w-node-_17712dda-63b6-672c-e746-16fbb889a3f9-9664d386, #w-node-_283158f1-5c70-4e0f-f11b-1b4619e0e09d-9664d386, #w-node-_957dcdff-d3d6-13cf-2c87-3ea384be679b-9664d386, #w-node-_97153e2d-323a-fd61-f0f8-cf82e9325916-9664d386, #w-node-cd1bf785-79a6-aa28-8971-b9de079269e3-9664d386, #w-node-_8e0dbdaf-1286-e29b-13c5-5cee83ea509a-9664d386, #w-node-_90d1b91f-dfee-15ea-5e22-71a1409e5d4e-9664d386, #w-node-_48832b8d-6c2b-5482-530e-51156195581d-9664d386, #w-node-_48832b8d-6c2b-5482-530e-511561955823-9664d386, #w-node-_48832b8d-6c2b-5482-530e-51156195582a-9664d386, #w-node-_48832b8d-6c2b-5482-530e-511561955830-9664d386 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c79daa3-10a5-fa2a-33af-e8ce6c8611b2-9664d386 {
  align-self: center;
}

#w-node-_47934301-1317-c7ab-4a48-a567947c23bb-9664d386, #w-node-_813c6167-4ca4-b8af-d6be-e115957305fb-9664d386 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_046e69c0-9f5f-aaae-8351-c20efcd73c09-fcd73bdb {
  justify-self: end;
}

#w-node-_046e69c0-9f5f-aaae-8351-c20efcd73c27-fcd73bdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3bde2b1-67a6-c3be-6013-425a8d76052f-8d76052d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3bde2b1-67a6-c3be-6013-425a8d76056b-8d76052d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_198abea8-5cee-e6ad-1871-e401f8a64b08-7864d3c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_198abea8-5cee-e6ad-1871-e401f8a64b0b-7864d3c3 {
  justify-self: end;
}

#w-node-_4a386e79-66b1-47f1-baaf-2df6bca87781-7864d3c3, #w-node-_50dd6509-e16d-89cc-3e0e-6b963545a4c5-7864d3c3, #w-node-_198abea8-5cee-e6ad-1871-e401f8a64b26-7864d3c3, #w-node-_198abea8-5cee-e6ad-1871-e401f8a64b2e-7864d3c3, #w-node-_198abea8-5cee-e6ad-1871-e401f8a64b36-7864d3c3, #w-node-_46ec6881-e09d-7a1e-14e4-2afaa9ac855c-7864d3c3, #w-node-_46ec6881-e09d-7a1e-14e4-2afaa9ac856f-7864d3c3, #w-node-_46ec6881-e09d-7a1e-14e4-2afaa9ac8582-7864d3c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_198abea8-5cee-e6ad-1871-e401f8a64b9a-7864d3c3 {
  align-self: center;
}

#w-node-_198abea8-5cee-e6ad-1871-e401f8a64c04-7864d3c3, #w-node-_198abea8-5cee-e6ad-1871-e401f8a64c12-7864d3c3, #w-node-db642a87-f9d2-f14f-559d-9225f7c20e0d-5e64d3ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db642a87-f9d2-f14f-559d-9225f7c20e10-5e64d3ed {
  justify-self: end;
}

#w-node-e2509d76-e582-15ed-c360-cd29b2cc0597-5e64d3ed, #w-node-e2509d76-e582-15ed-c360-cd29b2cc05a5-5e64d3ed, #w-node-_8266f7b4-d55c-9e03-b4bc-e2846f0d4d2d-1364d3f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8266f7b4-d55c-9e03-b4bc-e2846f0d4d30-1364d3f1 {
  justify-self: end;
}

#w-node-_439a54e1-dea2-5724-091d-071d19a341cd-e764d3f2, #w-node-_439a54e1-dea2-5724-091d-071d19a341cb-e764d3f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eb603c1-62a9-308e-baf0-84fe2ce6b6ec-2ce6b6ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1eb603c1-62a9-308e-baf0-84fe2ce6b6f2-2ce6b6ea {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_05d50399-2673-d093-6f14-756c5289b8ec-be64d3f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05d50399-2673-d093-6f14-756c5289b8ef-be64d3f3 {
  justify-self: end;
}

#w-node-_58db0bd6-b89c-fc38-bc52-3684e6aad8f5-3864d3f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58db0bd6-b89c-fc38-bc52-3684e6aad8f8-3864d3f4 {
  justify-self: end;
}

#w-node-f1279f1b-9ed3-7710-63cd-628d15c8530f-bc64d3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1279f1b-9ed3-7710-63cd-628d15c85312-bc64d3f5 {
  justify-self: end;
}

#w-node-d8bc3ba4-f733-d170-2d88-31ce917b19ed-bc64d3f5, #w-node-d8bc3ba4-f733-d170-2d88-31ce917b19f9-bc64d3f5, #w-node-_6b7155c8-9c19-39f0-8953-4dd1ecb62b3c-8464d41c, #w-node-_6b7155c8-9c19-39f0-8953-4dd1ecb62b3d-8464d41c, #w-node-_6b7155c8-9c19-39f0-8953-4dd1ecb62b42-8464d41c, #w-node-_957dcdff-d3d6-13cf-2c87-3ea384be679b-8464d41c, #w-node-_97153e2d-323a-fd61-f0f8-cf82e9325916-8464d41c, #w-node-cd1bf785-79a6-aa28-8971-b9de079269e3-8464d41c, #w-node-_8e0dbdaf-1286-e29b-13c5-5cee83ea509a-8464d41c, #w-node-_90d1b91f-dfee-15ea-5e22-71a1409e5d4e-8464d41c, #w-node-_48832b8d-6c2b-5482-530e-51156195581d-8464d41c, #w-node-_48832b8d-6c2b-5482-530e-511561955823-8464d41c, #w-node-_48832b8d-6c2b-5482-530e-51156195582a-8464d41c, #w-node-_48832b8d-6c2b-5482-530e-511561955830-8464d41c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c79daa3-10a5-fa2a-33af-e8ce6c8611b2-8464d41c {
  align-self: center;
}

#w-node-_47934301-1317-c7ab-4a48-a567947c23bb-8464d41c, #w-node-_813c6167-4ca4-b8af-d6be-e115957305fb-8464d41c, #w-node-bfc9f2af-3104-a9c5-6e9c-9e78e05f2729-8164d423, #w-node-bfc9f2af-3104-a9c5-6e9c-9e78e05f272e-8164d423, #w-node-_957dcdff-d3d6-13cf-2c87-3ea384be679b-8164d423, #w-node-_97153e2d-323a-fd61-f0f8-cf82e9325916-8164d423, #w-node-cd1bf785-79a6-aa28-8971-b9de079269e3-8164d423, #w-node-_8e0dbdaf-1286-e29b-13c5-5cee83ea509a-8164d423, #w-node-_90d1b91f-dfee-15ea-5e22-71a1409e5d4e-8164d423, #w-node-_48832b8d-6c2b-5482-530e-51156195581d-8164d423, #w-node-_48832b8d-6c2b-5482-530e-511561955823-8164d423, #w-node-_48832b8d-6c2b-5482-530e-51156195582a-8164d423, #w-node-_48832b8d-6c2b-5482-530e-511561955830-8164d423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c79daa3-10a5-fa2a-33af-e8ce6c8611b2-8164d423 {
  align-self: center;
}

#w-node-_47934301-1317-c7ab-4a48-a567947c23bb-8164d423, #w-node-_813c6167-4ca4-b8af-d6be-e115957305fb-8164d423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d21d3659-5e95-be79-5c2c-30f2985d3d0e-985d3d0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d21d3659-5e95-be79-5c2c-30f2985d3d13-985d3d0c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d21d3659-5e95-be79-5c2c-30f2985d3d53-985d3d0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56dd6b78-bcac-aa3f-7934-e617b015b8a2-d064d42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56dd6b78-bcac-aa3f-7934-e617b015b8a5-d064d42b {
  justify-self: end;
}

#w-node-_0bb5d781-efd2-6d48-3fdc-dfc4eb8c9529-f164d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb5d781-efd2-6d48-3fdc-dfc4eb8c952c-f164d453 {
  justify-self: end;
}

#w-node-acc6656f-20a3-a3a7-f41a-cad04c29e839-0464d487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc6656f-20a3-a3a7-f41a-cad04c29e83c-0464d487 {
  justify-self: end;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-0564d492 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_046e69c0-9f5f-aaae-8351-c20efcd73bde-fcd73bdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_046e69c0-9f5f-aaae-8351-c20efcd73c09-fcd73bdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d21d3659-5e95-be79-5c2c-30f2985d3d51-985d3d0c {
    order: 9999;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}