:root {
  --dark: #18100f;
  --primary: #0a5fa0;
  --white: white;
  --secondary: #666;
  --dark-bg-primary: #fdb500;
  --light-grey: #ebe8e2;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  color: var(--dark);
  background-color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

h3 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

h4 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h5 {
  color: var(--dark);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h6 {
  color: var(--dark);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

a {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

li {
  margin-bottom: 4px;
}

img {
  max-width: 100%;
}

label {
  color: var(--dark);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--primary);
  background-color: var(--white);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.8em;
}

figure {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: block;
}

figcaption {
  color: var(--secondary);
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
}

.style-guide-nav {
  width: 240px;
  height: 0;
  border-right: 1px solid #ced5db;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0;
  right: auto;
}

.style-guide-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

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

.menu-link {
  width: 100%;
  color: var(--dark);
  text-transform: uppercase;
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  line-height: 2em;
  transition: background-color .2s, color .2s;
}

.menu-link:hover {
  color: #111314;
}

.menu-link.w--current {
  border-left-color: var(--dark-bg-primary);
  background-color: var(--primary);
  color: #fff;
  padding-right: 0;
  font-weight: 400;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  opacity: .2;
  background-color: #1d1916;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.style-guide-block {
  margin-bottom: 32px;
}

.form-error {
  color: var(--light-grey);
  background-color: #e92222;
  border-radius: 5px;
  padding: 16px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.form {
  margin-bottom: 8px;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-4 {
  width: 33.33%;
  flex: 0 auto;
  display: block;
}

.spacer {
  height: 48px;
  background-color: #ece7e0;
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.text-input {
  height: 58px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--secondary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 16px;
  padding: 24px 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8px;
}

.text-input:focus, .text-input.-wfp-focus {
  border-width: 0 0 1px;
  border-color: var(--primary);
}

.text-input::-ms-input-placeholder {
  color: var(--secondary);
}

.text-input::placeholder {
  color: var(--secondary);
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.paragraph {
  margin-bottom: 16px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 1.86em;
}

.paragraph.large {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.8em;
}

.paragraph.last-child {
  margin-bottom: 0;
}

.form-dropdown {
  width: 100%;
  height: 58px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--secondary);
  color: var(--secondary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 16px;
  padding: 8px 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  position: relative;
}

.form-dropdown:hover {
  border-width: 0 0 1px;
  border-color: rgba(102, 102, 102, .2) rgba(102, 102, 102, .2) var(--primary);
  color: var(--secondary);
}

.form-dropdown:focus {
  border-width: 0 0 1px;
  border-color: var(--primary);
  color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

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

.form-success {
  background-color: var(--dark-bg-primary);
  color: var(--light-grey);
  border-radius: 5px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.style-guide-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
}

.style-guide-section {
  z-index: 0;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.style-guide-section.bg-dark {
  background-color: var(--dark);
  padding-top: 30px;
  padding-bottom: 30px;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 10px;
  display: block;
}

.heading-h1 {
  color: var(--dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Jost;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.heading-h1.text-white {
  font-family: Quicksand, sans-serif;
}

.button {
  background-color: var(--dark-bg-primary);
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 5px;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 12px 32px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
}

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

.button.outline {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.outline:hover {
  border-color: var(--dark-bg-primary);
  background-color: var(--dark-bg-primary);
  color: var(--light-grey);
}

.button.outline:active {
  border-color: var(--dark-bg-primary);
  background-color: var(--dark-bg-primary);
}

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

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

.button.white {
  background-color: var(--light-grey);
  color: var(--primary);
}

.button.white:hover {
  background-color: var(--dark);
  color: var(--light-grey);
}

.button.pricing-button {
  width: 100%;
}

.button.button-subscribe {
  background-image: url('../images/Path_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 8px 24px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 0%;
}

.style-guide-section-header {
  margin-bottom: 40px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.style-guide-body {
  background-color: #fff;
}

.style-guide-label {
  color: var(--primary);
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.block-quote {
  border-left-color: var(--primary);
  background-color: var(--white);
  line-height: 1.8em;
}

.white-link {
  color: #9ec5fa;
}

.silde-bar-nav {
  width: 240px;
  height: 100vh;
  background-color: var(--white);
}

.section {
  padding: 60px 20px 120px;
}

.section.bg-gray {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section.banner-section {
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.timeline-section {
  background-color: var(--dark-bg-primary);
}

.section.breadcrumb-hero {
  background-color: var(--primary);
  text-align: center;
  background-image: linear-gradient(rgba(36, 144, 235, .9), rgba(36, 144, 235, .9)), url('../images/image-pattern_1image-pattern.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 0;
  margin-bottom: 60px;
}

.section.blog-detail {
  padding-bottom: 0;
}

.section.about-us-section {
  margin-top: 40px;
}

.section.blog-section {
  margin-left: 20px;
  margin-right: 20px;
}

.section.product-detail-review-section {
  padding-top: 0;
}

.section.timeline-section {
  background-color: #fdb500;
}

.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid var(--white);
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 30px rgba(24, 16, 15, .1);
}

.nav-link {
  color: var(--dark);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 32px 24px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

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

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

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

.section-title-block {
  margin-bottom: 32px;
}

.section-title-block.text-center {
  text-align: center;
  margin-bottom: 60px;
}

.section-sub-title {
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 12px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  display: inline-block;
}

.service-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
}

.color-block {
  width: 130px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-bottom: 8px;
}

.color-block.bg-dark {
  background-color: var(--dark);
}

.color-block.bg-gray {
  background-color: var(--white);
}

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

.color-block.bg-secondary {
  background-color: var(--secondary);
}

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

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

.color-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

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

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

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

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

.bg-primary {
  background-color: var(--primary);
  text-align: left;
  display: block;
}

.bg-dark {
  background-color: var(--dark);
}

.bg-secondary {
  background-color: var(--secondary);
}

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

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

.bg-dark-primary {
  background-color: var(--dark-bg-primary);
}

.team-posts-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer {
  background-color: var(--light-grey);
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0;
}

.footer-brand.w--current {
  margin-bottom: 10px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.link {
  font-family: Quicksand, sans-serif;
}

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

.marquee-section {
  overflow: hidden;
}

.marquee-wrap {
  width: 100%;
  display: flex;
}

.sliding-text {
  flex: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.marquee-item {
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-img {
  margin-left: 32px;
  margin-right: 16px;
}

.marquee-text {
  color: var(--light-grey);
  text-align: left;
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.appointment-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
}

.appointment-block {
  z-index: 9;
  background-color: var(--dark-bg-primary);
  border-radius: 5px;
  margin-right: 0;
  padding: 48px 32px;
  position: relative;
  bottom: -32px;
  right: -32px;
}

.appointment-image {
  border-radius: 5px;
}

.appointment-time {
  background-color: var(--white);
  border-radius: 5px;
  padding: 48px 32px;
  position: relative;
  top: 40px;
  left: -32px;
}

.appointment-description {
  color: var(--dark);
  margin-bottom: 32px;
}

.appointment-title {
  margin-bottom: 8px;
}

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

.service-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--light-grey);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 40px 32px;
  display: grid;
}

.service-item.last-child {
  margin-bottom: 0;
}

.service-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-icon {
  width: 110px;
  height: 110px;
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 16px 20px;
}

.service-title {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 40px;
}

.service-description {
  margin-bottom: 20px;
}

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

.counter-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.counter-block {
  border-top: 2px solid var(--secondary);
  padding-top: 24px;
}

.counter-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.counter-title {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
}

.counter-description {
  margin-bottom: 0;
}

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

.hero-banner-left {
  margin-left: 10px;
  padding-right: 60px;
}

.hero-banner-right {
  position: relative;
}

.hero-banner-title {
  padding-left: 20px;
  font-size: 72px;
  line-height: 80px;
}

.hero-banner-image {
  border-radius: 5px;
  display: block;
  position: relative;
}

.hero-list {
  align-items: flex-end;
  margin-top: 32px;
  margin-bottom: 32px;
}

.hero-list.last-child {
  margin-top: 24px;
  margin-bottom: 0;
}

.hero-list-item {
  color: var(--dark);
  align-items: center;
  margin-bottom: 12px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.hero-list-line {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 20px;
  margin-right: 12px;
  padding-top: 0;
  display: inline-block;
}

.hero-banner-description {
  margin-bottom: 32px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 2em;
}

.service-list {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  list-style-type: disc;
}

.list-style-item {
  margin-bottom: 8px;
  list-style-type: disc;
}

.list {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.section-description {
  margin-bottom: 32px;
}

.title-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.counter-dot {
  flex: 0 auto;
  align-self: auto;
  margin-right: 10px;
}

.counter-label {
  color: var(--primary);
  text-transform: none;
  align-self: auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.team-image-block {
  position: relative;
}

.team-info {
  text-align: center;
  padding-top: 20px;
}

.team-title {
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
}

.team-designation {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

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

.blog-image {
  margin-bottom: 20px;
  position: relative;
}

.blog-grid {
  display: block;
}

.testimonials-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.testimonial-item {
  background-color: var(--white);
  border-radius: 5px;
  margin-right: 60px;
  padding: 45px 30px;
}

.testimonial-quote {
  margin-bottom: 30px;
}

.testimonial-user-info {
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.testimonial-user-image {
  margin-right: 20px;
}

.client-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.testimonial-name {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.slide-nav {
  margin-top: 32px;
  position: static;
  overflow: visible;
}

.left-arrow, .right-arrow {
  display: none;
}

.navbar-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  align-self: auto;
}

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

.grid-about-us {
  grid-column-gap: 69px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.web-loader {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  overflow: visible;
}

.service-card {
  background-color: var(--light-grey);
  color: var(--dark);
  text-align: center;
  border-radius: 5px;
  padding: 30px 15px;
  transition: box-shadow .3s;
}

.service-card:hover {
  box-shadow: 0 0 15px rgba(36, 144, 235, .3);
}

.service-card-title {
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.loader-body {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader-image {
  align-self: auto;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
}

.dropdown-list {
  width: 200px;
  border: 1px solid var(--primary);
  background-color: var(--light-grey);
  color: var(--dark);
  border-radius: 5px;
  padding: 16px;
}

.dropdown {
  margin-left: 0;
  margin-right: 24px;
  display: block;
}

.nav-icon {
  margin-right: 4px;
  position: absolute;
}

.grid-service-button {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 32px;
}

.hero-banner-image-right {
  border-radius: 5px;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: -1%;
}

.about-us-image {
  border-radius: 5px;
}

.grid-action-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #2490eb;
  background-image: linear-gradient(rgba(36, 144, 235, .8), rgba(36, 144, 235, .8)), url('../images/image-pattern_1image-pattern.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  padding: 90px 60px;
  position: relative;
}

.action-box-section {
  padding-top: 40px;
}

.action-box-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 7%;
}

.action-box-title {
  color: var(--light-grey);
  margin-bottom: 40px;
}

.team-image {
  border-radius: 5px;
}

.grid-contact-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.contact-us-form {
  background-color: var(--white);
  border-radius: 5px;
  padding: 40px;
}

.appointment-form {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: block;
}

.grid-address {
  margin-bottom: 30px;
  display: flex;
}

.grid-address.last-child {
  margin-bottom: 0;
}

.contact-item {
  width: 75px;
  height: 75px;
  background-color: var(--primary);
  text-align: center;
  border-radius: 900px;
  margin-right: 20px;
  line-height: 75px;
}

.contact-info {
  align-self: center;
}

.contact-info-description {
  color: var(--secondary);
  text-transform: none;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: block;
}

.contact-info-description:hover {
  color: var(--primary);
}

.contact-info-title {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 28px;
}

.blog-category {
  color: var(--primary);
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
}

.image-3 {
  border-radius: 5px;
}

.blog-heading {
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 34px;
}

.empty-state {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  padding: 32px;
}

.banner-simple {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-simple-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.banner-simple-right {
  text-align: right;
  position: relative;
}

.banner-simple-image {
  border-radius: 5px;
}

.banner-call-us {
  background-color: var(--light-grey);
  border-radius: 5px;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: auto;
  right: 25%;
  box-shadow: 0 0 15px rgba(24, 16, 15, .2);
}

.banner-call-us-icon {
  margin-right: 20px;
}

.banner-call-us-title {
  color: var(--dark);
  margin-bottom: 0;
  font-size: 20px;
}

.grid-about-experience {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.about-experience-right {
  position: relative;
}

.video-section {
  background-image: linear-gradient(rgba(24, 16, 15, .1), rgba(24, 16, 15, .1)), url('../images/video_1video.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 230px;
  padding-bottom: 230px;
}

.video-button {
  width: 120px;
  height: 120px;
  background-color: var(--light-grey);
  border-radius: 900px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-icon {
  border-radius: 0;
}

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

.gallery-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ".";
}

.gallery-cell {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-list-features {
  list-style-type: none;
}

.list-number {
  width: 45px;
  height: 45px;
  background-color: var(--primary);
  color: var(--light-grey);
  text-align: center;
  border-radius: 999px;
  flex: none;
  margin-right: 20px;
  font-size: 18px;
  line-height: 45px;
  display: block;
}

.number-list-block {
  margin-bottom: 16px;
  display: flex;
}

.number-list-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.about-image-top {
  float: right;
  border-radius: 5px;
}

.about-image-bottom {
  border-radius: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 4%;
  right: auto;
}

.grid-service-features {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-features {
  background-color: var(--white);
  color: var(--secondary);
  text-transform: none;
  border-radius: 5px;
  padding: 40px 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.service-features-icon {
  margin-bottom: 20px;
}

.stats-block {
  padding-top: 0;
  padding-left: 130px;
  position: relative;
}

.stats-number {
  color: var(--primary);
  font-family: Quicksand, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-title {
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 34px;
}

.stats-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.black-line {
  width: 2px;
  height: 72px;
  background-color: var(--dark-bg-primary);
  position: absolute;
  left: 19px;
  right: 20px;
}

.process-image {
  width: 240px;
  height: 240px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.step {
  min-width: 120px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.white-line {
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.step-number-box {
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--light-grey);
  text-align: center;
  border: 2px solid #fff;
  border-radius: 900px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
}

.step-number-box.step-1, .step-number-box.step-2, .step-number-box.step-3, .step-number-box.step-4, .step-number-box.step-5 {
  background-color: var(--dark-bg-primary);
}

.timeline-container {
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.step-heading {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.timeline-wrapper {
  width: 40px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process-wrapper {
  position: relative;
}

.step-wrapper {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.step-wrapper.last-child {
  margin-bottom: 0;
}

.step-info-wrapper {
  border: 2px solid #fff;
  border-radius: 5px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.grey-line {
  width: 2px;
  height: 82%;
  background-color: rgba(255, 255, 255, .2);
  position: relative;
}

.testimonials-container {
  overflow: hidden;
}

.testimonials-simple {
  width: 200vh;
  display: flex;
}

.testimonials-block {
  width: 100%;
  max-width: 24.5em;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 32px;
  display: flex;
}

.testimonial-client {
  align-items: center;
  display: flex;
}

.testimonial-rating-icon {
  margin-right: 6px;
}

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

.testimonial-client-image-wrapper {
  margin-right: 20px;
}

.testimonial-client-image {
  width: 80px;
  height: 80px;
  border-radius: 900px;
}

.testimonial-client-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-client-job {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: var(--light-grey);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-card.bg-gray {
  background-color: var(--white);
}

.pricing-title {
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 28px;
}

.pricing-title.bg-white {
  background-color: var(--light-grey);
}

.pricing-price {
  color: var(--dark);
  margin-top: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.pricing-divider {
  height: 2px;
  background-color: var(--white);
  align-self: stretch;
  margin: 40px -32px;
}

.pricing-feature-list {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
}

.pricing-feature {
  color: var(--secondary);
  background-image: url('../images/Star-Primary.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-attachment: scroll;
  align-self: stretch;
  margin-bottom: 16px;
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.pricing-tag {
  background-color: var(--primary);
  color: var(--light-grey);
  padding: 4px 32px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  position: absolute;
  top: 15px;
  right: -29px;
  transform: rotate(40deg);
}

.subscript {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.service-icon-image {
  z-index: 9;
  height: 70px;
  border-radius: 0;
  position: relative;
}

.blog-date {
  background-color: var(--primary);
  color: var(--light-grey);
  border-radius: 5px;
  padding: 4px 12px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.container-small {
  padding-left: 15px;
  padding-right: 15px;
}

.not-found-404 {
  color: var(--primary);
  font-size: 18rem;
  line-height: 18rem;
}

.page-not-found-button {
  margin-top: 40px;
}

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

.testimonials-mask {
  max-width: 650px;
  overflow: visible;
}

.button-link {
  background-image: url('../images/4829869_arrow_next_right_icon.svg');
  background-position: 140%;
  background-repeat: no-repeat;
  background-size: auto;
}

.blog-detail-image {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

.team-single-imgae {
  border-radius: 5px;
  overflow: hidden;
}

.service-features-title {
  font-size: 26px;
  line-height: 34px;
}

.service-card-wp {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.gallery-cell-image {
  border-radius: 5px;
}

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

.footer-copyright-section {
  background-color: var(--dark-bg-primary);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr 1.25fr 1.75fr;
}

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

.subscribe-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: #dd2727;
  padding: 20px;
}

.subscribe-form-inputs {
  position: relative;
}

.success-message {
  color: var(--light-grey);
  background-color: #4dbd09;
}

.breadcrumb-heading {
  color: var(--light-grey);
  text-transform: capitalize;
  font-size: 72px;
  line-height: 80px;
}

.breadcrumb-paragraph {
  max-width: 600px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.about-video {
  border-radius: 5px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about-us-video-section {
  width: 120px;
  height: 120px;
  background-color: var(--light-grey);
  text-align: center;
  border-radius: 900px;
  margin-top: -60px;
  margin-left: -60px;
  line-height: 120px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.dropdown-link {
  color: var(--dark);
  padding: 8px 12px;
  display: block;
}

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

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 2em;
  display: block;
}

.footer-list-item {
  margin-bottom: 8px;
}

.footer-social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 30px;
  display: flex;
}

.footer-social-link {
  width: 50px;
  height: 50px;
  background-color: var(--dark-bg-primary);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-social-icon {
  width: 20px;
}

.footer-link {
  color: var(--secondary);
  text-transform: none;
  display: block;
}

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

.team-social {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-social-item {
  margin-bottom: 0;
  margin-right: 16px;
}

.team-social-link {
  background-color: var(--primary);
  text-align: center;
  border-radius: 5px;
  margin-right: 16px;
  padding: 12px 16px;
}

.team-social-link-image {
  width: 20px;
}

.service-detail-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.service-details-step {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.service-details-step-number {
  color: var(--primary);
}

.service-details-image {
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 32px;
}

.service-details-paragraph {
  margin-bottom: 0;
}

.service-details-title {
  font-size: 24px;
  line-height: 32px;
}

.contact-page-from {
  background-color: var(--white);
  border-radius: 5px;
  padding: 40px;
}

.contact-page-from-title {
  font-size: 40px;
  line-height: 48px;
}

.image-radius {
  border-radius: 5px;
}

.changelog-content-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 32px 20px;
}

.changelog-title {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 40px;
}

.changelog-date-text {
  color: var(--dark);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 4px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.changelog-number-wrap {
  width: 80px;
  height: 50px;
  color: var(--primary);
  text-align: center;
  background-color: rgba(36, 144, 235, .2);
  border-radius: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.licenses-content-wrapper {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 32px 20px;
}

.licenses-content-wrapper.last-child {
  margin-bottom: 0;
}

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

.licence-subtitle {
  margin-bottom: 0;
}

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

.checkout-form {
  background-color: var(--white);
  padding: 90px 0;
}

.field-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--dark);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block-header-title {
  font-size: 32px;
  line-height: 40px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.checkbox-label {
  margin-bottom: 0;
}

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

.product-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.product-detail {
  background-color: var(--white);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px 20px;
}

.product-item-link {
  color: var(--dark);
  text-transform: capitalize;
}

.product-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.product-price {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}

.product-compare-price {
  text-decoration: line-through;
}

.sticky-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.out-of-stock-state {
  text-align: center;
  background-color: #fff;
}

.single-product-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.quantity-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.product-description {
  margin-top: 10px;
}

.quantity-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--white);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 10px;
  display: flex;
}

.product-image-lightbox {
  border-radius: 5px;
  margin-bottom: 30px;
}

.error-state {
  text-align: center;
  background-color: #fff;
}

.quantity {
  border-style: solid;
  border-color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 0;
}

.product-detail-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.form-dropdown-2 {
  height: 56px;
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #010101;
  border-radius: 5px;
  display: block;
}

.form-dropdown-2:hover {
  border: 1px solid #010101;
}

.form-dropdown-2:focus {
  color: #010101;
  border: 1px solid #010101;
}

.form-dropdown-2::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown-2::placeholder {
  color: #999;
  font-size: 15px;
}

.review-title {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.review-content {
  margin-top: 20px;
  margin-bottom: 0;
}

.star {
  width: 20px;
  height: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: block;
}

.review-member-name {
  font-size: 24px;
  line-height: 32px;
}

.review-title-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-review-item {
  background-color: var(--white);
  border-radius: 5px;
  margin-top: 40px;
  padding: 30px;
}

.product-review-item.last {
  margin-bottom: 0;
}

.rate-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.category-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.shop-category-link {
  background-color: var(--dark);
  color: var(--light-grey);
  border-radius: 5px;
  padding: 10px 40px;
}

.shop-category-link:hover, .shop-category-link.w--current {
  background-color: var(--primary);
}

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

.product-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  display: flex;
}

.product-tab-link {
  background-color: var(--dark);
  color: var(--light-grey);
  border-radius: 5px;
}

.product-tab-link:hover {
  background-color: var(--dark-bg-primary);
  text-decoration: none;
}

.product-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.product-tab-content {
  margin-top: 30px;
}

.single-product-description {
  font-weight: 600;
}

.shipping-method {
  border-bottom-style: none;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.product-title {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
}

.checkbox-field {
  align-items: stretch;
  display: flex;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  font-size: 26px;
}

.cart-icon {
  width: 24px;
  height: 24px;
  color: var(--dark);
  margin-right: 0;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--light-grey);
  margin-left: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-side-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.cart-quantity-2 {
  background-color: var(--white);
  border-style: none;
}

.remove-block {
  color: var(--dark-bg-primary);
  text-transform: capitalize;
  font-size: 16px;
}

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

.cart-footer {
  border-top-color: var(--secondary);
}

.changelog-paragraph {
  text-transform: capitalize;
  margin-bottom: 0;
}

.review-heading {
  margin-bottom: 0;
}

.body {
  display: flex;
}

.button-primary {
  border-radius: 10px;
  padding: 12px 32px;
}

.body-2 {
  color: var(--dark);
  font-family: Georgia, Times, Times New Roman, serif;
}

.how-it-works-text {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.hero-list-line-2 {
  width: 8px;
  height: 8px;
  background-color: #0a5fa0;
  border-radius: 20px;
  margin-right: 12px;
  padding-top: 0;
  display: inline-block;
}

.hero-list-item-2 {
  color: #18100f;
  align-items: center;
  margin-bottom: 12px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #fdb500;
  border-radius: 5px;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  padding: 12px 32px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
}

.button-2:hover {
  background-color: #fdb500;
}

.hero-list-item-3 {
  color: #18100f;
  align-items: center;
  margin-bottom: 12px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.hero-list-line-3 {
  width: 8px;
  height: 8px;
  background-color: #0a5fa0;
  border-radius: 20px;
  margin-right: 12px;
  padding-top: 0;
  display: inline-block;
}

.button-3 {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #fdb500;
  border-radius: 5px;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  padding: 12px 32px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
}

.button-3:hover {
  background-color: #fdb500;
}

.step-number-box-2 {
  z-index: 2;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 900px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
}

.step-number-box-2.step-4 {
  background-color: #fdb500;
}

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

.black-line-2 {
  width: 2px;
  height: 72px;
  background-color: #fdb500;
  position: absolute;
  left: 19px;
  right: 20px;
}

.section-sub-title-2 {
  color: #0a5fa0;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  display: inline-block;
}

.text-gray-2 {
  color: #fff;
}

.list-number-2 {
  width: 45px;
  height: 45px;
  color: #fff;
  text-align: center;
  background-color: #0a5fa0;
  border-radius: 999px;
  flex: none;
  margin-right: 20px;
  font-size: 18px;
  line-height: 45px;
  display: block;
}

.container-2 {
  flex-direction: row;
  display: flex;
}

.slider-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide1 {
  background-image: url('../images/cpr_chest-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/cprclass-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/group-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/istockphoto-183048268-1024x1024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.mask-2 {
  background-image: url('../images/istockphoto-1351065733-1024x1024.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/ventilation-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-stack {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .style-guide-nav {
    width: 280px;
  }

  .style-guide-content {
    margin-left: 280px;
  }

  .silde-bar-nav {
    width: 280px;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 110px;
  }

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

  .container {
    max-width: 1300px;
  }

  .hero-banner-image-right {
    right: -14%;
  }

  .quick-stack {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-gray.contact-section {
    margin-bottom: 0;
    padding-bottom: 120px;
  }

  .section.testimonial-section {
    padding-right: 60px;
  }

  .section.banner-section {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .container {
    margin-left: 310px;
    margin-right: 310px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-grid {
    grid-column-gap: 85px;
    grid-template-rows: auto;
    grid-template-areas: ".";
  }

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

  .marquee-section, .marquee-section.bg-primary {
    overflow: hidden;
  }

  .marquee-wrap {
    display: flex;
  }

  .sliding-text {
    width: 100%;
  }

  .marquee-item {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .appointment-block, .appointment-time {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .hero-banner {
    grid-template-columns: 1fr;
  }

  .navbar-wrap {
    margin-right: 40px;
  }

  .service-card-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .grid-service-button {
    margin-top: 40px;
  }

  .hero-banner-image-right {
    right: -17%;
  }

  .contact-us-form {
    background-color: var(--white);
  }

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

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

  .footer-social {
    margin-left: 20px;
  }

  .div-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-2 {
    color: var(--primary);
  }

  .div-block-2 {
    color: var(--primary);
    background-color: #0a5fa0;
  }

  .div-block-3 {
    background-color: #0a5fa0;
    margin-top: 40px;
  }

  .slider {
    width: 600px;
    height: 500px;
    margin-top: 20px;
    line-height: 1.5em;
  }

  .slider-2 {
    width: 500px;
    height: 1000px;
  }

  .slide, .mask {
    width: 500px;
    height: 500px;
  }

  .slider-3 {
    width: 500px;
    height: 500px;
    aspect-ratio: auto;
  }

  .home_videos {
    width: 1000px;
    height: 1000px;
  }

  .testing_backgroud {
    width: 900px;
    height: 515px;
  }

  .quick-stack {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .cell {
    padding-bottom: 40px;
  }

  .goldcpranalytics {
    padding: 0;
  }

  .cell-2 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-nav {
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: #f0f2f3;
    border-right-style: none;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .style-guide-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .style-guide-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  }

  .style-guide-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .style-guide-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .style-guide-block {
    margin-bottom: 40px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .style-guide-content {
    width: 100%;
    border-left-style: none;
    margin-left: 0;
    position: static;
  }

  .button {
    position: relative;
  }

  .style-guide-menu-icon {
    font-size: 32px;
  }

  .silde-bar-nav {
    width: auto;
    height: auto;
  }

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

  .section.banner-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.blog-detail {
    padding-top: 60px;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section-title-block.margin-bottom {
    margin-bottom: 0;
  }

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

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

  .team-posts-list {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-top: 60px;
  }

  .appointment-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .appointment-block, .appointment-time {
    width: 100%;
    position: static;
  }

  .service-item {
    margin-bottom: 32px;
  }

  .grid-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .counter-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .counter-block {
    margin-top: 32px;
  }

  .hero-banner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-banner-left {
    padding-right: 0;
  }

  .hero-banner-title {
    font-size: 72px;
  }

  .title-sticky-block {
    position: static;
  }

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

  .navbar-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr .75fr;
  }

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

  .grid-about-us {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    background-color: var(--white);
    margin-right: 0;
    box-shadow: 0 20px 30px rgba(24, 16, 15, .1);
  }

  .dropdown-list {
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-list.w--open {
    border-width: 0;
  }

  .nav-icon {
    margin-right: 24px;
  }

  .hero-banner-image-right {
    right: 0%;
  }

  .grid-action-box {
    text-align: center;
    grid-template-columns: 2fr;
    padding: 60px 30px 0;
  }

  .action-box-section {
    padding-top: 0;
  }

  .action-box-image {
    position: static;
  }

  .grid-contact-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .banner-simple {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .banner-simple-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .banner-call-us {
    bottom: -5%;
    right: 31%;
  }

  .grid-about-experience {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .gallery-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .about-image-bottom {
    bottom: 5%;
    left: 0%;
  }

  .grid-service-features {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .stats-block {
    padding-left: 130px;
  }

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

  .black-line {
    display: none;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: -19px;
    bottom: auto;
    left: 24px;
    right: auto;
  }

  .timeline-wrapper {
    display: none;
  }

  .step-info-wrapper {
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .step-info-wrapper.step-1, .step-info-wrapper.step-2, .step-info-wrapper.step-3, .step-info-wrapper.step-4, .step-info-wrapper.step-5 {
    align-items: center;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 100%;
  }

  .breadcrumb-content {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1.75fr;
  }

  .breadcrumb-heading {
    font-size: 64px;
    line-height: 72px;
  }

  .menu-button {
    background-color: var(--dark-bg-primary);
    color: #fff;
    border-radius: 5px;
    padding: 12px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

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

  .product-cllection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .single-product-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .single-product-title {
    font-size: 54px;
  }

  .nav-side-block {
    display: none;
  }

  .button-2, .button-3 {
    position: relative;
  }

  .black-line-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    line-height: 48px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 28px;
    line-height: 36px;
  }

  h6 {
    font-size: 24px;
  }

  .style-guide-menu-brand.w--current {
    margin-top: 14px;
  }

  .style-guide-menu {
    background-color: #fff;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .column.desk-4 {
    width: 100%;
  }

  .spacer {
    height: 32px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large {
    font-size: 18px;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .style-guide-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .field-block {
    min-height: auto;
  }

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

  .section.blog-detail {
    padding-top: 40px;
  }

  .utility-page-content {
    padding: 45px 15px;
  }

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

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

  .footer-block {
    align-items: center;
  }

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

  .service-item {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .hero-banner-title {
    font-size: 48px;
    line-height: 56px;
  }

  .team-title {
    font-size: 20px;
    line-height: 28px;
  }

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

  .testimonial-item {
    margin-right: 0;
  }

  .navbar-wrap {
    grid-template-columns: .75fr .75fr;
  }

  .brand {
    padding-left: 0;
  }

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

  .contact-item {
    flex: 0 auto;
  }

  .banner-call-us {
    right: 25%;
  }

  .service-card-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .about-image-bottom {
    width: 200px;
  }

  .stats-block {
    padding-top: 0;
    padding-left: 0;
  }

  .stats-number {
    float: none;
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 48px;
    line-height: 56px;
    position: static;
  }

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

  .process-image {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .step {
    left: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .step-info-wrapper {
    flex-direction: column;
    padding: 32px 16px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .not-found-404 {
    font-size: 17.6rem;
    line-height: 17.6rem;
  }

  .team-single-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .banner-simple-paragraph {
    font-size: 18px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

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

  .breadcrumb-heading {
    font-size: 48px;
    line-height: 56px;
  }

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

  .service-detail-image-grid {
    grid-template-columns: 1fr;
  }

  .service-details-step {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .product-description {
    margin-top: 0;
  }

  .single-product-title {
    font-size: 48px;
  }

  .review-title {
    font-size: 20px;
    line-height: 28px;
  }

  .product-review-item {
    padding: 20px;
  }

  .category-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .shop-category-link {
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 34px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 22px;
    line-height: 30px;
  }

  .style-guide-menu-brand {
    margin-left: 16px;
  }

  .style-guide-menu-button {
    margin-right: 4px;
  }

  .column {
    margin-bottom: 0;
  }

  .text-input {
    width: 100%;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .style-guide-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    font-size: 16px;
  }

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

  .logo-img {
    width: 100%;
    height: 50px;
  }

  .utility-page-content {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-block.text-center {
    margin-bottom: 40px;
  }

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

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

  .appointment-block, .appointment-time {
    padding: 32px 20px;
  }

  .service-item {
    text-align: center;
    justify-items: center;
    padding: 32px 20px;
  }

  .service-title {
    font-size: 26px;
    line-height: 34px;
  }

  .hero-banner-title {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-list-item {
    font-size: 16px;
  }

  .hero-banner-description {
    font-size: 16px;
    line-height: 1.6em;
  }

  .testimonial-item {
    padding: 32px 20px;
  }

  .client-title {
    font-size: 14px;
    line-height: 1.6em;
  }

  .testimonial-name {
    font-size: 18px;
    line-height: 26px;
  }

  .navbar-wrap {
    grid-template-columns: 1fr .75fr;
  }

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

  .hero-banner-image-right {
    margin-top: 20px;
    position: static;
  }

  .grid-action-box {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .grid-contact-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-us-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-address {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    display: flex;
  }

  .contact-item {
    margin-bottom: 16px;
  }

  .contact-info {
    align-self: auto;
  }

  .blog-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .banner-call-us {
    bottom: -15%;
    right: 2%;
  }

  .grid-about-experience {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .list-number {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .number-list-block {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .about-image-bottom {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .service-features {
    padding: 32px 15px;
  }

  .stats-number {
    font-size: 40px;
    line-height: 48px;
  }

  .stats-title {
    margin-top: 6px;
    font-size: 22px;
  }

  .step-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonials-block, .pricing-card {
    padding: 32px 16px;
  }

  .pricing-price {
    font-size: 48px;
    line-height: 56px;
  }

  .blog-date {
    font-size: 14px;
  }

  .not-found-404 {
    font-size: 9rem;
    line-height: 8rem;
  }

  .page-not-found-button {
    margin-top: 20px;
  }

  .banner-simple-paragraph {
    font-size: 16px;
  }

  .footer-top {
    padding-bottom: 45px;
  }

  .footer-copyright-section {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-title {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .breadcrumb-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .about-us-video-section {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 80px;
  }

  .footer-list {
    width: 100%;
  }

  .blog-detail-single-title {
    font-size: 36px;
    line-height: 44px;
  }

  .service-details-step {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .contact-page-from {
    padding: 32px 16px;
  }

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

  .field-label {
    font-size: 16px;
  }

  .block-header-title {
    font-size: 20px;
  }

  .quantity-wrap {
    margin-bottom: 20px;
  }

  .quantity-wrapper {
    display: block;
  }

  .single-product-title {
    font-size: 32px;
  }

  .review-title {
    margin-bottom: 10px;
  }

  .review-content {
    margin-top: 10px;
  }

  .review-title-block {
    display: block;
  }

  .category-list {
    text-align: center;
    display: block;
  }

  .category-item {
    margin-bottom: 10px;
  }

  .shop-category-link, .product-tab-menu {
    display: block;
  }

  .product-tab-link {
    margin-top: 10px;
  }

  .order-image {
    width: 100%;
  }

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

  .order-info {
    margin: 20px 0 10px;
  }

  .subscribe-image {
    width: 100%;
  }

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

  .sub-info {
    margin: 10px 0;
  }

  .sub-block {
    margin-bottom: 20px;
  }

  .hero-list-item-2, .button-2, .hero-list-item-3, .button-3 {
    font-size: 16px;
  }

  .list-number-2 {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

#w-node-_538b6bb8-02bc-eb42-5656-728b21c887d3-06f0a9cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5859f55d-7ac0-9cac-5d9c-9dcd5647cf5c-06f0a9cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_567ce34e-eaab-d8c5-f86e-fde841bffa74-06f0a9cc {
  align-self: auto;
}

#w-node-d6c68ca6-f817-f7d6-194b-9e152fd6f199-06f0a9cc, #w-node-_6990e6ee-0324-d0fd-e507-cbc66c9c7434-06f0a9cc, #w-node-ffeb4cf6-78c4-dd32-ba20-857763ea5ae2-06f0a9cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2287a7a7-1f60-15f4-161b-77bdd113f3d2-06f0a9cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5627c75-0290-d0e6-d520-9afaa10a3d3d-06f0a9cc, #w-node-c5627c75-0290-d0e6-d520-9afaa10a3d4b-06f0a9cc, #w-node-c5627c75-0290-d0e6-d520-9afaa10a3d59-06f0a9cc, #w-node-de616ac4-a6a3-48c9-9275-1d9188c6b282-06f0a9cc, #w-node-f789ef1d-871e-e385-4070-5383207cd40a-06f0a9cc, #w-node-_00c0c45e-5535-5dc4-c3c8-18e8f366b471-f366b46d, #w-node-_00c0c45e-5535-5dc4-c3c8-18e8f366b47f-f366b46d, #w-node-_00c0c45e-5535-5dc4-c3c8-18e8f366b48f-f366b46d, #w-node-_3b808530-00af-ffc1-58ae-f796fdb69896-fdb69893, #w-node-ca9320b4-e427-f9a2-9cd9-2f4c2c1a4401-06f0a9d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca9320b4-e427-f9a2-9cd9-2f4c2c1a4402-06f0a9d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca9320b4-e427-f9a2-9cd9-2f4c2c1a4403-06f0a9d7 {
  align-self: center;
}

#w-node-_7b124e21-d3e2-5b6c-8283-3afefcdc75cc-06f0a9d7, #w-node-_7b124e21-d3e2-5b6c-8283-3afefcdc75d5-06f0a9d7, #w-node-_7b124e21-d3e2-5b6c-8283-3afefcdc75de-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a863-06f0a9d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a86b-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a875-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a87f-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a889-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a893-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a89d-06f0a9d7 {
  align-self: start;
}

#w-node-c6d513ad-4b2c-e2c2-3ea1-b7b579286ed7-06f0a9d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d513ad-4b2c-e2c2-3ea1-b7b579286ebe-06f0a9d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6d513ad-4b2c-e2c2-3ea1-b7b579286ebf-06f0a9d9 {
  align-self: center;
}

#w-node-_29752454-56c2-307e-829b-59692554265f-06f0a9d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_29752454-56c2-307e-829b-596925542660-06f0a9d9 {
  align-self: center;
}

#w-node-ff52a9ba-a2d7-bd12-08bb-1f782362fa02-06f0a9d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ff52a9ba-a2d7-bd12-08bb-1f782362fa03-06f0a9d9 {
  align-self: center;
}

#w-node-_4d700547-28ae-3d92-cab4-df6452158bc2-06f0a9d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4d700547-28ae-3d92-cab4-df6452158bc3-06f0a9d9 {
  align-self: center;
}

#w-node-_7975c9fb-e4ca-015a-fe7f-46d7b743d6c0-06f0a9dd, #w-node-_7975c9fb-e4ca-015a-fe7f-46d7b743d6d6-06f0a9dd, #w-node-e55ce7ad-0bbf-691a-c259-409ef6fa58ef-06f0a9e0, #w-node-e55ce7ad-0bbf-691a-c259-409ef6fa58fa-06f0a9e0, #w-node-_86c88ac9-6864-e936-7ea9-fc4ec49a6a1a-06f0a9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4246ce48-8250-8d0f-efc4-13a2927ca9a6-06f0a9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05b14cf4-9acb-00d9-17e0-4533fb4dba3c-06f0a9eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05b14cf4-9acb-00d9-17e0-4533fb4dba3d-06f0a9eb {
  align-self: center;
}

#w-node-ae2b0b08-cda3-e79f-50b4-a4801a436b21-06f0a9eb {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab68d-06f0a9ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab695-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab69f-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6a9-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6b3-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6bd-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6c7-06f0a9ef {
  align-self: start;
}

#w-node-_37ad59d9-8e53-d1c1-e860-39c46adc18fd-06f0aa10, #w-node-_5bbf3db6-9aaf-0cbe-09c6-b592212a0d2b-06f0aa10, #w-node-_01316724-f389-17e7-99c4-76cadb3bdfb0-06f0aa10, #w-node-ea03cf5d-a28e-6dc5-3d3c-dff5657c2ed1-06f0aa10, #w-node-f64302cb-0108-0691-105e-61aafc8680e9-06f0aa10, #w-node-_9c01a6dd-491a-07dd-f796-d0ad9965ba44-06f0aa10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7278c3-dc49-946c-5be3-0969ebfa6d63-06f0aa24, #w-node-ee7278c3-dc49-946c-5be3-0969ebfa6d66-06f0aa24 {
  align-self: auto;
}

#w-node-ee7278c3-dc49-946c-5be3-0969ebfa6d67-06f0aa24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55faa716-047b-7370-680c-66934d03cca6-06f0aa24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55faa716-047b-7370-680c-66934d03cca7-06f0aa24 {
  align-self: center;
}

#w-node-_8ffd2fcc-0d7f-1059-9c3b-e07771fa8f50-06f0aa24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ffd2fcc-0d7f-1059-9c3b-e07771fa8f51-06f0aa24 {
  align-self: center;
}

#w-node-d858ae98-7688-8f19-810a-1945e40f8571-06f0aa24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_378b2040-a31e-81d9-17fb-d48ae98fabd1-06f0aa24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_378b2040-a31e-81d9-17fb-d48ae98fabd2-06f0aa24 {
  align-self: center;
}

#w-node-_98f6c86c-f2c6-aa38-d90e-b6cac3cf3caa-06f0aa24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_98f6c86c-f2c6-aa38-d90e-b6cac3cf3cab-06f0aa24 {
  align-self: center;
}

#w-node-_33698c3d-e32e-18b3-6c67-848a4f4b6f53-06f0aa24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_33698c3d-e32e-18b3-6c67-848a4f4b6f54-06f0aa24 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_538b6bb8-02bc-eb42-5656-728b21c887d3-06f0a9cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d6c68ca6-f817-f7d6-194b-9e152fd6f199-06f0a9cc, #w-node-_6990e6ee-0324-d0fd-e507-cbc66c9c7434-06f0a9cc, #w-node-de616ac4-a6a3-48c9-9275-1d9188c6b282-06f0a9cc, #w-node-f789ef1d-871e-e385-4070-5383207cd40a-06f0a9cc, #w-node-_00c0c45e-5535-5dc4-c3c8-18e8f366b47f-f366b46d, #w-node-_7975c9fb-e4ca-015a-fe7f-46d7b743d6d6-06f0a9dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-de616ac4-a6a3-48c9-9275-1d9188c6b282-06f0a9cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3b808530-00af-ffc1-58ae-f796fdb698b6-fdb69893 {
    justify-self: end;
  }

  #w-node-ca9320b4-e427-f9a2-9cd9-2f4c2c1a4402-06f0a9d7, #w-node-c6d513ad-4b2c-e2c2-3ea1-b7b579286ebe-06f0a9d9, #w-node-_29752454-56c2-307e-829b-59692554265f-06f0a9d9, #w-node-ff52a9ba-a2d7-bd12-08bb-1f782362fa02-06f0a9d9, #w-node-_4d700547-28ae-3d92-cab4-df6452158bc2-06f0a9d9, #w-node-_55faa716-047b-7370-680c-66934d03cca6-06f0aa24, #w-node-_8ffd2fcc-0d7f-1059-9c3b-e07771fa8f50-06f0aa24, #w-node-_378b2040-a31e-81d9-17fb-d48ae98fabd1-06f0aa24, #w-node-_98f6c86c-f2c6-aa38-d90e-b6cac3cf3caa-06f0aa24, #w-node-_33698c3d-e32e-18b3-6c67-848a4f4b6f53-06f0aa24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3b808530-00af-ffc1-58ae-f796fdb69896-fdb69893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca9320b4-e427-f9a2-9cd9-2f4c2c1a4401-06f0a9d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a86b-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a875-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a87f-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a889-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a893-06f0a9d7, #w-node-_2a2dfcf5-4eec-0cfc-a211-45736f98a89d-06f0a9d7, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab695-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab69f-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6a9-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6b3-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6bd-06f0a9ef, #w-node-dbdfeef2-71ee-8d01-4c8b-bf8a9b1ab6c7-06f0a9ef {
    order: -9999;
  }
}


