:root {
  --dodger-blue: #3a86ff;
  --black: black;
  --white: white;
  --azure: #eefeff;
  --border-color: #dcedee;
  --midnight-blue: #071731;
  --yellow-green: #80b918;
  --sea-green: #007f5f;
  --light-cyan: #e0fbfc;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.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 rgba(0, 0, 0, .25);
}

.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 {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-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;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  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-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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

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

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #414147;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: #111;
  text-decoration: underline;
}

ul {
  color: #42dc2a;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 600;
}

li {
  color: #919196;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

blockquote {
  border-left: 2px solid var(--dodger-blue);
  color: var(--black);
  text-align: left;
  width: 100%;
  padding: 0 20px 0 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

figure {
  color: #7b88a8;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
}

.top-margin {
  margin-top: 20px;
}
.top-margin textarea{
	width: 100%;
    padding: 20px;
}
.top-margin textarea::placeholder{
	color: #313137;
}
.top-margin._15px {
  margin-top: 15px;
}

.top-margin.more {
  margin-top: 40px;
  margin-bottom: 250px;
}

.top-margin.more.cta-what-we-do {
  justify-content: flex-end;
  display: flex;
}

.top-margin.for-footer {
  margin-top: 70px;
}

.top-margin.cta-what-we-do {
  text-align: center;
  margin-top: 40px;
}

.utility-page-wrap {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  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: 350px;
  display: flex;
}

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.container.fold-margin {
  margin-top: 250px;
  margin-bottom: 250px;
  padding-bottom: 0;
}

.container.fold-margin.fold-margin2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.brand {
  order: -1;
  align-items: stretch;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  display: flex;
}

.brand.absolute-logo {
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.section {
  background-color: var(--white);
  padding: 100px 5%;
  position: relative;
}

.section.blue {
  background-color: var(--dodger-blue);
}

.section.add-bottom {
  padding-bottom: 260px;
}

.section.with-line {
  border-bottom: 1px solid #e1e1e1;
}

.section.background-color {
  background-color: #ecf3fd;
}

.text-field {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 50px;
  padding-left: 20px;
  font-weight: 700;
  width: 100%;
}

.text-field::placeholder {
  color: #313137;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field.discount {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 44px;
}

.text-field.area {
  height: auto;
  padding-bottom: 100px;
}

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

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

.paypal {
  border-radius: 5px;
  margin-bottom: 4px;
}

.error-state {
  color: #fff;
  text-align: center;
  background-color: #ff5b5b;
  font-size: 13px;
}

.field-label {
  color: #212127;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.reqiured {
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.checkbox-label {
  font-size: 15px;
  font-weight: 600;
}

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

.second-checkout {
  top: 100px;
}

.quantity-number {
  margin-top: 5px;
  font-weight: 600;
}

.block-content {
  padding-bottom: 12px;
}

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

.paypal-name {
  margin-bottom: 2px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.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;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.radio-button {
  border: 2px solid var(--dodger-blue);
  margin-top: 0;
  display: block;
}

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

.image-small-product {
  border-radius: 2px;
  width: 80px;
  margin-right: 5px;
}

.navlink {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.price-sidebar {
  color: #111;
  margin-top: 4px;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.price-sidebar._0-top {
  margin-top: 0;
}

.price-sidebar.bold {
  color: #000;
  font-weight: 700;
}

.price-sidebar.biger-bold {
  border: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  margin-top: 0;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
}

.circle-list {
  background-image: url('../images/icons8-checkmark-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.paragraph-no-margin {
  margin-bottom: 0;
  font-style: normal;
}

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

.button-1 {
  color: var(--dodger-blue);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.button-1:hover {
  opacity: .66;
}

.smooth-loading {
  z-index: 9999;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies-modal {
  z-index: 999;
  background-color: #111;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px 8px 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.cookies-parahraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.link {
  color: #fff;
}

.link:hover {
  text-decoration: none;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

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

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

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

._70 {
  width: 70%;
}

._70.center {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  z-index: 2;
  text-align: center;
  position: relative;
}

.align-center.flex-ceo {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
}

.list {
  color: #597463;
  padding-left: 16px;
  list-style-type: square;
}

.list.number {
  list-style-type: decimal;
}

.list-second-item {
  margin-bottom: 5px;
}

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

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.caption {
  color: #434b61;
  margin-top: 10px;
  font-weight: 700;
}

.list-item-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.paragraph-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-page.double {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 700px;
  margin-top: 150px;
  display: flex;
  position: relative;
}

.top-margin-2 {
  margin-top: 30px;
}
.top-margin-2 input[type="submit"]{
	background: transparent;
    border: 2px solid #0080ff;
    padding: 20px 40px;
    color: #0080ff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.wpcf7-spinner {
    position: absolute !important;
    top: 80px !important;
}
.top-margin-2 input[type="submit"]:hover{
	background: #0080ff;
    color: #ffffff;
}

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

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

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

._70-paragraph {
  width: 70%;
}

.menu-content {
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-item-text {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.navigation-link-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.line-3 {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
}

.logo-blue {
  width: 120px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0);
}

.block-divider {
  float: left;
  background-color: #000;
  flex: 1;
  height: 100%;
  margin-top: auto;
}

.block-divider-4 {
  background-color: #000;
  flex: 1;
  height: 100%;
}

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

.hamburger-wrapper {
  cursor: pointer;
  flex-direction: column;
  flex: 0 auto;
  width: 30px;
  height: 19px;
  margin-right: 0;
  display: flex;
  transform: rotate(0);
}

.block-divider-3 {
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  display: flex;
  overflow: hidden;
}

.logo-white {
  width: 120px;
}

.navigation-wrapper {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-wrapper {
  float: right;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 70%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.line-5 {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 16px;
}

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

.social-icon-white.mini-ico {
  width: 14px;
  margin-left: 5px;
}

.nav-text {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.close-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.line-1 {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-wrapper {
  float: left;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.tex-nav-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.line-6 {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 50%;
}

.line-2 {
  background-color: #000;
  align-self: flex-end;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
}

.social-icon-wrapper {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.social-icon-wrapper:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.nav-link-block {
  flex: 0 auto;
  margin-bottom: 9px;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-link-block.d-none, .nav-link-block.d-none.w--current {
  display: none;
}

.menu-text {
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.line-4 {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
}

.icons-wrapper {
  display: flex;
}

.menu-block {
  margin-top: -1px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.block-divider-2 {
  background-color: #000;
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.navigation-line {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 1px;
}

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

.button-line-absolute {
  z-index: 1;
  background-color: var(--dodger-blue);
  width: 100%;
  height: 2px;
  position: absolute;
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, .85);
}

.subtotal {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
}

.remove-button {
  color: var(--dodger-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.cart-line-item {
  justify-content: space-between;
}

.cart-container {
  box-shadow: none;
}

.cart-quantity {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  display: flex;
}

.icon {
  width: 50px;
  display: inline-block;
}

.icon.expert-icon {
  text-align: left;
  align-self: center;
  width: 80px;
}

.icon.expert-icon.app-integ {
  width: 100px;
  padding-top: 16px;
}

.icon.expert-icon.icon-ba {
  padding-top: 0;
  padding-bottom: 0;
}

.icon.expert-icon.icon-dc {
  padding-top: 11px;
}

.icon.expert-icon.app-d {
  padding-top: 13px;
}

.cart-header {
  height: 70px;
}

.product-sidebar-title {
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
}

.button-line {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 2px;
  margin-top: 3px;
  position: relative;
}

.button {
  color: #0080ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0080ff;
  border-radius: 5px;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
}

.button.white {
  color: #fff;
  border-color: #fff;
}

.button.white:hover {
  border-color: var(--dodger-blue);
}

.cart {
  border-left: 1px solid #dbdbdb;
  flex: none;
  order: 1;
  margin-left: 20px;
}

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

.rounded-image {
  width: 70px;
}

.cart-item {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  padding: 0;
}

.cart-footer {
  border-top-style: none;
}

.cart-quantity-pop {
  border-width: 2px;
  border-color: var(--dodger-blue);
  color: var(--dodger-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.cart-text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.baner-title {
  color: #172b4d;
  text-transform: uppercase;
  margin-top: 250px;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.scroll-down {
  background-color: #fff;
  align-items: center;
  min-width: 52%;
  min-height: 100px;
  padding-left: 5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.inside-photo {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.lottie-animation {
  width: 28px;
  margin-right: 5px;
}

.scroll-text {
  text-decoration: none;
  position: relative;
  top: -2px;
}

.scroll-text.w--current {
  text-decoration: none;
}

.top-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.top-title.gird {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.top-title.gird.line-below {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.title-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 56px;
}

.title-text.second-title {
  font-size: 34px;
  line-height: 34px;
}

.sub-title-text {
  color: #414147;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 350px;
  display: grid;
}

.servcice-content {
  border: 1px solid #e1e1e1;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -1px;
  margin-right: -1px;
  padding: 40px 57px 40px 40px;
  display: flex;
  position: relative;
}

.service-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
}

.service-title.expert-title {
  text-align: center;
  line-height: 24px;
}

.number-absolute {
  color: #d8d8d8;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  top: 52px;
  bottom: auto;
  left: auto;
  right: 40px;
  transform: rotate(90deg);
}

.sub-title-small {
  color: var(--dodger-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.sub-title-small.color {
  background-color: var(--azure);
}

.sub-title-small.color.add-left {
  margin-right: 5px;
}

.sub-title-small.color.add-left:hover {
  opacity: .82;
}

.sub-title-small.add-left {
  margin-right: 5px;
}

.button-divider {
  width: 40px;
  display: inline-block;
}

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

.features-background-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.features-background-grid._2-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.relative-div {
  position: relative;
}

.absolute-div {
  background-color: var(--azure);
  width: 95%;
  height: 95%;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: -40px;
  right: auto;
}

.absolute-div.normal {
  width: 70%;
  height: 70%;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.inner-title {
  margin-top: 15px;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.inner-title.white {
  color: #fff;
  margin-bottom: 50px;
}

.inner-title.quote {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

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

.left-padding.right {
  padding-left: 0;
  padding-right: 50px;
}

.left-padding.right.on-hero {
  margin-top: 0;
  padding-right: 50px;
}

.line-divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client {
  opacity: .75;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.work-cover-img{
    position: relative;
    z-index: 5;
}

.porject-background {
  background-color: var(--azure);
  width: 70%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index:0;
}

.title-first {
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.title-first.left, .title-first.no-top {
  text-align: left;
  margin-top: 0;
}

.title-first.more-top {
  margin-top: 200px;
}

.title-first.more-top._0px {
  margin-top: 0;
}

.slider-project {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slide-1 {
  width: 33.333%;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.left-arrow {
  background-color: var(--dodger-blue);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
}

.left-arrow:hover {
  background-color: #78acff;
}

.right-arrow {
  background-color: var(--dodger-blue);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
}

.right-arrow:hover {
  background-color: #78acff;
}

.slide-nav-2 {
  display: none;
}

.project-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.project-wrapper:hover {
  opacity: .8;
}

.image-full {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.skills-text {
  color: #414147;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.skills-wrapper {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: var(--dodger-blue);
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.skills-overlay.illustration {
  width: 100%;
}

.team-image {
  background-color: var(--azure);
  margin-bottom: 25px;
  padding: 26px;
  position: relative;
}

.team-image.life-in-expo {
  padding: 0;
}

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

.features-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.features-title.team-name {
  color: #111;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.features-title.team-name.no-margin {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.tuseday-name {
  color: rgba(58, 134, 255, .83);
  font-family: Tuesdaynight, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%);
}

.month {
  color: #818187;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.price-top-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  margin-top: 30px;
}

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

.price-detail {
  color: #414147;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.price-card {
  background-color: #fff;
  height: 100%;
  padding: 40px;
}

.check-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 10px;
}

.price-card-dark {
  background-color: var(--azure);
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  box-shadow: 0 90px 90px -50px rgba(0, 0, 0, .1);
}

.check-grid-large {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 10px;
}

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

.feature-label {
  color: #414147;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.check-image {
  margin-right: 10px;
}

.pricing-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.free-text {
  font-size: 30px;
  font-weight: 700;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 44px;
  padding-bottom: 44px;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  border-right: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-facts-wrapper.no-line {
  border-right-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fun-image {
  margin-right: 20px;
}

.fun-number {
  color: #111;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

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

.banner {
  background-color: var(--azure);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding: 150px 5% 99px;
  display: flex;
  position: relative;
}

.banner.sub {
  padding-top: 132px;
  padding-bottom: 150px;
}

.banner.banner-image {
  -webkit-text-fill-color: inherit;
  background-color: #0c61ff;
  background-image: url('../images/Frame-4-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-wrap: nowrap;
  width: auto;
  display: flex;
  position: relative;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-grid.fold-grid {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.quote-ceo {
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  max-width: 335px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: -10%;
  right: auto;
  box-shadow: 64px 64px 90px 20px rgba(0, 0, 0, .1);
}

.no-margin-paragraph {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 16px;
  position: relative;
  top: -2px;
}

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

.data-name {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.blog-overlay {
  z-index: 1;
  opacity: .5;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 43%, rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-post {
  z-index: 1;
  color: #dd0606;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dd0606;
  background-image: url('../images/light-bolt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 40px;
  padding: 8px 17px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.blog-wrapper {
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-content {
  z-index: 2;
  padding: 27px 53px 18px 125px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-content.normal-padding {
  padding-left: 20px;
  padding-right: 30px;
}

.blog-image {
  position: relative;
}

.blog-date {
  background-color: #6f81fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-date.left-top {
  z-index: 1;
  background-color: var(--dodger-blue);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.date-number {
  color: #fff;
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 41px;
}

.blog-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

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

.footer-sub-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

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

.view-on {
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 15px;
}

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

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
  position: relative;
}

.footer-title {
  color: #fff;
  align-items: flex-start;
  height: 50px;
  text-decoration: underline;
  display: flex;
}

.instagram-circle-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
}

.instagram-circle {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  right: auto;
}

.instagram-text {
  letter-spacing: 4px;
  margin-top: 3px;
  font-size: 13px;
}

.section-last {
  background-color: #fff;
  padding: 140px 5%;
  position: relative;
}

.section-last.footer {
  border: 1px solid var(--border-color);
  background-color: var(--black);
  padding: 30px 5% 40px;
}

.logo-div {
  margin-bottom: 30px;
  display: inline-block;
}

.instagram-photo {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-white {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 22px;
}

.coppyright-text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.instagram-image {
  width: 100%;
}

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

.left-copyright-flex.full {
  justify-content: flex-start;
}

.instagram-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-top-color: #e1e1e1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: 1200px;
  margin-top: -174px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: grid;
  position: relative;
}

.instagram-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link-footer {
  color: #121217;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.nav-link-footer.for-footer-version {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.nav-link-footer.for-footer-version:hover {
  opacity: .6;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.made-with-webflow.left-margin:hover {
  opacity: .73;
  color: #fff;
}

.footer-absolute-line {
  background-color: #e1e1e1;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-absolute-line.right {
  margin-left: -1px;
  margin-right: 0;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.testimonials-paragraph {
  color: #212121;
  width: 54%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.start-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.start-wrapper.smaller {
  justify-content: center;
  margin: 10px auto 15px;
}

.testimonials-author {
  opacity: .8;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/client-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  transition: all .4s;
}

.testimonials-author:hover {
  opacity: 1;
}

.testimonials-author.w--current {
  border-color: var(--dodger-blue);
  opacity: 1;
}

.testimonials-author.photo-3 {
  background-image: url('../images/client-3.jpg');
  width: 120px;
  height: 120px;
  top: -27px;
  right: -21px;
}

.testimonials-author.photo-5 {
  background-image: url('../images/team-4_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  bottom: -52px;
  right: 88px;
}

.testimonials-author.photo-2 {
  background-image: url('../images/client-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 30px;
  left: 14px;
}

.testimonials-author.photo-4 {
  background-image: url('../images/client-5.jpg');
  width: 80px;
  height: 80px;
  top: -35px;
  left: 120px;
}

.testimonials-author.photo-1 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  left: -11px;
}

.testimonials-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-name {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.tab-testimonials {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonials-content {
  position: relative;
  overflow: hidden;
}

.star-image {
  width: 17px;
  margin-right: 5px;
}

.testimonials-wrapper-tab {
  margin-bottom: -39px;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px;
}

.tab-link.w--current {
  border-color: var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
}

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

.sub-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

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

.sticky {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.sticky.top {
  margin-top: 30px;
  margin-bottom: 0;
}

.sticky._0px {
  margin-bottom: 0;
}

.blog-item-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.blog-categories-flex {
  flex-direction: row;
  display: flex;
}

.category-text {
  color: #414147;
  margin-right: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

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

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.services-title.radio-text {
  color: #313137;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.radio-1 {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.algin-center {
  text-align: center;
  position: relative;
}

.submit-project-wrapper {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-4 {
  color: #212124;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}

.success-message {
  color: #fff;
  background-color: #37b16d;
  border-radius: 5px;
  width: 100%;
  padding-top: 22px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.radio-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.radio-wrapper:hover {
  border-color: var(--dodger-blue);
}

.radio-button-2 {
  border: 2px solid var(--dodger-blue);
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.radio-button-2.w--redirected-checked {
  border-color: var(--dodger-blue);
}

.field-label-hide {
  display: none;
}

.contact-photo {
  margin-bottom: 50px;
}

.changelog {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.blog-image-wrapper {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

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

.main-image {
  width: 100%;
}

.product-title {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
  line-height: 30px;
}

.sale-square {
  z-index: 4;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e42332;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.sale-square.relative {
  position: relative;
  top: 0;
  right: 0;
}

.product-wrapper {
  float: left;
  text-align: center;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.product-price {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.product-price._0-top {
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.product-price.compare {
  color: rgba(255, 255, 255, .77);
  margin-top: 0;
  margin-right: 10px;
  font-family: Playfair Display, sans-serif;
  text-decoration: line-through;
}

.product-price.dark {
  color: #141417;
  font-size: 21px;
}

.product-price.dark.compare-price {
  margin-right: 5px;
  text-decoration: line-through;
}

.product-overlay {
  background-image: linear-gradient(rgba(7, 23, 49, .6), rgba(7, 23, 49, .6));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.compare-price {
  justify-content: center;
  display: flex;
}

.compare-price.in-page {
  justify-content: flex-start;
  margin-top: 20px;
}

.product-image {
  position: relative;
}

.flex-button {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.shipping-flex {
  display: flex;
}

.compare-sale {
  margin-bottom: 20px;
  display: flex;
}

.product-page-title {
  margin-top: 0;
  font-size: 39px;
}

.tabs-menu {
  float: left;
  flex-direction: column;
  width: 16.66%;
  display: flex;
}

.tabs-menu.in-product-page {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: grid;
}

.tabs {
  flex-direction: column-reverse;
  display: flex;
}

.tab-link-tab {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  overflow: hidden;
}

.tab-link-tab:hover {
  opacity: 1;
}

.tab-link-tab.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.shop-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.shiping-cm {
  display: flex;
}

.shipping-text {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 15px;
}

.shipping-text.other-text {
  color: #414147;
  margin-top: 5px;
  margin-right: 1px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-2 {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.shipping-info-wrapper {
  border: 2px solid var(--dodger-blue);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -2px;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.out-of-stock-state {
  text-align: center;
  font-family: Playfair Display, sans-serif;
}

.no-cart {
  color: rgba(255, 255, 255, .51);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph {
  line-height: 25px;
}

.paragraph-2 {
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-2.our-focus-para {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.expert-description {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 22px;
}

.div-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.fs-newsletterwrap {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--midnight-blue);
  border: 1px solid rgba(255, 255, 255, .3);
  border-top-color: #e1e1e1;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: 1200px;
  margin-top: -174px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 36px;
  display: grid;
  position: relative;
}

.newsletter-title {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 600;
}

.newsletterlead {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex: 1;
}

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

.fs-newsletterfrom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fs-subscribefrom {
  border: 1px solid var(--border-color);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  height: 50px;
  margin-bottom: 0;
}

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

.formsubmit {
  border: 1px solid var(--border-color);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  height: 50px;
  padding: 8px 40px;
}

.fs-newlettercontet {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.d-none {
  display: none;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-family: Merriweather, serif;
  font-size: 15px;
}

.heading {
  color: #172b4d;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 65px;
}

.heading.fold-heading-size {
  color: #fff;
  font-size: 42px;
  line-height: 50px;
}

.button-2 {
  color: #0080ff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0080ff;
  border-radius: 5px;
}

.button-2.fold-topmargin {
  border-width: 2px;
  margin-top: 25px;
  padding: 15px 35px;
  font-weight: 600;
}

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

.heading-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.heading-text.margin-top {
  margin-top: 220px;
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 0%;
    padding-right: 0%;
  }

  .utility-page-wrap {
    height: 700px;
    padding-bottom: 6px;
  }

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

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

  .container.fold-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .brand {
    margin-right: 10px;
  }

  .section {
    padding: 80px 3%;
  }

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

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

  .navlink {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._70, .rich-text-wrapper, .paragraph-percent {
    width: 100%;
  }

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

  .licens-image {
    margin-bottom: 15px;
  }

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

  .menu-content {
    display: none;
  }

  .navigation-link-wrapper {
    padding-left: 50px;
  }

  .block-divider, .block-divider-4 {
    display: none;
  }

  .top-title.gird {
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

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

  .logo-client-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
    min-height: 80px;
  }

  .porject-background {
    width: 90%;
  }

  .slide-1 {
    width: 50%;
  }

  .team-image {
    padding: 30px;
  }

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

  .features-title {
    margin-top: 0;
  }

  .price-card, .price-card-dark {
    position: relative;
  }

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

  .fun-facts-wrapper {
    border-bottom: 1px solid #e3e2ef;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fun-facts-wrapper.no-mobile-line {
    border-right-style: none;
  }

  .fun-facts-wrapper.no-bottom-line, .fun-facts-wrapper.no-line {
    border-bottom-style: none;
  }

  .banner.sub {
    padding-top: 127px;
  }

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

  .quote-ceo {
    bottom: 20px;
    left: 20px;
  }

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

  .blog-content.normal-padding {
    padding-right: 10px;
  }

  .footer-wrapper {
    margin-bottom: 50px;
  }

  .left-copyright-flex {
    padding-left: 0;
  }

  .instagram-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -259px;
  }

  .copyright {
    margin-bottom: 0;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .testimonials-wrapper-tab {
    margin-top: 50px;
  }

  .project-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .legal-wrapper, .submit-project-wrapper {
    width: 100%;
  }

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

  .product-price.compare {
    margin-bottom: 5px;
  }

  .compare-price {
    flex-direction: column;
  }

  .tabs-menu.in-product-page {
    width: 100%;
  }

  .tabs {
    margin-bottom: 50px;
  }

  .shop-grid-2 {
    grid-template-columns: 1.25fr;
  }

  .fs-newsletterwrap {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -259px;
  }

  .centered-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .heading {
    max-width: none;
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .container.fold-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .navigation-link-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .block-divider-3 {
    display: none;
  }

  .navigation-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .social-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    position: static;
  }

  .icons-wrapper.mobile-landscape-view {
    flex-direction: row;
    margin-top: 0;
  }

  .cart-container {
    min-width: 320px;
  }

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

  .service-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .logo-client {
    flex-basis: 20%;
  }

  .porject-background {
    width: 95%;
  }

  .slide-1, .skills-grid {
    width: 100%;
  }

  .tuseday-name {
    bottom: -8px;
  }

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

  .check-grid, .check-grid-large {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .banner.sub {
    padding-top: 122px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

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

  .section-last.footer {
    border-top-right-radius: 0;
  }

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

  .left-copyright-flex.full {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .instagram-wrapper {
    grid-row-gap: 16px;
    width: 100%;
    margin-top: -212px;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .nav-link-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
  }

  .made-with-webflow.left-margin {
    margin: 5px 0;
  }

  .testimonials-paragraph {
    width: 80%;
  }

  .testimonials-author {
    width: 65px;
    height: 65px;
  }

  .testimonials-author.photo-3 {
    width: 100px;
    height: 100px;
  }

  .testimonials-author.photo-5 {
    width: 80px;
    height: 80px;
    bottom: -30px;
  }

  .testimonials-author.photo-2 {
    width: 80px;
    height: 80px;
  }

  .testimonials-author.photo-4 {
    width: 60px;
    height: 60px;
  }

  .testimonials-author.photo-1 {
    width: 60px;
    height: 60px;
    bottom: 37px;
    left: 4px;
  }

  .tab-link {
    margin-left: 0;
    margin-right: 0;
  }

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

  .shop-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fs-newsletterwrap {
    grid-row-gap: 16px;
    width: 100%;
    margin-top: -212px;
  }

  .subscribe-form, .fs-newsletterfrom {
    padding: 40px 20px;
  }

  .heading {
    margin-right: 0;
    padding-right: 0;
  }
}

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

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

  .container.fold-margin {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
  }

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

  .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;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .cookies-modal {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .margin-page.double {
    height: 650px;
    margin-top: 50px;
  }

  .social-icon-wrapper {
    margin-top: 20px;
  }

  .cart-container {
    border-radius: 0;
  }

  .icon {
    margin-bottom: 30px;
  }

  .baner-title {
    font-size: 45px;
    line-height: 45px;
  }

  .scroll-down {
    background-color: rgba(0, 0, 0, 0);
    min-width: 100%;
  }

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

  .sub-title-small.color.add-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .sub-title-small.add-left {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .sub-title-small.mobile-ver-font {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .button-divider {
    height: 20px;
    display: block;
  }

  .inner-title {
    font-size: 26px;
    line-height: 32px;
  }

  .logo-client {
    flex-basis: 33.333%;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .porject-background {
    width: 92%;
    height: 100%;
  }

  .title-first {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .title-first.more-top {
    margin-top: 0;
  }

  .left-arrow {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

  .check-grid-large {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .fun-wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .fun-facts-wrapper.no-bottom-line {
    border-bottom-style: solid;
  }

  .banner.sub {
    padding-top: 110px;
    padding-bottom: 104px;
  }

  .quote-ceo {
    box-shadow: none;
    border-radius: 0;
    max-width: none;
    padding: 18px;
    bottom: 0;
    left: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .blog-content {
    padding: 0 93px 8px 10px;
  }

  .blog-content.normal-padding {
    padding-bottom: 13px;
  }

  .blog-date {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .footer-wrapper {
    margin-bottom: 0;
  }

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

  .instagram-text {
    font-size: 12px;
  }

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

  .left-copyright-flex {
    flex-direction: column;
  }

  .instagram-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: -250px;
    padding: 5px;
  }

  .nav-link-footer {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 27px;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .testimonials-author {
    float: left;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .testimonials-author.photo-3 {
    flex: none;
    width: 75px;
    height: 75px;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
    top: 0;
    right: 0;
  }

  .testimonials-author.photo-5 {
    flex: none;
    width: 75px;
    height: 75px;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .testimonials-author.photo-2, .testimonials-author.photo-4 {
    flex: none;
    width: 75px;
    height: 75px;
    position: static;
    top: 0;
    left: 0;
  }

  .testimonials-author.photo-1 {
    flex: none;
    width: 75px;
    height: 75px;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .tab-testimonials {
    text-align: center;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .tab-link {
    padding: 4px;
  }

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

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

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

  .sticky {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

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

  .blog-categories-flex {
    flex-direction: column;
  }

  .grid-radio, .shop-grid {
    grid-template-columns: 1fr;
  }

  .product-price.compare {
    margin-right: 0;
  }

  .shipping-flex {
    flex-direction: column;
  }

  .product-page-title {
    font-size: 29px;
    line-height: 34px;
  }

  .tabs-menu.in-product-page {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }

  .tab-link-tab.with-top-margin {
    margin-top: 0;
  }

  .shipping-info-wrapper {
    margin-bottom: -1px;
    margin-left: 0;
  }

  .fs-newsletterwrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: -250px;
    padding: 5px;
  }

  .newsletter-title.news-mob-ver-font {
    font-size: 34px;
    line-height: 38px;
  }

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

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input, .fs-subscribefrom {
    width: 100%;
  }

  .formsubmit.mobile-class {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-5a73407c {
  justify-self: end;
}

#w-node-a360baa2-0d99-0189-79f0-b14e9677809c-5a73407c, #w-node-c3a0b5cc-0fb1-7236-f167-cefa482e4e3b-5a73407c {
  align-self: center;
}

#w-node-_70b6bc78-031e-5305-77c2-201b270eaecf-270eaeaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54039780-2c5b-3f68-8fb9-71ab56c9b52f-1a734080, #w-node-_7674427e-b8dc-8f5d-5357-ecc563b93b00-77734081, #w-node-d7fbd90c-e7b9-0383-b887-760859609b7f-f9734083, #w-node-a14bcb3b-344d-3942-44c7-c0ce305f5414-5b734084, #w-node-c69070ba-6b80-a6e4-3f45-f0ffb67a5985-ff734085 {
  justify-self: end;
}

#w-node-f38f81b7-5655-41d2-b748-38c4e81982af-ff734085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a427684a-7311-4f24-91d3-a7dff8425688-15734086, #w-node-f7aa1d16-2638-1e83-2b13-906eb04fd3fc-8f734088, #w-node-d7185c47-7b6c-dfa3-6f96-1e88ee4d496a-e773408a {
  justify-self: end;
}

#w-node-b08bdacf-1684-74b1-cc92-bd4f5719bde4-e773408a, #w-node-b08bdacf-1684-74b1-cc92-bd4f5719beb5-e773408a {
  align-self: center;
}

#w-node-_17234ca7-6235-a640-39c1-13ac4afe94e8-ca73408b, #w-node-_975a6a69-d1e1-be5b-8f8e-4d9dfb08af9c-c973408d, #w-node-_2251ce24-eac7-2bfd-deb8-827c65833dd6-3b734092, #w-node-dbd99e6e-8f29-eee0-e9c5-21632dbec29a-4a734093, #w-node-d7a37845-105a-5233-d6e7-9df1d1adf2ac-df734094, #w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-5f734095 {
  justify-self: end;
}

#w-node-a360baa2-0d99-0189-79f0-b14e9677809c-5f734095 {
  align-self: center;
}

#w-node-_80cdfe30-fc28-e2b6-ae97-9cf9fbc8f261-5f734095, #w-node-f7aa1d16-2638-1e83-2b13-906eb04fd3fc-e06cf0fc, #w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-9b9927b3 {
  justify-self: end;
}

#w-node-a360baa2-0d99-0189-79f0-b14e9677809c-9b9927b3 {
  align-self: center;
}

#w-node-_80cdfe30-fc28-e2b6-ae97-9cf9fbc8f261-9b9927b3, #w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-48e1c5f1 {
  justify-self: end;
}

#w-node-a360baa2-0d99-0189-79f0-b14e9677809c-48e1c5f1 {
  align-self: center;
}

#w-node-_80cdfe30-fc28-e2b6-ae97-9cf9fbc8f261-48e1c5f1 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-5a73407c, #w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-5f734095, #w-node-_80cdfe30-fc28-e2b6-ae97-9cf9fbc8f261-5f734095 {
    justify-self: start;
  }

  #subscribe-form.w-node-_5713ab6a-5b0b-68a6-a0f0-3809db2adb6c-5f734095, #subscribe-form.w-node-d6ee7fef-026f-a256-920f-8e82d1214a1d-e06cf0fc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-9b9927b3, #w-node-_80cdfe30-fc28-e2b6-ae97-9cf9fbc8f261-9b9927b3 {
    justify-self: start;
  }

  #subscribe-form.w-node-_5713ab6a-5b0b-68a6-a0f0-3809db2adb6c-9b9927b3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_82527bd2-f167-685a-a2d9-ab553bb60bbd-48e1c5f1, #w-node-_80cdfe30-fc28-e2b6-ae97-9cf9fbc8f261-48e1c5f1 {
    justify-self: start;
  }

  #subscribe-form.w-node-_5713ab6a-5b0b-68a6-a0f0-3809db2adb6c-48e1c5f1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_54039780-2c5b-3f68-8fb9-71ab56c9b52f-1a734080, #w-node-_7674427e-b8dc-8f5d-5357-ecc563b93b00-77734081, #w-node-d7fbd90c-e7b9-0383-b887-760859609b7f-f9734083, #w-node-a14bcb3b-344d-3942-44c7-c0ce305f5414-5b734084, #w-node-c69070ba-6b80-a6e4-3f45-f0ffb67a5985-ff734085, #w-node-a427684a-7311-4f24-91d3-a7dff8425688-15734086, #w-node-f7aa1d16-2638-1e83-2b13-906eb04fd3fc-8f734088, #w-node-d7185c47-7b6c-dfa3-6f96-1e88ee4d496a-e773408a, #w-node-_17234ca7-6235-a640-39c1-13ac4afe94e8-ca73408b, #w-node-_975a6a69-d1e1-be5b-8f8e-4d9dfb08af9c-c973408d, #w-node-_2251ce24-eac7-2bfd-deb8-827c65833dd6-3b734092, #w-node-dbd99e6e-8f29-eee0-e9c5-21632dbec29a-4a734093, #w-node-d7a37845-105a-5233-d6e7-9df1d1adf2ac-df734094, #w-node-f7aa1d16-2638-1e83-2b13-906eb04fd3fc-e06cf0fc {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15a62573-a3c8-2c0c-9a17-04e4560023ec-5a73407c, #w-node-_8899ffb0-6ea7-83fd-cf57-74ee80675201-5a73407c, #w-node-_56085019-c322-d65f-67db-01a2ea4ab085-5a73407c, #w-node-ec84c462-6865-09b9-a2dd-da93f2b4ec89-5a73407c, #w-node-b08bdacf-1684-74b1-cc92-bd4f5719bddd-e773408a, #w-node-b08bdacf-1684-74b1-cc92-bd4f5719bddf-e773408a, #w-node-b08bdacf-1684-74b1-cc92-bd4f5719bde0-e773408a, #w-node-b08bdacf-1684-74b1-cc92-bd4f5719bde1-e773408a, #w-node-_15a62573-a3c8-2c0c-9a17-04e4560023ec-5f734095, #w-node-_8899ffb0-6ea7-83fd-cf57-74ee80675201-5f734095, #w-node-_56085019-c322-d65f-67db-01a2ea4ab085-5f734095, #w-node-ec84c462-6865-09b9-a2dd-da93f2b4ec89-5f734095, #w-node-_15a62573-a3c8-2c0c-9a17-04e4560023ec-9b9927b3, #w-node-_8899ffb0-6ea7-83fd-cf57-74ee80675201-9b9927b3, #w-node-_56085019-c322-d65f-67db-01a2ea4ab085-9b9927b3, #w-node-ec84c462-6865-09b9-a2dd-da93f2b4ec89-9b9927b3, #w-node-_15a62573-a3c8-2c0c-9a17-04e4560023ec-48e1c5f1, #w-node-_8899ffb0-6ea7-83fd-cf57-74ee80675201-48e1c5f1, #w-node-_56085019-c322-d65f-67db-01a2ea4ab085-48e1c5f1, #w-node-ec84c462-6865-09b9-a2dd-da93f2b4ec89-48e1c5f1 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Tuesdaynight';
  src: url('../fonts/TuesdayNight-Regular-2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

/* Static site fixes: hero + nav logo */
.navigation-wrapper .logo-wrapper {
  min-width: 120px;
  min-height: 52px;
}

.navigation-wrapper .logo-wrapper img:not(.d-none) {
  opacity: 1 !important;
  visibility: visible !important;
}

.navigation-wrapper .logo-wrapper .logo-white:not(.d-none) {
  position: relative;
  display: block !important;
}

.navigation-wrapper .logo-wrapper .logo-blue:not(.d-none) {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}

.banner.banner-image .heading {
  color: #fff;
}

.banner.banner-image .button-2.fold-topmargin {
  color: #fff;
  border-color: #fff;
}

.banner.banner-image .button-2.fold-topmargin:hover {
  background-color: #fff;
  color: #0c61ff;
}