:root {
  --text-dark: #0d0056;
  --paragraph-gray: #747281;
  --primary: #2c67a9;
  --white: white;
  --primary-light: #f9f8ff;
  --black: #2c68a7;
  --light-gray: #f9f9fa;
  --dark-gray: #afafaf;
  --purple: #1c0d71;
  --dark-gray-50: #afafaf80;
  --cancel-primary: #2596be;
  --white-50: #ffffff80;
  --gray: #e9e9e9;
  --cancel-black: #000;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

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

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

body {
  color: var(--text-dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 20px;
  display: flex;
}

li {
  color: var(--primary);
  font-size: 18px;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #0000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

figure {
  height: 500px;
  max-height: 500px;
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.with-paralax {
  background-image: linear-gradient(51deg, #000c, #0000), linear-gradient(#0e0e0e4d, #0e0e0e4d), url('../images/debby-hudson-eM998ArWYec-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.section.style-guide-section {
  padding-bottom: 0;
}

.section.with-dark-background {
  background-color: var(--white);
}

.section.green-background-section {
  background-color: var(--primary-light);
  background-image: url('../images/map-base-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.green-background-section.hide {
  display: none;
}

.section.online-pharmacy {
  background-color: var(--primary-light);
  padding-top: 0;
  padding-bottom: 0;
}

.section.online-pharmacy.hide {
  display: none;
}

.section.free-trial {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.section-choose-us {
  background-color: #0000;
  padding-top: 0;
}

.section.banner-main {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.section-logo, .section.section-questions {
  background-color: var(--black);
}

.section.section-services {
  background-color: var(--black);
  padding-bottom: 0;
}

.section.banner-blog {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.banner-changelogy {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.comong-soon {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section.txt {
  background-image: url('../images/Screen-Shot-2020-02-22-at-2.35.09-PM.JPG');
  background-position: 50%;
  background-size: cover;
  height: 65vh;
  max-height: 80vh;
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  flex: 1;
  align-items: flex-start;
}

.base-container.border-grey {
  z-index: 10;
  border-left: 1px solid #e3e3e6;
  border-right: 1px solid #e3e3e6;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.base-container.border-white {
  z-index: 10;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.base-container.banner-border-grey {
  z-index: 10;
  border-left: 1px solid #e3e3e6;
  border-right: 1px solid #e3e3e6;
  padding-top: 40px;
  position: relative;
}

.base-container.border-grey-about {
  z-index: 10;
  border-left: 1px solid #e3e3e6;
  border-right: 1px solid #e3e3e6;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.base-container.border-white-full {
  z-index: 10;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.base-container.border-white-full-blog {
  z-index: 10;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.base-container.img {
  background-image: url('../images/Screen-Shot-2020-02-22-at-2.35.09-PM.JPG');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.base-container.cta {
  padding-left: 0;
  padding-right: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: #fff;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 50px;
}

.h1-mobile {
  font-size: 46px;
}

.h2-mobile {
  font-size: 36px;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 16px 30px;
  font-size: 16px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button:hover {
  background-color: var(--text-dark);
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

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

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--text-dark);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 670px;
  margin-left: -320px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--paragraph-gray);
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.body {
  font-size: 20px;
}

.nav-item-title {
  color: var(--paragraph-gray);
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--primary);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 320px;
  transition: transform .5s;
  transform: scale(1);
}

.licensing-image:hover {
  transform: scale(1.2);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.text-dark {
  color: var(--text-dark);
}

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: var(--paragraph-gray);
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border-radius: 5px;
  min-width: 280px;
  height: 55px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: var(--paragraph-gray);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

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

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--dark-gray);
  border-radius: 5px;
  min-width: 300px;
  height: 55px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.2em;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  font-size: 18px;
  line-height: 1.2em;
}

.coming-soon-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
  line-height: 1.2em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

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

.blog-sidebar-item {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px 20px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--paragraph-gray);
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 30px;
  height: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 12px 6px;
  transition: background-color .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--primary);
  color: var(--white);
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
  width: 100%;
  margin-bottom: -30px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  margin-top: 0;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 20px 20px 35px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
}

.blog-sidebar-post-image-link {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sidebar-category {
  border: 1px solid var(--paragraph-gray);
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 30px;
  height: 38px;
  padding: 7px 12px 6px;
  transition: background-color .3s;
  display: inline-block;
}

.sidebar-category:hover {
  background-color: var(--primary);
  color: var(--white);
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.footer-rights {
  color: var(--paragraph-gray);
}

.footer-rights.left-margin {
  margin-left: 5px;
}

.footer-copyright {
  color: var(--paragraph-gray);
  width: 100%;
}

.footer-copyright-link {
  color: var(--text-dark);
  letter-spacing: .2px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.footer-copyright-link.last {
  margin-right: 0;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-subtitle {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-subtitle.light-text {
  color: var(--primary-light);
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--text-dark);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
  transform: rotate(45deg);
}

.text-button-icon.purple-color {
  color: var(--primary);
}

.free-trial-wrapper {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Canncell-Couverture-facebook-v2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 50px 40px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 40px #0d006312;
}

.free-trial-title {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 40%;
}

.values-content-wrapper {
  flex-direction: column;
  width: 60%;
  padding-left: 60px;
  display: flex;
}

.values-counter-wrapper {
  border-top: 1px solid var(--dark-gray);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-gray);
  border-radius: 15px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: #241382;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 30px 35px;
  display: flex;
}

.career-position {
  color: var(--white);
  line-height: 24px;
}

.career-location, .career-type {
  color: var(--white);
}

.career-button-wrapper {
  text-align: right;
  width: 25%;
}

.career-title-mobile {
  color: var(--dark-gray);
  margin-bottom: 5px;
  font-size: 16px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  color: var(--text-dark);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5em;
}

.paragraph-large.testimonial {
  text-align: center;
}

.values-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100px;
}

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.banner-title-wrapper.not-full {
  width: 80%;
}

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

.text-white.without-margin {
  margin-top: 0;
}

.text-white.mt-20 {
  margin-top: 20px;
}

.text-white.textsmall.textphone {
  color: var(--primary-light);
}

.section-title-description {
  color: var(--text-dark);
  text-align: center;
  width: 70%;
  margin-top: 20px;
}

.section-title {
  text-transform: none;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  width: 50%;
  max-height: 320px;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--white);
}

.workflow-video {
  background-image: url('../images/pharmasict-serving-customer-drug-store-1_1pharmasict-serving-customer-drug-store (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.workflow-quote {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-toggle {
  color: var(--white);
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

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

.accordion-item {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--white);
}

.light-background {
  background-color: var(--light-gray);
}

.more-features-icon {
  color: var(--light-gray);
  text-align: center;
  width: 50px;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
}

.link-with-icon {
  display: flex;
}

.link-with-icon.mt-40 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 65%;
  padding-right: 60px;
}

.job-position-sidebar-wrapper {
  background-color: var(--white);
  width: 35%;
  padding: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-form-wrapper {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 50%;
  height: auto;
  padding: 30px 40px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--white);
  border-radius: 5px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  font-size: 18px;
}

.contacts-textarea::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 5px;
  height: auto;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
  font-size: 18px;
}

.contacts-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
  line-height: 1em;
}

.contacts-form-title {
  margin-bottom: 40px;
}

.contacts-us-form-wrapper {
  background-color: #241382;
  border-radius: 10px;
  width: 100%;
  padding: 60px;
}

.contact-us-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-us-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 5px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-us-input:focus {
  border: 1px solid var(--primary);
}

.contacts-us-input::placeholder {
  color: var(--paragraph-gray);
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.contacts-us-form {
  text-align: center;
}

.footer-link {
  color: var(--text-dark);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-social-icons-wrapper {
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.white-text {
  color: #fff;
}

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

.footer-brand {
  color: #fff;
  width: 200px;
  height: 75px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  margin-right: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--text-dark);
}

.footer-links-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 100%;
  height: 100%;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 80px;
}

.search-section {
  margin-bottom: 60px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
  box-shadow: 0 0 50px #0f5cfa14;
}

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

.testimonials-card-content {
  color: var(--purple);
}

.testimonials-card-position {
  font-size: 16px;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.service-list-2-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.our-service-list-item {
  grid-column-gap: 30px;
  background-color: var(--purple);
  border-radius: 10px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.services-item-content {
  margin-bottom: 10px;
}

.service-list-title-wrapper {
  background-color: var(--primary);
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}

.our-services-item-description {
  color: var(--primary-light);
  margin-top: 20px;
}

.service-list-process-icon {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  line-height: 28px;
  display: flex;
  box-shadow: 0 15px 30px #0f5cfa1a;
}

.service-list-process-wrap {
  text-align: center;
  background-color: #241382;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.progressbar-con {
  width: 100%;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.progressbar-number {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
}

.progressbar-item {
  margin-bottom: 30px;
}

.banner-form {
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  padding: 20px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 2px 40px #0d006312;
}

.form-text-field {
  border-radius: 5px;
  height: 55px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-size: 18px;
  line-height: 1;
}

.form-text-field:focus {
  border: 1px solid var(--primary);
  font-size: 18px;
}

.form-text-field::placeholder {
  background-color: #0000;
  font-size: 18px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.nav-dropdown-column {
  width: 33%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--white);
  padding: 10px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--text-dark);
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
  font-size: 16px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
  font-size: 16px;
}

.sidebar-search-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.home-graphic-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.home-graphic-image {
  background-image: url('../images/toa-heftiba-_UIVmIBB3JU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 500px;
  height: 550px;
}

.home-graphic-text {
  flex-direction: column;
  width: 55%;
  display: flex;
}

.contacts-icon-primary {
  color: var(--primary);
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contacts-info, .contacts-item {
  flex-direction: column;
  display: flex;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrap {
  position: relative;
}

.map-wrap.home-page {
  width: 100%;
  padding-right: 0;
}

.testimonials-author {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contacts-wrap-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.contacts-wrap-grid.contacts-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.form-link {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.form-link.contacts-paragraph {
  text-align: left;
  margin-bottom: 5px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-dark.story {
  text-align: left;
  max-width: 75%;
}

.text-dark.story.quote {
  color: var(--purple);
  text-align: left;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  padding-top: 110px;
  position: relative;
}

.banner-section.home-banner {
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.banner-section.search-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 450px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

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

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.service-image-cont {
  background-color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.service-card-paragraph {
  color: var(--white);
  margin-bottom: 30px;
}

.our-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
}

.service-card {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mb-10 {
  margin-bottom: 10px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.banner-icons-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.banner-icons-block.display-block {
  align-items: flex-end;
  display: flex;
}

.capabilities-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.capabilities-left {
  border-radius: 10px;
  width: 37%;
  overflow: hidden;
}

.capabitities-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.capabitities-cards-wrapper.hide {
  display: none;
}

.capabitities-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.capabilities-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.capabilities-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.capabilities-right {
  width: 63%;
}

.more-features-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.review-stars {
  color: #ffc015;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.background-image-container {
  position: absolute;
  inset: 0%;
}

.home-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.home-banner-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-banner-img {
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.home-banner-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-more-features-wrap {
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.bold-text {
  margin-bottom: 0;
  font-weight: 700;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.position.light-gray {
  color: var(--dark-gray);
}

.home-banner-brands {
  height: 35px;
}

.home-banner-brands:hover {
  filter: invert(0%);
}

.banner-brands-wrapper {
  grid-column-gap: 45px;
  margin-top: 20px;
  display: flex;
}

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

.rich-text-style h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 32px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 28px;
}

.rich-text-style h4 {
  margin-top: 25px;
  font-size: 24px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style li {
  color: var(--primary);
  list-style-type: square;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style p {
  font-weight: 400;
}

.rich-text-style figure {
  height: 100%;
  max-height: 100%;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  width: 140px;
}

.brand.w--current {
  width: 150px;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header-2 {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--text-dark);
  border-right: 1px solid var(--text-dark);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--text-dark);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  margin-bottom: 80px;
  display: flex;
}

.grid-title-2 {
  background-color: var(--black);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title-2.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials-bg-element {
  background-color: var(--primary-light);
  height: 250px;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonials-bg-element.top {
  height: 100%;
  top: 0;
  bottom: 0;
}

.shop-tabs {
  width: 100%;
}

.shop-item-link {
  font-weight: 500;
}

.shop-item-link:hover {
  color: #a598f6;
}

.shop-item-link.text-dark {
  color: var(--text-dark);
}

.shop-item-link.text-dark:hover {
  color: var(--primary);
}

.shop-list-image {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 370px;
}

.shop-links-wrapper {
  background-color: var(--white);
  position: relative;
}

.shop-collection-item {
  width: 100%;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.sessions-tab-link {
  color: var(--white);
  background-color: #0000;
  padding: 12px 18px;
}

.sessions-tab-link.w--current {
  border-bottom: 4px solid var(--white);
  background-color: #0000;
  padding-bottom: 25px;
}

.sessions-tab-link.text-dark {
  color: var(--text-dark);
}

.sessions-tab-link.text-dark.w--current {
  border-bottom-color: var(--text-dark);
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.shop-category-tabs-content {
  overflow: visible;
}

.shop-category-tabs {
  width: 100%;
}

.shop-tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #fff3;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.shop-tabs-menu.dark-border {
  border-bottom-color: var(--dark-gray);
}

.shop-item-price {
  color: var(--white);
  font-size: 18px;
}

.shop-item-price.text-dark {
  color: var(--text-dark);
}

.shop-item-price.hidden {
  color: var(--text-dark);
  display: block;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-link-block {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.shop-details-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-image-lightbox-link {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

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

.shop-details-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-details-subtitle {
  color: var(--purple);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.shop-item-info-wrapper {
  flex-direction: column;
  display: flex;
}

.image-preview {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 440px;
}

.shop-image-item {
  width: 100%;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
}

.shop-price-on-sale {
  color: #737886;
  text-decoration: line-through;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  margin-top: 5px;
  display: flex;
}

.collection-list-wrapper-blog-sidebar {
  width: 100%;
}

.position-relative {
  padding-bottom: 80px;
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  background-color: var(--white);
  color: var(--primary);
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.purple-style-guide {
  background-color: #1c0d71;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.text-button {
  z-index: 2;
  font-size: 18px;
  position: relative;
}

.ripple-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.ripple {
  z-index: 2;
  background-color: var(--primary);
  opacity: 0;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto;
}

.secondary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--light-gray);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 16px 30px;
  font-size: 16px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button-white:hover {
  background-color: var(--cancel-primary);
}

.text-button-dark {
  z-index: 2;
  color: var(--text-dark);
  font-size: 18px;
  position: relative;
}

.ripple-dark {
  z-index: 2;
  background-color: var(--primary);
  opacity: 0;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto;
}

.logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-tablet-nav-wrapper {
  display: none;
}

.navbar-relative {
  background-color: var(--white);
  border-bottom: 1px solid #e3e3e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.paragraph-banenr {
  width: 95%;
  margin-top: 20px;
}

.primary-button-form {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-form:hover {
  background-color: var(--black);
}

.primary-button-form.mt-50 {
  margin-top: 50px;
}

.primary-button-form.mt-40 {
  margin-top: 40px;
}

.primary-button-form.full-button {
  width: 100%;
  margin-top: 20px;
}

.right-block-drscription {
  z-index: 1;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  margin-top: 10px;
  padding: 20px 40px 20px 20px;
  position: relative;
  box-shadow: 0 2px 40px #0d006312;
}

.experts-block {
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.avatar-image {
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 300px;
  width: 58px;
  height: 58px;
  margin-right: -10px;
}

.review-staes-block {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.review-text {
  font-size: 18px;
  font-weight: 500;
}

.text-stroke {
  font-family: "Fa 400", sans-serif;
}

.home-banner-bottom {
  grid-column-gap: 70px;
  align-items: flex-end;
  display: flex;
}

.home-banner-bottom.hide {
  display: none;
}

.image-qoute-review {
  position: absolute;
  inset: -13% -8% auto auto;
}

.block-image {
  height: 100%;
}

.pills-purple {
  height: 260px;
  position: absolute;
  top: -24%;
  right: -3%;
}

.pills-yellow {
  height: 220px;
  position: absolute;
  bottom: 14%;
  right: -4%;
}

.pills-blue {
  height: 240px;
  position: absolute;
  top: 17%;
}

.pills-red {
  height: 220px;
  position: absolute;
  bottom: -29%;
  left: 32%;
}

.elips-yellow {
  position: absolute;
  top: 50%;
  right: 40%;
}

.elips-purple {
  position: absolute;
  bottom: 0%;
  right: 5%;
}

.elips-purple-big {
  position: absolute;
  top: 0%;
  left: 27%;
}

.elips-blue {
  position: absolute;
  bottom: 15%;
  left: 10%;
}

.grey-line {
  z-index: -1;
  background-color: #e3e3e6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}

.grey-line.white {
  background-color: #ffffff4d;
}

.collection-list-category {
  width: 100%;
  margin-top: 20px;
}

.collection-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block {
  color: var(--white);
  border: 1px solid #ffffff80;
  border-radius: 30px;
  justify-content: center;
  height: 38px;
  padding: 6px 12px;
  transition-property: background-color;
  display: flex;
}

.link-block:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.add-to-cart {
  background-color: #0000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s;
}

.add-to-cart:hover {
  color: #a598f6;
}

.add-to-cart.text-dark {
  color: var(--primary);
}

.add-to-cart.text-dark:hover {
  color: var(--text-dark);
}

.default-state {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.default-state.mt-20, .add-to-cart-button.mt-20 {
  margin-top: 20px;
}

.why-we-wrapper {
  grid-column-gap: 100px;
  width: 100%;
  display: flex;
  position: relative;
}

.why-we-left {
  width: 50%;
}

.why-we-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.why-we-right {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.facts-block {
  grid-column-gap: 50px;
  background-color: var(--primary);
  border-radius: 10px;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30%;
}

.facts-block.hide {
  display: none;
}

.why-we-text {
  flex-direction: column;
  display: flex;
}

.why-we-text.story {
  justify-content: center;
  align-items: center;
}

.big-text-fact {
  color: var(--white);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

.why-we-title {
  text-transform: none;
  width: 90%;
}

.why-we-title.prtners {
  text-align: center;
  width: auto;
}

.why-we-title.story {
  text-align: center;
}

.logo-tablet {
  height: 0;
}

.nav-cart {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.icon-cart {
  color: var(--primary);
  width: 22px;
  height: 22px;
}

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

.cart-quantity {
  background-color: var(--purple);
  color: var(--white);
  margin-top: -25px;
  margin-left: 20px;
  position: absolute;
}

.apple-pay, .pay-with-browser {
  border-radius: 5px;
  height: 55px;
}

.image-product {
  object-fit: cover;
  border-radius: 5px;
  width: 90px;
  height: 90px;
}

.text-block-name {
  margin-bottom: 10px;
  font-size: 18px;
}

.text-block-subtotal {
  font-size: 18px;
}

.error-state {
  background-color: #0000;
}

.service-number {
  color: var(--white);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

.section-title-services {
  flex-direction: column;
  display: flex;
}

.button-home-wrapper {
  margin-top: 50px;
  display: flex;
}

.empty-state-shop, .out-of-stock-state {
  color: var(--white);
  background-color: #0000;
}

.out-of-stock-state.dark-text {
  color: var(--text-dark);
}

.error-state-shop {
  color: var(--white);
  background-color: #0000;
}

.error-state-shop.text-dark {
  color: var(--text-dark);
}

.paragraph-holder {
  width: 100%;
  max-width: 760px;
  margin-bottom: 10px;
}

.patient-image {
  object-fit: cover;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}

.left-arrow-holder {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: background-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  right: 80px;
}

.left-arrow-holder:hover {
  background-color: var(--primary);
  color: var(--white);
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  min-height: 500px;
  position: relative;
}

.right-arrow-holder {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: background-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 80px;
}

.right-arrow-holder:hover {
  background-color: var(--primary);
  color: var(--white);
}

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

.image-testimonials {
  object-fit: cover;
  border-radius: 100%;
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 21%;
  left: 12%;
}

.image-testimonials-second {
  object-fit: cover;
  border-radius: 100%;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 30%;
  right: 5%;
}

.image-testimonials-third {
  object-fit: cover;
  border-radius: 100%;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 34%;
  left: 5%;
}

.list-large {
  grid-row-gap: 20px;
  background-color: var(--text-dark);
}

.list-large.mt-30 {
  margin-top: 30px;
}

.list-large.mt-30.hide {
  display: none;
}

.list-item-large {
  color: var(--text-dark);
  font-size: 22px;
  font-weight: 500;
}

.title-not-full {
  width: 75%;
}

.paragraph-not-full {
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-online-pharmacy {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  box-shadow: 0 2px 40px #0d006312;
}

.container-online-pharmacy.with-margin {
  margin-top: 80px;
}

.background-top {
  background-color: var(--black);
  height: 40%;
  position: absolute;
  inset: 0%;
}

.search-text-field {
  background-color: #0000;
  border: 1px solid #0000;
  width: 360px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-size: 18px;
  line-height: 1;
}

.search-text-field:focus {
  background-color: #0000;
  border-color: #0000;
  font-size: 18px;
}

.search-text-field::placeholder {
  background-color: #0000;
  font-size: 18px;
}

.banner-search {
  background-color: var(--white);
  border-radius: 10px;
  align-items: stretch;
  width: 486px;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 2px 40px #0d006312;
}

.field-label {
  color: var(--primary);
  font-weight: 500;
}

.form-block-search {
  position: absolute;
  bottom: 0%;
  right: 18%;
  box-shadow: 0 2px 40px #0d006312;
}

.success-message-search, .error-message-search {
  background-color: var(--white);
  border-radius: 5px;
  width: 300px;
}

.right-free-trial {
  text-align: left;
  width: auto;
}

.button-free-trial-wrapper {
  margin-top: 40px;
  display: flex;
}

.left-free-trial {
  width: auto;
  position: relative;
}

.pills-blue-big {
  width: 300px;
  position: absolute;
  bottom: -11%;
  left: 18%;
}

.pills-yellow-big {
  width: 220px;
  position: absolute;
  bottom: -42%;
  right: -2%;
}

.pills-red-big {
  width: 220px;
  position: absolute;
  bottom: -31%;
  left: 5%;
}

.background-light-top {
  background-color: var(--primary-light);
  height: 90%;
  position: absolute;
  inset: 0%;
}

.footer-info {
  grid-column-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-icon {
  color: var(--primary);
  width: 24px;
  padding-top: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.footer-links-wrap {
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.footer-link-address {
  color: var(--text-dark);
  text-align: left;
  transition: all .3s;
}

.footer-link-address:hover {
  color: var(--primary);
}

.footer-left-wrap {
  z-index: 1;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: relative;
}

.footer-right-wrap {
  width: 30%;
}

.footer-link-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 74%;
  display: grid;
}

.footer-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 420px;
  height: 800px;
  position: absolute;
  bottom: -60%;
  right: 0%;
}

.service-card-block {
  display: flex;
}

.home-bg-slide {
  z-index: 2;
  object-fit: cover;
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner-center-wrapper {
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-banner-image {
  z-index: 1;
  width: 100%;
  height: 270px;
  position: relative;
}

.home-banner-content-center {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-title-wrap {
  width: 65%;
}

.paragraph-banenr-center {
  width: 60%;
  margin-top: 20px;
}

.home-banner-search {
  background-color: var(--white);
  border-radius: 10px;
  align-items: stretch;
  width: 550px;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 2px 40px #0d006312;
}

.banner-search-text-field {
  background-color: #0000;
  border: 1px solid #0000;
  width: 450px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-size: 18px;
  line-height: 1;
}

.banner-search-text-field:focus {
  background-color: #0000;
  border-color: #0000;
  font-size: 18px;
}

.banner-search-text-field::placeholder {
  background-color: #0000;
  font-size: 18px;
}

.image-pills-purple {
  object-fit: cover;
  width: 450px;
  margin-top: -80px;
  position: absolute;
  top: 5%;
  left: 27%;
}

.image-pills-yellow {
  object-fit: cover;
  width: 350px;
  margin-top: -80px;
  position: absolute;
  top: 40%;
  left: 14%;
}

.image-pills-red {
  object-fit: cover;
  width: 350px;
  margin-top: -80px;
  position: absolute;
  top: 36%;
  right: 14%;
}

.hone-elips-yellow {
  position: absolute;
  top: 8%;
  right: 30%;
}

.home-elips-purple {
  position: absolute;
  top: 60%;
  right: 18%;
}

.home-elips-blue {
  position: absolute;
  top: 15%;
  left: 25%;
}

.home-elips-purple-big {
  position: absolute;
  bottom: 40%;
  left: 16%;
}

.block-wrapper {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  width: 75%;
  display: flex;
}

.cta-form-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-form-wrapper.margin-top-large {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
}

.background-top-white {
  background-color: var(--white);
  height: 40%;
  position: absolute;
  inset: 0%;
}

.section-logo {
  background-color: #d9fa69;
  padding-bottom: 80px;
}

.partners-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-description {
  text-align: center;
  width: 70%;
}

.container-choose-us {
  background-color: #0000;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.title-block {
  flex-direction: column;
  display: flex;
}

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

.testimonials-card-description {
  margin-top: 30px;
}

.testimonials-card-image {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
}

.features-icon {
  color: var(--primary);
  text-align: center;
  width: 50px;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
}

.service-card-contact {
  background-color: #241382;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-support-text {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.success-message-form, .error-message-form {
  background-color: #0000;
}

.contact-form-block {
  height: auto;
}

.contact-title {
  margin-bottom: 20px;
}

.heading-contact {
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
}

.team-members-wrapper {
  width: 100%;
}

.team-collection-list {
  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;
}

.team-member-collection-item {
  background-color: var(--purple);
  border-radius: 10px;
  padding-bottom: 30px;
}

.team-link-block {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.team-avatar {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 350px;
  transition: transform .8s;
}

.team-avatar:hover {
  transform: scale(1.1);
}

.team-link-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.position-job {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.our-team-bg-slide {
  z-index: 2;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-purple {
  color: var(--primary);
}

.link-position-text {
  color: var(--primary);
  transition: color .3s;
}

.link-position-text:hover {
  color: var(--text-dark);
}

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

.rich-text-map h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 32px;
}

.rich-text-map h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 28px;
}

.rich-text-map h4 {
  margin-top: 25px;
  font-size: 24px;
}

.rich-text-map h5, .rich-text-map h6 {
  margin-top: 20px;
}

.rich-text-map ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-map li {
  margin-left: 20px;
}

.rich-text-map img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-map p {
  font-weight: 400;
}

.description-details {
  align-items: center;
  display: flex;
}

.member-social-icon {
  background-color: var(--primary);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  display: flex;
}

.member-social-icon:hover {
  background-color: var(--text-dark);
}

.personal-info {
  color: var(--text-dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.member-link-description {
  grid-row-gap: 20px;
  background-color: var(--primary-light);
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  margin-top: -10px;
  padding: 20px 30px 30px;
  display: flex;
}

.position-2 {
  color: var(--text-dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.progressbar-wrap-2 {
  margin-top: 20px;
}

.doctor-details-wrapper {
  grid-column-gap: 60px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.member-block-details {
  background-color: var(--primary-light);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 30px 30px;
}

.member-image-block {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.member-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.doctor-details-right-wrap {
  width: 70%;
}

.progressbar-active-2 {
  background-color: var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% -4px auto;
}

.progress-bar-91-2 {
  background-color: var(--primary);
  width: 91%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progressbar-gray-line-2 {
  background-color: #afafaf80;
  width: 100%;
  height: 4px;
}

.doctor-details-left-wrap {
  border-radius: 10px;
  width: 40%;
  position: sticky;
  top: 40px;
}

.doctor-s-skills-heading {
  display: block;
}

.availability-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.progress-bar-90-2 {
  background-color: var(--primary);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.member-avatar {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 10%;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  transition: transform .6s;
}

.member-avatar:hover {
  transform: scale(1.2);
}

.progress-bar-80-2 {
  background-color: var(--primary);
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.availability {
  color: var(--text-dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.map-block-wrapper {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.doctor-s-clients-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.pharmacists-wrapper {
  width: 100%;
}

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

.team-member-link-block {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.team-member-avatar {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 250px;
  transition: transform .8s;
}

.team-member-avatar:hover {
  transform: scale(1.1);
}

.team-member-link-description {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-position-job {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.team-link-position {
  color: var(--white);
  transition: color .3s;
}

.team-link-position:hover {
  color: var(--primary);
}

.team-collection-item {
  background-color: var(--primary-light);
  border-radius: 10px;
  padding-bottom: 30px;
}

.capabilities-wrap {
  width: 55%;
}

.capabilities-left-wrap {
  border-radius: 10px;
  width: 40%;
  overflow: hidden;
}

.success-message-question, .error-message-question {
  color: var(--white);
  background-color: #0000;
}

.paragraph-job-description {
  color: var(--text-dark);
  font-size: 20px;
}

.service-list-image {
  width: 200px;
  height: 100%;
  margin-top: 10px;
}

.services-title {
  color: var(--white);
}

.blog-grid-categories-wrapper {
  display: flex;
}

.blog-grid-categories {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  column-gap: 30px;
  width: 100%;
  display: flex;
}

.blog-categories-grid-item {
  background-color: var(--white);
  border-radius: 5px;
  width: 31%;
  box-shadow: 0 0 20px #0000000f;
}

.banner-blog-title-wrapper {
  flex-direction: column;
  width: 760px;
  max-width: 760px;
}

.link-block-dark {
  border: 1px solid var(--paragraph-gray);
  color: var(--text-dark);
  border-radius: 30px;
  justify-content: center;
  height: 38px;
  padding: 6px 12px;
  transition-property: background-color;
  display: flex;
}

.link-block-dark:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.heading-blog {
  color: var(--white);
  margin-bottom: 20px;
}

.shop-category-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.shop-category-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.shop-category-collection-item {
  width: 31%;
}

.empty-state-shop-category {
  background-color: #0000;
}

.shop-images-wrapper {
  margin-top: 20px;
}

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.images-collection-item {
  width: 25%;
  display: flex;
}

.lightbox-main-image {
  width: 100%;
  height: 500px;
}

.product-main-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.small-image {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.more-image-block {
  grid-row-gap: 20px;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: sticky;
  top: 40px;
}

.lightbox-small-image {
  width: 100%;
  height: 100px;
}

.main-image-product {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.quantity {
  width: 100%;
  height: 55px;
  margin-top: 20px;
}

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

.shop-product-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.title-wrapper-copy {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form {
  background-color: var(--white);
  min-height: auto;
  margin-top: 40px;
  padding-bottom: 0;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-bottom: 10px;
}

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

.text-name-product {
  margin-bottom: 10px;
}

.image-order-product {
  object-fit: cover;
  border-radius: 5px;
  width: 60px;
  height: 60px;
}

.paypal-checkout-form {
  background-color: var(--white);
  min-height: auto;
  margin-top: 40px;
  padding-bottom: 0;
}

.error-state-order {
  background-color: #0000;
}

.order-confirmation {
  background-color: var(--white);
  min-height: auto;
  margin-top: 40px;
  padding-bottom: 0;
}

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

.banner-search-page {
  background-color: var(--white);
  border-radius: 10px;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 2px 40px #0d006312;
}

.page-search-text-field {
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-size: 18px;
  line-height: 1;
}

.page-search-text-field:focus {
  background-color: #0000;
  border-color: #0000;
  font-size: 18px;
}

.page-search-text-field::placeholder {
  background-color: #0000;
  font-size: 18px;
}

.search-banner-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 760px;
  max-width: 1200px;
  display: flex;
}

.big-text-404 {
  margin-bottom: 10px;
  font-size: 180px;
  font-weight: 700;
  line-height: 1.2em;
}

.error-message-password {
  background-color: #0000;
}

.btn-icon {
  margin-right: 8px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.why-we-buttonwrapper {
  display: flex;
}

.banner-img {
  width: 100%;
  height: 100%;
}

.heading-2 {
  text-transform: none;
}

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

.value-card {
  background-color: var(--cancel-primary);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.value-title.white {
  color: var(--white);
}

.value-txt.white {
  color: var(--light-gray);
  font-size: 15px;
}

.partners-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.heading-3 {
  text-transform: none;
}

.values-grid-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image {
  width: 50px;
}

.image.values {
  margin-bottom: 10px;
}

.new-slider {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.heading-4 {
  text-transform: none;
}

.detail-p, .dr {
  color: var(--cancel-primary);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

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

  .section.with-paralax {
    height: auto;
  }

  .section.shop-product-section {
    padding-top: 80px;
  }

  .section.with-dark-background {
    grid-column-gap: 30px;
  }

  .section.green-background-section {
    background-size: auto;
  }

  .base-container.border-grey-about {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .coming-soon-page-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1.25fr 1fr;
  }

  .footer {
    padding-top: 110px;
    padding-bottom: 80px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-image-wrapper {
    width: 45%;
  }

  .values-content-wrapper {
    width: 55%;
    padding-left: 100px;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

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

  .job-position-content-wrapper {
    padding-right: 70px;
  }

  .contacts-wrapper {
    grid-column-gap: 80px;
  }

  .footer-brand-wrapper {
    width: 92%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-result-wrapper {
    margin-top: 100px;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .service-list-2-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sidebar-search-wrapper {
    flex-wrap: nowrap;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrap {
    padding-right: 70px;
  }

  .form-link {
    font-size: 18px;
  }

  .form-link.contacts-paragraph {
    margin-bottom: 10px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .capabilities-left {
    width: 35%;
  }

  .capabilities-right {
    width: 65%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-banner-brands {
    height: 42px;
  }

  .banner-brands-wrapper {
    grid-column-gap: 50px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .shop-tabs-menu {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

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

  .shop-details-block {
    margin-top: 100px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .position-relative {
    padding-bottom: 110px;
  }

  .paragraph-banenr {
    width: 80%;
  }

  .right-block-drscription {
    padding-left: 30px;
    padding-right: 50px;
  }

  .pills-purple {
    height: 280px;
    top: -21%;
  }

  .pills-yellow {
    height: 240px;
    bottom: 5%;
  }

  .pills-blue {
    height: 260px;
    left: 11%;
  }

  .pills-red {
    height: 240px;
  }

  .elips-yellow {
    right: 34%;
  }

  .elips-blue {
    left: 27%;
  }

  .link-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .facts-block {
    bottom: 50px;
    left: 40%;
  }

  .why-we-title {
    width: 70%;
  }

  .section-title-services {
    padding-right: 10px;
  }

  .list-large {
    grid-row-gap: 30px;
  }

  .list-item-large {
    font-size: 26px;
  }

  .title-not-full {
    width: 60%;
  }

  .paragraph-not-full {
    width: 80%;
  }

  .container-online-pharmacy {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .container-online-pharmacy.with-margin {
    margin-top: 110px;
  }

  .search-text-field {
    width: 422px;
  }

  .banner-search {
    width: 550px;
  }

  .pills-blue-big {
    bottom: -15%;
    left: 16%;
  }

  .pills-yellow-big {
    right: -12%;
  }

  .footer-image {
    width: 500px;
    height: 900px;
    bottom: -60%;
  }

  .home-banner-image {
    height: 275px;
  }

  .paragraph-banenr-center {
    width: 50%;
  }

  .home-banner-search {
    width: 550px;
  }

  .banner-search-text-field {
    width: 422px;
  }

  .image-pills-purple {
    left: 30.5%;
  }

  .image-pills-yellow {
    left: 19%;
  }

  .image-pills-red {
    right: 19%;
  }

  .hone-elips-yellow {
    right: 34%;
  }

  .home-elips-purple {
    right: 18%;
  }

  .home-elips-blue {
    left: 27%;
  }

  .home-elips-purple-big {
    left: 16%;
  }

  .block-wrapper {
    width: 70%;
  }

  .section-logo {
    padding-bottom: 130px;
  }

  .partners-wrapper {
    max-width: 100%;
    margin-top: 110px;
  }

  .container-choose-us {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .paragraph-capabilities {
    width: 80%;
  }

  .map-block-wrapper {
    grid-column-gap: 80px;
  }

  .doctor-s-clients-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .capabilities-wrap {
    width: 60%;
  }

  .link-block-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-blog {
    font-size: 60px;
  }

  .lightbox-main-image {
    height: 550px;
  }

  .banner-search-page {
    width: 550px;
  }

  .page-search-text-field {
    width: 422px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.with-paralax {
    background-image: linear-gradient(51deg, #000c, #0000), linear-gradient(#0000, #0000), url('../images/debby-hudson-eM998ArWYec-unsplash.jpg');
  }

  .base-container.border-grey, .base-container.border-white {
    padding-top: 40px;
  }

  .base-container.banner-border-grey {
    padding-top: 20px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-graphic-image {
    background-image: url('../images/toa-heftiba-_UIVmIBB3JU-unsplash.jpg');
    background-size: cover;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .capabitities-cards-wrapper.hide {
    display: none;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-preview {
    height: 540px;
  }

  .home-banner-bottom {
    margin-top: -20px;
  }

  .pills-purple {
    top: -14%;
  }

  .pills-yellow {
    bottom: -7%;
  }

  .pills-red {
    bottom: -35%;
  }

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

  .why-we-title {
    width: 70%;
  }

  .empty-state-shop {
    color: var(--white);
    background-color: #0000;
  }

  .container-online-pharmacy {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .footer-image {
    width: 600px;
    right: 0%;
  }

  .home-banner-image {
    height: 200px;
  }

  .image-pills-purple {
    width: 400px;
    left: 32.5%;
  }

  .image-pills-yellow {
    width: 300px;
    left: 23%;
  }

  .image-pills-red {
    width: 300px;
    right: 23%;
  }

  .home-elips-purple {
    right: 24%;
  }

  .home-elips-blue {
    left: 30%;
  }

  .home-elips-purple-big {
    left: 24%;
  }

  .empty-state-shop-category {
    color: var(--white);
    background-color: #0000;
  }
}

@media screen and (min-width: 1920px) {
  .section.with-paralax {
    background-image: linear-gradient(51deg, #000c, #0000), linear-gradient(#0000, #0000), url('../images/debby-hudson-eM998ArWYec-unsplash.jpg');
  }

  .base-container.border-grey, .base-container.border-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base-container.banner-border-grey {
    padding-top: 60px;
  }

  .nav-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-banner-bottom {
    grid-column-gap: 80px;
    margin-top: 80px;
  }

  .pills-purple {
    height: 360px;
    top: -31%;
    right: -10%;
  }

  .pills-yellow {
    height: auto;
    bottom: -13%;
    right: -11%;
  }

  .pills-blue {
    height: auto;
    left: -2%;
  }

  .pills-red {
    height: auto;
    bottom: -62%;
    left: 28%;
  }

  .elips-yellow {
    top: 62%;
  }

  .elips-purple {
    bottom: -32%;
  }

  .elips-blue {
    bottom: 8%;
    left: 13%;
  }

  .why-we-title {
    width: 70%;
  }

  .footer-image {
    height: 1000px;
    bottom: -65%;
    right: 6%;
  }

  .home-banner-image {
    height: 400px;
  }

  .image-pills-purple {
    width: 550px;
    left: 26.5%;
  }

  .image-pills-yellow {
    width: 400px;
    left: 14%;
  }

  .image-pills-red {
    width: 400px;
    right: 13%;
  }

  .home-elips-purple {
    right: 15%;
  }

  .home-elips-purple-big {
    left: 17%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  .section.about-us-banner {
    min-height: 300px;
    display: inline-block;
  }

  .section.banner-main, .section.banner-blog {
    width: 100%;
    min-height: 300px;
    display: inline-block;
  }

  .section.banner-changelogy {
    min-height: 300px;
    display: inline-block;
  }

  .section.txt {
    background-size: contain;
  }

  .base-container.border-white-full {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .base-container.border-white-full-blog {
    height: 400px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description {
    align-items: center;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 100%;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 100%;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-list.megamenu.w--open {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 10px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-page-wrap {
    display: flex;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .free-trial-wrapper {
    grid-column-gap: 60px;
  }

  .free-trial-title {
    margin-bottom: 30px;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-large.testimonial {
    font-size: 20px;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-white.textsmall {
    font-size: 14px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-us-form-wrapper {
    padding: 40px;
  }

  .contact-us-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-us-input.last-child {
    margin-right: 0;
  }

  .footer-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .search-result-wrapper {
    margin-top: 60px;
  }

  .search-section {
    margin-bottom: 40px;
  }

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

  .testimonials-card-item {
    width: 354px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-2-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .our-services-item-description {
    margin-bottom: 15px;
  }

  .service-list-process-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .banner-form, .form-text-field {
    width: 100%;
  }

  .nav-dropdown-column {
    flex-direction: column;
    justify-content: center;
    width: 180px;
    display: flex;
  }

  .sidebar-search-wrapper {
    flex-wrap: nowrap;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-graphic-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 0;
  }

  .home-graphic-image {
    background-size: cover;
    width: 100%;
    height: 400px;
  }

  .home-graphic-text {
    width: 100%;
  }

  .contacts-icon-primary {
    font-size: 30px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .map-wrap.home-page {
    margin-bottom: 40px;
  }

  .contacts-wrap-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-wrap-grid.contacts-wrap {
    grid-column-gap: 80px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

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

  .banner-section.search-banner {
    display: inline-block;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .service-image-cont {
    justify-content: center;
  }

  .our-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .banner-icons-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .capabilities-wrapper {
    flex-direction: column-reverse;
  }

  .capabilities-left {
    width: 100%;
  }

  .capabitities-card {
    width: 47%;
  }

  .capabilities-image {
    height: 400px;
  }

  .capabilities-right {
    width: 100%;
  }

  .more-features-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .home-slide {
    object-position: 70% 50%;
  }

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

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-wrapper {
    flex-direction: column;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home-banner-img {
    order: -1;
    justify-content: center;
    height: 250px;
  }

  .home-banner-img.none {
    display: none;
  }

  .home-more-features-wrap {
    width: 340px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    width: 320px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    width: 150px;
    height: 50px;
    display: block;
  }

  .brand, .brand.w--current {
    height: 50px;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 30px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .sessions-tab-link {
    color: var(--dark-gray);
  }

  .sessions-tab-link.w--current {
    color: var(--white);
    border-bottom-style: none;
    padding-bottom: 12px;
  }

  .sessions-tab-link.text-dark {
    color: var(--paragraph-gray);
  }

  .sessions-tab-link.text-dark.w--current {
    color: var(--text-dark);
  }

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

  .shop-tabs-menu {
    grid-column-gap: 30px;
    justify-content: center;
    padding-bottom: 15px;
  }

  .shop-tabs-menu.dark-border {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1.2fr .75fr;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .button-nav-wrapper.display-none {
    display: none;
  }

  .logo {
    object-fit: contain;
  }

  .button-tablet-nav-wrapper {
    margin-top: 50px;
    display: block;
  }

  .navbar-relative {
    height: 60px;
    padding-top: 10px;
  }

  .paragraph-banenr {
    width: 80%;
  }

  .home-banner-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 40px;
  }

  .pills-purple {
    right: 18%;
  }

  .pills-yellow {
    right: 0%;
  }

  .pills-blue {
    top: -7%;
  }

  .pills-red {
    bottom: 0%;
    left: 25%;
  }

  .elips-yellow {
    top: 77%;
  }

  .why-we-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .why-we-left, .why-we-right {
    width: 46%;
  }

  .facts-block {
    justify-content: center;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0%;
  }

  .why-we-title {
    width: 90%;
    font-size: 32px;
  }

  .logo-tablet {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .nav-cart {
    grid-column-gap: 20px;
  }

  .banner-heading {
    width: 80%;
  }

  .paragraph-holder {
    max-width: 500px;
  }

  .title-not-full {
    width: 60%;
  }

  .paragraph-not-full {
    width: 85%;
  }

  .form-block-search {
    width: 70%;
    position: relative;
    top: -40px;
    right: 0%;
  }

  .right-free-trial {
    width: 55%;
  }

  .left-free-trial {
    width: 50%;
  }

  .pills-blue-big {
    width: 240px;
    bottom: 20%;
    left: -8%;
  }

  .pills-yellow-big {
    width: 200px;
    bottom: -35%;
    right: -20%;
  }

  .pills-red-big {
    width: 200px;
    bottom: -20%;
    left: -4%;
  }

  .footer-left-wrap {
    width: 100%;
  }

  .footer-right-wrap {
    width: 100%;
    height: 250px;
    display: none;
  }

  .footer-link-grid {
    width: 78%;
  }

  .footer-image {
    object-position: 50% 0%;
    width: 600px;
    height: auto;
    bottom: -80%;
    right: 10%;
  }

  .service-card-block {
    width: 334px;
  }

  .home-banner-center-wrapper {
    flex-direction: column;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .banner-title-wrap {
    width: 75%;
  }

  .paragraph-banenr-center {
    width: 80%;
  }

  .image-pills-purple {
    left: 19%;
  }

  .image-pills-yellow {
    left: 1%;
  }

  .image-pills-red {
    right: 1%;
  }

  .home-elips-purple {
    right: 6%;
  }

  .home-elips-purple-big {
    left: 7%;
  }

  .block-wrapper {
    width: 100%;
  }

  .cta-form-wrapper {
    grid-column-gap: 30px;
  }

  .partners-wrapper {
    max-width: 100%;
  }

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

  .contact-support-text {
    width: 100%;
  }

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

  .doctor-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .member-image-block {
    height: 500px;
  }

  .doctor-details-right-wrap {
    width: 100%;
  }

  .doctor-details-left-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    position: relative;
    top: 0;
  }

  .member-avatar {
    height: 500px;
  }

  .map-block-wrapper {
    flex-direction: column;
  }

  .doctor-s-clients-wrapper, .pharmacists-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .capabilities-wrap, .capabilities-left-wrap {
    width: 100%;
  }

  .paragraph-job-description {
    font-size: 18px;
  }

  .blog-grid-categories-wrapper, .blog-grid-categories {
    flex: none;
    width: 100%;
  }

  .blog-categories-grid-item {
    width: 47%;
  }

  .banner-blog-title-wrapper {
    width: 90%;
  }

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

  .shop-category-collection-item {
    width: 47%;
  }

  .lightbox-main-image {
    height: 450px;
  }

  .more-image-block {
    width: 100%;
    position: static;
  }

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

  .row {
    flex-wrap: wrap;
  }

  .column {
    flex: 0 auto;
    width: 100%;
  }

  .search-banner-wrapper {
    flex-direction: column;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .changelog-title-wrapper {
    width: 100%;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

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

  .values-grid-full {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.banner-main, .section.banner-blog, .section.banner-changelogy {
    width: 100%;
  }

  .base-container.border-grey-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .free-trial-wrapper {
    flex-direction: column;
  }

  .free-trial-title, .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .banner-title-wrapper.not-full {
    width: 90%;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    margin-bottom: 40px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .link-with-icon.mt-40 {
    margin-top: 30px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-us-form-wrapper {
    padding: 20px;
  }

  .contact-us-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

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

  .footer-links-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    width: 100%;
    max-width: 450px;
  }

  .service-list-2-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .our-services-item-description {
    margin-top: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .banner-form {
    flex-wrap: wrap;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-graphic-wrapper {
    flex-wrap: wrap;
  }

  .home-graphic-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-graphic-text {
    text-align: center;
    width: 100%;
  }

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

  .blog-section-title, .map-wrap.home-page {
    margin-bottom: 40px;
  }

  .testimonials-author {
    display: none;
  }

  .contacts-wrap-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contacts-wrap-grid.contacts-wrap {
    grid-column-gap: 40px;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .our-services-grid {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .banner-icons-block {
    align-items: center;
  }

  .capabilities-wrapper {
    flex-wrap: wrap-reverse;
  }

  .capabilities-left {
    width: 100%;
  }

  .capabilities-image {
    height: 300px;
  }

  .capabilities-right {
    width: 100%;
  }

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

  .home-9-team-item {
    width: 48%;
  }

  .home-slide {
    object-fit: cover;
    object-position: 60% 50%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-more-features-wrap {
    width: 100%;
  }

  .banner-brands-wrapper {
    grid-row-gap: 30px;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header-2 {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    font-size: 35px;
  }

  .grid-title-2 {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title-2.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .shop-details-block {
    margin-top: 40px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .position-relative {
    padding-bottom: 60px;
  }

  .logo {
    height: 100%;
  }

  .pills-purple {
    height: 200px;
  }

  .pills-yellow {
    height: 170px;
  }

  .pills-blue, .pills-red {
    height: 180px;
  }

  .grey-line {
    display: none;
  }

  .why-we-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-we-left {
    width: 100%;
  }

  .why-we-image {
    height: 300px;
  }

  .why-we-right {
    width: 100%;
  }

  .facts-block {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .logo-tablet {
    height: 24px;
  }

  .section-title-services {
    margin-bottom: 20px;
  }

  .button-home-wrapper {
    margin-top: 40px;
  }

  .banner-heading {
    width: 90%;
  }

  .reviews-holder {
    width: 100%;
  }

  .list-item-large, .title-not-full {
    text-align: left;
  }

  .paragraph-not-full {
    text-align: left;
    width: 90%;
  }

  .container-online-pharmacy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-online-pharmacy.with-margin {
    margin-top: 60px;
  }

  .right-free-trial {
    width: 100%;
  }

  .left-free-trial {
    width: 100%;
    height: 300px;
  }

  .pills-blue-big {
    left: 19%;
  }

  .pills-yellow-big {
    bottom: -6%;
    right: -10%;
  }

  .pills-red-big {
    bottom: 7%;
    left: -2%;
  }

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

  .footer-left-wrap {
    grid-row-gap: 40px;
  }

  .footer-link-grid {
    width: 100%;
  }

  .footer-image {
    width: 500px;
    bottom: -53%;
    right: 7%;
  }

  .service-card-block {
    width: 100%;
  }

  .home-banner-image {
    height: 230px;
  }

  .banner-title-wrap {
    width: 90%;
  }

  .home-banner-search {
    width: 450px;
  }

  .image-pills-purple {
    width: 300px;
    top: 21%;
    left: 21%;
  }

  .image-pills-yellow {
    width: 200px;
    top: 62%;
    left: 8%;
  }

  .image-pills-red {
    width: 200px;
    top: 61%;
    right: 8%;
  }

  .hone-elips-yellow, .home-elips-purple, .home-elips-blue {
    width: 25px;
  }

  .home-elips-purple-big {
    width: 30px;
  }

  .block-wrapper {
    width: 100%;
  }

  .cta-form-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .partners-wrapper {
    justify-content: space-between;
    margin-top: 60px;
  }

  .image-partner {
    height: 35px;
  }

  .paragraph-description {
    width: 100%;
  }

  .container-choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .contact-support-text {
    width: 100%;
  }

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

  .rich-text-map {
    height: auto;
  }

  .progressbar-wrap-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .member-image-block {
    height: 270px;
  }

  .doctor-details-left-wrap {
    width: 100%;
  }

  .member-avatar {
    height: 270px;
  }

  .doctor-s-clients-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .capabilities-wrap, .capabilities-left-wrap {
    width: 100%;
  }

  .blog-grid-categories-wrapper, .blog-grid-categories {
    column-count: 1;
  }

  .blog-categories-grid-item, .banner-blog-title-wrapper, .shop-category-collection-item {
    width: 100%;
  }

  .title-wrapper-copy {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .changelog-title-wrapper {
    width: 100%;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .values-grid-full {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    width: 100%;
    line-height: 1.6em;
    display: inline-block;
  }

  .footer-rights.left-margin {
    margin-left: 0;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
    line-height: 1.6em;
  }

  .section-title-wrapper.not-full {
    width: 80%;
  }

  .free-trial-title {
    font-size: 36px;
    line-height: 1.2em;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-item {
    margin-right: 15px;
    padding: 20px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .text-white {
    font-size: 24px;
  }

  .text-white.textsmall.textphone {
    font-size: 10px;
    line-height: 1.6em;
  }

  .section-title-description {
    width: 100%;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-us-form-wrapper {
    background-color: #0000;
    padding: 0;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

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

  .service-list-process-wrapper {
    grid-template-columns: 1fr;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .banner-form {
    justify-content: center;
  }

  .form-text-field {
    width: 100%;
  }

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

  .section-title-center {
    margin-bottom: 20px;
  }

  .text-dark.small-onmbile {
    font-size: 14px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .banner-icons-block {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    display: flex;
  }

  .capabitities-cards-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .capabitities-card, .home-9-team-item {
    width: 100%;
  }

  .home-slide {
    object-fit: cover;
  }

  .home-banner-wrapper {
    width: 100%;
  }

  .home-banner-img {
    height: 200px;
  }

  .banner-brands-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-23-team-item {
    width: 100%;
  }

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

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

  .grid-title-2 {
    align-items: center;
  }

  .grid-title-2.first-grid {
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .shop-collection-list-wrapper {
    margin-top: 40px;
  }

  .sessions-tab-link {
    text-align: center;
  }

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

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

  .footer-rights-wrapper {
    width: 100%;
    display: inline-block;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .paragraph-banenr {
    width: 100%;
  }

  .paragraph-banenr.text-white {
    font-size: 20px;
  }

  .primary-button-form.full-block {
    width: 100%;
  }

  .right-block-drscription {
    width: 95%;
  }

  .home-banner-bottom {
    margin-top: 30px;
  }

  .pills-purple {
    height: 170px;
    top: -30%;
  }

  .pills-yellow {
    height: 130px;
  }

  .pills-blue {
    height: 150px;
    left: -4%;
  }

  .pills-red {
    height: 140px;
  }

  .elips-yellow {
    right: 26%;
  }

  .facts-block {
    flex-direction: column;
  }

  .why-we-title {
    font-size: 28px;
  }

  .banner-heading {
    width: 100%;
  }

  .banner-heading.text-white {
    font-size: 36px;
  }

  .slider-testimonials {
    height: auto;
    min-height: 580px;
  }

  .title-not-full {
    width: 100%;
  }

  .paragraph-not-full {
    margin-bottom: 20px;
  }

  .search-text-field {
    width: 100%;
  }

  .banner-search {
    justify-content: center;
    width: 100%;
  }

  .form-block-search {
    width: 95%;
  }

  .pills-blue-big {
    width: 220px;
    bottom: 32%;
    left: 1%;
  }

  .pills-yellow-big {
    width: 180px;
    bottom: 0%;
    right: -15%;
  }

  .pills-red-big {
    width: 180px;
    left: -14%;
  }

  .footer-info {
    width: 100%;
    max-width: none;
  }

  .footer-right-wrap {
    height: 200px;
  }

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

  .footer-image {
    width: 100%;
    bottom: -29%;
    right: -2%;
  }

  .home-banner-center-wrapper {
    width: 100%;
  }

  .home-banner-image {
    height: 200px;
  }

  .banner-title-wrap, .paragraph-banenr-center {
    width: 100%;
  }

  .home-banner-search {
    justify-content: center;
    width: 100%;
  }

  .banner-search-text-field {
    width: 100%;
  }

  .image-pills-purple {
    width: 250px;
    top: 26%;
    left: 15%;
  }

  .image-pills-yellow {
    width: 150px;
    top: 72%;
    left: 2%;
  }

  .image-pills-red {
    width: 150px;
    top: 72%;
    right: 1%;
  }

  .hone-elips-yellow {
    right: 26%;
  }

  .block-wrapper {
    width: 100%;
  }

  .partners-wrapper {
    justify-content: center;
  }

  .paragraph-description {
    font-size: 16px;
  }

  .features-icon {
    margin-right: 15px;
  }

  .member-image-block, .member-avatar {
    height: 320px;
  }

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

  .images-collection-list {
    grid-column-gap: 10px;
  }

  .lightbox-main-image {
    height: 350px;
  }

  .lightbox-small-image {
    height: 80px;
  }

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

  .order-item {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .banner-search-page {
    justify-content: center;
    width: 100%;
  }

  .page-search-text-field, .search-banner-wrapper {
    width: 100%;
  }

  .big-text-404 {
    font-size: 120px;
  }

  .heading {
    font-size: 32px;
  }

  .detail-p {
    text-align: left;
    font-size: 14px;
  }

  .list-item {
    font-size: 12px;
  }
}

#w-node-_1c804f75-d3bf-ff43-dd19-339e61dd23c5-628b60c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_81dd5d5e-5c47-412e-eeb1-1703adff6b8a-628b60c2, #w-node-b4cb816f-b50c-2444-19f0-27ed61511587-628b60c2, #w-node-b15737e3-e897-a230-cc57-67ca8cfbd505-628b60c2, #w-node-_64a4c844-9797-93dc-d733-009216fc2165-628b60c2, #w-node-_0a0db035-9306-ddfe-7c25-ca661689dfba-628b60c2, #w-node-_3a519f85-51b1-2d78-651e-67cac8c2f7e3-628b60c2, #w-node-_780665c1-0d62-b747-1b1d-b1a2e84ab1b2-628b6127, #w-node-_780665c1-0d62-b747-1b1d-b1a2e84ab1c0-628b6127, #w-node-_780665c1-0d62-b747-1b1d-b1a2e84ab1ce-628b6127, #w-node-_469f8a7f-1906-438e-85ad-934b9575550a-628b6127, #w-node-_469f8a7f-1906-438e-85ad-934b95755517-628b6127, #w-node-f27b3d38-1669-c07d-9e0d-c57d48b97553-628b6127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f7293da-96ed-72b5-9e31-aeb58f4f723e-628b612c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7293da-96ed-72b5-9e31-aeb58f4f7250-628b612c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f2cbd1d1-2ee4-6a3a-b4f2-5b9e5c679b0a-628b612c, #w-node-f2cbd1d1-2ee4-6a3a-b4f2-5b9e5c679b15-628b612c, #w-node-f2cbd1d1-2ee4-6a3a-b4f2-5b9e5c679b23-628b612c, #w-node-f2cbd1d1-2ee4-6a3a-b4f2-5b9e5c679b31-628b612c, #w-node-f2cbd1d1-2ee4-6a3a-b4f2-5b9e5c679b3f-628b612c, #w-node-f2cbd1d1-2ee4-6a3a-b4f2-5b9e5c679b4d-628b612c, #w-node-c57b126f-018b-0f65-b944-b8a27d0be11d-628b612d, #w-node-c57b126f-018b-0f65-b944-b8a27d0be128-628b612d, #w-node-c57b126f-018b-0f65-b944-b8a27d0be136-628b612d, #w-node-c57b126f-018b-0f65-b944-b8a27d0be144-628b612d, #w-node-c57b126f-018b-0f65-b944-b8a27d0be152-628b612d, #w-node-c57b126f-018b-0f65-b944-b8a27d0be160-628b612d, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-628b612e, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-628b612e, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-628b612e, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-628b612e, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-628b612e, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-628b612e, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-628b612e, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-628b612e, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-628b612e, #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-628b612e, #w-node-_005f1e8e-409e-7adc-4b69-a34b9269fc20-628b6131, #w-node-_57bfe9d1-7502-2e3b-523f-322231b310a0-628b6131, #w-node-_8e3d93e5-a575-e0ea-bb99-de2f67fee19d-628b6131, #w-node-_58a3cd16-d4e2-633e-11e3-058495ac7189-628b6131, #w-node-_4fc42906-84ce-f4c3-3514-c9a03aeab1c9-628b6131, #w-node-c4ab3214-a8c3-3af8-6eda-36f075eb3f16-628b6131, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-628b6133, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-628b6133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3ff05d1b-b472-4544-36a0-6e814c28c0a1-628b610f, #w-node-_780665c1-0d62-b747-1b1d-b1a2e84ab1ce-628b6127 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-628b6135, #w-node-b80d74b0-784b-fb66-0014-d203783e80a5-628b6135, #w-node-_7fcf172b-cc53-e46b-6b77-0c4a5e72a0de-628b6135, #w-node-b33cc1eb-d4c7-be3b-13ca-82887038b435-628b6135, #w-node-_26278cda-2fca-901c-d027-45b05ad8dca0-628b6135, #w-node-_31dc0105-e13e-1824-1876-6e5a848d5215-628b6135, #w-node-b6b855c3-22f5-f7dd-de11-dd75a0978f5d-628b6135, #w-node-b6b855c3-22f5-f7dd-de11-dd75a0978f68-628b6135, #w-node-b6b855c3-22f5-f7dd-de11-dd75a0978f73-628b6135, #w-node-b6b855c3-22f5-f7dd-de11-dd75a0978f7e-628b6135, #w-node-b6b855c3-22f5-f7dd-de11-dd75a0978f89-628b6135, #w-node-b6b855c3-22f5-f7dd-de11-dd75a0978f94-628b6135, #w-node-_7116f74f-c262-7e1e-a6b5-d6f43e654610-628b613d, #w-node-_7116f74f-c262-7e1e-a6b5-d6f43e65461b-628b613d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7116f74f-c262-7e1e-a6b5-d6f43e654626-628b613d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ff05d1b-b472-4544-36a0-6e814c28c0a1-628b610f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_780665c1-0d62-b747-1b1d-b1a2e84ab1ce-628b6127 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7116f74f-c262-7e1e-a6b5-d6f43e654626-628b613d {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-628b612e, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-628b612e, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-628b612e, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-628b612e, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-628b612e, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-628b612e, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-628b612e, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-628b612e, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-628b612e, #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-628b612e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}