:root {
  --primary-dark: #571d25;
  --primary-bright: #571d25;
  --primary-light: #f5f0ed;
  --primary: #f5efea;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa;
  --white: white;
  --dark-gray-50: #afafaf80;
  --dark-gray: #cbc1c3;
  --white-50: #ffffff80;
}

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  color: var(--primary-dark);
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: auto;
  font-family: Boska, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Boska, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Boska, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

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

p {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary-dark);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

li {
  align-items: center;
  line-height: 1.4em;
}

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

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

blockquote {
  text-align: center;
  background-image: url('../images/double-quotess.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Boska, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

.section.overflow-visible {
  overflow: visible;
}

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

.section.image-contact-bg {
  background-image: url('../images/pexels-rdne-stock-project-6724402_1pexels-rdne-stock-project-6724402.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.banner-home-two {
  background-color: var(--primary-bright);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  height: auto;
  min-height: 620px;
  padding-top: 140px;
  display: flex;
  overflow: hidden;
}

.section.testimonial-style {
  padding-top: 0;
  padding-bottom: 0;
}

.section.search-style {
  padding-top: 40px;
}

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

.base-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.base-container.home-3-banner {
  width: 100%;
}

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

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

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

.grid-title.first-grid {
  background-color: var(--primary-light);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

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

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

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

.spacing-system-image {
  max-width: 80%;
}

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

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

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

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

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

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

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

.spasing-system-image-mobile {
  max-width: 70%;
}

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

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

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

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

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

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

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

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

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

.h2-tablet {
  font-size: 42px;
}

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

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

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.primary-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  max-height: 50px;
  padding: 18px 24px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.primary-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
}

.primary-button.search-button {
  border-color: var(--primary-bright);
  background-color: var(--primary-bright);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

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

.primary-button.bright {
  border-color: var(--primary-bright);
  background-color: var(--primary-bright);
  color: var(--white);
  vertical-align: baseline;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.primary-button.bright:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.pagination:hover {
  border-color: var(--primary);
}

.primary-button.outline {
  border-color: var(--primary-bright);
  background-color: #ecd9c100;
}

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

.primary-button.bright-full-width {
  border-color: var(--primary-bright);
  background-color: var(--primary-bright);
  color: var(--white);
  width: 100%;
}

.primary-button.bright-full-width:hover {
  color: var(--black);
  background-color: #0000;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

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

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

.grid-header {
  width: 100%;
  margin-top: 50px;
}

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

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

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

.pages-banner {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.pages-banner.blog {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/pexels-sergey-torbik-7365483_1pexels-sergey-torbik-7365483.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.blog-details {
  background-image: url('../images/pexels-sergey-torbik-7365483_1pexels-sergey-torbik-7365483.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pages-banner.our-spa {
  background-color: var(--primary-light);
  padding-top: 120px;
}

.pages-banner.services {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSCF0505.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 170px;
  border-bottom-left-radius: 170px;
}

.pages-banner.experts {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-lespa-số-về-điều-trị-mụn-nám-sẹo-rỗ-5042584_1pexels-lespa-số-về-điều-trị-mụn-nám-sẹo-rỗ-5042584.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.treatments, .pages-banner.sauna-rooms {
  background-color: var(--primary-light);
}

.pages-banner.faq {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/pexels-monstera-production-6621191.jpg');
  background-position: 0 0, 50% 51%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.reviews {
  background-color: var(--primary-light);
}

.pages-banner.contact-us {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSCF0297-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.pricing {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSCF0055.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.membership {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-sergey-torbik-7365483_1pexels-sergey-torbik-7365483.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.gift-cards {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-jill-patience-14929512_1pexels-jill-patience-14929512.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.appointment {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSCF0055.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.pages-banner.packages {
  background-image: linear-gradient(#00000047, #00000047), url('../images/pexels-lespa-số-về-điều-trị-mụn-nám-sẹo-rỗ-5042583_1pexels-lespa-số-về-điều-trị-mụn-nám-sẹo-rỗ-5042583.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.pages-banner.search-style {
  background-color: #fff0;
  padding-bottom: 0;
}

.pages-banner.changelog {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-rasul-abdurahimov-17640381.jpg');
  background-position: 0 0, 50% 46%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.shop {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-tara-winstead-6690884_1pexels-tara-winstead-6690884.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

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

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

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

.licensing-image-link {
  width: 100%;
  height: 100%;
}

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

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

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

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

.banner-title {
  color: var(--white);
  text-align: center;
  font-family: Gyst, Arial, sans-serif;
}

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

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

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

.icon-style-guide {
  color: var(--primary-bright);
  font-family: "Fa Brands 400 (6.4.2)";
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900";
}

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

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

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

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

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

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

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

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

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

.password-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  text-align: center;
  min-width: 280px;
  min-height: 52px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

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

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

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

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

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

._404-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 100px;
}

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

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

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

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

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

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

.coming-soon-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

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

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.items-title {
  transition: color .3s;
}

.items-title:hover {
  color: #00000080;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--primary-dark);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

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

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

.blog-template-date {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

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

.prev-post-arrow {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900";
}

.next-post-arrow {
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900";
}

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

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

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

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

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

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--white-50);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  font-size: 14px;
}

.footer-copyright {
  color: #ffffffb3;
  font-size: 14px;
  display: inline;
}

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

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.section-title-wrapper.no-spacing {
  margin-bottom: 0;
}

.section-subtitle {
  background-color: var(--primary);
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 400;
}

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

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900";
  font-size: 10px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.career-customer-item {
  opacity: .5;
  transition: all .3s;
}

.career-customer-item:hover {
  opacity: 1;
}

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

.banner-title-wrapper.wide {
  max-width: 1200px;
}

.banner-title-wrapper.search-style {
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-title-wrapper.shop {
  grid-row-gap: 20px;
  max-width: 800px;
}

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

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

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

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--primary-light);
  padding: 30px 20px;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-family: Gyst, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Boska, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-title.no-spacing {
  margin-bottom: 0;
}

.play-button {
  z-index: 5;
  background-color: var(--primary);
  color: var(--primary-dark);
  background-image: url('../images/wavy-circle-Stroke-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 86%;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.play-button:hover {
  background-color: var(--primary-bright);
  color: var(--white);
  background-image: url('../images/wavy-circle-Stroke-2w.svg');
  transform: scale(.96);
}

.play-button.style-two {
  background-color: var(--primary-bright);
  color: var(--white);
  background-image: url('../images/wavy-circle-Stroke-2w.svg');
}

.play-button.style-two:hover {
  background-color: var(--white);
  color: var(--primary-dark);
  background-image: url('../images/wavy-circle-Stroke-2.svg');
}

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

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

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

.accordion-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  border-bottom: 1px solid var(--primary-light);
  width: 100%;
  transition: border .3s;
  position: static;
}

.accordion-item:hover {
  border-bottom-color: var(--primary-bright);
}

.accordion-icon {
  background-color: var(--primary-light);
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px;
  font-family: "Fa solid 900";
  font-size: 10px;
  line-height: 1em;
}

.accordion-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.coming-soon-image {
  object-fit: cover;
  border-radius: 300px 300px 0 0;
  max-width: 480px;
  height: 480px;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary-bright);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900";
}

.no-margin {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.contacts-textarea {
  color: var(--primary-dark);
  border: 1px solid #332d2833;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

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

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

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

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

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.contacts-input.select-field {
  color: var(--dark-gray);
  height: 57px;
}

.contacts-input.select-field:focus {
  color: var(--primary-dark);
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  width: 50%;
}

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

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

.footer-social-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-bottom: 60px;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.mb-15 {
  font-family: Gyst, Arial, sans-serif;
}

.footer-brand {
  color: #fff;
}

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

.footer-social-icon {
  color: #fff;
  font-family: "Fa Brands 400 (6.4.2)";
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--white-50);
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper.info {
  text-align: left;
  max-width: 200px;
}

.footer-logo {
  height: 120px;
}

.search-wrap-input {
  border: 1px solid var(--dark-gray-50);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  margin-bottom: 0;
  padding: 17px 24px;
  font-size: 16px;
  line-height: 1em;
}

.search-wrap-input:focus {
  border-color: var(--primary-bright);
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1001;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  padding: 10px;
  font-family: "Fa solid 900";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.navbar-search-icon {
  color: var(--primary-dark);
  cursor: pointer;
  padding: 10px;
  font-family: "Fa solid 900";
}

.search-link {
  color: var(--primary-bright);
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
  color: var(--primary-dark);
}

.search-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

.search-input::placeholder {
  color: var(--dark-gray);
}

.search-result-wrapper {
  width: 100%;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
}

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

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

.testimonials-card-item {
  border: 1px solid var(--primary);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding: 30px;
}

.testimonials-card-position {
  margin-top: 10px;
  margin-bottom: 15px;
}

.testimonials-card-icon {
  color: var(--primary-bright);
  margin-bottom: 30px;
  font-family: "Fa solid 900";
}

.testimonials-card-date {
  margin-top: 20px;
  margin-bottom: 0;
}

.service-details-content-wrapper {
  width: 70%;
  margin-top: auto;
  margin-bottom: 40px;
  margin-right: auto;
}

.accordion-wrap-one-column {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-details-sidebar-wrapper {
  box-sizing: content-box;
  grid-row-gap: 20px;
  background-color: var(--primary-light);
  border-radius: 0;
  flex-direction: column;
  width: 30%;
  margin-left: 20px;
  padding: 30px 40px;
  display: flex;
  position: static;
  top: 130px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

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

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

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

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

.template-empty-state {
  background-color: #0000;
  padding: 30px;
  font-size: 16px;
}

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

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

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

.features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.blog-item {
  width: 22.66%;
}

.home-blog-image {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.blog-content-wrapper {
  padding-top: 20px;
}

.blog-image-link {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  background-color: #fff;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 200px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.collections-list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.navbar-fixed {
  z-index: 1001;
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

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

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

.banner-slider-buttons-wrapper {
  margin-top: 50px;
}

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

.courses-collection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-1-team-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-1-team-item {
  text-align: center;
  width: 25%;
}

.home-1-team-item.lower {
  margin-top: 80px;
}

.home-1-team-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 300px;
  width: 100%;
  height: 360px;
}

.home-1-team-name {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

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

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

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

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

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

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

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

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

.rich-text-style.negative {
  margin-top: -15px;
  margin-bottom: -15px;
}

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

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

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

.brand-tablet {
  display: none;
}

.form {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

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

.sessions-tab-link {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  border-radius: 0;
  padding: 10px 20px;
}

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

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

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

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

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

.shop-list-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 400px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

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

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-item-link {
  font-family: Boska, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

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

.on-sale-tag {
  z-index: 999;
  background-color: var(--white);
  border-radius: 0;
  padding: 8px 12px;
  font-size: 18px;
  position: absolute;
  inset: auto 15px 15px auto;
  box-shadow: 0 10px 50px #0000000d;
}

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

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 500px;
}

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

.shop-details-left-arrow {
  background-color: var(--primary-bright);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900";
  transition: background-color .2s, color .2s;
  display: flex;
}

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

.arrow-icon {
  font-family: "Fa solid 900";
  font-size: 14px;
}

.shop-details-right-arrow {
  background-color: var(--primary-bright);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900";
  transition: background-color .2s, color .2s;
  display: flex;
}

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

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.shop-price-on-sale {
  color: var(--dark-gray);
  text-decoration: line-through;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
}

.image-preview {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.image-preview.shop {
  border-radius: 0;
}

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

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

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.details-page-title.blog {
  color: var(--white);
  text-align: center;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

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

.success-message {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  text-align: center;
}

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

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.home-slider-main {
  height: 100%;
  overflow: hidden;
}

.banner-slider-content-wrapper {
  background-color: #08080866;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 110px 15px 80px;
  display: flex;
}

.banner-slider-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.banner-slide {
  height: 100%;
}

.home-banner-slider-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Boska, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2em;
}

.banner-subtitle {
  color: var(--white);
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-subtitle.banner-two {
  z-index: 1;
  position: relative;
}

.banner-subtitle.banner-three {
  color: var(--primary-dark);
}

.home-banner {
  flex-direction: column;
  height: 100vh;
  position: relative;
}

.left-side-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-dropdown-link-main {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-main:hover {
  margin-left: 0;
}

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

.nav-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, .25fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

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

.nav-dropdown-list-main.megamenu.w--open {
  width: 550px;
  margin-left: -340px;
  display: flex;
}

.nav-menu-wrapper-main {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-main {
  color: #fff;
  margin-right: 20px;
  padding: 10px;
  font-size: 16px;
}

.nav-link-main:hover {
  opacity: 1;
  color: #ffffff80;
}

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

.nav-link-main.dark-style {
  color: var(--primary-dark);
}

.nav-link-main.dark-style:hover {
  color: #08080899;
}

.right-side-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-toggle-main {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

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

.nav-dropdown-icon-desktop {
  color: var(--white);
  margin-left: 5px;
  margin-right: 0;
  font-size: 10px;
  display: block;
  position: relative;
}

.nav-dropdown-icon-desktop.dark-style {
  color: var(--primary-dark);
}

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

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

.logo-image {
  height: 52px;
}

.logo-image.dark-style {
  height: 100px;
}

.logo-image.main-menu {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-item-title-main {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
  transition: color .3s;
}

.nav-item-title-main:hover {
  color: #ffffff80;
}

.nav-item-title-main.dark-style {
  color: var(--primary-dark);
}

.nav-item-title-main.dark-style:hover {
  color: #08080899;
}

.nav-container-main {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.image-burger-main {
  display: none;
}

.brand-main {
  z-index: 5;
  position: absolute;
}

.menu-wrap-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-wrapp {
  flex: none;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.footer-top {
  border-bottom: 1px solid var(--white-50);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bottom-round-bg {
  z-index: 999;
  background-image: url('../images/Round-Bottom-BG.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 100px;
  margin-bottom: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.in-section-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.in-section-title.appointment-style {
  text-align: left;
}

.about-block-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 300px 300px 0;
  width: 100%;
  height: 460px;
  position: relative;
}

.column-two {
  width: 50%;
  height: 100%;
}

.column-two.smaller-right-align {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 38%;
  display: flex;
}

.column-two.membership-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.column-two.smaller {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 38%;
  display: flex;
}

.column-two.sauna {
  padding-right: 40px;
  position: relative;
}

.column-two.sauna-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.column-one {
  width: 50%;
  height: 100%;
}

.column-one.bigger {
  width: 62%;
}

.column-one.sauna-reverse {
  padding-left: 40px;
  position: relative;
}

.column-one.sauna-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-wrapper-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.button-wrapper-main.small {
  margin-top: 20px;
}

.button-wrapper-main.small-center {
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper-main.center {
  justify-content: center;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper.center-layout {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.two-column-wrapper.assymetric {
  grid-column-gap: 100px;
  align-items: center;
}

.two-column-wrapper.sauna-reverse {
  align-items: center;
  margin-top: auto;
  margin-bottom: 60px;
}

.service-content-wrap {
  z-index: 6;
  grid-column-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.services-side-image {
  object-fit: cover;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  width: 440px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.services-content-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.services-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  margin-bottom: 50px;
  display: flex;
}

.about-block-image-small {
  z-index: 2;
  object-fit: cover;
  border-radius: 300px;
  width: 82%;
  height: 240px;
  position: relative;
}

.about-block-image-big {
  z-index: 2;
  opacity: .99;
  object-fit: cover;
  border-radius: 300px;
  width: 90%;
  height: 662px;
  margin-top: auto;
  position: relative;
}

.video-block-wrapper {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.small-image-wrapper {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.in-section-title-video-block {
  z-index: 2;
  width: 74%;
  margin-top: 40px;
  margin-bottom: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-button-big {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-image-left-line {
  z-index: 0;
  object-fit: contain;
  object-position: 0% 0%;
  width: 30%;
  height: 120%;
  position: absolute;
  inset: -14% auto 0% 0%;
}

.top-round-bg {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/Round-Bottom-BG.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100px;
  margin-top: -2px;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-knot {
  width: 26px;
  height: 26px;
}

.name-testimonial {
  font-weight: 700;
  line-height: 1.5em;
}

.photo-testimonial {
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.quote-img {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}

.testimonials-wrap {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  width: 100%;
  height: auto;
}

.title-testimonials {
  border-right: 1px solid #332d2833;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about-testimonial {
  grid-column-gap: 15px;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  height: auto;
  padding-left: 40px;
  display: flex;
}

.testimonial-title {
  width: 90%;
  margin: 0 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.features {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.features.style-two {
  background-color: var(--primary-light);
  background-color: #f5f0ed;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  width: 300px;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-features-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.icon-features {
  width: 48px;
  height: 48px;
}

.icon-features.inverted {
  filter: invert();
}

.icon-features-wrapper {
  background-color: var(--primary);
  border-radius: 100%;
  margin-bottom: 15px;
  padding: 18px;
  position: relative;
}

.icon-features-wrapper.primary-bright-bg {
  background-color: var(--primary-bright);
  margin-top: -30px;
  margin-bottom: 20px;
}

.italic-text-span {
  font-style: italic;
  font-weight: 300;
}

.knot-icon-wrapper {
  background-image: url('../images/wavy-circle-Stroke-2pr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 20px;
  padding: 12px;
}

.left-arrow-banner {
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
}

.right-arrow-banner {
  align-items: center;
  width: 100px;
  display: flex;
}

.arrow-icon-slider {
  width: 80px;
}

.contact-block {
  z-index: 1;
  background-color: var(--white);
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-block:hover {
  color: #fff;
}

.contact-block.style-two {
  background-color: var(--primary-light);
}

.home-numbers-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  position: relative;
}

.home-features-grid-item {
  padding-left: 20px;
  padding-right: 20px;
}

.home-numbers {
  color: var(--primary-dark);
  margin-bottom: 40px;
  font-family: Boska, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
}

.numbers-subtitle {
  z-index: 1;
  text-align: center;
  line-height: 1.2em;
  position: relative;
}

.bg-image-right-line {
  z-index: 0;
  object-fit: contain;
  object-position: 0% 50%;
  width: 30%;
  height: 120%;
  position: absolute;
  inset: -30% 0 0% auto;
}

.cta-loop {
  z-index: 999;
  background-color: var(--primary-bright);
  margin-bottom: -2px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.cta-loop-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-loop-item-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-loop-text {
  color: #fff;
  letter-spacing: 1px;
  font-family: Boska, sans-serif;
  font-style: italic;
  line-height: 1em;
}

.cta-icon {
  filter: invert();
  object-fit: contain;
  transform-style: preserve-3d;
  width: 20px;
  height: 20px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.images-composition {
  width: 100%;
  display: flex;
}

.membership-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 300px;
  width: 62%;
  height: 440px;
  position: relative;
}

.membership-image.two {
  z-index: 3;
  width: 45%;
  height: 240px;
  margin-top: 100px;
  margin-right: -40px;
}

.link-underline {
  border-bottom: 1px solid var(--primary-dark);
  padding-bottom: 4px;
  transition: border .3s, color .3s;
  display: inline-block;
}

.link-underline:hover {
  border-bottom-color: var(--primary-bright);
}

.border-wrapper {
  z-index: 999;
  border: 1px solid var(--primary);
  width: 100%;
  padding: 10px;
  position: relative;
}

.slide-testimonial {
  width: 100%;
  height: auto;
}

.testimonial-center {
  flex-direction: row;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-lines-wrapper {
  z-index: 0;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-line-left {
  background-color: var(--white-50);
  width: 40%;
  height: 1px;
  margin-right: auto;
}

.nav-line-left.dark-style {
  background-color: var(--primary-dark);
}

.nav-line-right {
  background-color: var(--white-50);
  width: 40%;
  height: 1px;
  margin-left: auto;
}

.nav-line-right.dark-style {
  background-color: var(--primary-dark);
}

.blog-date {
  z-index: 2;
  background-color: var(--primary);
  padding: 8px 12px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-corner-arrow {
  z-index: 2;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  color: var(--white);
  border-top-left-radius: 36px;
  padding: 17px 16px 10px 22px;
  font-family: "Fa solid 900";
  font-size: 10px;
  transition: border .3s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-corner-arrow:hover {
  border-top-color: var(--white-50);
  border-left-color: var(--white-50);
}

.blog-item-overlay {
  z-index: 0;
  background-image: linear-gradient(to top, #0003, #fff0 30%);
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.blog-item-overlay:hover {
  background-color: #08080833;
}

.blog-date-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.banner-overlay {
  z-index: 0;
  background-color: #08080859;
  position: absolute;
  inset: 0%;
}

.home-3-banner-img-absolute {
  object-fit: cover;
  border-radius: 300px;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 5px;
}

.home-3-banner-img-absolute._4 {
  z-index: 20;
  bottom: -40px;
  left: 30px;
}

.home-3-banner-img-absolute._2 {
  z-index: 30;
  inset: auto 4% 15% auto;
}

.home-3-banner-img-absolute._3 {
  z-index: 20;
  top: 140px;
  left: auto;
  right: 8px;
}

.banner-2-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  height: 100%;
  display: flex;
  position: relative;
}

.home-2-banner-heading {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Boska, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.banner-2-bg-element {
  z-index: 0;
  width: 720px;
  position: absolute;
  top: -50px;
}

.scroll-banner-3-link {
  z-index: 70;
  border: 1px solid var(--white-50);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 260px;
  padding: 50px 160px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -114px auto;
}

.scroll-elements {
  z-index: 100;
  position: absolute;
  inset: auto 0% 0;
}

.scroll-arrow-icon {
  width: 24px;
}

.banner-home-three {
  z-index: 2;
  background-color: var(--primary-light);
  flex-direction: row;
  align-items: center;
  min-height: 660px;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-text-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.banner-3-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-home-3 {
  width: 40%;
  height: 76%;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% -40px;
}

.banner-content {
  flex-direction: column;
  justify-content: space-between;
  max-width: 650px;
  margin-right: auto;
  display: flex;
}

.banner-content.home-3 {
  z-index: 1;
  width: 52%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.navbar-cart-icon {
  color: var(--primary-dark);
  cursor: pointer;
  padding: 10px;
  font-family: "Fa solid 900";
}

.instagram {
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.outline-hover-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #afafaf80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.insragram-icon {
  color: #fff;
  font-family: "Fa Brands 400 (6.4.2)";
  font-size: 20px;
  font-weight: 400;
}

.overlay-insta {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background {
  background-image: url('../images/pexels-rdne-stock-project-6724402_1pexels-rdne-stock-project-6724402.webp');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-four {
  background-image: url('../images/pexels-sergey-torbik-7365483_1pexels-sergey-torbik-7365483.webp');
  background-position: 0%;
}

.background.instagram-three {
  background-image: url('../images/pexels-monstera-production-6620839_1pexels-monstera-production-6620839.webp');
}

.background.instagram-two {
  background-image: url('../images/pexels-ivan-samkov-5659007_1pexels-ivan-samkov-5659007.webp');
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.video-in-section {
  z-index: 999;
  background-image: linear-gradient(#0003, #0003), url('../images/pexels-monstera-production-6621002_1pexels-monstera-production-6621002.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.bg-color-half {
  z-index: 0;
  background-color: var(--primary-light);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  padding: 8px 22px;
  position: relative;
  overflow: hidden;
}

.price-title {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-price-item {
  padding: 30px;
  transition: all .35s;
}

.hero-price-item.last, .hero-price-item.first {
  background-color: var(--white);
}

.hero-price-item.style-two {
  z-index: 1;
  background-color: var(--primary-light);
  position: relative;
}

.toggle-bg-mo {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.toggle-bg-mo.style-two {
  background-color: var(--primary-light);
}

.our-price {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.about-our-package {
  margin-top: 0;
  margin-bottom: 40px;
}

.price-fill-circle {
  border: 1px solid #afafaf80;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 18px;
  display: flex;
  position: relative;
}

.price-fill-circle.style-two {
  background-color: var(--white);
  border-style: none;
}

.price-top {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.price-plan {
  margin-top: 0;
  margin-bottom: 0;
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  padding: 8px 22px;
  position: relative;
  overflow: hidden;
}

.button-pricing-wrap {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.toggle-price {
  border: 1px solid var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.toggle-price.style-two {
  border-color: var(--primary-light);
}

.toggle-bg {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.toggle-bg.style-two {
  background-color: var(--primary-light);
}

.starter-package {
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  display: flex;
}

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

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.save-money {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.hero-price-item-pro {
  background-color: var(--white);
  padding: 30px;
  transition: all .35s;
}

.hero-price-item-pro:hover {
  box-shadow: 1px 0 20px #fff0;
}

.hero-price-item-pro.style-two {
  z-index: 1;
  background-color: var(--primary-light);
  position: relative;
}

.plan-type {
  z-index: 1;
  font-size: 14px;
  position: relative;
}

.banner-home-3-heading {
  color: var(--white);
}

.bg-b3-bottom {
  z-index: 1;
  height: 28%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-b3-bottom-small {
  z-index: 0;
  height: 20%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-b3-top {
  z-index: 0;
  height: 28%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.customers-wrapper-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  display: grid;
}

.customers-wrapper-main.with-top-spacing {
  margin-top: 60px;
}

.services-label {
  border: 1px solid #4448674d;
  border-radius: 50px;
  padding: 6px 10px;
}

.feature-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-button-wrapper-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-icon-main {
  z-index: 7;
  color: #fff;
  margin-left: 4px;
  font-family: "Fa solid 900";
  font-size: 16px;
  position: relative;
}

.play-button-main {
  z-index: 5;
  background-color: var(--primary-bright);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  transition: transform .4s;
  position: absolute;
}

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

.banner-images-wrapper {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.home-banner-image {
  z-index: 999;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 220px 220px 0 0;
  width: 100%;
  height: 360px;
  text-decoration: none;
  position: relative;
}

.bg-element-color {
  background-color: var(--primary-dark);
  width: 100%;
  height: 50%;
  margin-top: -1px;
  position: absolute;
  inset: 0% 0% auto;
}

.video-in-section-about {
  z-index: 999;
  background-image: linear-gradient(#0003, #0003), url('../images/pexels-monstera-production-6621002_1pexels-monstera-production-6621002.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.client-logo {
  object-fit: contain;
  max-width: 140px;
  max-height: 50px;
}

.service-image-link {
  border-radius: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.service-items {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 22.66%;
  display: flex;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.service-content-wrapper {
  padding-top: 20px;
}

.team-wrapper-main {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.team-item-main {
  text-align: center;
  width: 22.66%;
}

.services-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.services-banner-image-wrapper {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
}

.services-banner-image {
  z-index: 999;
  object-fit: cover;
  object-position: 50% 44%;
  border-radius: 300px;
  width: auto;
  height: 300px;
  position: relative;
}

.project-template-info-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.sauna-hours {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-light);
  flex-direction: column;
  width: 40%;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sauna-hours.reverse {
  inset: auto auto 0% 0%;
}

.sauna-hour {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--primary-bright);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.location-map-wrapper {
  height: 100%;
  position: relative;
}

.location-tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.location-tabs-content {
  width: 75%;
  height: 100%;
}

.location-tabs {
  flex-direction: row;
  width: 100%;
  height: 620px;
  display: flex;
  position: relative;
}

.small-text {
  letter-spacing: .2px;
  margin-bottom: 0;
  line-height: 1.6em;
  text-decoration: none;
}

.location-tab-pane-content-wrapper {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  width: 45%;
  height: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 15% 10px 15% auto;
  box-shadow: 0 30px 30px #00000014;
}

.location-title-wrapper {
  align-items: center;
  display: flex;
}

.location-tab-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.location-icon {
  margin-right: 15px;
  font-family: "Fa solid 900";
  font-size: 24px;
}

.location-icon.tab-pane {
  color: var(--primary-bright);
  margin-top: 0;
  font-size: 20px;
}

.location-tab-pane-info {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.location-tab-pane-info.first-item {
  margin-top: 20px;
}

.location-tab-pane-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
}

.contact-us-link {
  letter-spacing: .2px;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: none;
}

.contact-us-link:hover {
  color: var(--primary-bright);
}

.location-tab {
  color: #afafaf80;
  background-color: #0000;
  width: 100%;
  padding: 25px 20px;
  transition: all .3s;
  display: flex;
}

.location-tab.w--current {
  background-color: var(--primary-light);
  color: var(--primary-bright);
}

.dark-text {
  color: #0e0e0e;
}

.gift-cards-item {
  background-color: var(--primary-light);
  text-align: center;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 30px 20px;
  display: flex;
}

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

.rich-text-block-map {
  flex-flow: column wrap;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.rich-text-block-map figure {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.tab-pane-locations {
  height: 100%;
}

.form-fields-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.icon-gift {
  background-color: var(--primary-bright);
  border-radius: 100%;
  margin-top: -60px;
  margin-bottom: 20px;
  padding: 18px;
  position: relative;
}

.gift-subtitle {
  margin-top: 20px;
  margin-bottom: 15px;
}

.package-cards-item {
  background-color: var(--primary-light);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.packages-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

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

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

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.subtext-search {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.cart-quantity {
  background-color: var(--primary-bright);
  color: var(--white);
  margin-bottom: 18px;
  margin-left: -14px;
  font-weight: 400;
}

.cart-quantity.white-nav {
  background-color: var(--primary-light);
  color: var(--primary-dark);
}

.cart-button {
  background-color: #fff0;
  padding: 0 10px 0 0;
}

.cart-quantity-main {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
  border-radius: 0;
}

.cart-quantity-main:focus {
  border-color: var(--primary-bright);
}

.shop-details-banner-image {
  z-index: 999;
  object-fit: cover;
  object-position: 50% 44%;
  border-radius: 300px;
  width: 100%;
  height: 100%;
  position: relative;
}

.shop-details-block-main {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.shop-category-link {
  background-color: var(--primary);
  padding: 6px 12px;
  transition: background-color .2s, color .3s;
  display: inline-block;
}

.shop-category-link:hover {
  background-color: var(--primary-bright);
  color: var(--white);
}

.shop-details-collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.checkout-form {
  background-color: #f5f5f500;
  min-height: auto;
  padding: 0 15px;
  line-height: 1.4em;
}

.section-checkout {
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.default-state {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-color: #fff0 #fff0 var(--primary-dark);
  background-color: #fff0;
  border-radius: 0;
  width: 80px;
  height: 58px;
  margin-bottom: 0;
  padding: 18px 0;
}

.quantity:focus {
  border-color: #fff0 #fff0 var(--primary-bright);
}

.out-of-stock-state-white {
  background-color: var(--white);
  margin-top: 0;
}

.out-of-stock-state {
  background-color: var(--primary-light);
}

.default-state-item {
  margin-bottom: 0;
}

.shop-underline-link {
  border-bottom: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  background-color: #3898ec00;
  padding: 0 0 4px;
  transition: border .3s, color .3s;
  display: inline-block;
}

.shop-underline-link:hover {
  border-bottom-color: var(--primary-bright);
}

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

.order-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.order-info {
  line-height: 1.4em;
}

.order-shipping-method {
  font-weight: 300;
}

.order-buttons {
  filter: hue-rotate(54deg);
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-weight: 300;
}

.order-field {
  border-radius: 0;
}

.order-field:focus, .order-field.-wfp-focus {
  border-color: var(--primary-bright);
}

.order-sticky {
  top: 130px;
}

.remove-button {
  transition: color .2s;
}

.remove-button:hover {
  color: var(--primary-bright);
}

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

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-bottom: 0 #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-bottom-color: #0000;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

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

.hire-buttons:hover {
  color: #fff;
  border-color: #fff;
}

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

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

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

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

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

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

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

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

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

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

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

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

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

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.italic-text {
  font-family: Boska, sans-serif;
  font-weight: 400;
}

.heading {
  font-family: Gyst, Arial, sans-serif;
  font-weight: 500;
}

.block-quote {
  font-family: Boska, sans-serif;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.service-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.service-m-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.service-name {
  margin-top: 20px;
  margin-bottom: 6px;
  font-family: Boska, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 10px;
}

.bold-text {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Boska, sans-serif;
}

.link-2 {
  font-family: Boska, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.paragraph {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
}

.bold-text-5, .bold-text-6, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  font-family: Gyst, Arial, sans-serif;
}

.paragraph-8 {
  color: var(--dark-gray);
  width: 150px;
  font-size: 16px;
}

.link-3 {
  color: var(--white);
}

.service-grid-new {
  grid-template: ". . . ." 373px
                 ". Area-2 Area-3 Area-4" 69px
                 "Area Area-5 Area-6 Area-7" 184px
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  width: auto;
  height: auto;
}

.heading-2 {
  text-align: center;
  font-size: 42px;
}

.heading-3 {
  text-align: center;
  height: 70px;
  font-size: 42px;
}

.rich-text-block, .rich-text-block-2 {
  height: 70px;
}

.heading-4 {
  text-align: center;
  height: 70px;
  font-size: 42px;
}

.heading-5 {
  height: 70px;
  font-size: 48px;
}

.heading-6 {
  text-align: center;
  font-size: 42px;
}

.container-2 {
  max-width: none;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  text-align: left;
}

.image {
  border-radius: 20px;
}

.primary-button-nav {
  border: 0px solid var(--primary);
  background-color: var(--primary-dark);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 0;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-nav:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
}

.primary-button-nav.search-button {
  border-color: var(--primary-bright);
  background-color: var(--primary-bright);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

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

.primary-button-nav.bright {
  border-color: var(--primary-bright);
  background-color: var(--primary-bright);
  color: var(--white);
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.primary-button-nav.bright:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button-nav.pagination {
  margin-top: 30px;
}

.primary-button-nav.pagination:hover {
  border-color: var(--primary);
}

.primary-button-nav.outline {
  border-color: var(--primary-bright);
  background-color: #ecd9c100;
}

.primary-button-nav.outline:hover {
  border-color: var(--primary-dark);
}

.primary-button-nav.bright-full-width {
  border-color: var(--primary-bright);
  background-color: var(--primary-bright);
  color: var(--white);
  width: 100%;
}

.primary-button-nav.bright-full-width:hover {
  color: var(--black);
  background-color: #0000;
}

.icon-features-wrapper-2 {
  background-color: #f5efea;
  border-radius: 100%;
  margin-bottom: 15px;
  padding: 18px;
  position: relative;
}

.icon-features-wrapper-2.primary-bright-bg {
  background-color: #571d25;
  margin-top: -30px;
  margin-bottom: 20px;
}

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

.container-3 {
  max-width: 300px;
  max-height: 300px;
}

.container-4 {
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
}

.container-5 {
  max-width: 300px;
  max-height: 300px;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.banner-images-wrapper-222 {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
  position: relative;
}

.in-section-title-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.icon-features-wrapper-3 {
  background-color: #f5efea;
  border-radius: 100%;
  margin-bottom: 15px;
  padding: 18px;
  position: relative;
}

.icon-features-wrapper-3.primary-bright-bg {
  background-color: #571d25;
  margin-top: -30px;
  margin-bottom: 20px;
}

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

.bold-text-7 {
  font-size: 22px;
  font-weight: 400;
}

.bold-text-8 {
  font-family: Gyst, Arial, sans-serif;
  font-weight: 500;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-size: 48px;
}

.bold-text-13, .bold-text-14 {
  font-size: 42px;
}

.bold-text-15, .heading-9 {
  font-size: 48px;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
  font-size: 42px;
}

.heading-10 {
  font-family: Boska, sans-serif;
  font-weight: 500;
}

.bold-text-34 {
  word-break: normal;
  overflow-wrap: normal;
}

.insragram-icon-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.blog-corner-arrow-2 {
  z-index: 2;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top-left-radius: 36px;
  padding: 17px 16px 10px 22px;
  font-size: 10px;
  transition: border .3s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-corner-arrow-2:hover {
  border-top-color: #ffffff80;
  border-left-color: #ffffff80;
}

.button {
  clear: right;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .75rem;
  color: #1d39c4;
  -webkit-text-stroke-color: #2846e7;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #53389e;
}

.text-block-46 {
  color: #2846e7;
  -webkit-text-stroke-color: #2846e7;
  padding-left: 0;
}

.uui-button-icon-2 {
  color: var(--primary-dark);
  -webkit-text-stroke-color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: auto;
  padding-left: 0;
}

.container-6 {
  max-width: 300px;
  min-height: 150px;
  max-height: 400px;
  padding: 20px 10px;
}

.bold-text-35 {
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-11 {
  font-family: Boska, sans-serif;
  font-size: 24px;
}

.heading-12 {
  font-family: Lato, Arial, sans-serif;
  font-size: 24px;
}

.heading-13, .heading-14, .heading-15 {
  font-size: 24px;
}

.image-2 {
  vertical-align: middle;
  width: 100px;
  height: 100px;
}

.heading-16 {
  font-size: 24px;
}

.no-margin-4 {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
}

.case-heading-center {
  font-size: 32px;
}

.text-block-47 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Boska, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.banner-home-three-2 {
  z-index: 2;
  background-color: var(--primary-dark);
  color: var(--dark-gray);
  flex-direction: row;
  align-items: center;
  min-height: 660px;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-subtitle-2 {
  color: #fff;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-subtitle-2.banner-three {
  color: #571d25;
}

.primary-button-2 {
  color: #571d25;
  text-align: center;
  letter-spacing: .5px;
  background-color: #f5efea;
  border: 1px solid #f5efea;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  background-color: #fff;
  border-color: #fff;
}

.primary-button-2.outline {
  background-color: #ecd9c100;
  border-color: #571d25;
}

.primary-button-2.outline:hover {
  border-color: #571d25;
}

.primary-button-2.bright {
  color: #fff;
  background-color: #571d25;
  border-color: #571d25;
}

.primary-button-2.bright:hover {
  color: #000;
  background-color: #0000;
}

.italic-text-span-2 {
  font-style: italic;
  font-weight: 300;
}

.sauna-hours-2 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f0ed;
  flex-direction: column;
  width: 40%;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.in-section-title-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.sauna-hour-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #571d25;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.sauna-hours-3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f0ed;
  flex-direction: column;
  width: 40%;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sauna-hours-3.reverse {
  inset: auto auto 0% 0%;
}

.in-section-title-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.section-title-wrapper-2.no-spacing {
  margin-bottom: 0;
}

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

.section-title-wrapper-3.no-spacing {
  margin-bottom: 0;
}

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

.section-title-wrapper-4.no-spacing {
  margin-bottom: 0;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-3, .image-4, .image-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.services-img {
  border-radius: 150px 150px 0 0;
}

.bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52 {
  color: var(--primary);
}

.heading-20 {
  margin-top: auto;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

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

  .section.banner-home-two {
    min-height: 730px;
    padding-top: 230px;
    padding-bottom: 180px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .pages-banner {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .pages-banner.our-spa {
    padding-bottom: 0;
  }

  .pages-banner.pricing {
    background-image: linear-gradient(#0000, #0000), url('../images/modelka.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  ._404-title {
    font-size: 100px;
  }

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

  .section-title-wrapper {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .style-guide-buttons-wrapper {
    grid-column-gap: 120px;
    flex-wrap: nowrap;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .blog-item {
    width: 23.07%;
  }

  .home-blog-image {
    height: 340px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .home-1-team-image {
    height: 380px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

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

  .shop-details-slider {
    height: 560px;
  }

  .banner-slider-content-wrapper {
    align-items: center;
  }

  .banner-slider-content {
    max-width: 880px;
  }

  .home-banner-slider-heading {
    font-size: 80px;
  }

  .nav-link-main, .nav-dropdown-toggle-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container-main {
    padding-left: 50px;
    padding-right: 50px;
  }

  .in-section-title {
    text-align: left;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .two-column-wrapper.assymetric {
    grid-column-gap: 140px;
  }

  .services-side-image {
    width: 500px;
  }

  .services-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-title-wrapper {
    width: 55%;
  }

  .about-block-image-small {
    width: 84%;
  }

  .in-section-title-video-block {
    width: 70%;
  }

  .bg-image-left-line {
    top: -24%;
  }

  .quote-img {
    width: 36px;
    height: 36px;
  }

  .title-testimonials {
    padding-right: 60px;
  }

  .review-slider {
    padding-left: 100px;
  }

  .testimonial-title {
    width: 90%;
  }

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

  .left-arrow-banner, .right-arrow-banner {
    width: 110px;
  }

  .contact-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-3-banner-img-absolute {
    width: 190px;
    height: 190px;
    left: 15px;
  }

  .home-3-banner-img-absolute._4 {
    width: 180px;
    height: 180px;
  }

  .home-3-banner-img-absolute._2 {
    width: 160px;
    height: 160px;
    bottom: 18%;
    right: 4%;
  }

  .home-3-banner-img-absolute._3 {
    width: 180px;
    height: 180px;
    top: 170px;
    right: 15px;
  }

  .banner-2-content {
    max-width: 880px;
  }

  .home-2-banner-heading {
    font-size: 80px;
  }

  .banner-2-bg-element {
    width: 900px;
  }

  .banner-home-three {
    min-height: 730px;
  }

  .image-home-3 {
    height: 80%;
    margin-left: 80px;
  }

  .banner-content.home-3 {
    width: 50%;
  }

  .hero-price-item.last, .hero-price-item.first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .our-price {
    grid-template-columns: 1fr 1.084fr 1fr;
  }

  .hero-price-item-pro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bg-b3-bottom {
    height: 30%;
  }

  .customers-wrapper-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .customers-wrapper-main.with-top-spacing {
    margin-top: 100px;
  }

  .home-banner-image {
    height: 380px;
  }

  .service-items {
    width: 23.07%;
  }

  .service-image {
    height: 340px;
  }

  .team-item-main {
    width: 23.07%;
  }

  .services-banner-image {
    height: 480px;
  }

  .location-tab-pane-content-wrapper {
    right: 20px;
  }

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

  .package-cards-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-checkout {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .service-name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
  }

  .team-member-position {
    font-family: Gyst, Arial, sans-serif;
  }

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

  .bold-text-36, .bold-text-37, .bold-text-38 {
    font-size: 26px;
    font-weight: 500;
  }

  .case-heading-center {
    font-size: 26px;
  }

  .banner-home-three-2 {
    min-height: 730px;
  }

  .section-title-wrapper-2, .section-title-wrapper-3, .section-title-wrapper-4 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .pages-banner.our-spa {
    padding-bottom: 0;
  }

  .features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: grid;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-preview {
    height: 540px;
  }

  .banner-slider-content {
    max-width: 980px;
  }

  .home-banner-slider-heading {
    font-size: 90px;
  }

  .nav-container-main {
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-side-image {
    width: 580px;
  }

  .testimonial-title {
    width: 90%;
  }

  .home-3-banner-img-absolute._4 {
    left: 107px;
  }

  .home-3-banner-img-absolute._2 {
    bottom: 12%;
    right: 7%;
  }

  .home-3-banner-img-absolute._3 {
    right: 26px;
  }

  .banner-2-content {
    max-width: 980px;
  }

  .home-2-banner-heading {
    font-size: 90px;
  }

  .image-home-3 {
    left: 0%;
  }

  .banner-home-3-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .service-image {
    transition: transform .4s;
  }

  .service-image:hover {
    transform: scale(1.1);
  }

  .service-m-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner-home-two {
    align-items: center;
    padding-top: 220px;
    display: flex;
    overflow: hidden;
  }

  .base-container {
    max-width: 1400px;
  }

  ._404-title {
    margin-bottom: 30px;
    font-size: 140px;
  }

  .banner-title-wrapper.search-style {
    max-width: 1400px;
  }

  .play-button {
    width: 200px;
    height: 200px;
  }

  .features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .blog-item {
    width: 23.35%;
  }

  .home-blog-image {
    height: 380px;
  }

  .collections-list-wrapper {
    max-width: 1400px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .home-1-team-image {
    height: 420px;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .shop-details-slider {
    height: 640px;
  }

  .banner-slide {
    background-size: cover;
  }

  .home-banner-slider-heading {
    font-size: 100px;
  }

  .nav-container-main {
    padding-left: 160px;
    padding-right: 160px;
  }

  .column-two.smaller-right-align {
    width: 40%;
  }

  .column-one.bigger {
    width: 60%;
  }

  .services-side-image {
    width: 1000px;
  }

  .services-content-wrapper {
    max-width: 1400px;
  }

  .services-title-wrapper {
    width: 40%;
  }

  .about-block-image-small {
    height: 300px;
  }

  .about-block-image-big {
    width: 90%;
    height: 760px;
  }

  .in-section-title-video-block {
    width: 60%;
  }

  .video-button-big {
    width: 200px;
    height: 200px;
  }

  .features.style-two {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-features-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .left-arrow-banner {
    transition: padding .3s;
  }

  .left-arrow-banner:hover {
    padding-right: 10px;
  }

  .right-arrow-banner {
    transition: padding .3s;
  }

  .right-arrow-banner:hover {
    padding-left: 10px;
  }

  .contact-block {
    padding-left: 100px;
    padding-right: 100px;
  }

  .membership-image {
    height: 500px;
  }

  .membership-image.two {
    height: 280px;
    margin-top: 120px;
  }

  .home-3-banner-img-absolute {
    width: 260px;
    height: 260px;
    top: 190px;
    left: 70px;
  }

  .home-3-banner-img-absolute._4 {
    width: 260px;
    height: 250px;
    top: auto;
    bottom: -80px;
    left: 180px;
  }

  .home-3-banner-img-absolute._2 {
    width: 190px;
    height: 190px;
    bottom: 8%;
    right: 8%;
  }

  .home-3-banner-img-absolute._3 {
    width: 220px;
    height: 220px;
    top: 150px;
    right: 45px;
  }

  .home-2-banner-heading {
    font-size: 100px;
  }

  .banner-2-bg-element {
    width: 990px;
    top: -60px;
  }

  .scroll-banner-3-link:hover {
    opacity: 1;
  }

  .banner-home-three {
    min-height: 900px;
  }

  .image-home-3 {
    width: 38%;
    height: 84%;
    margin-left: 120px;
    inset: auto auto 0% 0%;
  }

  .banner-content {
    grid-row-gap: 150px;
    justify-content: flex-end;
  }

  .banner-content.home-3 {
    grid-row-gap: 0px;
  }

  .instagram {
    height: 400px;
  }

  .bg-b3-bottom {
    height: 36%;
  }

  .customers-wrapper-main {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-banner-image {
    height: 420px;
  }

  .service-items {
    width: 23.35%;
  }

  .service-image {
    height: 380px;
  }

  .team-item-main {
    width: 23.35%;
  }

  .services-banner-image {
    height: 520px;
  }

  .uui-button-link-2 {
    margin-left: 0;
  }

  .banner-home-three-2 {
    min-height: 900px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section {
    margin-top: auto;
  }

  .section.banner-home-two {
    min-height: 560px;
    padding-top: 140px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    font-size: 12px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .pages-banner {
    padding-top: 140px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    max-width: 460px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .career-customer-item {
    text-align: center;
  }

  .banner-title-wrapper.shop {
    max-width: 660px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
  }

  .contacts-2-content {
    width: 66%;
    padding-right: 30px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .search-desktop {
    display: none;
  }

  .search-close-button {
    top: 30px;
    right: 20px;
  }

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

  .footer-logo-wrapper {
    width: 50%;
  }

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

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 100px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .blog-item {
    width: 47%;
  }

  .blog-content-wrapper {
    padding-top: 15px;
  }

  .blog-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar-fixed {
    border-bottom-style: solid;
    height: 80px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-1-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-1-team-item {
    width: 47.8%;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
  }

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

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .brand-tablet {
    display: block;
  }

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

  .shop-details-slider {
    height: 400px;
  }

  .image-preview {
    height: 280px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .banner-slider-content {
    max-width: 500px;
  }

  .home-banner-slider-heading {
    width: 100%;
    max-width: 620px;
    font-size: 56px;
  }

  .banner-subtitle {
    max-width: 620px;
  }

  .banner-subtitle.banner-two {
    max-width: 500px;
  }

  .left-side-block {
    flex-direction: column;
    width: 100%;
  }

  .nav-dropdown-link-main {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-main {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-main.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-main.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list-main.megamenu.w--open {
    margin-left: 0;
  }

  .nav-menu-wrapper-main {
    align-self: flex-end;
    align-items: flex-end;
  }

  .nav-link-main {
    color: #1f1e1e;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-main:hover, .nav-link-main.w--current {
    color: #425e44;
  }

  .right-side-block {
    flex-direction: column;
    width: 100%;
  }

  .nav-dropdown-toggle-main {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-column-2 {
    justify-content: center;
    width: 180px;
  }

  .nav-dropdown-icon-desktop {
    margin-right: 1.5px;
    display: none;
    inset: 0% 0 0% auto;
  }

  .menu-button-main {
    text-align: right;
    background-color: #0000;
    padding: 10px 0 10px 10px;
  }

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

  .nav-menu-main {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .tablet-menu-main {
    z-index: 15;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    position: relative;
  }

  .nav-dropdown-link-line-main {
    display: none;
  }

  .logo-image {
    height: 48px;
  }

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

  .nav-item-title-main:hover {
    color: #1f1e1e;
  }

  .image-burger-main {
    display: block;
  }

  .brand-main {
    z-index: 0;
    position: relative;
  }

  .menu-wrap-main {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .card-wrapp {
    margin-top: 0;
    margin-left: auto;
  }

  .in-section-title.appointment-style {
    max-width: 520px;
  }

  .column-two, .column-two.smaller-right-align {
    width: 100%;
  }

  .column-two.smaller {
    width: 90%;
    margin-right: auto;
  }

  .column-two.sauna {
    padding-left: 40px;
    padding-right: 0;
  }

  .column-two.sauna-right {
    text-align: center;
    align-items: center;
  }

  .column-one, .column-one.bigger {
    width: 100%;
  }

  .column-one.sauna-left {
    text-align: center;
    align-items: center;
  }

  .button-wrapper-main.home-3-banner {
    justify-content: center;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .two-column-wrapper.sauna-reverse {
    flex-direction: column-reverse;
  }

  .services-side-image {
    width: 340px;
  }

  .services-title-wrapper {
    width: 50%;
  }

  .about-block-image-small {
    width: 100%;
  }

  .small-image-wrapper {
    order: 1;
    margin-top: 40px;
    margin-bottom: 0;
    display: none;
  }

  .bg-image-left-line {
    width: 40%;
    top: -6%;
  }

  .testimonials-review-wrap {
    padding-bottom: 10px;
  }

  .title-testimonials {
    height: 100%;
    padding-right: 40px;
  }

  .features.style-two {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }

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

  .left-arrow-banner, .right-arrow-banner {
    width: 90px;
  }

  .arrow-icon-slider {
    width: 70px;
  }

  .contact-block {
    padding: 60px 40px;
  }

  .home-features-grid-item {
    padding-left: 0;
    padding-right: 0;
  }

  .home-numbers {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .nav-lines-wrapper {
    display: none;
  }

  .home-3-banner-img-absolute {
    width: 100px;
    height: 100px;
    display: block;
  }

  .home-3-banner-img-absolute._4 {
    width: 130px;
    height: 130px;
    display: block;
    top: auto;
    bottom: -30px;
    left: 70px;
  }

  .home-3-banner-img-absolute._2 {
    width: 110px;
    height: 110px;
  }

  .home-3-banner-img-absolute._3 {
    width: 120px;
    height: 120px;
    display: block;
  }

  .home-2-banner-heading {
    width: 100%;
    max-width: 620px;
    font-size: 56px;
  }

  .banner-2-bg-element {
    top: -30px;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .banner-home-three {
    padding-top: 140px;
    padding-bottom: 460px;
  }

  .image-home-3 {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: 400px;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    left: auto;
  }

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

  .banner-content.home-3 {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
  }

  .instagram {
    justify-content: flex-end;
    align-items: flex-end;
    height: 240px;
  }

  .hover-circle-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 20px 20px 0;
    display: flex;
  }

  .outline-hover-circle {
    width: 50px;
    height: 50px;
  }

  .instagram-grid {
    width: 100%;
  }

  .video-in-section {
    width: 100%;
    min-height: 420px;
  }

  .our-price {
    grid-template-columns: 1fr 1fr;
  }

  .bg-b3-bottom {
    height: 18%;
  }

  .bg-b3-bottom-small {
    height: 12%;
  }

  .bg-b3-top {
    height: 18%;
  }

  .customers-wrapper-main {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .feature-image-2 {
    max-height: 360px;
  }

  .home-banner-image {
    height: 260px;
  }

  .bg-element-color {
    height: 63%;
  }

  .video-in-section-about {
    width: 100%;
    min-height: 420px;
  }

  .service-items {
    width: 47%;
  }

  .service-content-wrapper {
    padding-top: 15px;
  }

  .team-wrapper-main {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .team-item-main {
    width: 47.8%;
  }

  .services-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-banner-image {
    height: 260px;
  }

  .sauna-hours {
    inset: auto auto 0% 0%;
  }

  .location-tabs-menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .location-tabs-content {
    width: 100%;
  }

  .location-tabs {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }

  .small-text.hidden-tablet {
    display: none;
  }

  .location-tab-title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .location-icon {
    margin-right: 10px;
  }

  .location-tab {
    justify-content: center;
    padding: 15px;
  }

  .gift-cards-item {
    max-width: 360px;
  }

  .gift-cards-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .packages-item {
    grid-template-rows: 300px auto;
    grid-template-columns: 1fr;
  }

  .packages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .section-checkout {
    padding-top: 140px;
  }

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

  .order-row.spacing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .order-sticky {
    top: 80px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap, .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .container {
    max-width: 728px;
  }

  .service-grid {
    grid-column-gap: 40px;
  }

  .service-m-image {
    width: 190px;
    height: 190px;
  }

  .primary-button-nav {
    display: block;
  }

  .banner-home-three-2 {
    padding-top: 140px;
    padding-bottom: 460px;
  }

  .banner-subtitle-2 {
    max-width: 620px;
  }

  .primary-button-2 {
    display: block;
  }

  .sauna-hours-2, .sauna-hours-3 {
    inset: auto auto 0% 0%;
  }

  .section-title-wrapper-2, .section-title-wrapper-3, .section-title-wrapper-4 {
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.mobile-no-bottom-space {
    padding-bottom: 0;
  }

  .section.banner-home-two {
    min-height: 500px;
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

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

  .headings-typography-wrapper {
    width: 100%;
  }

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

  .style-guide-body-wrapper, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  ._404-title {
    font-size: 80px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

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

  .pricing-plan-item {
    max-width: none;
  }

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

  .play-button {
    width: 140px;
    height: 140px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap, .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

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

  .footer-links-wrapper.info {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .search-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

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

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

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

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .blog-item {
    width: 100%;
  }

  .home-blog-image {
    height: 440px;
  }

  .blog-image-link {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
  }

  .blog-list {
    grid-column-gap: 30px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

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

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

  .banner-slider-buttons-wrapper {
    margin-top: 30px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .home-1-team-wrapper {
    justify-content: center;
  }

  .home-1-team-item {
    width: 46.6%;
  }

  .home-1-team-item.lower {
    margin-top: 60px;
  }

  .home-1-team-image {
    height: 340px;
  }

  .home-1-team-name {
    margin-top: 15px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-list-image {
    height: 340px;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

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

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .banner-slider-content {
    max-width: 360px;
  }

  .home-banner-slider-heading {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .banner-subtitle.banner-two {
    max-width: 360px;
  }

  .home-banner {
    height: 600px;
  }

  .nav-link-main {
    margin-left: 0;
  }

  .tablet-menu-main {
    padding-top: 18px;
  }

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

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

  .in-section-title {
    margin-bottom: 15px;
  }

  .in-section-title.appointment-style {
    max-width: 480px;
  }

  .about-block-image {
    height: 400px;
  }

  .column-two.smaller {
    width: 100%;
  }

  .column-two.sauna, .column-one.sauna-reverse {
    padding-left: 20px;
  }

  .button-wrapper-main {
    margin-top: 30px;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .services-side-image {
    width: 100%;
    height: 400px;
    margin-top: -60px;
    position: relative;
  }

  .services-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .services-title-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .about-block-image-small {
    min-height: 440px;
  }

  .about-block-image-big {
    width: 94%;
    height: 540px;
  }

  .video-button-big {
    width: 140px;
    height: 140px;
    margin-bottom: 0;
  }

  .testimonials-review-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .title-testimonials {
    text-align: center;
    border-bottom: 1px solid #332d2833;
    border-right-width: 0;
    border-right-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

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

  .left-arrow-banner, .right-arrow-banner {
    width: 70px;
  }

  .arrow-icon-slider {
    width: 50px;
  }

  .contact-block {
    padding: 40px 20px;
  }

  .home-numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-numbers {
    font-size: 50px;
  }

  .membership-image {
    width: 70%;
  }

  .home-3-banner-img-absolute {
    width: 80px;
    height: 80px;
  }

  .home-3-banner-img-absolute._4, .home-3-banner-img-absolute._2 {
    width: 100px;
    height: 100px;
  }

  .home-3-banner-img-absolute._3 {
    width: 90px;
    height: 90px;
    top: 110px;
  }

  .banner-2-content {
    width: 100%;
  }

  .home-2-banner-heading {
    max-width: 360px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .banner-2-bg-element {
    max-width: 120%;
    top: 0;
  }

  .banner-home-three {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 450px;
  }

  .image-home-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-content.home-3 {
    max-width: 440px;
  }

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

  .video-in-section {
    min-height: 400px;
  }

  .hero-price-item.first {
    border-right-style: none;
  }

  .our-price {
    grid-template-columns: 1fr;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .yearly-wrapper, .monthly-wrapper {
    text-align: center;
  }

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

  .home-banner-image {
    height: 300px;
  }

  .video-in-section-about {
    min-height: 400px;
  }

  .service-image-link {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
  }

  .service-items {
    width: 100%;
  }

  .service-image {
    height: 440px;
  }

  .team-wrapper-main {
    justify-content: center;
  }

  .team-item-main {
    width: 46.6%;
  }

  .services-list {
    grid-column-gap: 30px;
  }

  .services-banner-image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .services-banner-image {
    height: 300px;
  }

  .sauna-hours {
    width: 50%;
  }

  .location-tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .location-tab-pane-content-wrapper {
    box-shadow: none;
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px 25px;
    position: relative;
    top: auto;
    right: 0;
  }

  .location-title-wrapper {
    justify-content: center;
  }

  .location-tab-pane-info {
    align-items: center;
  }

  .gift-cards-item {
    max-width: none;
  }

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

  .package-cards-item {
    max-width: none;
  }

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

  .shop-details-block-main {
    grid-row-gap: 30px;
  }

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

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .primary-button-nav.search-button {
    width: 100%;
  }

  .banner-images-wrapper-222 {
    grid-template-columns: 1fr 1fr;
  }

  .in-section-title-2 {
    margin-bottom: 15px;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .banner-home-three-2 {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 450px;
  }

  .sauna-hours-2 {
    width: 50%;
  }

  .in-section-title-3 {
    margin-bottom: 15px;
  }

  .sauna-hours-3 {
    width: 50%;
  }

  .in-section-title-4 {
    margin-bottom: 15px;
  }

  .section-title-wrapper-2, .section-title-wrapper-3, .section-title-wrapper-4 {
    margin-bottom: 40px;
  }

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

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

@media screen and (max-width: 479px) {
  .section.banner-home-two {
    min-height: 700px;
    padding-top: 150px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button {
    text-decoration: none;
    display: flex;
    position: static;
  }

  .primary-button.bright {
    width: 100%;
    display: flex;
  }

  .primary-button.bright-full-width {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .pages-banner.services {
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .pages-banner.pricing {
    background-image: linear-gradient(#0000, #0000), url('../images/modelka.jpg');
    background-position: 0 0, 50%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .banner-description.text-white {
    width: 280px;
    font-size: 16px;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    display: block;
  }

  .pricing-plan-item {
    flex-flow: row;
    width: 350px;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .section-title {
    font-weight: 400;
  }

  .play-button {
    width: 140px;
    height: 140px;
  }

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

  .contacts-input.select-field {
    padding: 16px 18px;
  }

  .footer-link.w--current {
    word-break: keep-all;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    display: block;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .white-text.mb-15 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-links-wrapper.info {
    margin-bottom: 10px;
  }

  .footer-brand-description {
    width: 100%;
  }

  .service-details-content-wrapper {
    margin-bottom: auto;
  }

  .service-details-sidebar-wrapper {
    margin-left: auto;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .home-blog-image {
    height: 340px;
  }

  .blog-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .banner-slider-buttons-wrapper {
    margin-top: 30px;
  }

  .our-services-wrap, .home-9-team-item, .home-1-team-item {
    width: 100%;
  }

  .home-1-team-item.lower {
    margin-top: 0;
  }

  .home-1-team-image {
    height: 360px;
  }

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

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

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

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

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

  .sessions-tab-link {
    text-align: center;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-banner {
    height: 640px;
  }

  .nav-dropdown-list-main.megamenu {
    padding-right: 0;
  }

  .nav-link-main {
    width: 99%;
  }

  .logo-image {
    height: 80px;
    margin-top: 10px;
  }

  .logo-image.main-menu {
    height: 70px;
  }

  .in-section-title {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
    position: relative;
  }

  .about-block-image {
    height: 360px;
  }

  .column-two.smaller-right-align, .column-two.membership-right, .column-two.smaller {
    text-align: center;
    align-items: center;
  }

  .button-wrapper-main.home-3-banner {
    flex-direction: column;
  }

  .services-content-wrapper {
    align-items: center;
  }

  .services-title-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .about-block-image-small {
    min-height: 340px;
  }

  .about-block-image-big {
    width: 100%;
    height: 440px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .in-section-title-video-block {
    width: 85%;
    margin-top: 0;
  }

  .video-button-big {
    width: 140px;
    height: 140px;
    margin-bottom: 0;
  }

  .bg-image-left-line {
    width: 50%;
  }

  .features.style-two {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .left-arrow-banner {
    height: 70px;
    inset: auto auto 4% 0%;
  }

  .right-arrow-banner {
    height: 70px;
    inset: auto 0% 4% auto;
  }

  .home-numbers-grid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cta-loop {
    display: block;
  }

  .membership-image {
    height: 340px;
  }

  .membership-image.two {
    height: 180px;
  }

  .blog-date-wrapper {
    flex-direction: column;
  }

  .home-3-banner-img-absolute {
    width: 100px;
    height: 100px;
    top: 100px;
    left: -10px;
  }

  .home-3-banner-img-absolute._4 {
    width: 120px;
    height: 120px;
    bottom: -20px;
    left: -10px;
  }

  .home-3-banner-img-absolute._2 {
    width: 110px;
    height: 110px;
    bottom: 6%;
    right: -10px;
  }

  .home-3-banner-img-absolute._3 {
    width: 70px;
    height: 70px;
    top: 150px;
    right: 10px;
  }

  .banner-2-bg-element {
    max-width: 230%;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .banner-home-three {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-top: 120px;
    padding-bottom: 410px;
    display: flex;
  }

  .image-home-3 {
    opacity: 1;
    height: 360px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .instagram {
    height: 200px;
  }

  .hero-price-item.last, .hero-price-item.first {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-price-item-pro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-b3-bottom {
    height: 12%;
  }

  .bg-b3-bottom-small {
    height: 8%;
  }

  .bg-b3-top {
    height: 12%;
  }

  .customers-wrapper-main {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .home-banner-image {
    height: 160px;
  }

  .bg-element-color {
    border-radius: 0 0 50px 50px;
    height: 60%;
  }

  .service-image {
    height: 340px;
  }

  .service-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-item-main {
    width: 100%;
  }

  .services-banner-image-wrapper {
    grid-template-columns: 1fr;
  }

  .services-banner-image {
    height: 360px;
  }

  .sauna-hours {
    width: 70%;
    padding: 20px;
  }

  .form-fields-wrapper {
    flex-direction: column;
  }

  .order-item {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .order-image {
    width: 100%;
    height: 120px;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .order-block-header {
    flex-direction: column;
    padding-bottom: 15px;
  }

  .order-shipping-method {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .service-name {
    margin-top: 10px;
  }

  .paragraph-8 {
    text-align: left;
    margin-left: auto;
  }

  .link-3 {
    text-align: left;
    display: block;
  }

  .service-grid-new {
    place-items: start stretch;
    display: block;
  }

  .primary-button-nav.bright, .primary-button-nav.bright-full-width {
    width: 100%;
  }

  .heading-7, .heading-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .banner-images-wrapper-222 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .no-margin-3 {
    width: 250px;
  }

  .bold-text-9, .bold-text-10 {
    font-size: 46px;
  }

  .bold-text-15 {
    font-size: 42px;
  }

  .uui-button-link-2 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 50px;
    margin-left: auto;
    display: flex;
    position: relative;
    left: 100px;
  }

  .uui-button-icon-2 {
    margin-bottom: 10px;
    display: block;
    position: static;
  }

  .container-6 {
    width: 500px;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .no-margin-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-home-three-2 {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-top: 120px;
    padding-bottom: 410px;
    display: flex;
  }

  .primary-button-2.bright {
    width: 100%;
  }

  .sauna-hours-2, .sauna-hours-3 {
    width: 70%;
    padding: 20px;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading-17 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-18 {
    margin-bottom: 10px;
    text-decoration: none;
  }

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

  .bold-text-39 {
    font-size: 42px;
  }
}

#w-node-d640664b-7af7-1f1c-8d44-8a1e6e6c8e9e-21cc9b60, #w-node-_9c41f180-1242-ada2-429b-bc7fa0e10f1c-21cc9b60, #w-node-d640664b-7af7-1f1c-8d44-8a1e6e6c8eaa-21cc9b60, #w-node-f6b51742-8dd0-90d6-4a78-031ecbbfca7e-21cc9b60, #w-node-f6b51742-8dd0-90d6-4a78-031ecbbfca83-21cc9b60, #w-node-f6b51742-8dd0-90d6-4a78-031ecbbfca88-21cc9b60, #w-node-f6b51742-8dd0-90d6-4a78-031ecbbfca8d-21cc9b60, #w-node-_0d2fad14-fcbe-4679-8630-844017c314b4-21cc9b60, #w-node-_0d2fad14-fcbe-4679-8630-844017c314ba-21cc9b60, #w-node-_3e3bfb6d-03ea-d785-b274-035922ce7eb8-21cc9c02, #w-node-_3e3bfb6d-03ea-d785-b274-035922ce7ec1-21cc9c02, #w-node-b263fd09-fb3a-3dbf-8af1-37d8e021806c-21cc9c09, #w-node-_80cf895a-9af0-7056-1c8c-ed097629757f-21cc9c09, #w-node-b3d02e16-faf0-db80-51cc-18c4545377f8-21cc9c09, #w-node-_194f6e4e-1437-6d82-a89c-8a7e85c0fcc3-21cc9c09, #w-node-_10a45400-36f3-c9ee-f969-0cbea61aba10-21cc9c09, #w-node-_97223e50-ea32-e07c-7d39-9c7a21fa872a-21cc9c09, #w-node-dc9e9924-deaa-221b-f388-579eaafcf001-21cc9c09, #w-node-_712583be-3621-1477-97f5-84cddcf42f6d-21cc9c09, #w-node-_10289337-3c03-7695-dc39-06aebdab9b7c-21cc9c09, #w-node-_6f947aad-d592-8e70-3ec6-b33e63bf286a-21cc9c09, #w-node-e7f99baa-2af1-c3e2-2aa7-b08a442a9a80-21cc9c09, #w-node-d5c33582-7bf2-ac1d-84d6-12431290f850-21cc9c09, #w-node-_522bcd2d-4919-c84e-74f8-58628c7dff76-21cc9c09, #w-node-e6e925d7-da84-9d59-03b2-1645ee029432-21cc9c09, #w-node-db58292d-a5b2-b62e-877b-9ed41636d508-21cc9c09, #w-node-e1f77d4b-c8ca-8b46-5b92-cb44bb094377-21cc9c09, #w-node-_0017c0fa-2727-163b-4dfd-b56a32642ce0-21cc9c09, #w-node-_8dab2032-6b9e-be02-0be9-2e8f58a795d0-21cc9c09, #w-node-d1c3d176-230f-98f8-357e-58f72b593859-21cc9c09, #w-node-_5b94e42a-4b9b-286a-1798-1fea1b193c24-21cc9c09, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-21cc9c09, #w-node-d6859443-b347-4eae-1972-51018ebd8cf1-21cc9c09, #w-node-_54d91302-0408-efa5-ce18-b6c779086a9b-21cc9c12, #w-node-_54d91302-0408-efa5-ce18-b6c779086ab0-21cc9c12, #w-node-_54d91302-0408-efa5-ce18-b6c779086aba-21cc9c12, #w-node-_54d91302-0408-efa5-ce18-b6c779086ac4-21cc9c12, #w-node-_54d91302-0408-efa5-ce18-b6c779086ace-21cc9c12, #w-node-_74a66887-a249-08cb-5e43-d8de64bd7f3d-21cc9c12, #w-node-_74a66887-a249-08cb-5e43-d8de64bd7f49-21cc9c12, #w-node-_74a66887-a249-08cb-5e43-d8de64bd7f55-21cc9c12, #w-node-d6f33ecd-8ba2-525d-19cb-9f73059bf1cd-21cc9c12, #w-node-d6f33ecd-8ba2-525d-19cb-9f73059bf1d9-21cc9c12, #w-node-d6f33ecd-8ba2-525d-19cb-9f73059bf1e5-21cc9c12, #w-node-d6f33ecd-8ba2-525d-19cb-9f73059bf1f1-21cc9c12, #w-node-_54d91302-0408-efa5-ce18-b6c779086aa6-21cc9c12, #w-node-_6b377c30-c17a-9e87-0c59-4d12a7c6e78b-21cc9c12, #w-node-_6b377c30-c17a-9e87-0c59-4d12a7c6e794-21cc9c12, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-21cc9c14, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-21cc9c14, #w-node-_4499a14c-a43e-30cc-0b3b-5a04914abc89-5fea446c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b263fd09-fb3a-3dbf-8af1-37d8e021806c-21cc9c09, #w-node-_80cf895a-9af0-7056-1c8c-ed097629757f-21cc9c09, #w-node-b3d02e16-faf0-db80-51cc-18c4545377f8-21cc9c09, #w-node-_194f6e4e-1437-6d82-a89c-8a7e85c0fcc3-21cc9c09, #w-node-_10a45400-36f3-c9ee-f969-0cbea61aba10-21cc9c09, #w-node-_97223e50-ea32-e07c-7d39-9c7a21fa872a-21cc9c09, #w-node-dc9e9924-deaa-221b-f388-579eaafcf001-21cc9c09, #w-node-_712583be-3621-1477-97f5-84cddcf42f6d-21cc9c09, #w-node-_10289337-3c03-7695-dc39-06aebdab9b7c-21cc9c09, #w-node-_6f947aad-d592-8e70-3ec6-b33e63bf286a-21cc9c09, #w-node-e7f99baa-2af1-c3e2-2aa7-b08a442a9a80-21cc9c09, #w-node-d5c33582-7bf2-ac1d-84d6-12431290f850-21cc9c09, #w-node-_522bcd2d-4919-c84e-74f8-58628c7dff76-21cc9c09, #w-node-e6e925d7-da84-9d59-03b2-1645ee029432-21cc9c09, #w-node-db58292d-a5b2-b62e-877b-9ed41636d508-21cc9c09, #w-node-e1f77d4b-c8ca-8b46-5b92-cb44bb094377-21cc9c09, #w-node-_0017c0fa-2727-163b-4dfd-b56a32642ce0-21cc9c09, #w-node-_8dab2032-6b9e-be02-0be9-2e8f58a795d0-21cc9c09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_54d91302-0408-efa5-ce18-b6c779086ab0-21cc9c12, #w-node-_54d91302-0408-efa5-ce18-b6c779086aa6-21cc9c12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_0d2fad14-fcbe-4679-8630-844017c314b4-21cc9b60, #w-node-_54d91302-0408-efa5-ce18-b6c779086aa6-21cc9c12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0d2fad14-fcbe-4679-8630-844017c314b4-21cc9b60, #w-node-_3e3bfb6d-03ea-d785-b274-035922ce7eb8-21cc9c02, #w-node-_6b377c30-c17a-9e87-0c59-4d12a7c6e78b-21cc9c12 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d2fad14-fcbe-4679-8630-844017c314b4-21cc9b60, #w-node-_3e3bfb6d-03ea-d785-b274-035922ce7eb8-21cc9c02 {
    align-self: auto;
  }

  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-21cc9c0e, #w-node-_95633067-df74-028e-82e1-fcec6f8a2626-21cc9c0e, #w-node-bab3dc2f-9c08-0e2e-a956-f43d723ac254-21cc9c0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b377c30-c17a-9e87-0c59-4d12a7c6e78b-21cc9c12 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-21cc9c09, #w-node-d6859443-b347-4eae-1972-51018ebd8cf1-21cc9c09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-230205.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-Light.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}