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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: Manrope;
  color: #55656a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0b252e;
  font-size: 3.375em;
  line-height: 1.111em;
  font-weight: 800;
  letter-spacing: -0.01px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0b252e;
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 800;
}

h3 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: Satisfy-Google, sans-serif;
  color: #009fe3;
  font-size: 1.5em;
  line-height: 1.417em;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0b252e;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 800;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0b252e;
  font-size: 1.125em;
  line-height: 1.111em;
  font-weight: 800;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0b252e;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 800;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0b252e;
  font-size: 1em;
  line-height: 1.125em;
  text-decoration: underline;
}

a:hover {
  color: #47cd70;
}

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

label {
  display: block;
  margin-bottom: 12px;
  color: #0b252e;
  font-weight: 800;
}

strong {
  color: #0b252e;
  font-weight: 800;
}

blockquote {
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 40px 48px;
  border-left: 8px solid #47cd70;
  background-color: #f9fafb;
  color: #0b252e;
  font-size: 1.125em;
  line-height: 1.667em;
  font-weight: 600;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.cart-empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-header {
  border-bottom-color: #e5eaef;
}

.cart-icon {
  width: 20px;
  height: 20px;
  -webkit-filter: contrast(40%);
  filter: contrast(40%);
}

.cart-button {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.photo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-container.yoga-classes-section {
  max-width: 36%;
  min-width: 36%;
  border-style: solid;
  border-width: 1px;
  border-color: #e5eaef;
}

.mega-menu-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spacer {
  width: 6px;
}

.spacer.cart-checkout {
  width: auto;
  height: 24px;
}

.spacer._2-buttons {
  width: 18px;
}

.spacer.about-instructor {
  width: auto;
  min-width: 28px;
}

.spacer.footer-links {
  width: 12%;
}

.spacer.footer-payment {
  width: 12px;
}

.spacer.footer-social-media {
  width: 26px;
}

.spacer.packages {
  width: 32px;
}

.spacer.packages-form {
  width: auto;
  height: 24px;
}

.spacer.our-yoga-studios-links {
  width: auto;
  height: 10px;
}

.spacer.come-us-column {
  width: auto;
  height: 28px;
}

.spacer.come-us-column._2 {
  height: 81px;
}

.spacer.classes {
  width: auto;
  height: 32px;
}

.spacer.social-media {
  width: 40px;
}

.spacer.faq {
  width: auto;
  height: 20px;
}

.spacer._2-buttons-class {
  width: 21px;
}

.spacer.schedule-a-class-links {
  width: 36px;
}

.spacer.social-media-icons {
  width: 24px;
}

.spacer.yoga-classes {
  width: auto;
  min-width: 32px;
}

.spacer.classes-schedule {
  width: auto;
  height: 48px;
}

.spacer.register-retreat {
  width: 75px;
}

.spacer.price {
  width: auto;
  height: 30px;
  margin-right: 0px;
}

.spacer.product {
  width: 24px;
}

.brand {
  padding-left: 0px;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

.brand:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.brand.w--current {
  padding-left: 0px;
}

.brand.footer {
  margin-bottom: 16px;
}

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

.mega-menu-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-icon {
  position: relative;
  left: 6px;
  top: 3px;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Icons Yogi Template', sans-serif;
  font-size: 0.438em;
  line-height: 2em;
}

.empty-state {
  margin-top: 49px;
  margin-bottom: 40px;
  padding: 32px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  border-radius: 20px;
  background-color: transparent;
}

.empty-state.white {
  background-color: #fff;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.remove-button {
  color: #55656a;
  font-size: 0.85em;
}

.remove-button:hover {
  color: #47cd70;
}

.cart-item {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5eaef;
}

.cart-quantity-sidebar {
  width: 18%;
  height: 46px;
  margin-bottom: 0px;
  padding-right: 22px;
  padding-left: 22px;
  border-color: #bdcfd4;
  border-radius: 50px;
  background-color: #fff;
  text-align: left;
}

.cart-quantity-sidebar:focus {
  border-color: #47cd70;
}

.button-wrapper {
  display: none;
}

.dropdown-list {
  left: 0px;
  right: 0px;
  bottom: auto;
  display: none;
}

.dropdown-list.w--open {
  top: 107px;
}

.cart-quantity {
  position: absolute;
  left: 8px;
  top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 23px;
  min-width: 24px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #47cd70;
  color: #fff;
  font-size: 0.688em;
  line-height: 1.636em;
  font-weight: 600;
}

.cart-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.header-logo {
  min-width: 120px;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtotal-price {
  color: #0b252e;
  font-size: 1.125em;
  line-height: 1.111em;
}

.nav-link {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 1.45em;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #00405c;
}

.nav-link.w--current {
  font-family: Indieflower_Google, sans-serif;
  color: #7e8c9a;
  font-weight: 400;
}

.nav-link.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link.dropdown-text:hover {
  color: #00405c;
}

.mega-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #bdcfd4 #e5eaef #47cd70;
  background-color: #fff;
  box-shadow: 0 24px 17px 0 rgba(11, 37, 46, 0.04);
}

.apple-pay {
  height: 58px;
  border-radius: 80px;
}

.apple-pay.cart {
  height: 47px;
}

.header-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state-text {
  font-size: 1.2em;
  text-align: center;
}

.empty-state-text.cart {
  margin-bottom: 32px;
}

.cart-compare-at-price {
  margin-left: 10px;
  color: #7e8c9a;
  font-size: 1em;
  line-height: 1.111em;
  text-decoration: line-through;
}

.menu-2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mega-menu-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-list {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cart {
  padding-right: 32px;
  padding-left: 32px;
}

.header-dropdown {
  position: static;
  display: none;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.64);
}

.mega-menu-link {
  margin-bottom: 16px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #7e8c9a;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.mega-menu-link:hover {
  color: #47cd70;
}

.mega-menu-link.w--current {
  color: #47cd70;
}

.latest-products-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 41px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-products-grid.shop {
  grid-row-gap: 56px;
}

.cart-footer {
  border-top-color: #e5eaef;
}

.button-secondary {
  padding: 18px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  border-radius: 131px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: Montserrat-Google, sans-serif;
  color: #00405c;
  font-size: 0.9em;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
}

.button-secondary:hover {
  border-color: #00405c;
  background-color: #00405c;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #fff;
}

.button-secondary.add-to-cart-section {
  background-color: #fff;
}

.button-secondary.add-to-cart-section:hover {
  background-color: #47cd70;
}

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

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

.button-secondary.text-color-white:hover {
  border-color: #203446;
  background-color: #203446;
}

.button-secondary.small {
  padding: 16px 22px;
}

.button-secondary.large {
  padding: 22px 42px;
}

.button-secondary.full-width {
  width: 100%;
}

.button-secondary.full-width.add-to-cart {
  display: block;
  margin-top: 12px;
}

.button-secondary.discount {
  height: 48px;
  margin-top: 12px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mega-menu-title {
  margin-bottom: 18px;
}

.button-primary {
  padding: 18px 32px;
  border-radius: 80px;
  background-color: #009fe3;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: Montserrat-Google, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  background-color: #00405c;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #fff;
}

.button-primary.header-small {
  padding: 18px 32px;
  background-color: #009fe3;
}

.button-primary.small {
  padding: 16px 22px;
}

.button-primary.large {
  padding: 22px 42px;
}

.button-primary.button-white {
  background-color: #fff;
  color: #47cd70;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.mittig {
  display: block;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  background-color: #00d30e;
}

.button-primary.mittig.white-button {
  border-style: solid;
  border-width: 1px;
  border-color: #009fe3;
  background-color: #f9fdff;
  color: #009fe3;
}

.header {
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5eaef;
  background-color: #fff;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.05);
}

.add-to-cart-error-state {
  background-color: #ffefef;
  color: #ff2629;
  font-weight: 500;
  text-align: center;
}

.sidebar-cart-main-image {
  width: 90px;
}

.cart-price {
  font-size: 1em;
  line-height: 1.111em;
  font-weight: 600;
}

.mega-menu-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-product-title {
  margin-bottom: 6px;
  color: #0b252e;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 800;
  text-decoration: none;
}

.submit-button {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-right: 14px;
  margin-bottom: 10px;
  padding: 6px 28px;
  border-radius: 131px;
  background-color: #47cd70;
  -webkit-transition: color 350ms ease-in-out, border-color 350ms ease-in-out, background-color 350ms ease-in-out;
  transition: color 350ms ease-in-out, border-color 350ms ease-in-out, background-color 350ms ease-in-out;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #e5eaef;
  color: #0b252e;
}

.submit-button.popup-modal:hover {
  background-color: #0b252e;
  color: #fff;
}

.underline {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #009fe3;
  color: #009fe3;
}

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

.footer-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Indieflower_Google, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-media-icon {
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Yogi Template', sans-serif;
  color: #0b252e;
  font-size: 2.5em;
  line-height: 1em;
  text-decoration: none;
}

.social-media-icon:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  font-family: 'Icons Yogi Template', sans-serif;
}

.social-media-icon.footer {
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Yogi Template', sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.social-media-icon.footer:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #009fe3;
}

.social-media-icon.color-white {
  font-family: 'Icons Yogi Template', sans-serif;
  color: #fff;
}

.social-media-icon.color-white:hover {
  color: #47cd70;
}

.nav-link-underline {
  position: relative;
  overflow: hidden;
  color: #0b252e;
  text-decoration: none;
}

.nav-link-underline:hover {
  color: #009fe3;
}

.nav-link-underline.white-link {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: 600;
}

.nav-link-underline.white-link:hover {
  color: #47cd70;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Indieflower_Google, sans-serif;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  color: #009fe3;
  text-decoration: none;
}

.footer-link.w--current {
  color: #009fe3;
}

.bg-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  min-width: 100%;
  background-color: #fff;
}

.dropdown-icon-footer {
  display: none;
}

.article-link {
  font-family: Manrope_Google, sans-serif;
  color: #55656a;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.article-link:hover {
  color: #009fe3;
}

.about-instructor-images-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 746px;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2-1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2-1.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 75px;
}

.section.latest-products {
  padding-bottom: 230px;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 87vh;
  padding-top: 114px;
  padding-bottom: 115px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fdff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2-1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2-1.svg');
  color: #f1ae64;
}

.section.hero._2 {
  display: block;
  overflow: visible;
  padding-top: 96px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.section.retreat {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
  background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
}

.section.instagram {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #eaf8ed), color-stop(0, #fff));
  background-image: linear-gradient(0deg, #eaf8ed 50%, #fff 0);
}

.section.cta {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #0b252e;
}

.section.about-instructor {
  border-top: 1px solid #bdcfd4;
  border-bottom: 1px solid #bdcfd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #112b24), color-stop(0, #fff));
  background-image: linear-gradient(90deg, #112b24 40%, #fff 0);
}

.section.latest-products-2 {
  display: none;
}

.section.cta-2 {
  display: none;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b252e;
}

.section.instructors-section {
  display: none;
}

.section.find-us {
  display: block;
}

.section.register-retreat {
  padding-top: 105px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #0b252e), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #0b252e 60%, #fff 0);
}

.section.shop {
  position: relative;
  padding-top: 100px;
}

.section.instructors-page {
  position: relative;
  padding-top: 100px;
}

.section.last-retreat {
  overflow: hidden;
  border-top: 1px solid #bdcfd4;
  border-bottom: 1px solid #bdcfd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), color-stop(0, #112b24));
  background-image: linear-gradient(90deg, #fff 55%, #112b24 0);
}

.section.schedule-a-class {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.about-studio {
  border-top: 1px solid #bdd7e2;
  border-bottom: 1px solid #bdd7e2;
  background-image: linear-gradient(56deg, #bdd7e2 44%, #fff 0, #fff 95%);
}

.section.retreat-home-v2 {
  display: none;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), color-stop(0, #eaf8ed));
  background-image: linear-gradient(90deg, #fff 55%, #eaf8ed 0);
}

.section.about-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.our-yoga-studios {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section.instructor-manager {
  padding-bottom: 230px;
}

.section.blog {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2-1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2-1.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 40px;
}

.section.come-us {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #bdcfd4;
}

.section.classes-schedule {
  padding-top: 82px;
  padding-bottom: 120px;
}

.section.contact-us {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.our-location {
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #eaf8ed), color-stop(0, #fff));
  background-image: linear-gradient(0deg, #eaf8ed 35%, #fff 0);
}

.section.classes {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #3a3a3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2-1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2-1.svg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, 75px;
}

.section.yoga-lovers {
  overflow: hidden;
  padding-top: 140px;
}

.section.work {
  display: block;
  padding-top: 107px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bdd7e2), color-stop(80%, #bdd7e2), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #bdd7e2 50%, #bdd7e2 80%, #fff 0);
}

.section.retreat-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.testimonial {
  display: block;
}

.section.blog-post {
  position: relative;
}

.section.instructor {
  position: relative;
  padding-top: 100px;
}

.section.offer {
  padding-top: 137px;
  background-color: rgba(234, 248, 237, 0.3);
}

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

.section.related-products {
  padding-top: 134px;
}

.paragraph.cta {
  margin-bottom: 32px;
  color: #fff;
}

.paragraph.retreat {
  max-width: 504px;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
}

.paragraph.about-instructor {
  margin-bottom: 48px;
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.paragraph.footer {
  max-width: 384px;
  margin-bottom: 24px;
  font-family: Manrope_Google, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph.latest-product {
  margin-top: 24px;
  margin-bottom: 0px;
}

.paragraph.mg-bottom-0px {
  margin-bottom: 0px;
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.paragraph.popular-class {
  margin-bottom: 40px;
}

.paragraph.hero {
  max-width: 466px;
  margin-bottom: 48px;
  font-family: Manrope_Google, sans-serif;
  color: #55656a;
  font-size: 17px;
  font-weight: 400;
}

.paragraph.hero._2 {
  max-width: 448px;
  color: #fff;
}

.paragraph.article-section {
  max-width: 468px;
  margin-bottom: 32px;
  font-family: Manrope_Google, sans-serif;
  font-size: 18px;
}

.paragraph.testimonial-retreat {
  max-width: 504px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.testimonial {
  margin-top: 22px;
  margin-bottom: 0px;
}

.paragraph.color-white {
  font-family: Manrope_Google, sans-serif;
  color: #55656a;
  font-size: 17px;
  font-weight: 400;
}

.paragraph.retreat-hero {
  max-width: 526px;
  margin-bottom: 37px;
  color: #fff;
}

.paragraph.class {
  margin-bottom: 23px;
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.paragraph.class.without-space-unten {
  margin-bottom: 0px;
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.paragraph.community {
  margin-bottom: 24px;
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.paragraph.register-retreat {
  margin-bottom: 40px;
  color: #fff;
}

.paragraph.popup {
  margin-bottom: 24px;
}

.paragraph.work {
  max-width: 504px;
  margin-bottom: 0px;
  font-family: Manrope_Google, sans-serif;
  color: #fff;
  font-size: 17px;
}

.paragraph.instructors {
  margin-bottom: 32px;
}

.paragraph.faq {
  margin-bottom: 0px;
  margin-left: 29px;
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.paragraph.register-retreat-form {
  margin-bottom: 32px;
}

.paragraph.join-us {
  margin-bottom: 40px;
}

.paragraph.about-hero {
  max-width: 448px;
  margin-right: auto;
  margin-left: auto;
  font-family: Manrope_Google, sans-serif;
  color: #55656a;
  font-size: 17px;
}

.paragraph.yoga-classes {
  margin-bottom: 24px;
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.paragraph.delux-package {
  color: #fff;
}

.paragraph.faqs {
  max-width: 504px;
  margin-bottom: 0px;
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.photo.cta {
  max-width: 540px;
  margin-top: -210px;
}

.container-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-subscribe {
  width: 100%;
  margin-bottom: 0px;
}

.footer-content {
  background-color: #bdd7e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 64, 92, 0.76)), to(rgba(0, 64, 92, 0.76))), url('../images/Unbenannt-1-1.svg');
  background-image: linear-gradient(180deg, rgba(0, 64, 92, 0.76), rgba(0, 64, 92, 0.76)), url('../images/Unbenannt-1-1.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 40px;
}

.article-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Manrope_Google, sans-serif;
}

.newsletter-title-wrappper {
  max-width: 368px;
}

.latest-news-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 49px;
  margin-bottom: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-news-grid.post {
  margin-bottom: 0px;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-wrapper.footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about-instructor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-photo {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.instagram-photo.hover-1 {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.instagram-photo.hover-1:hover {
  -webkit-transform: rotate(4deg) scale(1.1);
  -ms-transform: rotate(4deg) scale(1.1);
  transform: rotate(4deg) scale(1.1);
}

.instagram-photo.hover-2 {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.instagram-photo.hover-2:hover {
  -webkit-transform: rotate(-4deg) scale(1.1);
  -ms-transform: rotate(-4deg) scale(1.1);
  transform: rotate(-4deg) scale(1.1);
}

.product-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bdcfd4;
}

.product-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down-wrapper {
  position: relative;
  top: 30px;
  display: none;
  max-width: 60px;
  margin-top: 60px;
  text-decoration: none;
}

.scroll-down-wrapper:hover {
  color: #009fe3;
}

.scroll-down-wrapper._2 {
  position: static;
  margin-top: 86px;
  color: #f5f7f9;
}

.scroll-down-wrapper._2:hover {
  color: #47cd70;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content.instagram {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.yoga-products {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.popular-classes {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.schedule-class {
  padding: 56px 3vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-width: 0px 0px 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5eaef;
}

.top-content.register {
  padding: 48px 48px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f7f9;
}

.top-content.delux-package {
  padding: 48px 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0b252e;
}

.top-content.faqs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.basic-package {
  padding: 48px 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9fafb;
}

.top-content.latest-articles {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.articles-instructor {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.instructor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.related-products {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-container-top {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-default {
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

._2-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-buttons.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-play {
  width: 139px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-play._2 {
  width: 95px;
}

.newsletter-content {
  width: 477px;
}

.links-block {
  width: 31%;
}

.links-block._1 {
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.links-block._3 {
  width: auto;
}

.links-block._2 {
  width: 48%;
}

.nav-link-underline-text {
  margin-bottom: 10px;
  font-family: Manrope_Google, sans-serif;
  color: #00405c;
  line-height: 1.125em;
  font-weight: 700;
}

.nav-link-underline-text.weight-normal {
  font-weight: 400;
}

.video-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: -17px -17px 0 0 #eaf8ed;
}

.video-filter.home {
  box-shadow: none;
}

.newsletter-title {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.417em;
  font-weight: 800;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper._2 {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-price {
  font-size: 1.25em;
  line-height: 1.083em;
  font-weight: 500;
  text-align: right;
}

.product-price.product-page {
  margin-left: 28px;
  color: #0b252e;
  font-size: 1.5em;
  line-height: 1.071em;
  font-weight: 600;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-newsletter {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 150px;
  padding-left: 30px;
  border: 1px solid #476c79;
  border-radius: 60px;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #dfe9ec;
  font-size: 16px;
  line-height: 24px;
}

.input-newsletter:focus {
  border-color: #47cd70;
  color: #fff;
}

.input-newsletter::-webkit-input-placeholder {
  color: #dfe9ec;
}

.input-newsletter:-ms-input-placeholder {
  color: #dfe9ec;
}

.input-newsletter::-ms-input-placeholder {
  color: #dfe9ec;
}

.input-newsletter::placeholder {
  color: #dfe9ec;
}

.input-newsletter.popup {
  border-color: #bdcfd4;
  color: #55656a;
}

.input-newsletter.popup:hover {
  border-color: #47cd70;
}

.input-newsletter.popup:focus {
  border-color: #47cd70;
  color: #0b252e;
}

.input-newsletter.popup::-webkit-input-placeholder {
  color: #55656a;
}

.input-newsletter.popup:-ms-input-placeholder {
  color: #55656a;
}

.input-newsletter.popup::-ms-input-placeholder {
  color: #55656a;
}

.input-newsletter.popup::placeholder {
  color: #55656a;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-wrapper.product-page {
  margin-top: 23px;
  margin-bottom: 32px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.scroll-down._2 {
  -webkit-filter: invert(100%) brightness(200%);
  filter: invert(100%) brightness(200%);
}

.footer-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0px solid #476c79;
  border-bottom: 1px solid #476c79;
}

.split-content.cta-left {
  max-width: 448px;
  margin-right: 40px;
}

.split-content.popular-classes {
  max-width: 504px;
}

.split-content.about-instructor-right {
  max-width: 411px;
}

.split-content.hero-left {
  max-width: 530px;
  margin-right: 20px;
}

.split-content.hero-left._2 {
  position: relative;
  max-width: 565px;
  margin-top: 40px;
}

.split-content.our-history {
  max-width: 432px;
}

.split-content.schedule-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 625px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.split-content.faqs {
  max-width: 585px;
}

.split-content.contact-us-right {
  padding: 51px 32px;
  background-color: #f5f7f9;
}

.split-content.yoga-lovers-right {
  max-width: 499px;
}

.split-content.come-us-right {
  max-width: 463px;
}

.split-content.work {
  max-width: 585px;
}

.split-content.our-location {
  max-width: 504px;
}

.split-content.retreat-hero-left {
  max-width: 567px;
  margin-right: 40px;
}

.split-content.schedule-a-class-left {
  max-width: 448px;
  margin-top: 25px;
  margin-right: 40px;
}

.split-content.class {
  max-width: 100%;
}

.split-content.last-retreat {
  max-width: 488px;
}

.split-content.register-left {
  max-width: 448px;
}

.split-content.retreat-section {
  max-width: 463px;
  margin-right: 40px;
}

.split-content.blog-post {
  max-width: 604px;
}

.split-content.instructor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-content.product-page {
  max-width: 37%;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #e5eaef;
}

.divider.default {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #bdcfd4;
}

.divider.contact-us {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #bdcfd4;
}

.divider.instructor {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #fff;
  opacity: 0.2;
}

.divider.split-content-product {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.product {
  margin-top: 100px;
  background-color: #bdcfd4;
}

.divider.short {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-small-607px {
  max-width: 607px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-607px.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fine-print {
  font-family: Manrope_Google, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.125em;
}

.footer-subscribe {
  display: none;
  padding-top: 62px;
  padding-bottom: 61px;
}

.image-product-section {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-small-552px {
  max-width: 552px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.about-instructor-image-section {
  max-width: 48%;
}

.dash {
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
}

.dash.article {
  width: 18px;
  height: 2px;
  margin-right: 18px;
  margin-left: 18px;
  background-color: #55656a;
}

.article-card {
  position: relative;
  width: 88%;
  margin-top: -58px;
  padding: 50px 20px 20px;
  background-color: #fff;
}

.popular-classes-grid {
  margin-top: 48px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.popular-classes-title-link {
  margin-top: 32px;
  margin-bottom: 16px;
  text-decoration: none;
}

.vc-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-title-link {
  text-decoration: none;
}

.container-medium-1056px {
  max-width: 1056px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.title.product-section {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-size: 1.4em;
  line-height: 1.1em;
}

.title.product-section:hover {
  color: #47cd70;
}

.title.latest-news {
  margin-bottom: 13px;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 3.5em;
  font-weight: 400;
}

.title.latest-news.white {
  font-family: Indieflower_Google, sans-serif;
  color: #fff;
  font-size: 4em;
}

.title.popular-class {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.popular-class:hover {
  color: #47cd70;
}

.title.article {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 1.5em;
  font-weight: 400;
}

.title.article:hover {
  color: #00405c;
}

.title.home-hero {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 3.7em;
  line-height: 1.2em;
  font-weight: 400;
}

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

.title.cta {
  margin-bottom: 14px;
  color: #fff;
}

.title.value {
  margin-top: 23px;
  margin-bottom: 16px;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 2em;
  font-weight: 400;
}

.title.join-us {
  margin-top: 0px;
  margin-bottom: 18px;
}

.title.register-retreat {
  color: #fff;
}

.title.schedule-class {
  margin-top: 0px;
  margin-bottom: 12px;
  border-width: 0px;
  font-size: 1.75em;
  line-height: 1.214em;
}

.title.managers {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.title.about {
  margin-bottom: 24px;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-weight: 400;
}

.title.delux-package {
  color: #fff;
  font-size: 1.75em;
  line-height: 1.214em;
}

.title.faq {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 1.5em;
  line-height: 1.125em;
  font-weight: 400;
}

.title.instructors {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-size: 1.5em;
}

.title.instructors:hover {
  color: #47cd70;
}

.title.class {
  margin-bottom: 8px;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 2.1em;
  line-height: 1.214em;
  font-weight: 400;
}

.title.register-retreat-form {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 1.75em;
  line-height: 1.214em;
}

.title.contact-details {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 1.5em;
}

.title.hero-v2 {
  margin-bottom: 18px;
  color: #fff;
}

.title.package-includes {
  margin-bottom: 25px;
  color: #0b252e;
  font-size: 1.375em;
  line-height: 1.545em;
  font-weight: 800;
}

.title.popup {
  margin-top: 0px;
  margin-bottom: 10px;
}

.title.schedule-a-class {
  margin-bottom: 13px;
  color: #fff;
}

.title.testimonial {
  margin-top: 24px;
  margin-bottom: 8px;
}

.title.retreat-home-2 {
  max-width: 281px;
  margin-bottom: 16px;
}

.title.single-page {
  margin-bottom: 24px;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 4em;
  font-weight: 400;
}

.title.work {
  font-family: Indieflower_Google, sans-serif;
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}

.title.retreat-hero {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #fff;
}

.title.classes-schedule {
  margin-bottom: 32px;
}

.title.basic-package {
  font-size: 1.75em;
  line-height: 1.214em;
}

.title.yoga-classes {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.title.yoga-classes:hover {
  color: #009fe3;
}

.title.location {
  margin-top: 23px;
  margin-bottom: 16px;
}

.title.follow-us {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 1.5em;
}

.title.blog-post {
  margin-bottom: 42px;
  font-family: Satisfy-Google, sans-serif;
  color: #009fe3;
  font-weight: 400;
}

.title.latest-articles {
  margin-bottom: 0px;
  font-family: Manrope_Google, sans-serif;
}

.title.articles-instructor {
  margin-bottom: 0px;
}

.title.instructor {
  margin-bottom: 20px;
  color: #fff;
}

.title.related-products {
  margin-bottom: 0px;
}

.title.we-offer-you {
  max-width: 507px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.title.checkout {
  margin-bottom: 0px;
}

.footer-fine-print-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.video-wrapper {
  position: relative;
  margin-top: 48px;
}

.video-wrapper.home-v2 {
  max-width: 57%;
  margin-top: 0px;
}

.video-wrapper.retreat {
  max-width: 54%;
  margin-top: 0px;
  margin-right: 60px;
}

.product-to-cart.product-section {
  margin-top: 32px;
}

.instagram-grid {
  margin-top: 38px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.bg {
  position: absolute;
  background-color: #112b24;
}

.bg.hero {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 48%;
  background-color: #bdd7e2;
  background-image: url('../images/Unbenannt-1-1.svg');
  background-position: 0px 0px;
  background-size: 40px;
}

.bg.hero-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 715px;
  background-color: #a8ccdb;
}

.bg.shop {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 490px;
  background-color: #112b24;
}

.bg.classes {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 555px;
  background-color: #112b24;
}

.bg.blog {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #f9fdff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 40px;
}

.bg.contact-us {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 550px;
  background-color: #112b24;
}

.bg.retreat {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 680px;
  background-color: #112b24;
}

.bg.about {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 689px;
  background-color: #112b24;
}

.bg.registration {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 610px;
  background-color: #112b24;
}

.bg.instructors {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 555px;
  background-color: #112b24;
}

.bg.blog-post {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 713px;
  background-color: #112b24;
}

.bg.instructor {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 508px;
  background-color: #112b24;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-hero {
  max-width: 54%;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.27);
}

.product-image-section-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article-title-link {
  margin-top: 13px;
  margin-bottom: 13px;
  text-decoration: none;
}

.footer-payments-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fine-print-link {
  color: #fff;
}

.fine-print-link:hover {
  color: #009fe3;
}

.scroll-down-text {
  font-size: 0.75em;
  line-height: 1.167em;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.container-medium-1120px {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-image {
  max-height: 100%;
  min-width: 100%;
}

.contact-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
}

.pricing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #47cd70;
}

.color-block.bg-neutral-300 {
  background-color: #bdcfd4;
}

.color-block.bg-neutral-400 {
  background-color: #7e8c9a;
}

.color-block.bg-neutral-500 {
  background-color: #55656a;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #e5eaef;
  background-color: #fff;
}

.color-block.bg-neutral-100 {
  background-color: #eaf8ed;
}

.color-block.bg-neutral-700 {
  background-color: #0b252e;
}

.color-block.bg-neutral-600 {
  background-color: #203446;
}

.color-block.bg-secondary-1 {
  background-color: #eaf1ec;
}

.color-block.bg-secondary-2 {
  background-color: #112b24;
}

.color-block.bg-neutral-200 {
  background-color: #e5eaef;
}

.social-media-text {
  color: #0b252e;
  font-size: 1.125em;
  line-height: 1.111em;
  text-decoration: none;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.better-price {
  color: #0b252e;
  font-size: 2.25em;
  line-height: 1.111em;
  font-weight: 800;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.text-area-wrapper {
  margin-bottom: 32px;
}

.instructors-job-title {
  margin-bottom: 18px;
  color: #47cd70;
  font-size: 1em;
  line-height: 1.125em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.image-class {
  max-width: 20%;
  margin-right: 32px;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e5eaef;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.color-content {
  padding: 22px 16px 24px;
}

.special-typography-2 {
  font-size: 68px;
  line-height: 76px;
}

.cost-per-time-wrapper {
  margin-left: 10px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.faqs-columns {
  margin-top: 48px;
}

.schedule {
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.package-list-text {
  margin-left: 11px;
  color: #0b252e;
  font-size: 1.125em;
  line-height: 1.111em;
  font-weight: 600;
}

.mg-top-8px {
  margin-top: 8px;
}

.schedule-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-blog-wrapper {
  position: relative;
  z-index: 1;
}

.color-hex {
  color: #55656a;
  line-height: 20px;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.retreat-hero-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.come-us-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 53%;
  padding-right: 0px;
  padding-left: 14.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #47cd70;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.yoga-classes-grid {
  margin-top: 48px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-answer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.faq-answer.w--open {
  margin-bottom: 40px;
  padding-right: 32px;
  padding-left: 32px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-details-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.instructor-title-link {
  margin-bottom: 10px;
  text-decoration: none;
}

.last-retreat-image-3 {
  max-width: 340px;
}

.package-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  font-size: 2.25em;
  line-height: 1.111em;
  font-weight: 500;
}

.color-title {
  color: #0b252e;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.last-retreat-image-1 {
  max-width: 530px;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.deluxe-price {
  color: #47cd70;
  font-size: 2.25em;
  line-height: 1.111em;
  font-weight: 800;
}

.value-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mg-top-32px {
  margin-top: 32px;
}

.location-wrapper._2 {
  text-align: center;
}

.contact-us-form {
  min-width: 57%;
  padding: 64px 46px;
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.container.come-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #55656a;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #eaf8ed;
  color: #47cd70;
}

.styleguide-link.w--current {
  background-color: #eaf1ec;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #47cd70;
  font-weight: 700;
}

.schedule-section-text {
  padding: 28px 3vw 24px;
  border-bottom: 1px solid #e5eaef;
  color: #0b252e;
  font-size: 1.125em;
  line-height: 1.111em;
  font-weight: 800;
}

.package-cost {
  color: #0b252e;
  font-size: 1.5em;
  line-height: 1.083em;
  font-weight: 800;
}

.package-cost.delux {
  color: #47cd70;
}

.contact-us-form-grid {
  margin-bottom: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 28px;
}

.mg-top-24px {
  margin-top: 24px;
}

.package-content {
  padding: 36px 41px 44px;
}

.register-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-card {
  padding: 48px 36px 66px;
  background-color: #f9fafb;
  text-align: center;
}

.testimonial-name {
  margin-top: 34px;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 600;
}

.about-hero-grid {
  margin-top: 94px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 32px;
  -ms-grid-columns: 57% 40%;
  grid-template-columns: 57% 40%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cost-per-time-details {
  font-size: 0.75em;
  line-height: 1.5em;
}

.package-list-wrapper {
  margin-bottom: 34px;
  padding-left: 0px;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.about-hero-image-1 {
  max-width: 100%;
}

.special-typography-3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.our-history-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.typography-details {
  color: #47cd70;
  font-weight: 500;
}

.faq-dropdown {
  overflow: hidden;
  margin-bottom: 26px;
  padding: 31px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f7f9;
  background-color: #f5f7f9;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.faq-dropdown:hover {
  background-color: #e5eaef;
}

.package-text {
  font-size: 1.125em;
  line-height: 1.111em;
}

.package-text.delux {
  color: #0b252e;
  font-weight: 800;
}

.our-yoga-studios-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 98px;
  padding-right: 35px;
  padding-bottom: 94px;
  padding-left: 35px;
  background-color: #fff;
}

.collection-products-wrapper {
  position: relative;
  z-index: 1;
}

.come-us-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 49%;
}

.class-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-studio-images-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 727px;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-form-wrapper {
  max-width: 485px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  background-color: #fff;
}

.contact-us-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
}

.testimonial-grid {
  margin-top: 40px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.schedule-grid {
  min-width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-bottom: 1px solid #f9fafb;
}

.testimonial-retreat-grid {
  margin-top: 48px;
  margin-bottom: 40px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-cta {
  max-width: 53%;
}

.testimonial-location {
  font-size: 1.125em;
  line-height: 1.111em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yoga-lovers-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-retreat-hero {
  max-width: 50%;
}

.package-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.come-us-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 47%;
  padding-right: 14.5px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.register-form-content {
  padding: 42px 48px;
}

.contact-social-media-icon {
  font-family: 'Icons Yogi Template', sans-serif;
  text-decoration: none;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.subtitle {
  margin-bottom: 13px;
  font-family: Manrope_Google, sans-serif;
  color: #009fe3;
  font-size: 1.375em;
  line-height: 1.091em;
}

.schedule-a-class-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.retreat-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input {
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bdcfd4;
  background-color: transparent;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #55656a;
  font-size: 1em;
  line-height: 1.25em;
}

.input:hover {
  border-bottom-color: #47cd70;
}

.input:focus {
  border-color: #47cd70;
  color: #0b252e;
}

.input::-webkit-input-placeholder {
  color: #55656a;
}

.input:-ms-input-placeholder {
  color: #55656a;
}

.input::-ms-input-placeholder {
  color: #55656a;
}

.input::placeholder {
  color: #55656a;
}

.input.password {
  height: 50px;
  margin-bottom: 20px;
}

.schedule-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5eaef;
  color: #55656a;
  font-size: 1.125em;
  line-height: 1.111em;
  white-space: nowrap;
}

.schedule-text.advanced {
  border-bottom-width: 0px;
  background-color: #f9fafb;
}

.our-yoga-studios-map {
  margin-top: -190px;
}

.last-retreat-grid {
  max-width: 100%;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-studio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-a-class-form-wrapper {
  width: 51%;
  padding: 64px 46px 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  background-color: #fff;
}

.our-locations-grid {
  margin-top: 70px;
  margin-bottom: 74px;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-locations-grid._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 75px;
}

.our-locations-grid._2 {
  margin-top: 48px;
  margin-bottom: 59px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.retreat-section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.retreat-hero-date {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.1em;
}

.schedule-a-class-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedule-a-class-form-grid {
  margin-bottom: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.container-small-511px {
  max-width: 511px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-511px.text-center {
  padding-bottom: 24px;
}

.container-small-511px.blog {
  position: relative;
  z-index: 1;
  text-align: center;
}

.come-us-image._2 {
  width: 69%;
}

.come-us-image._3 {
  width: 89%;
}

.come-us-image._1 {
  min-width: 100%;
}

.testimonial-image {
  width: 120px;
  border-radius: 1000px;
}

.schedule-icon {
  margin-right: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faqs-column {
  padding-right: 0px;
  padding-left: 0px;
}

.faqs-column._2 {
  padding-left: 16px;
}

.faqs-column._1 {
  padding-right: 16px;
}

.classes-wrapper {
  margin-top: 0px;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-retreat-section {
  position: absolute;
  top: -118px;
  right: -10%;
  z-index: -1;
  width: 52%;
  height: 161%;
  background-color: #eaf8ed;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #47cd70;
}

.close-wrapper {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  height: 40px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  cursor: pointer;
}

.close-wrapper:hover {
  color: #47cd70;
}

.last-retreat-image-v2 {
  max-width: 316px;
}

.instructors-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 65px;
  margin-bottom: 94px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-hero-v2 {
  z-index: 2;
  max-width: 49%;
}

.retreat-hero-place {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.1em;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.yoga-classes-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #bdcfd4;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.06);
}

.form-retreat {
  position: relative;
}

.text-area {
  min-height: 80px;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bdcfd4;
  background-color: transparent;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #55656a;
  font-size: 1em;
  line-height: 1.25em;
}

.text-area:hover {
  border-bottom-color: #47cd70;
}

.text-area:focus {
  border-color: #47cd70;
  color: #0b252e;
}

.text-area::-webkit-input-placeholder {
  color: #55656a;
}

.text-area:-ms-input-placeholder {
  color: #55656a;
}

.text-area::-ms-input-placeholder {
  color: #55656a;
}

.text-area::placeholder {
  color: #55656a;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.yoga-class-title-link {
  margin-bottom: 8px;
  text-decoration: none;
}

.our-history-image {
  max-width: 51%;
}

.class-card {
  padding: 27px;
  border-style: solid;
  border-width: 0px;
  border-color: #bdcfd4;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.class-card:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.package {
  border-style: solid;
  border-width: 1px;
  border-color: #e5eaef;
}

.package.delux {
  border-color: #bdcfd4;
  box-shadow: 0 23px 24px 0 rgba(52, 167, 105, 0.05), 0 12px 24px 0 rgba(11, 37, 46, 0.03);
}

.popup-discount {
  position: fixed;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 99;
  display: none;
  width: 479px;
  padding: 47px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #7e8c9a;
  background-color: #fff;
}

.special-typography-1 {
  font-size: 80px;
  line-height: 94px;
}

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

.values-grid {
  margin-top: 41px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #eaf8ed;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e5eaef;
  color: #0b252e;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5eaef;
}

.cost-per-time {
  color: #203446;
  font-size: 0.875em;
  line-height: 1.286em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.packages-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1008px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Satisfy-Google, sans-serif;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.input-wrapper.register-retreat {
  margin-bottom: 24px;
}

.input-wrapper.register-retreat-last {
  margin-bottom: 31px;
}

.about-hero-image-v2 {
  max-width: 100%;
}

.faq-icon {
  margin-right: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Icons Yogi Template', sans-serif;
  color: #0b252e;
  font-size: 0.5em;
  line-height: 1em;
}

.bg-neutral-100 {
  background-color: #f9fafb;
}

.container-medium {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #112b24;
}

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

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

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/image-404-yogi-template.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-author-card {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  max-width: 358px;
  padding: 60px 23px;
  background-color: #f9fafb;
  text-align: center;
}

.author-name {
  font-size: 1.375em;
  line-height: 1.091em;
  font-weight: 600;
}

.author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Manrope_Google, sans-serif;
}

.post-body {
  font-family: Manrope_Google, sans-serif;
}

.blog-post-main-image {
  margin-top: 0px;
  margin-bottom: 80px;
}

.about-author-card-link {
  margin-bottom: 8px;
  text-decoration: none;
}

.rich-text {
  max-width: 696px;
  font-family: Manrope_Google, sans-serif;
  font-weight: 400;
}

.rich-text li {
  margin-bottom: 16px;
}

.rich-text p {
  margin-bottom: 32px;
  line-height: 32px;
}

.rich-text figure {
  margin-top: 51px;
  margin-bottom: 51px;
}

.rich-text figcaption {
  margin-top: 16px;
}

.author-image {
  width: 56px;
  height: 56px;
  margin-right: 18px;
  border-radius: 100px;
}

.author-image.about {
  width: 120px;
  height: 120px;
  margin-right: 0px;
}

.sidebar {
  font-family: Manrope_Google, sans-serif;
}

.blog-post-category {
  color: #00405c;
  font-size: 1em;
  line-height: 1.1em;
  text-decoration: none;
}

.blog-post-category:hover {
  color: #009fe3;
}

.blog-post-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 71px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Montserrat-Google, sans-serif;
}

.author-link {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.author-link:hover {
  color: #47cd70;
}

.author-link.card {
  margin-bottom: 8px;
}

.about-author-card-content {
  margin-top: 24px;
  font-family: Halant-Google, sans-serif;
}

.blog-post-date {
  font-family: Manrope_Google, sans-serif;
  color: #00405c;
  font-size: 1em;
  line-height: 1.1em;
}

.about-author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Manrope_Google, sans-serif;
  font-size: 1.5em;
}

.about-author-name:hover {
  color: #47cd70;
}

.about-instructor-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 24px;
}

.instructor-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instructor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.instructor-job-title {
  color: #fff;
  font-size: 1.375em;
  line-height: 1.091em;
  font-weight: 600;
}

.container-small-763px {
  max-width: 763px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.about-instructor-title {
  margin-bottom: 0px;
}

.bottom-content.instructor {
  margin-bottom: 20px;
}

.instructor-articles-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.instructor-image {
  max-width: 500px;
}

.about-product-tab {
  padding: 50px 78px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
}

.about-product-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.add-to-cart-default-state {
  margin-bottom: 0px;
}

.add-to-cart-default-state.product-page {
  margin-bottom: 32px;
}

.preview-image-wrapper {
  min-width: 76%;
}

.tabs-content {
  width: 100%;
}

.about-product-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 286px;
  margin-right: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.add-to-cart-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offer-list-text {
  margin-left: 13px;
  color: #0b252e;
  font-size: 1.125em;
  line-height: 1.111em;
  font-weight: 600;
}

.label-quantity {
  margin-bottom: 13px;
}

.tab-link {
  margin-bottom: 24px;
  padding: 28px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f7f9;
  background-color: #f5f7f9;
  -webkit-transition: border-color 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, background-color 350ms ease, color 350ms ease;
  color: #55656a;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: 600;
}

.tab-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  background-color: #fff;
  color: #55656a;
}

.tab-link.w--current {
  border-color: #bdcfd4;
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(17, 43, 36, 0.06);
  color: #0b252e;
  font-weight: 800;
}

.product-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-compare-at-price {
  margin-right: 9px;
  color: #7e8c9a;
  font-size: 1.5em;
  line-height: 1.083em;
  text-decoration: line-through;
}

.product-compare-at-price.product-page {
  margin-right: 0px;
  font-size: 1.5em;
  line-height: 1.071em;
}

.product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity {
  width: 90px;
  height: auto;
  margin-right: 18px;
  margin-bottom: 0px;
  padding: 18px 23px;
  border-color: #bdcfd4;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-size: 1em;
  line-height: 1.125em;
}

.quantity:hover {
  border-color: #47cd70;
}

.quantity:focus {
  border-color: #47cd70;
  color: #0b252e;
}

.offer-grid {
  margin-top: 48px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.product-images-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: 68px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.offer-list-wrapper {
  padding-left: 0px;
}

.product-title {
  font-size: 2.5em;
  line-height: 1.3em;
}

.succes-message {
  border: 1px solid #476c79;
  border-radius: 6px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
}

.succes-message.dark {
  border-color: #bdcfd4;
  color: #0b252e;
}

.error-message {
  margin-top: 12px;
  padding: 0px;
  background-color: rgba(255, 222, 222, 0);
  color: #ff6464;
  text-align: center;
}

.grid-yoga-studio {
  margin-top: 48px;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message-form {
  padding: 34px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #47cd70;
  border-radius: 4px;
  background-color: #fff;
  color: #47cd70;
  font-size: 18px;
  font-weight: 600;
}

.error-message-form {
  margin-top: 24px;
  padding: 15px 22px;
  background-color: #fff4f4;
  color: #ff2323;
  text-align: center;
}

.product-image-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-image-product {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.more-image-product:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.product-main-image {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.product-main-image:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

._404-title {
  margin-bottom: 12px;
  color: #0b252e;
  font-size: 8.75em;
  line-height: 1em;
  font-weight: 800;
}

.utility-page-content-404 {
  max-width: 424px;
}

.utility-page-wrap-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content-password {
  width: 100%;
  max-width: 580px;
  margin-bottom: 0px;
  padding: 72px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  border-radius: 8px;
  text-align: center;
}

.password-paragraph {
  margin-bottom: 32px;
}

.icon-password-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #f9fafb;
}

.icon-password {
  width: 40px;
}

.checkout-form {
  padding: 60px 0px;
  background-color: #fff;
}

.block-header {
  padding: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #e5eaef;
  border-bottom-width: 1px;
}

.block-content {
  padding: 32px;
  border-right: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
  border-left: 1px solid #e5eaef;
}

.input-checkout {
  height: 54px;
  margin-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #bdcfd4;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}

.input-checkout:hover {
  border-color: #47cd70;
}

.input-checkout:focus {
  border-color: #47cd70;
  color: #0b252e;
}

.input-checkout.-wfp-focus {
  border-color: #47cd70;
  color: #0b252e;
}

.input-checkout.discount {
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.color-red {
  color: #ff2e2e;
}

.select-checkout {
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #bdcfd4;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}

.select-checkout:hover {
  border-color: #47cd70;
}

.select-checkout:focus {
  border-color: #47cd70;
  color: #0b252e;
}

.bold-pricing {
  color: #0b252e;
  font-weight: 800;
}

.checkout-check {
  margin-top: 8px;
}

.product-title-checkout {
  color: #0b252e;
  font-weight: 800;
}

.body {
  color: #55656a;
}

.add-to-cart-quantity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.discounts-container {
  margin-top: 26px;
  padding-top: 26px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px 0px 0px;
  border-top-color: #e5eaef;
}

.out-of-stock {
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 20px 16px;
  background-color: #f9fafb;
  color: #0b252e;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.aktuelles-div {
  padding: 20px;
  background-color: #bdd7e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('../images/Unbenannt-1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('../images/Unbenannt-1.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 26px;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.06);
}

.akteulles-container {
  max-width: 1264px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.heading-2 {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 2em;
  font-weight: 500;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-2 {
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.heading-3 {
  font-family: Halant-Google, sans-serif;
}

.paragraph-3 {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.heading-4 {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 4em;
  font-weight: 400;
}

.heading-5 {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 3em;
  font-weight: 400;
}

.paragraph-4 {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.section-blue {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 215, 226, 0.94)), to(rgba(189, 215, 226, 0.94))), url('../images/Unbenannt-2-1.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96)));
  background-image: linear-gradient(180deg, rgba(189, 215, 226, 0.94), rgba(189, 215, 226, 0.94)), url('../images/Unbenannt-2-1.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96));
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 75px, auto;
}

.section-blue.latest-products {
  padding-bottom: 230px;
}

.section-blue.hero {
  position: relative;
  overflow: hidden;
  padding-top: 114px;
  padding-bottom: 115px;
  background-color: #f9fdff;
  color: #f1ae64;
}

.section-blue.hero._2 {
  display: none;
  overflow: visible;
  padding-top: 96px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.section-blue.retreat {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
  background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
}

.section-blue.instagram {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #eaf8ed), color-stop(0, #fff));
  background-image: linear-gradient(0deg, #eaf8ed 50%, #fff 0);
}

.section-blue.cta {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #0b252e;
}

.section-blue.about-instructor {
  border-top: 1px solid #bdcfd4;
  border-bottom: 1px solid #bdcfd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #112b24), color-stop(0, #fff));
  background-image: linear-gradient(90deg, #112b24 40%, #fff 0);
}

.section-blue.latest-products-2 {
  display: none;
}

.section-blue.cta-2 {
  display: none;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b252e;
}

.section-blue.instructors-section {
  display: none;
}

.section-blue.register-retreat {
  padding-top: 105px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #0b252e), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #0b252e 60%, #fff 0);
}

.section-blue.shop {
  position: relative;
  padding-top: 100px;
}

.section-blue.instructors-page {
  position: relative;
  padding-top: 100px;
}

.section-blue.last-retreat {
  overflow: hidden;
  border-top: 1px solid #bdcfd4;
  border-bottom: 1px solid #bdcfd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), color-stop(0, #112b24));
  background-image: linear-gradient(90deg, #fff 55%, #112b24 0);
}

.section-blue.schedule-a-class {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blue.about-studio {
  border-top: 1px solid #bdcfd4;
  background-image: linear-gradient(56deg, #bdd7e2 44%, #fff 0, #fff 95%);
}

.section-blue.retreat-home-v2 {
  display: none;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), color-stop(0, #eaf8ed));
  background-image: linear-gradient(90deg, #fff 55%, #eaf8ed 0);
}

.section-blue.about-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blue.our-yoga-studios {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section-blue.instructor-manager {
  padding-bottom: 230px;
}

.section-blue.blog {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-blue.come-us {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #bdcfd4;
}

.section-blue.classes-schedule {
  padding-top: 82px;
  padding-bottom: 120px;
}

.section-blue.contact-us {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blue.our-location {
  display: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #eaf8ed), color-stop(0, #fff));
  background-image: linear-gradient(0deg, #eaf8ed 35%, #fff 0);
}

.section-blue.classes {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-blue.yoga-lovers {
  overflow: hidden;
  padding-top: 140px;
}

.section-blue.work {
  padding-top: 107px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #0b252e), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #0b252e 80%, #fff 0);
}

.section-blue.retreat-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blue.blog-post {
  position: relative;
}

.section-blue.instructor {
  position: relative;
  padding-top: 100px;
}

.section-blue.offer {
  padding-top: 137px;
  background-color: rgba(234, 248, 237, 0.3);
}

.section-blue.product {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-blue.related-products {
  padding-top: 134px;
}

.button-primary-header {
  padding: 18px 32px;
  border-radius: 80px;
  background-color: #009fe3;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: Montserrat-Google, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
}

.button-primary-header:hover {
  background-color: #00405c;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #fff;
}

.button-primary-header.header-small {
  margin-left: 32px;
  padding: 18px 32px;
  background-color: #009fe3;
}

.button-primary-header.header-small:hover {
  background-color: #00405c;
}

.button-primary-header.small {
  padding: 16px 22px;
}

.button-primary-header.large {
  padding: 22px 42px;
}

.button-primary-header.button-white {
  background-color: #fff;
  color: #47cd70;
}

.button-primary-header.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.text-block {
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.link {
  font-family: Manrope_Google, sans-serif;
  color: #009fe3;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #bdd7e2;
}

.heading-6 {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 3em;
  font-weight: 400;
}

.paragraph-5 {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.heading-7 {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 2.8em;
  font-weight: 400;
}

.paragraph-6 {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.image {
  max-width: 20%;
}

.heading-8 {
  font-family: Satisfy-Google, sans-serif;
  color: #009fe3;
  font-weight: 400;
}

.heading-9 {
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-size: 3em;
  font-weight: 400;
}

.pudelwohl-community {
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
}

.heading-10 {
  font-family: Satisfy-Google, sans-serif;
}

.button-footer {
  padding: 18px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdcfd4;
  border-radius: 131px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: Montserrat-Google, sans-serif;
  color: #009fe3;
  font-size: 0.9em;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
}

.button-footer:hover {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #fff;
}

.button-footer.add-to-cart-section {
  background-color: #fff;
}

.button-footer.add-to-cart-section:hover {
  background-color: #47cd70;
}

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

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

.button-footer.text-color-white:hover {
  border-color: #203446;
  background-color: #203446;
}

.button-footer.small {
  padding: 16px 22px;
}

.button-footer.large {
  padding: 22px 42px;
}

.button-footer.full-width {
  width: 100%;
}

.button-footer.full-width.add-to-cart {
  display: block;
  margin-top: 12px;
}

.button-footer.discount {
  height: 48px;
  margin-top: 12px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery-lightbox-1 {
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-2 {
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-3 {
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-4 {
  position: relative;
  overflow: hidden;
}

.fotogallerie-kontakt {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-11 {
  font-family: Manrope_Google, sans-serif;
  color: #55656a;
  font-size: 2em;
  font-weight: 500;
}

.image-2 {
  margin-top: 45px;
}

.container-small-511px-headline {
  max-width: 511px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-511px-headline.text-center {
  padding-top: 45px;
}

.container-small-511px-headline.blog {
  position: relative;
  z-index: 1;
  text-align: center;
}

.heading-12 {
  font-family: Manrope_Google, sans-serif;
  color: #55656a;
  font-weight: 500;
  text-align: center;
}

.faq-container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 24px;
  padding-left: 24px;
}

.faq-wrapper {
  margin-top: 0px;
  margin-bottom: 64px;
}

.container-default-faq {
  max-width: 1264px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  padding-right: 24px;
  padding-left: 24px;
}

.ausbildungen {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.heading-ausbildungen {
  font-family: Manrope_Google, sans-serif;
  color: #55656a;
  font-weight: 500;
}

.list-item {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.list-item-2 {
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.list-item-3 {
  font-family: Halant-Google, sans-serif;
  font-size: 18px;
}

.paragraph-7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.image-3 {
  margin-bottom: 40px;
}

.heading-13 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Indieflower_Google, sans-serif;
  color: #009fe3;
  font-weight: 400;
}

.bold-text {
  color: #55656a;
  font-weight: 600;
}

.gutschein-container-medium-1120px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold-text-2 {
  color: #009fe3;
  font-weight: 400;
}

.bold-text-3 {
  color: #009fe3;
  font-weight: 400;
}

.gutschein-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 0px;
  border-color: #bdcfd4;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.06);
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.paragraph-8 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  font-weight: 700;
}

.kontakt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-4 {
  min-width: 200px;
}

.kontakt-div-nebeneinander {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.kontakt-div-nebeneinander.zentriert {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text-4 {
  color: #00405c;
  font-weight: 600;
}

.bold-text-5 {
  color: #00405c;
  font-weight: 600;
}

.bold-text-6 {
  color: #00405c;
  font-weight: 600;
}

.bold-text-7 {
  color: #00405c;
  font-weight: 600;
}

.bold-text-8 {
  color: #00405c;
}

.bold-text-9 {
  color: #00405c;
  font-weight: 600;
}

.bold-text-10 {
  color: #00405c;
  font-weight: 600;
}

.list {
  margin-bottom: 35px;
  font-family: Manrope_Google, sans-serif;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gutschein-container-medium-1120px-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-11 {
  font-weight: 600;
}

.section-blog {
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 75px;
}

.section-blog.latest-products {
  padding-bottom: 230px;
}

.section-blog.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 87vh;
  padding-top: 114px;
  padding-bottom: 115px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fdff;
  color: #f1ae64;
}

.section-blog.hero._2 {
  display: block;
  overflow: visible;
  padding-top: 96px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.section-blog.retreat {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
  background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
}

.section-blog.instagram {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #eaf8ed), color-stop(0, #fff));
  background-image: linear-gradient(0deg, #eaf8ed 50%, #fff 0);
}

.section-blog.cta {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #0b252e;
}

.section-blog.about-instructor {
  border-top: 1px solid #bdcfd4;
  border-bottom: 1px solid #bdcfd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #112b24), color-stop(0, #fff));
  background-image: linear-gradient(90deg, #112b24 40%, #fff 0);
}

.section-blog.latest-products-2 {
  display: none;
}

.section-blog.cta-2 {
  display: none;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b252e;
}

.section-blog.instructors-section {
  display: none;
}

.section-blog.find-us {
  display: none;
}

.section-blog.register-retreat {
  padding-top: 105px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #0b252e), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #0b252e 60%, #fff 0);
}

.section-blog.shop {
  position: relative;
  padding-top: 100px;
}

.section-blog.instructors-page {
  position: relative;
  padding-top: 100px;
}

.section-blog.last-retreat {
  overflow: hidden;
  border-top: 1px solid #bdcfd4;
  border-bottom: 1px solid #bdcfd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), color-stop(0, #112b24));
  background-image: linear-gradient(90deg, #fff 55%, #112b24 0);
}

.section-blog.schedule-a-class {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blog.about-studio {
  border-top: 1px solid #bdd7e2;
  border-bottom: 1px solid #bdd7e2;
  background-image: linear-gradient(56deg, #bdd7e2 44%, #fff 0, #fff 95%);
}

.section-blog.retreat-home-v2 {
  display: none;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), color-stop(0, #eaf8ed));
  background-image: linear-gradient(90deg, #fff 55%, #eaf8ed 0);
}

.section-blog.about-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blog.our-yoga-studios {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section-blog.instructor-manager {
  padding-bottom: 230px;
}

.section-blog.blog {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 40px;
}

.section-blog.come-us {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #bdcfd4;
}

.section-blog.classes-schedule {
  padding-top: 82px;
  padding-bottom: 120px;
}

.section-blog.contact-us {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blog.our-location {
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #eaf8ed), color-stop(0, #fff));
  background-image: linear-gradient(0deg, #eaf8ed 35%, #fff 0);
}

.section-blog.classes {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #3a3a3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2.svg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, 75px;
}

.section-blog.yoga-lovers {
  overflow: hidden;
  padding-top: 140px;
}

.section-blog.work {
  display: block;
  padding-top: 107px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bdd7e2), color-stop(80%, #bdd7e2), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #bdd7e2 50%, #bdd7e2 80%, #fff 0);
}

.section-blog.retreat-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-blog.testimonial {
  display: none;
}

.section-blog.blog-post {
  position: relative;
}

.section-blog.instructor {
  position: relative;
  padding-top: 100px;
}

.section-blog.offer {
  padding-top: 137px;
  background-color: rgba(234, 248, 237, 0.3);
}

.section-blog.product {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-blog.related-products {
  padding-top: 134px;
}

.fake-blog {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/Unbenannt-2-1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/Unbenannt-2-1.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 75px;
}

.article-teaser {
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}

.paragraph-9 {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.grid {
  margin-top: 60px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  padding-bottom: 20px;
}

.blog-container-medium-1120px-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-10 {
  font-family: Manrope_Google, sans-serif;
  font-size: 18px;
}

.image-9 {
  margin-bottom: 60px;
}

.html-embed {
  padding-top: 120px;
}

.stundenplan-momoyoga {
  padding-top: 120px;
}

.rich-text-block {
  font-family: Manrope_Google, sans-serif;
}

.heading-14 {
  font-family: Indieflower_Google, sans-serif;
}

.heading-15 {
  font-family: Indieflower_Google, sans-serif;
}

.class-card-rechtliches {
  padding: 27px;
  border-style: solid;
  border-width: 0px;
  border-color: #bdcfd4;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.rich-text-block-2 {
  font-family: Manrope_Google, sans-serif;
}

.paragraph-11 {
  font-family: Manrope_Google, sans-serif;
}

.heading-16 {
  font-family: Manrope_Google, sans-serif;
}

.rich-text-block-3 {
  font-family: Manrope_Google, sans-serif;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(5, 5, 5, 0.5);
  text-align: center;
}

.datenschutz-wrapper {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

.image-30 {
  max-width: 60%;
  padding: 40px;
  background-color: #121212;
}

.heading-21 {
  color: #121212;
}

.paragraph-14 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Manrope_Google, sans-serif;
  color: #121212;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.datenschutz-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.datenschutz-button:hover {
  background-color: #74c679;
}

.datenschutz-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.datenschutz-close:hover {
  background-color: #74c679;
}

.popup-cleverreach {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 64, 92, 0.73);
}

.modal-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 400px;
  height: 600px;
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
}

.image-31 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-22 {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 1.6em;
  text-align: center;
}

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

.div-block-51 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.close-modal-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.popup-momoyoga {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 64, 92, 0.73);
}

.popup-momoyoga-kurse {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 64, 92, 0.73);
}

.heading-23 {
  font-family: Indieflower_Google, sans-serif;
  font-weight: 400;
}

.paragraph-15 {
  font-family: Manrope_Google, sans-serif;
  font-size: 17px;
}

.feste-kurse-provisorisch {
  margin-top: 80px;
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1280px;
  }

  .utility-page-wrap {
    min-height: 900px;
  }

  .heading {
    font-size: 2.6em;
  }

  .akteulles-container {
    max-width: 1280px;
  }

  .pudelwohl-community {
    max-width: 1280px;
  }

  .container-default-faq {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1920px) {
  .modal-wrapper {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.688em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.25em;
  }

  .spacer.packages {
    height: 32px;
  }

  .spacer.classes {
    height: 140px;
  }

  .spacer.schedule-a-class-links {
    height: 36px;
  }

  .spacer.register-retreat {
    height: 75px;
  }

  .spacer.price {
    width: 30px;
    height: auto;
  }

  .spacer.product {
    width: 0px;
  }

  .mega-menu-grid {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 4%;
    display: block;
  }

  .button-wrapper.hero {
    position: static;
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .menu-button {
    z-index: 99;
    padding: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #bdcfd4;
    border-radius: 80px;
    background-color: #fff;
    -webkit-transition: border-color 350ms ease, background-color 350ms ease;
    transition: border-color 350ms ease, background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    border-color: #bdd7e2;
    background-color: #fff;
  }

  .menu-button.w--open {
    border-color: #bdd7e2;
    background-color: #f9fafb;
  }

  .menu-button.utility-pages {
    margin-left: 20px;
  }

  .dropdown-list.w--open {
    position: static;
    padding: 0px;
    background-color: #fff;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    border-bottom: 1px solid #e5eaef;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
    font-size: 1.5em;
  }

  .nav-link:hover {
    background-color: #f5f7f9;
  }

  .nav-link.dropdown-text {
    border-bottom-width: 0px;
  }

  .mega-menu-container {
    position: static;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .header-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0b252e;
  }

  .header-dropdown-toggle:hover {
    background-color: #f5f7f9;
    color: #47cd70;
  }

  .menu-button-icon {
    width: 25px;
    height: 25px;
  }

  .nav-menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #e5eaef;
    background-color: #fff;
  }

  .menu-2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-dropdown {
    border-bottom: 1px solid #e5eaef;
  }

  .mega-menu-link {
    margin-bottom: 0px;
    padding: 20px 40px;
    border-bottom: 1px solid #e7e8f4;
  }

  .mega-menu-link:hover {
    background-color: #f6f6ff;
  }

  .mega-menu-link.w--current {
    font-weight: 700;
  }

  .latest-products-grid {
    max-width: 475px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mega-menu-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 40px;
  }

  .button-primary.header-small {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-primary.sub-menu {
    width: 90%;
  }

  .header {
    padding-top: 29px;
    padding-bottom: 28px;
  }

  .mega-menu-column-4 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    display: inline-block;
    white-space: normal;
  }

  .dropdown-icon-footer {
    display: block;
    font-family: 'Icons Yogi Template', sans-serif;
    font-size: 0.6em;
    line-height: 1em;
  }

  .about-instructor-images-wrappper {
    max-width: none;
    margin-top: 60px;
    margin-right: 0px;
  }

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

  .section.latest-products {
    padding-bottom: 200px;
  }

  .section.hero {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero._2 {
    padding-top: 80px;
  }

  .section.retreat {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
    background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
  }

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

  .section.about-instructor {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 30%, #fff 0);
  }

  .section.cta-2 {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .section.register-retreat {
    padding-top: 80px;
  }

  .section.shop {
    padding-top: 80px;
  }

  .section.instructors-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.our-history {
    padding-top: 80px;
  }

  .section.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 55%, #112b24 0);
  }

  .section.about-studio {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #bdd7e2), color-stop(0, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #bdd7e2 30%, #112b24 0, #fff 0);
  }

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

  .section.retreat-home-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
    background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
  }

  .section.about-hero {
    padding-top: 80px;
  }

  .section.our-yoga-studios {
    padding-top: 80px;
  }

  .section.instructor-manager {
    padding-bottom: 120px;
  }

  .section.blog {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #112b24 20%, #fff 0);
  }

  .section.come-us {
    padding-top: 80px;
  }

  .section.contact-us {
    padding-top: 80px;
  }

  .section.our-location {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 20%, #fff 0);
  }

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

  .section.work {
    padding-top: 80px;
  }

  .section.retreat-hero {
    padding-top: 80px;
  }

  .section.testimonial {
    padding-top: 80px;
  }

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

  .section.offer {
    padding-top: 80px;
  }

  .section.product {
    padding-top: 56px;
  }

  .section.related-products {
    padding-top: 80px;
  }

  .paragraph.latest-product {
    margin-top: 20px;
  }

  .paragraph.instructors {
    margin-bottom: 20px;
  }

  .photo.cta {
    margin-top: -186px;
  }

  .container-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-title-wrappper {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
  }

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

  .about-instructor-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scroll-down-wrapper {
    position: absolute;
    left: auto;
    top: 250px;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .scroll-down-wrapper._2 {
    margin-top: 40px;
  }

  .top-content.yoga-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.popular-classes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.schedule-class {
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.faqs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.classes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-mobile-title {
    padding-top: 28px;
    padding-bottom: 22px;
    cursor: pointer;
  }

  .links-block {
    width: 100%;
    border-bottom: 1px solid #476c79;
  }

  .links-block._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom-width: 0px;
  }

  .links-block._3 {
    width: 100%;
  }

  .links-block._2 {
    width: 100%;
  }

  .video-filter {
    box-shadow: -11px -11px 0 0 #eaf8ed;
  }

  .newsletter-title {
    font-size: 1.3em;
  }

  .hero-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-price {
    font-size: 1.2em;
  }

  .product-price.product-page {
    margin-left: 16px;
    font-size: 1.4em;
  }

  .price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .price-wrapper.product-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-links-block {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .split-content.cta-left {
    max-width: 489px;
    margin-top: 60px;
    margin-right: 0px;
  }

  .split-content.cta-left._2 {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .split-content.popular-classes {
    margin-bottom: 32px;
  }

  .split-content.hero-left {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.hero-left._2 {
    margin-top: 0px;
  }

  .split-content.our-history {
    margin-bottom: 40px;
  }

  .split-content.faqs {
    margin-bottom: 32px;
  }

  .split-content.come-us-right {
    margin-bottom: 40px;
  }

  .split-content.retreat-hero-left {
    max-width: 580px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.schedule-a-class-left {
    max-width: 600px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.class {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .split-content.register-left {
    max-width: 485px;
  }

  .split-content.retreat-section {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.instructor {
    max-width: 46%;
  }

  .split-content.product-page {
    max-width: 45%;
  }

  .divider.instructor {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.product {
    margin-top: 80px;
  }

  .footer-subscribe {
    padding-top: 52px;
    padding-bottom: 51px;
  }

  .article-card {
    width: 100%;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 0px;
  }

  .popular-classes-grid {
    max-width: 475px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title.popular-class {
    font-size: 1.4em;
  }

  .title.retreat {
    max-width: none;
  }

  .title.cta {
    max-width: 400px;
  }

  .title.schedule-a-class {
    max-width: 443px;
  }

  .title.retreat-home-2 {
    max-width: none;
  }

  .title.classes-schedule {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.yoga-classes {
    font-size: 2em;
  }

  .title.instructor {
    font-size: 2.4em;
  }

  .footer-fine-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .video-wrapper.home-v2 {
    max-width: 100%;
  }

  .video-wrapper.retreat {
    max-width: 100%;
    margin-top: 60px;
    margin-right: 0px;
  }

  .footer-mobile-content {
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: left;
  }

  .bg.hero {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 450px;
  }

  .bg.hero-2 {
    min-height: 1100px;
  }

  .bg.classes {
    min-height: 700px;
  }

  .bg.blog {
    min-height: 260px;
  }

  .bg.contact-us {
    min-height: 1300px;
  }

  .bg.retreat {
    min-height: 800px;
  }

  .bg.about {
    min-height: 550px;
  }

  .bg.registration {
    min-height: 1000px;
  }

  .bg.blog-post {
    min-height: 680px;
  }

  .bg.instructor {
    min-height: 440px;
  }

  .image-hero {
    max-width: 100%;
  }

  .footer-payments-wrapper {
    margin-bottom: 20px;
  }

  .grid-image.grid-image-three {
    display: none;
  }

  .contact-us-wrapper {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-content {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-class {
    width: 27%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cost-per-time-wrapper {
    margin-top: 16px;
    margin-left: 0px;
  }

  .faqs-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schedule {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .schedule-grid-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-sidebar {
    display: none;
  }

  .retreat-hero-details-wrapper {
    margin-top: 0px;
  }

  .come-us-column-2 {
    min-width: 50%;
  }

  .yoga-classes-grid {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-details-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .last-retreat-image-3 {
    max-width: 244px;
  }

  .last-retreat-image-1 {
    max-width: 380px;
  }

  .schedule-button-wrapper {
    margin-top: 20px;
    margin-left: 130px;
  }

  .location-wrapper {
    max-width: 247px;
    margin-right: auto;
    text-align: center;
  }

  .location-wrapper._2 {
    max-width: 235px;
  }

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

  .container.come-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .register-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-hero-grid {
    margin-top: 40px;
  }

  .cost-per-time-details {
    margin-top: 2px;
    font-size: 1em;
  }

  .our-history-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-yoga-studios-wrapper {
    margin-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .come-us-images-wrapper {
    max-width: 100%;
  }

  .class-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-studio-images-wrappper {
    max-width: none;
    margin-top: 60px;
    margin-right: 0px;
  }

  .testimonial-grid {
    max-width: 475px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-retreat-grid {
    max-width: 475px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-cta {
    width: 100%;
    max-width: none;
  }

  .yoga-lovers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-retreat-hero {
    max-height: 500px;
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .class-wrapper {
    margin-top: -100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .come-us-column-1 {
    min-width: 50%;
  }

  .retreat-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .our-yoga-studios-map {
    margin-top: -110px;
  }

  .about-studio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .schedule-a-class-form-wrapper {
    width: 100%;
    max-width: 600px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .our-locations-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 32px;
    grid-row-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .our-locations-grid._3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .our-locations-grid._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .retreat-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .schedule-a-class-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faqs-column._2 {
    padding-left: 0px;
  }

  .faqs-column._1 {
    padding-right: 0px;
  }

  .classes-wrapper {
    max-width: 600px;
    margin-top: 140px;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-grid {
    position: relative;
    grid-row-gap: 48px;
  }

  .bg-retreat-section {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -6%;
    width: auto;
    height: 40%;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .last-retreat-image-v2 {
    max-width: 229px;
  }

  .instructors-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-hero-v2 {
    width: 100%;
    max-height: 700px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .styleguide-content {
    margin-left: 0px;
  }

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

  .our-history-image {
    max-width: 80%;
  }

  .class-card {
    padding-bottom: 40px;
  }

  .instructor-content-wrapper {
    padding-top: 15px;
  }

  .values-grid {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .packages-wrapper {
    max-width: 475px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-author-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-post-details-wrapper {
    margin-top: 0px;
  }

  .blog-post-main-image {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .blog-post-grid {
    justify-items: stretch;
    grid-row-gap: 71px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-author-card-content {
    max-width: 312px;
    margin-top: 0px;
    margin-left: 50px;
  }

  .about-instructor-title-wrapper {
    margin-top: 32px;
  }

  .instructor-image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .instructor-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bottom-content.instructor {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .instructor-image {
    max-width: 350px;
  }

  .about-product-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preview-image-wrapper {
    min-width: 100%;
  }

  .about-product-menu {
    margin-right: 0px;
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-link {
    margin-right: 24px;
    margin-bottom: 0px;
  }

  .product-images-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-compare-at-price {
    font-size: 1.2em;
  }

  .product-compare-at-price.product-page {
    font-size: 1.4em;
  }

  .product-images-content {
    width: 50%;
    min-width: 50%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-yoga-studio {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-image-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .top-checkout {
    margin-right: 0px;
  }

  .akteulles-container.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .section-blue.latest-products {
    padding-bottom: 200px;
  }

  .section-blue.hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.hero._2 {
    padding-top: 80px;
  }

  .section-blue.retreat {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
    background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
  }

  .section-blue.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.about-instructor {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 30%, #fff 0);
  }

  .section-blue.cta-2 {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .section-blue.register-retreat {
    padding-top: 80px;
  }

  .section-blue.shop {
    padding-top: 80px;
  }

  .section-blue.instructors-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.our-history {
    padding-top: 80px;
  }

  .section-blue.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 55%, #112b24 0);
  }

  .section-blue.about-studio {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 30%, #fff 0);
  }

  .section-blue.faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.retreat-home-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
    background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
  }

  .section-blue.about-hero {
    padding-top: 80px;
  }

  .section-blue.our-yoga-studios {
    padding-top: 80px;
  }

  .section-blue.instructor-manager {
    padding-bottom: 120px;
  }

  .section-blue.blog {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #112b24 20%, #fff 0);
  }

  .section-blue.come-us {
    padding-top: 80px;
  }

  .section-blue.contact-us {
    padding-top: 80px;
  }

  .section-blue.our-location {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 20%, #fff 0);
  }

  .section-blue.classes {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.work {
    padding-top: 80px;
  }

  .section-blue.retreat-hero {
    padding-top: 80px;
  }

  .section-blue.testimonial {
    padding-top: 80px;
  }

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

  .section-blue.offer {
    padding-top: 80px;
  }

  .section-blue.product {
    padding-top: 56px;
  }

  .section-blue.related-products {
    padding-top: 80px;
  }

  .button-primary-header.header-small {
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-primary-header.header-small.w--current {
    display: none;
  }

  .button-primary-header.sub-menu {
    width: 90%;
  }

  .image {
    max-width: 30%;
  }

  .heading-9 {
    display: block;
  }

  .pudelwohl-community.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .fotogallerie-kontakt {
    padding-right: 40px;
    padding-left: 40px;
  }

  .faq-wrapper {
    max-width: 600px;
    margin-top: 140px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-default-faq {
    margin-top: 0px;
  }

  .container-default-faq.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-13 {
    font-size: 2.5em;
  }

  .gutschein-box {
    margin-bottom: 40px;
  }

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

  .gutschein-div {
    background-color: #fff;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-7 {
    min-width: 100%;
  }

  .list {
    text-align: left;
  }

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

  .section-blog.latest-products {
    padding-bottom: 200px;
  }

  .section-blog.hero {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog.hero._2 {
    padding-top: 80px;
  }

  .section-blog.retreat {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
    background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
  }

  .section-blog.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog.about-instructor {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 30%, #fff 0);
  }

  .section-blog.cta-2 {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .section-blog.register-retreat {
    padding-top: 80px;
  }

  .section-blog.shop {
    padding-top: 80px;
  }

  .section-blog.instructors-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog.our-history {
    padding-top: 80px;
  }

  .section-blog.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 55%, #112b24 0);
  }

  .section-blog.about-studio {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #bdd7e2), color-stop(0, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #bdd7e2 30%, #112b24 0, #fff 0);
  }

  .section-blog.faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog.retreat-home-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #eaf8ed));
    background-image: linear-gradient(180deg, #fff 55%, #eaf8ed 0);
  }

  .section-blog.about-hero {
    padding-top: 80px;
  }

  .section-blog.our-yoga-studios {
    padding-top: 80px;
  }

  .section-blog.instructor-manager {
    padding-bottom: 120px;
  }

  .section-blog.blog {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #112b24 20%, #fff 0);
  }

  .section-blog.come-us {
    padding-top: 80px;
  }

  .section-blog.contact-us {
    padding-top: 80px;
  }

  .section-blog.our-location {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 20%, #fff 0);
  }

  .section-blog.classes {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog.work {
    padding-top: 80px;
  }

  .section-blog.retreat-hero {
    padding-top: 80px;
  }

  .section-blog.testimonial {
    padding-top: 80px;
  }

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

  .section-blog.offer {
    padding-top: 80px;
  }

  .section-blog.product {
    padding-top: 56px;
  }

  .section-blog.related-products {
    padding-top: 80px;
  }

  .class-card-rechtliches {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.188em;
  }

  h2 {
    font-size: 1.625em;
  }

  h3 {
    font-size: 1.188em;
  }

  .spacer.about-instructor {
    min-width: 20px;
  }

  .spacer.classes {
    height: 140px;
  }

  .spacer.product {
    height: 32px;
  }

  .container-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cart-container {
    max-width: 500px;
  }

  .latest-products-grid {
    max-width: 100%;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-secondary.color-white {
    text-align: center;
  }

  .button-primary.header-small {
    display: none;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .dropdown-icon-footer {
    width: 4%;
  }

  .about-instructor-images-wrappper {
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .section.retreat {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 45%, #fff 0);
  }

  .section.instagram {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 70%, #fff 0);
  }

  .section.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 25%, #112b24 0);
  }

  .section.schedule-a-class {
    padding-top: 80px;
  }

  .section.retreat-home-v2 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 45%, #fff 0);
  }

  .section.blog {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #112b24 10%, #fff 0);
  }

  .section.classes-schedule {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-post {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.instructor {
    padding-top: 56px;
  }

  .section.product {
    padding-top: 48px;
  }

  .paragraph.retreat {
    margin-left: 0px;
  }

  .paragraph.testimonial-retreat {
    margin-left: 0px;
  }

  .paragraph.color-white {
    text-align: left;
  }

  .paragraph.join-us {
    margin-bottom: 20px;
  }

  .paragraph.about-hero {
    margin-left: 0px;
  }

  .container-newsletter {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .newsletter-title-wrappper {
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .latest-news-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.instagram {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .top-content.yoga-products {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.popular-classes {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.schedule-class {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-content.faqs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.latest-articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .top-content.articles-instructor {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.related-products {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-default {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .container-default.cta {
    margin-left: 0px;
  }

  ._2-buttons.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video-play {
    width: 80px;
  }

  .video-play._2 {
    width: 17%;
  }

  .newsletter-content {
    width: auto;
  }

  .links-block._1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .nav-link-underline-text.all-instructors-link {
    color: #f5f7f9;
  }

  .nav-link-underline-text.all-instructors-link:hover {
    color: #47cd70;
  }

  .newsletter-title {
    font-size: 1.2em;
    text-align: left;
  }

  .product-price {
    font-size: 1.2em;
  }

  .price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.about-instructor-right {
    max-width: 520px;
  }

  .split-content.schedule-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .split-content.work {
    margin-bottom: 32px;
  }

  .split-content.our-location {
    margin-bottom: 32px;
  }

  .split-content.last-retreat {
    margin-right: auto;
  }

  .split-content.instructor {
    max-width: 430px;
    margin-bottom: 48px;
  }

  .split-content.product-page {
    max-width: 100%;
  }

  .divider.contact-us {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.instructor {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .container-small-607px.text-center {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .container-small-607px.text-center.testimonials-retreat {
    margin-left: auto;
    text-align: center;
  }

  .fine-print {
    font-size: 0.81em;
  }

  .footer-subscribe {
    padding-top: 42px;
    padding-bottom: 41px;
  }

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

  .container-small-552px.text-center {
    margin-left: 0px;
    text-align: left;
  }

  .about-instructor-image-section {
    max-width: 50%;
  }

  .article-card {
    width: 90%;
    margin-top: -74px;
    padding-right: 40px;
  }

  .popular-classes-grid {
    max-width: 100%;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .vc-flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vc-flex.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-medium-1056px {
    padding-right: 18px;
    padding-left: 18px;
  }

  .title.home-hero {
    font-size: 3.7em;
  }

  .title.cta {
    max-width: 380px;
  }

  .title.managers {
    margin-left: 0px;
  }

  .title.class {
    font-size: 1.6em;
  }

  .title.single-page {
    text-align: center;
  }

  .title.blog-post {
    margin-bottom: 32px;
  }

  .title.latest-articles {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .title.we-offer-you {
    max-width: 100%;
    margin-left: 0px;
  }

  .footer-fine-print-wrapper {
    padding-top: 22px;
    padding-bottom: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .product-to-cart.product-section {
    margin-top: 20px;
  }

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

  .bg.hero {
    height: 300px;
  }

  .bg.hero-2 {
    min-height: 800px;
  }

  .bg.shop {
    min-height: 600px;
  }

  .bg.blog {
    min-height: 260px;
  }

  .bg.retreat {
    min-height: 800px;
  }

  .bg.about {
    min-height: 1000px;
  }

  .bg.registration {
    min-height: 950px;
  }

  .bg.blog-post {
    min-height: 420px;
  }

  .bg.instructor {
    min-height: 700px;
  }

  .footer-content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-1120px {
    padding-right: 18px;
    padding-left: 18px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-image.grid-image-three {
    display: block;
  }

  .contact-us-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

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

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .better-price {
    font-size: 2em;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .image-class {
    width: 40%;
    max-width: 30%;
  }

  .special-typography-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .cost-per-time-wrapper {
    margin-top: 16px;
    margin-left: 0px;
  }

  .faqs-columns {
    max-width: 100%;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .yoga-classes-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-details-links-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .last-retreat-image-3 {
    max-width: 100%;
  }

  .price {
    font-size: 2em;
  }

  .last-retreat-image-1 {
    max-width: 100%;
  }

  .deluxe-price {
    font-size: 2em;
  }

  .value-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .schedule-button-wrapper {
    margin-left: 0px;
  }

  .location-wrapper {
    max-width: 235px;
    text-align: left;
  }

  .location-wrapper._2 {
    text-align: left;
  }

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

  .color-white {
    text-align: left;
  }

  .container.cta {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-us-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .register-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-card {
    padding: 40px 30px;
  }

  .about-hero-grid {
    margin-right: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .cost-per-time-details {
    margin-top: 6px;
    line-height: 1.2em;
  }

  .special-typography-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .our-history-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-dropdown {
    padding: 30px 20px;
  }

  .our-yoga-studios-wrapper {
    padding-bottom: 60px;
  }

  .testimonial-grid {
    max-width: 100%;
    margin-left: 0px;
  }

  .testimonial-retreat-grid {
    max-width: 540px;
  }

  .image-retreat-hero {
    max-width: 100%;
  }

  .paragraph-large {
    font-size: 1.4em;
  }

  .retreat-hero-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .schedule-text {
    font-size: 0.9em;
  }

  .our-yoga-studios-map {
    margin-top: -55px;
  }

  .last-retreat-grid {
    max-width: 475px;
    margin-right: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .schedule-a-class-form-wrapper {
    padding: 60px 40px 40px;
  }

  .our-locations-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .our-locations-grid._2 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .schedule-a-class-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .container-small-511px.text-center {
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
  }

  .container-small-511px.blog {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
  }

  .schedule-icon {
    margin-right: 0px;
    margin-bottom: 24px;
  }

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

  .blog-grid {
    margin-top: 40px;
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .last-retreat-image-v2 {
    max-width: 100%;
  }

  .instructors-grid {
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-hero-v2 {
    max-height: 500px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .yoga-classes-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-discount {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
  }

  .special-typography-1 {
    font-size: 64px;
    line-height: 72px;
  }

  .values-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .packages-wrapper {
    margin-left: 0px;
  }

  .about-hero-image-v2 {
    height: auto;
  }

  .container-medium {
    padding-right: 18px;
    padding-left: 18px;
  }

  .utility-page-wrap {
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-author-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .author-name {
    font-size: 1em;
  }

  .blog-post-main-image {
    margin-top: 36px;
    margin-bottom: 40px;
  }

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

  .author-image.about {
    min-width: 120px;
  }

  .blog-post-grid {
    grid-row-gap: 24px;
  }

  .about-author-card-content {
    text-align: left;
  }

  .instructor-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .instructor-job-title {
    font-size: 1.2em;
  }

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

  .bottom-content.instructor {
    margin-top: 46px;
    margin-bottom: 0px;
  }

  .instructor-articles-title {
    margin-bottom: 20px;
  }

  .instructor-image {
    max-width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .about-product-tab {
    padding-right: 40px;
    padding-left: 40px;
  }

  .about-product-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .product-compare-at-price {
    font-size: 1em;
  }

  .product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .offer-grid {
    max-width: 475px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .product-images-content {
    width: 100%;
    margin-right: 0px;
  }

  .product-title {
    font-size: 2.1em;
  }

  .grid-yoga-studio {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .utility-page-content-404 {
    max-width: 400px;
  }

  .utility-page-wrap-password {
    padding-right: 18px;
    padding-left: 18px;
  }

  .block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .shipping-adress-city {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aktuelles-div {
    margin-bottom: 40px;
  }

  .akteulles-container {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .akteulles-container.cta {
    margin-left: 0px;
  }

  .section-blue {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-blue.retreat {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 45%, #fff 0);
  }

  .section-blue.instagram {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 70%, #fff 0);
  }

  .section-blue.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 25%, #112b24 0);
  }

  .section-blue.schedule-a-class {
    padding-top: 80px;
  }

  .section-blue.retreat-home-v2 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 45%, #fff 0);
  }

  .section-blue.blog {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #112b24 10%, #fff 0);
  }

  .section-blue.classes-schedule {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.blog-post {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-blue.instructor {
    padding-top: 56px;
  }

  .section-blue.product {
    padding-top: 48px;
  }

  .button-primary-header.header-small {
    display: none;
  }

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

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

  .pudelwohl-community {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .pudelwohl-community.cta {
    margin-left: 0px;
  }

  .button-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-footer.color-white {
    text-align: center;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .fotogallerie-kontakt {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-small-511px-headline {
    padding-right: 18px;
    padding-left: 18px;
  }

  .container-small-511px-headline.text-center {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
  }

  .container-small-511px-headline.blog {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
  }

  .faq-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .faq-wrapper {
    margin-top: 120px;
  }

  .container-default-faq {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .container-default-faq.cta {
    margin-left: 0px;
  }

  .gutschein-container-medium-1120px {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .image-5 {
    min-width: 100%;
  }

  .image-6 {
    min-width: 100px;
  }

  .gutschein-container-medium-1120px-copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-blog {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-blog.retreat {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 45%, #fff 0);
  }

  .section-blog.instagram {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 70%, #fff 0);
  }

  .section-blog.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 25%, #112b24 0);
  }

  .section-blog.schedule-a-class {
    padding-top: 80px;
  }

  .section-blog.retreat-home-v2 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 45%, #fff 0);
  }

  .section-blog.blog {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #112b24 10%, #fff 0);
  }

  .section-blog.classes-schedule {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog.blog-post {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-blog.instructor {
    padding-top: 56px;
  }

  .section-blog.product {
    padding-top: 48px;
  }

  .blog-container-medium-1120px-copy-copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .datenschutz-button {
    font-size: 18px;
    text-align: center;
  }

  .popup-cleverreach {
    display: none;
  }

  .popup-momoyoga {
    display: none;
  }

  .popup-momoyoga-kurse {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75em;
  }

  h2 {
    font-size: 1.4em;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .photo-container.yoga-classes-section {
    max-width: none;
    min-width: auto;
  }

  .spacer._2-buttons {
    height: 18px;
  }

  .spacer.about-instructor {
    min-width: 5%;
  }

  .spacer.our-yoga-studios-links {
    height: 10px;
  }

  .spacer.come-us-column {
    height: 20px;
  }

  .spacer.come-us-column._2 {
    height: 20px;
  }

  .spacer.classes {
    height: 120px;
  }

  .spacer._2-buttons-class {
    height: 18px;
  }

  .spacer.schedule-a-class-links {
    height: 20px;
  }

  .spacer.yoga-classes {
    height: 32px;
  }

  .spacer.classes-schedule {
    height: 32px;
  }

  .spacer.register-retreat {
    height: 32px;
  }

  .spacer.price {
    width: auto;
    height: 30px;
  }

  .spacer.product {
    height: 32px;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .cart-price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 1.6em;
  }

  .nav-link.w--current {
    font-size: 1.6em;
  }

  .nav-menu {
    min-width: 100%;
  }

  .cart-compare-at-price {
    margin-top: 8px;
    margin-left: 0px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .latest-products-grid {
    max-width: none;
    grid-row-gap: 40px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-secondary {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-secondary.add-to-cart-section {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-secondary.small {
    min-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-secondary.large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary {
    display: block;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary.header-small {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary.small {
    min-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary.large {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.button-white {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary.full-width {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary.mittig {
    margin-right: 20px;
    margin-left: 20px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sidebar-cart-main-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-content {
    padding-bottom: 20px;
  }

  .submit-button {
    position: static;
    margin-top: 20px;
    margin-right: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link-underline {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .about-instructor-images-wrappper {
    margin-top: 48px;
  }

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

  .section.latest-products {
    padding-bottom: 170px;
  }

  .section.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero._2 {
    padding-top: 40px;
  }

  .section.retreat {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 25%, #fff 0);
  }

  .section.instagram {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 50%, #fff 0);
  }

  .section.cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.about-instructor {
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 25%, #fff 0);
  }

  .section.cta-2 {
    padding-top: 40px;
  }

  .section.register-retreat {
    padding-top: 40px;
  }

  .section.shop {
    padding-top: 40px;
  }

  .section.instructors-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.our-history {
    padding-top: 40px;
  }

  .section.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 35%, #112b24 0);
  }

  .section.schedule-a-class {
    padding-top: 40px;
  }

  .section.about-studio {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #bdd7e2), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #bdd7e2 20%, #fff 0);
  }

  .section.faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.retreat-home-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 25%, #fff 0);
  }

  .section.about-hero {
    padding-top: 40px;
  }

  .section.our-yoga-studios {
    padding-top: 40px;
  }

  .section.instructor-manager {
    padding-bottom: 80px;
  }

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

  .section.come-us {
    padding-top: 40px;
  }

  .section.classes-schedule {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.our-location {
    background-image: none;
  }

  .section.classes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.retreat-hero {
    padding-top: 40px;
  }

  .section.testimonial {
    padding-top: 40px;
  }

  .section.instructor {
    padding-top: 40px;
  }

  .section.offer {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.related-products {
    padding-top: 40px;
  }

  .paragraph.about-instructor {
    margin-bottom: 32px;
  }

  .paragraph.color-white {
    text-align: center;
  }

  .photo.cta {
    margin-top: -130px;
  }

  .footer-payment {
    width: 24%;
  }

  .newsletter-title-wrappper {
    max-width: 340px;
  }

  .latest-news-grid {
    grid-row-gap: 40px;
  }

  .social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-content.instagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.yoga-products {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.popular-classes {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.schedule-class {
    padding: 32px 16px;
    text-align: center;
  }

  .top-content.yoga-studios {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.register {
    padding: 40px 20px;
  }

  .top-content.delux-package {
    padding: 40px 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.faqs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.basic-package {
    padding: 40px 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.latest-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .top-content.related-products {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-title {
    font-size: 1.1em;
  }

  .product-price {
    font-size: 1.1em;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-newsletter {
    height: 65px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .split-content.cta-left {
    margin-top: 32px;
  }

  .split-content.hero-left {
    margin-bottom: 32px;
  }

  .split-content.schedule-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.contact-us-right {
    padding: 40px 20px;
  }

  .divider.contact-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.product {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-small-607px.text-center {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-small-607px.text-center.testimonials-retreat {
    text-align: left;
  }

  .fine-print {
    line-height: 1.35em;
  }

  .footer-subscribe {
    padding-top: 32px;
    padding-bottom: 31px;
  }

  .dash.article {
    width: 10px;
  }

  .article-card {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 0px;
  }

  .popular-classes-grid {
    max-width: none;
  }

  .vc-flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title.home-hero {
    font-size: 2.4em;
  }

  .title.cta {
    max-width: 350px;
  }

  .title.about {
    font-size: 2.5em;
    line-height: 1.1em;
  }

  .title.class {
    font-size: 1.4em;
  }

  .title.package-includes {
    font-size: 1.2em;
  }

  .title.single-page {
    font-size: 3em;
  }

  .title.retreat-hero {
    margin-top: 20px;
  }

  .title.latest-articles {
    margin-bottom: 32px;
  }

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

  .title.we-offer-you {
    text-align: left;
  }

  .video-wrapper {
    margin-top: 32px;
  }

  .video-wrapper.retreat {
    margin-top: 32px;
  }

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

  .bg.hero {
    display: none;
    height: 200px;
  }

  .bg.hero-2 {
    min-height: 750px;
  }

  .bg.shop {
    min-height: 450px;
  }

  .bg.classes {
    min-height: 900px;
  }

  .bg.about {
    min-height: 689px;
  }

  .bg.registration {
    min-height: 1200px;
  }

  .bg.instructors {
    min-height: 410px;
  }

  .bg.blog-post {
    min-height: 400px;
  }

  .bg.instructor {
    min-height: 650px;
  }

  .image-hero {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-image.grid-image-two {
    display: block;
  }

  .contact-us-wrapper {
    margin-top: 32px;
  }

  .pricing-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .better-price {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 2em;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-class {
    width: auto;
    max-width: 50%;
  }

  .cost-per-time-wrapper {
    margin-top: 0px;
    margin-left: 10px;
    text-align: left;
  }

  .faqs-columns {
    margin-top: 32px;
  }

  .our-locations-map {
    display: none;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .package-list-text {
    font-size: 1em;
  }

  .come-us-column-2 {
    padding-left: 10px;
  }

  .yoga-classes-grid {
    max-width: none;
  }

  .contact-details-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .package-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 2em;
  }

  .deluxe-price {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 2em;
  }

  .value-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .schedule-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

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

  .schedule-section-text {
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 1em;
  }

  .package-cost {
    font-size: 1.3em;
  }

  .package-content {
    padding: 30px 20px 40px;
  }

  .testimonial-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-hero-grid {
    margin-top: 20px;
    grid-row-gap: 20px;
  }

  .faq-dropdown {
    margin-bottom: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .package-text {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .our-yoga-studios-wrapper {
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .about-studio-images-wrappper {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-retreat-grid {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .image-retreat-hero {
    max-height: 400px;
    max-width: 100%;
  }

  .come-us-column-1 {
    padding-right: 10px;
  }

  .paragraph-large {
    font-size: 1.1em;
  }

  .register-form-content {
    padding: 40px 20px;
  }

  .schedule-a-class-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schedule-text {
    padding-right: 2vw;
    padding-left: 2vw;
    white-space: normal;
  }

  .last-retreat-grid {
    margin-top: 32px;
  }

  .schedule-a-class-form-wrapper {
    margin-top: 32px;
    padding: 40px 20px;
  }

  .our-locations-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .our-locations-grid._3 {
    margin-top: 20px;
    margin-bottom: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .our-locations-grid._2 {
    margin-top: 20px;
    margin-bottom: 32px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .retreat-hero-date {
    font-size: 1em;
  }

  .come-us-image._2 {
    width: 100%;
  }

  .come-us-image._3 {
    width: 100%;
  }

  .schedule-icon {
    margin-right: 0px;
    margin-bottom: 23px;
  }

  .blog-grid {
    margin-top: 32px;
    margin-bottom: 10px;
    grid-row-gap: 33px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .instructors-grid {
    max-width: none;
    margin-top: 32px;
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .retreat-hero-place {
    font-size: 1em;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .yoga-classes-card {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-retreat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-history-image {
    max-width: 100%;
  }

  .class-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-discount {
    padding: 80px 20px 10px;
  }

  .instructor-content-wrapper {
    padding-top: 10px;
    border-bottom: 0px solid #e5eaef;
  }

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

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .packages-wrapper {
    margin-top: 32px;
  }

  .utility-page-wrap {
    min-height: 670px;
  }

  .about-author-card {
    max-width: 100%;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .author-name {
    white-space: nowrap;
  }

  .blog-post-details-wrapper {
    margin-bottom: 20px;
  }

  .blog-post-main-image {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .blog-post-category {
    font-size: 1em;
  }

  .blog-post-grid {
    grid-row-gap: 32px;
  }

  .about-author-card-content {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .blog-post-date {
    font-size: 1em;
  }

  .instructor-job-title {
    font-size: 1em;
  }

  .about-instructor-title {
    white-space: nowrap;
  }

  .instructor-articles-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instructor-image {
    max-width: 100%;
  }

  .about-product-tab {
    padding: 40px 20px;
  }

  .add-to-cart-default-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preview-image-wrapper {
    min-height: 300px;
  }

  .offer-list-text {
    font-size: 1em;
  }

  .tab-link {
    font-size: 1em;
  }

  .quantity {
    margin-bottom: 8px;
  }

  .offer-wrapper {
    text-align: left;
  }

  .grid-yoga-studio {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._404-title {
    font-size: 6em;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-title-container {
    margin-top: 16px;
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .add-to-cart-quantity-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    font-size: 3.5em;
  }

  .section-blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.latest-products {
    padding-bottom: 170px;
  }

  .section-blue.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.hero._2 {
    padding-top: 40px;
  }

  .section-blue.retreat {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 25%, #fff 0);
  }

  .section-blue.instagram {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 50%, #fff 0);
  }

  .section-blue.cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.about-instructor {
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 25%, #fff 0);
  }

  .section-blue.cta-2 {
    padding-top: 40px;
  }

  .section-blue.register-retreat {
    padding-top: 40px;
  }

  .section-blue.shop {
    padding-top: 40px;
  }

  .section-blue.instructors-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.our-history {
    padding-top: 40px;
  }

  .section-blue.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 35%, #112b24 0);
  }

  .section-blue.schedule-a-class {
    padding-top: 40px;
  }

  .section-blue.about-studio {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 20%, #fff 0);
  }

  .section-blue.faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.retreat-home-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 25%, #fff 0);
  }

  .section-blue.about-hero {
    padding-top: 40px;
  }

  .section-blue.our-yoga-studios {
    padding-top: 40px;
  }

  .section-blue.instructor-manager {
    padding-bottom: 80px;
  }

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

  .section-blue.come-us {
    padding-top: 40px;
  }

  .section-blue.classes-schedule {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.our-location {
    background-image: none;
  }

  .section-blue.classes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section-blue.retreat-hero {
    padding-top: 40px;
  }

  .section-blue.testimonial {
    padding-top: 40px;
  }

  .section-blue.instructor {
    padding-top: 40px;
  }

  .section-blue.offer {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-blue.product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue.related-products {
    padding-top: 40px;
  }

  .button-primary-header {
    display: block;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary-header.header-small {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary-header.small {
    min-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary-header.large {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary-header.button-white {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary-header.full-width {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

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

  .image {
    max-width: 40%;
  }

  .button-footer {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-footer.add-to-cart-section {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-footer.small {
    min-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-footer.large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .fotogallerie-kontakt {
    text-align: left;
  }

  .heading-11 {
    font-size: 1.3em;
  }

  .container-default-faq {
    padding-top: 48px;
  }

  .heading-13 {
    font-size: 2em;
  }

  .kontakt-div-nebeneinander {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section-blog.latest-products {
    padding-bottom: 170px;
  }

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

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

  .section-blog.retreat {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 25%, #fff 0);
  }

  .section-blog.instagram {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 50%, #fff 0);
  }

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

  .section-blog.about-instructor {
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #112b24), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #112b24 25%, #fff 0);
  }

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

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

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

  .section-blog.instructors-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section-blog.last-retreat {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #fff), color-stop(0, #112b24));
    background-image: linear-gradient(180deg, #fff 35%, #112b24 0);
  }

  .section-blog.schedule-a-class {
    padding-top: 40px;
  }

  .section-blog.about-studio {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #bdd7e2), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #bdd7e2 20%, #fff 0);
  }

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

  .section-blog.retreat-home-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eaf8ed), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #eaf8ed 25%, #fff 0);
  }

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

  .section-blog.our-yoga-studios {
    padding-top: 40px;
  }

  .section-blog.instructor-manager {
    padding-bottom: 80px;
  }

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

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

  .section-blog.classes-schedule {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blog.contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blog.our-location {
    background-image: none;
  }

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

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

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

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

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

  .section-blog.offer {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

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

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

  .stundenplan-momoyoga {
    padding-top: 40px;
  }

  .class-card-rechtliches {
    padding-right: 20px;
    padding-left: 20px;
  }

  .modal-wrapper {
    display: none;
  }

  .datenschutz-wrapper {
    width: 90vw;
  }

  .image-30 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .paragraph-14 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .datenschutz-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    text-align: center;
  }

  .popup-cleverreach {
    display: none;
  }

  .modal-content {
    width: 80vw;
    height: 75vh;
  }

  .image-31 {
    width: 150px;
  }

  .div-block-51 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-momoyoga {
    display: none;
  }

  .popup-momoyoga-kurse {
    display: none;
  }
}

#w-node-_1cdbb909-488d-7102-37ba-8cad3fc676c2-f22ca2d0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1cdbb909-488d-7102-37ba-8cad3fc676ca-f22ca2d0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fca6e4b0-e893-6fee-8d81-95177afe4ce8-bf2ca2d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fca6e4b0-e893-6fee-8d81-95177afe4cf2-bf2ca2d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6625628e-02e7-40c7-b501-dba1248e6ca7-772ca2e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6625628e-02e7-40c7-b501-dba1248e6cad-772ca2e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6625628e-02e7-40c7-b501-dba1248e6cb3-772ca2e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6625628e-02e7-40c7-b501-dba1248e6cb9-772ca2e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6625628e-02e7-40c7-b501-dba1248e6cbf-772ca2e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6625628e-02e7-40c7-b501-dba1248e6cc5-772ca2e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ed9c0683-0481-cf67-40e9-25ac36c04191-1e79acba {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed9c0683-0481-cf67-40e9-25ac36c0419b-1e79acba {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2268a622-a34a-8b21-42d1-d85d27b89d75-bf2ca2d7 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e684bcc0-7354-384e-6c42-0d0bdea85781-102ca2d9 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Icons Yogi Template';
  src: url('../fonts/icon-fonts-yogi-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Halant-Google';
  src: url('../fonts/Halant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halant-Google';
  src: url('../fonts/Halant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halant-Google';
  src: url('../fonts/Halant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halant-Google';
  src: url('../fonts/Halant-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halant-Google';
  src: url('../fonts/Halant-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Google';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satisfy-Google';
  src: url('../fonts/Satisfy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worstveldsling_Google';
  src: url('../fonts/WorstveldSling.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worstveldsling_Google';
  src: url('../fonts/WorstveldSlingOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Indieflower_Google';
  src: url('../fonts/IndieFlower-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fuzzybubbles_Google';
  src: url('../fonts/FuzzyBubbles-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fuzzybubbles_Google';
  src: url('../fonts/FuzzyBubbles-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Annieuseyourtelescope_Google';
  src: url('../fonts/AnnieUseYourTelescope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope_Google';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype'), url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope_Google';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope_Google';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope_Google';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope_Google';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope_Google';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worstveld_Google';
  src: url('../fonts/Worstveld.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worstveld_Google';
  src: url('../fonts/Worstveld-oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}