@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Bold.ttf') format("truetype"), url('../fonts/Outfit-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Material icons round;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #505050;
  --black: black;
  --khaki: #ebf490;
  --grey: #8d8d8d;
  --white: white;
  --light-grey: #f4f4f4;
  --lavender: #dee1fd;
  --light-blue: #b2b7e9;
}

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  color: var(--dark-grey);
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  background-color: var(--khaki);
  margin-bottom: 0;
  padding: 2rem;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.text-color-black {
  color: #000;
}

.text-weight-semibold {
  font-weight: 600;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  font-family: Material icons round, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  object-fit: contain;
  border: .125rem solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .2s ease-in-out;
  display: block;
}

.button:hover {
  background-color: #333;
}

.button.add-to-cart {
  margin-top: 1.5rem;
}

.button.oana-hide-button-desktop {
  display: none;
}

.button.oana-hide-button-desktop.oana-show-button-desktop {
  width: 100%;
  display: inline-block;
}

.button.oana-custom-button-width {
  width: 20%;
}

.button.oana-custom-button-width.another-custom {
  width: 38%;
}

.button.oana-hide-button-on-mobile.oana-button-20 {
  width: 20%;
}

.button.oana-hide-button-on-mobile.oana-custom-width {
  width: 40%;
}

.button.blog-cta {
  font-weight: 400;
  display: block;
}

.button.blog-cta.oana-custom-button-width-blog {
  text-align: center;
  align-self: flex-start;
  width: 30%;
}

.heading-medium {
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-family: Outfit, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-size-large.compare-price {
  color: #8d8d8d;
  text-decoration: line-through;
}

.text-size-regular {
  font-size: 1rem;
  display: block;
}

.text-weight-normal {
  font-weight: 400;
}

.text-align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.text-size-medium {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-medium.text-weight-normal {
  text-align: left;
}

.text-size-medium.text-weight-normal.strikeout-oana-text {
  text-decoration: line-through;
}

.text-size-medium.text-color-black, .text-align-left {
  text-align: left;
}

.text-size-small {
  margin-bottom: 0;
  font-size: .8rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .875rem;
}

.text-rich-text p {
  color: var(--dark-grey);
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  border-left: 1px solid var(--khaki);
  color: var(--black);
  border-radius: 24px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text ul {
  margin-bottom: 1rem;
}

.text-rich-text img {
  border-radius: 24px;
}

.text-rich-text figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-rich-text ol {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  margin-top: 1rem;
}

.max-width-medium {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 35rem;
  height: 600px;
  display: flex;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  margin-bottom: .5rem;
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge.oana-product-title {
  margin-right: .5rem;
}

.form-input {
  background-color: var(--white);
  border: .125rem solid #000;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form-input:hover, .form-input:focus, .form-input.-wfp-focus {
  border-color: var(--black);
}

.form-input.is-select-input {
  font-size: 1rem;
}

.form-input.add-to-cart {
  width: 100%;
}

.form-label {
  color: var(--black);
  text-align: left;
  font-weight: 400;
}

.form-label.notify-me-when-available-label {
  margin-top: 20px;
  font-weight: 500;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-grey {
  text-align: left;
}

.text-size-tiny.text-weight-normal.text-color-black {
  display: block;
}

.text-size-tiny.text-color-black {
  display: none;
}

.text-size-tiny.margin-left.margin-xsmall {
  margin-left: 0;
}

.text-size-tiny.margin-left.margin-xsmall.text-all-lower-case {
  text-transform: lowercase;
  font-size: .8rem;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.padding-top.padding-huge.custom-padding-intake {
  padding-bottom: 0;
}

.container-large.padding-top.padding-huge.custom-padding-intake.custom-padding-bottom {
  padding-bottom: 6rem;
}

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

.align-center.justify-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.page-padding {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.page-padding.relative {
  position: relative;
}

.page-padding.gray-background {
  background-color: #f4f4f4;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-padding.gray-background.margin-large {
  margin-top: auto;
  margin-bottom: auto;
}

.max-width-large {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.max-width-large.align-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.form-checkbox {
  border: 1px solid var(--black);
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox.w--redirected-checked {
  background-color: var(--black);
  background-image: url('../images/checkbox.svg');
  background-position: 50%;
  background-size: contain;
  border-color: #0000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
}

.form-message-error {
  color: #a8071a;
  border-radius: 8px;
  margin-top: .75rem;
  padding: .75rem;
}

.utility-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  display: grid;
  position: relative;
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 1.25rem;
  display: flex;
  position: relative;
}

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

.main-wrapper {
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  border: .125rem solid var(--black);
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

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

.button-secondary.button-small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-0 {
  margin: 0;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  display: block;
}

.margin-top.margin-medium {
  margin-top: 1.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom.margin-small.adding-this-test {
  flex-flow: column;
}

.margin-bottom.margin-xsmall.flex-grow {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-xxlarge.change-style-1 {
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.margin-bottom.margin-xxlarge.product-categories {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xlarge {
  align-self: center;
  display: block;
}

.margin-bottom.margin-xlarge.metformin-perks {
  display: none;
}

.margin-bottom.margin-xxsmall.margin-right {
  flex-flow: column;
  margin-right: 1rem;
  display: block;
}

.margin-bottom.margin-medium-alt {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-huge {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-top.padding-xlarge {
  line-height: 2.5;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xlarge {
  padding-bottom: 2rem;
}

.padding-vertical, .padding-vertical.padding-xxxhuge {
  padding-left: 0;
  padding-right: 0;
}

.heading-small {
  flex: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  color: var(--dark-grey);
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.navbar-menu-dropdown {
  font-size: 1rem;
}

.navbar-menu {
  align-items: center;
  margin-left: -1rem;
  display: flex;
}

.navbar-dropdown-toggle {
  color: var(--black);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar-dropdown-link {
  padding: .5rem 1rem;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.navbar-dropdown-link:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.navbar-dropdown-link.w--current {
  color: #0000;
}

.navbar-button-navbar {
  color: var(--black);
  background-color: #0000;
  border: .125rem solid #000;
  border-radius: 8px;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  transition: background-color .2s ease-in-out;
}

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

.navbar-link {
  color: var(--black);
  text-transform: capitalize;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.navbar-link.w--current {
  color: var(--black);
}

.navbar-component {
  background-color: #0000;
  border-bottom: 1px solid #ebebeb;
  padding-left: 3%;
  padding-right: 3%;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.navbar-menu-background {
  display: none;
  position: static;
}

.navbar-logo-link-menu {
  padding-left: 0;
  display: none;
}

.home-header-component {
  grid-column-gap: 0rem;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.button-row.topical-metformin-invisible, .button-row.hide-me {
  display: none;
}

.header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 45rem;
  max-height: 55rem;
}

.header-content {
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
  height: 100%;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
  position: relative;
}

.section-header {
  overflow: hidden;
}

.button-wrapper.button-wrapper-center {
  margin-left: .5rem;
  margin-right: .5rem;
}

.logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-logo {
  max-height: 3.5rem;
}

.about-content {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.button-tertiary {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .5rem 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary-icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.products-item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.products-image-link {
  background-color: #8d8d8d1a;
  border-radius: 16px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.section-products {
  display: block;
}

.blog-image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-component {
  flex-direction: column;
  align-items: center;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-button-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-image-wrapper {
  border-radius: 16px;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.text-link {
  color: var(--black);
}

.error-message {
  color: #a8071a;
  text-align: center;
  background-color: #ffccc7;
  border-radius: 8px;
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.error-message.cart {
  margin-top: 0;
}

.error-text {
  line-height: 1.5;
}

.success-message {
  color: #237804;
  background-color: #d9f7be;
  border-radius: 8px;
  padding: 1.5rem;
}

.footer-logo-link {
  padding-left: 0;
}

.footer-legal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-2-social-link {
  background-color: var(--light-grey);
  border-radius: 50%;
  align-items: center;
  padding: .5rem;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.line-divider {
  background-color: #ebebeb;
  width: 100%;
  height: 1px;
}

.footer-link {
  color: var(--dark-grey);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

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

.footer-credit-text {
  color: var(--dark-grey);
  font-size: .875rem;
}

.social-icon {
  width: 2rem;
  height: 2rem;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-column.align-center {
  align-items: flex-start;
}

.footer-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 1rem;
  display: grid;
}

.footer-column-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  place-items: center end;
}

.footer-column-layout.custom-logo-footer {
  flex-direction: column;
  place-items: flex-start center;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr 1.25fr;
  align-items: start;
}

.section-footer {
  border-top: 1px solid var(--light-grey);
}

.footer-2-socials-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-bottom-link {
  font-size: .875rem;
  transition: color .2s ease-in-out;
}

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

.footer-column-heading {
  color: var(--black);
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-list.navbar {
  background-color: var(--white);
}

.dropdown-list.navbar.w--open {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.products-image-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.products-button-row {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tagline-bg {
  background-color: var(--khaki);
  color: var(--black);
  border-radius: 100px;
  padding: 5px 12px;
  display: inline-block;
}

.feature-2-list-item {
  display: block;
}

.feature-2-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-2-content {
  display: block;
}

.feature-2-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-feature-2 {
  display: block;
}

.section-feature-2.tempepep, .section-feature-2.hide-me {
  display: none;
}

.feature-2-item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.feature-2-image {
  object-fit: cover;
  background-color: #f4f4f4;
  border-radius: 24px;
  width: 100%;
  height: 640px;
}

.feature-2-image.feature-image4 {
  object-fit: contain;
}

.feature-2-image.feature-image4.feature-image5 {
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
}

.text-style-underline {
  text-decoration: underline;
}

.logo-list {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  width: 100%;
  display: grid;
}

.logo-component {
  display: flex;
}

.section-logo {
  background-color: var(--light-grey);
  display: none;
  overflow: hidden;
}

.section-home-about {
  display: none;
  position: relative;
}

.about-feature-1-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-about-feature-1 {
  display: none;
  position: relative;
}

.promise-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.promise-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.promise-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-feature-1-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 640px;
}

.feature-2-list-item-wrapper {
  display: flex;
}

.product-component-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: space-around;
  place-items: center stretch;
  display: grid;
}

.products-title-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog-meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog-tagline {
  margin-right: 1rem;
  display: inline-block;
}

.blog-item-content-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.category-tagline {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: flex-start;
  padding: 4px 12px;
  transition: background-color .2s ease-in-out;
}

.category-tagline:hover {
  background-color: var(--light-grey);
}

.blog-section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.collections-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collections-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collections-item {
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.collections-image-wrapper {
  padding-top: 56.27%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-illustration-star {
  z-index: 0;
  width: 9.6vw;
  max-width: 140px;
  height: 9.6vw;
  position: absolute;
  inset: auto auto 15vh 9.5vw;
}

.about-illustration-curve {
  z-index: 0;
  width: 11.1111vw;
  max-width: 160px;
  position: absolute;
  inset: 15vh 9.5vw auto auto;
}

.testimonial-client-image-wrapper {
  margin-right: 1rem;
}

.testimonial-customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial-item {
  background-color: var(--light-grey);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.testimonial-tating-wrapper {
  margin-bottom: 1.5rem;
}

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

.testimonial-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 2rem;
  display: flex;
}

.section-testimonial.hide-me {
  display: none;
}

.section-proposition-1 {
  display: none;
  position: relative;
  overflow: hidden;
}

.proposition-1-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.proposition-1-image-1 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 31.25vw;
  overflow: hidden;
}

.proposition-1-image-2 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 27.7778vw;
  overflow: hidden;
}

.proposition-1-content-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--black);
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-xxlarge {
  font-family: Outfit, sans-serif;
  font-size: 3.5rem;
}

.heading-xxlarge.heading-loop {
  margin-right: 1vw;
  font-size: 4vw;
  font-weight: 700;
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.section-blog-header-1 {
  position: relative;
}

.section-legal-header {
  background-color: var(--light-grey);
}

.section-announcement-bar {
  background-color: var(--khaki);
}

.password-header-image-wrapper {
  height: 90vh;
}

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

._404-header-image-wrapper {
  height: 80vh;
}

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

.utility-illustration-star {
  z-index: 0;
  width: 9.58333vw;
  min-width: 70px;
  max-width: 140px;
  position: absolute;
  bottom: -10vh;
  left: 0;
}

.utility-illustration-curve {
  z-index: 0;
  width: 11.041vw;
  min-width: 80px;
  max-width: 160px;
  position: absolute;
  inset: -8vh 0 auto auto;
}

.section-header-secondary {
  background-color: var(--light-grey);
}

.blog-item-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.navbar-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-hero-circle-illustration {
  width: 32vw;
  height: 32vw;
  position: absolute;
  inset: auto -12vw -12vw auto;
}

.collection-info-layout {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-feature-1 {
  display: block;
}

.feature-tabs-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-content-layout {
  flex: auto;
}

.feature-1-title-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-combined-illustration {
  width: 15.2778vw;
  max-width: 224px;
  height: 15.2778vw;
  position: absolute;
  inset: 3vh -7vw auto auto;
}

.proposition-1-container {
  background-color: var(--khaki);
  position: absolute;
  left: 0;
}

.proposition-1-image-3 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 34.7222vw;
  overflow: hidden;
}

.proposition-1-image-4 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 27.7778vw;
  overflow: hidden;
}

.feature-2-item {
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  font-family: Material icons round, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.feature-2-items-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section-about-header-1 {
  overflow: hidden;
}

.about-header-component-1 {
  grid-column-gap: 0rem;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.about-header-content-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
  position: relative;
}

.about-header-image-1 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.about-feature-2-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.about-feature-2-layout.padding-top.padding-huge {
  display: none;
}

.blog-header-1-item {
  background-color: var(--khaki);
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.blog-header-1-image-wrapper {
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.blog-header-1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-header-1-content-wrapper {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 48px 32px;
  display: flex;
}

.blog-featured-title-link {
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.blog-header-1-list-wrapper, .blog-header-1-collectio-list, .blog-header-1-collection-item {
  height: 100%;
}

.blog-header-1-category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog-menu-link {
  color: var(--black);
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 8px;
  flex: none;
  margin-left: .25rem;
  margin-right: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.blog-menu-link:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.blog-menu-link.w--current {
  border: .125rem solid var(--black);
  color: var(--black);
  border-radius: 8px;
}

.blog-header-1-category-collection-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-1-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-1-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-1-image-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
}

.blog-1-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

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

.section-blog-header-2 {
  position: relative;
}

.blog-2-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-2-item-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-2-image-link-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-2-image-wrapper-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-2-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-categories-header-illustration-curve {
  z-index: 0;
  width: 13.8194vw;
  max-width: 200px;
  position: absolute;
  inset: 5vw 5vw auto auto;
}

.product-categories-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-categories-component-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-categories-menu-link-item {
  border-radius: 8px;
  padding: 8px 0;
  transition: color .2s ease-in-out;
  display: flex;
}

.product-categories-menu-link-item:hover {
  color: var(--black);
}

.product-categories-menu-link-item:visited {
  background-color: var(--light-grey);
}

.blog-categories-category-menu {
  justify-content: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  border-bottom: 2px solid #000;
}

.blogpost-content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blogpost-breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.blogpost-title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost-category-link {
  color: var(--black);
  margin-right: 1rem;
  text-decoration: none;
}

.blogpost-category-link.w--current {
  border-bottom: 2px solid #000;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost-divider {
  background-color: #0000;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.section-product-features {
  display: block;
}

.product-features-component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.product-features-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: var(--khaki);
  border-radius: 100%;
  padding: 12px;
}

.feature-tabs-icon-wrapper {
  background-color: var(--black);
  border-radius: 50%;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 3px;
  margin-right: 1rem;
  padding: 4px;
}

.icon-1x1-xxsmall {
  width: 1.25rem;
  height: 1.25rem;
  font-family: Material icons round, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.icon-1x1-xxxsmall {
  width: 1rem;
  height: 1rem;
  font-family: Material icons round, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.feature-2-icon-wrapper {
  background-color: var(--lavender);
  border-radius: 50%;
  padding: 12px;
}

.product-item {
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: flex;
}

.home-about-image {
  width: 128px;
}

.proposition-1-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.margin-medium-alt {
  margin: 1.5rem;
}

.padding-xxxhuge {
  padding: 10rem;
}

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

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px 24px;
}

.block-content {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 24px;
}

.shipping-method {
  border-bottom: 0 #0000;
  padding: 0 0 16px;
}

.shipping-method-list {
  border-left: 0 #0000;
  border-right: 0 #0000;
}

.items-in-order-image {
  object-fit: cover;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.order-item {
  align-items: center;
  margin-bottom: 16px;
}

.order-summary {
  margin-bottom: 24px;
}

.customer-info {
  flex-grow: 2;
  margin-right: 24px;
}

.order-summary-wrapper {
  flex-grow: 1;
  top: 24px;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--white);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.product-header-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.product-tab-link {
  background-color: var(--white);
  color: var(--black);
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
}

.product-tab-link.w--current {
  border-bottom-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.tabs-menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.add-to-cart-form {
  flex-direction: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.product-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.button-group {
  border-radius: 8px;
}

.product-lightbox {
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.product-option-item {
  margin-top: 1rem;
}

.gallery-image-wrapper-large {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.close-button {
  width: 24px;
  height: 24px;
}

.about-hero-combined-illustration {
  width: 10vw;
  max-width: 225px;
  height: 10vw;
  position: absolute;
  inset: -22.2vh -.8vw auto auto;
}

.about-hero-2-combined-illustration {
  width: 10vw;
  max-width: 200px;
  height: 10vw;
  position: absolute;
  inset: .9vh 9.2vw auto auto;
}

.blog-categories-category-wrapper {
  justify-content: center;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
  margin-left: -1rem;
}

.uikit-header-image {
  background-color: var(--lavender);
  object-fit: contain;
  width: 25vw;
  min-width: auto;
  max-width: 360px;
  margin-bottom: 15px;
  box-shadow: 6px 6px 5px #0000000d;
}

.pay-button {
  border-radius: 8px;
}

.text-field {
  border: .125rem solid #000;
  border-radius: 8px;
}

.text-field.notify-me-when-avail {
  font-weight: 500;
}

.success-message-2 {
  border-radius: 9px;
  margin-top: 40px;
}

.empty-state {
  text-align: center;
  border-radius: 8px;
}

.product-price {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container_dropdown_faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.collection-faq {
  align-self: stretch;
}

.grid_1x1 {
  grid-column-gap: 120px;
  grid-template-rows: auto;
}

.grid_1x1._0-3x1 {
  grid-column-gap: 75px;
  grid-template-columns: .3fr 1fr;
}

.wrapper_lottie {
  position: relative;
}

.dropdown_faq {
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 32px 9px;
}

.dropdown-toggle-faq {
  z-index: 2;
  color: #254441;
  white-space: pre-wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 27px;
  transition: all 1.111s;
  display: flex;
  overflow: hidden;
}

.icondropdown_faq {
  height: 10px;
  padding-left: 32px;
  position: static;
  inset: auto 32px auto auto;
}

.dropdown-list-faq {
  background-color: #ddd0;
  padding-right: 100px;
  display: none;
  position: static;
  overflow: hidden;
}

.div-block-5 {
  letter-spacing: 0;
  line-height: 1.7;
  display: none;
}

.tagline-bg-2 {
  color: #000;
  background-color: #ebf490;
  border-radius: 100px;
  padding: 5px 12px;
  display: inline-block;
}

.feature-2-item-icon-wrapper-2 {
  color: #000;
  background-color: #dee1fd;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  display: flex;
}

.proposition-1-image-5 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 31.25vw;
  overflow: hidden;
}

.proposition-1-image-6 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 27.7778vw;
  overflow: hidden;
}

.proposition-1-image-7 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 34.7222vw;
  overflow: hidden;
}

.proposition-1-container-2 {
  background-color: #ebf490;
  position: absolute;
  left: 0;
}

.section-proposition-3 {
  position: relative;
  overflow: hidden;
}

.section-proposition-3.padding-top.padding-huge {
  display: none;
}

.proposition-1-content-wrapper-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #000;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.signup-3-layout {
  grid-template-rows: auto;
}

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

.text-block-2.oana-step {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.oana-step-container {
  border: 2px solid #000;
  border-radius: 16px;
  padding: 1rem;
}

.oana-process-dropdown {
  flex: auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.button-secondary-2 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border: .125rem solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

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

.button-secondary-2.button-small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.collections-item-right-3 {
  background-color: #ebf490;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.collections-item-right-3.collections-item-hair {
  background-color: var(--lavender);
}

.collections-item-right-3.unwanted-hair-growth {
  background-color: #dee1fd;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-small-2 {
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.collections-item-left-3 {
  background-color: #ebf490;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.listitem, .collection-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-horizontal {
  padding-left: 65px;
  padding-right: 65px;
}

.alltreatmentscontainer {
  max-width: 780px;
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-nav-custom-oana {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.icon-arrow-oana {
  color: var(--dark-grey);
}

.mask, .slide, .right-arrow {
  border-radius: 0;
}

.pagination, .pagination-2 {
  margin-top: 40px;
}

.footer-credit-text-2 {
  color: #505050;
  font-size: .875rem;
}

.footer-2-social-link-2 {
  background-color: #f4f4f4;
  border-radius: 50%;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-bottom-link-2 {
  font-size: .875rem;
  transition: color .2s ease-in-out;
}

.footer-bottom-link-2:hover {
  color: #000;
}

.slide-2 {
  object-fit: cover;
}

.container-large-3 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border: .125rem solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .2s ease-in-out;
  display: inline-block;
}

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

.button-2.add-to-cart {
  margin-top: 1.5rem;
}

.form-input-2 {
  background-color: #fff;
  border: .125rem solid #000;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form-input-2:hover, .form-input-2:focus {
  border-color: #000;
}

.form-input-2.add-to-cart {
  width: 100%;
}

.form-input-2.is-select-input {
  font-size: 1rem;
}

.heading-xlarge-2 {
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.form-label-2 {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.product-tab-link-2 {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
}

.product-tab-link-2.w--current {
  color: #000;
  background-color: #fff;
  border-bottom-color: #000;
}

.text-block {
  text-align: center;
  background-color: #f4f4f4;
  border: 0 solid #000;
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 0;
  line-height: 1.5;
}

.text-block.foo {
  padding: 10px;
}

.text-size-small-2 {
  margin-bottom: 0;
  font-size: .875rem;
}

.div-block-9 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5 {
  color: #000;
}

.temp-spironolacton-bundle {
  margin-top: 20px;
}

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

.testimonial-item-2 {
  background-color: #f4f4f4;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.footer-form-2 {
  margin-bottom: 0;
  display: none;
}

.heading-xlarge-3 {
  margin-bottom: .5rem;
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.form-input-3 {
  background-color: #fff;
  border: .125rem solid #000;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form-input-3:hover, .form-input-3:focus {
  border-color: #000;
}

.text-size-medium-2 {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-medium-2.text-weight-normal {
  text-align: left;
}

.container-large-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  object-fit: contain;
  background-color: #000;
  border: .125rem solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .2s ease-in-out;
  display: block;
}

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

.button-row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.section-feature-3 {
  display: block;
}

.section-feature-3.pcos-survey {
  background-color: #f3f4ff;
}

.section-feature-3.pcos-survey.padding-large {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-feature-3.pcos-survey.padding-large.pcos-survey-categories {
  border-radius: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message-3 {
  color: #237804;
  background-color: #d9f7be;
  border-radius: 8px;
  padding: 1.5rem;
}

.checkout-button {
  color: var(--black);
  background-color: #000;
}

.cart-button {
  color: #000;
  background-color: #fff;
}

.cart-button-2 {
  background-color: #fff;
}

.icon {
  color: #000;
}

.icon-2 {
  opacity: 0;
  text-align: center;
}

.button-4 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .utility-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .utility-form-block {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .navbar-menu {
    z-index: 1;
    background-color: var(--white);
    border-right: 1px solid #ebebeb;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 2.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .menu-icon-3-line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .menu-icon-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon-3-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-button-navbar {
    width: auto;
    margin-top: 0;
    margin-right: 1rem;
  }

  .navbar-link {
    padding: .75rem 0;
    font-size: 18px;
    position: static;
  }

  .menu-icon-3-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-content-wrapper {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar-logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .home-header-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .header-image {
    max-height: 40rem;
  }

  .header-content {
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

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

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-column-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-2-socials-wrapper {
    margin-bottom: 2rem;
  }

  .feature-2-layout {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .feature-2-image {
    height: 500px;
  }

  .logo-list {
    grid-template-columns: 12.5rem 12.5rem 12.5rem;
  }

  .about-feature-1-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .promise-list {
    grid-column-gap: 2rem;
  }

  .about-feature-1-image {
    height: 500px;
  }

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

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

  .testimonial-content-wrapper {
    column-count: 2;
  }

  .proposition-1-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .proposition-1-image-wrapper.tablet-hide {
    display: none;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .password-header-image-wrapper, ._404-header-image-wrapper {
    height: 500px;
  }

  .utility-illustration-star {
    bottom: 4vh;
  }

  .utility-illustration-curve {
    top: 6vh;
  }

  .home-hero-circle-illustration {
    width: 50vw;
    height: 50vw;
    bottom: -16vw;
    right: -16vw;
  }

  .home-hero-combined-illustration {
    top: 4vh;
    right: 4vw;
  }

  .proposition-1-container {
    transform: scale(1.5);
  }

  .about-header-component-1 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .about-header-content-1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .about-header-image-1 {
    height: auto;
    max-height: none;
  }

  .about-feature-2-layout {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-header-1-item {
    flex-direction: column;
    min-height: auto;
  }

  .blog-header-1-image-wrapper {
    height: 500px;
  }

  .blog-header-1-category-menu {
    margin-bottom: 2rem;
    overflow: hidden;
  }

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

  .blog-1-item {
    grid-template-rows: min-content;
    grid-template-columns: 1fr;
  }

  .blog-2-list-2, .product-categories-component-list {
    grid-template-columns: 1fr 1fr;
  }

  .blogpost-content {
    margin-bottom: 3rem;
  }

  .blogpost-title-wrapper {
    margin-bottom: 4rem;
  }

  .product-features-component {
    grid-column-gap: 2rem;
  }

  .margin-medium-alt {
    margin: 1.5rem;
  }

  .padding-xxxhuge {
    padding: 8rem;
  }

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

  .customer-info {
    margin-right: 24px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .product-header-layout {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .about-hero-combined-illustration {
    top: -6vh;
    right: -4.4vw;
  }

  .container_dropdown_faq {
    padding-top: 0;
  }

  .grid_1x1._0-3x1 {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle-faq {
    font-size: 16px;
    line-height: 24px;
  }

  .proposition-1-container-2 {
    transform: scale(1.5);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .button.add-to-cart {
    margin-top: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-0.is-tablet-small {
    margin-bottom: .5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

  .navbar-button-navbar {
    margin-left: 1rem;
    padding: .25rem 1rem;
  }

  .home-header-component {
    padding-top: 4rem;
  }

  .button-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header-image {
    min-height: 30rem;
    max-height: 35rem;
  }

  .logo-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-logo {
    max-height: 3rem;
  }

  .blog-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-button-row {
    justify-content: flex-start;
  }

  .footer-legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
  }

  .footer-credit-text {
    margin-top: 0;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .feature-2-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .feature-2-image {
    height: 400px;
  }

  .logo-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .about-feature-1-component, .promise-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-feature-1-image {
    height: 400px;
  }

  .product-component-list, .blog-section-title, .collections-list {
    grid-template-columns: 1fr;
  }

  .about-illustration-star {
    bottom: 10vh;
  }

  .testimonial-client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial-item {
    padding: 1.5rem 1.25rem;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-content-wrapper {
    column-count: 1;
  }

  .proposition-1-layout {
    grid-template-columns: 1fr 1fr;
  }

  .proposition-1-image-wrapper.landscape-hide {
    display: none;
  }

  .proposition-1-image-1 {
    height: 270px;
  }

  .proposition-1-image-2 {
    height: 330px;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .password-header-image-wrapper, ._404-header-image-wrapper {
    height: 400px;
  }

  .utility-illustration-star {
    left: 4vw;
  }

  .utility-illustration-curve {
    right: 4vw;
  }

  .proposition-1-container {
    transform: scale(1.8);
  }

  .about-header-component-1 {
    padding-top: 4rem;
  }

  .about-feature-2-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-header-1-image-wrapper {
    height: 400px;
  }

  .blog-header-1-category-menu {
    overflow: scroll;
  }

  .blog-1-list, .blog-2-list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .blog-categories-category-menu {
    margin-bottom: 3rem;
    overflow: scroll;
  }

  .blogpost-content {
    margin-bottom: 2rem;
  }

  .blogpost-title-wrapper {
    margin-bottom: 3rem;
  }

  .blogpost-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .product-features-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-about-image {
    width: 112px;
  }

  .margin-medium-alt {
    margin: 1.25rem;
  }

  .padding-xxxhuge {
    padding: 4.5rem;
  }

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

  .customer-info {
    width: 100%;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .product-header-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery-image-wrapper-large {
    padding-top: 100%;
  }

  .gallery-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-combined-illustration {
    top: -3vh;
    right: 0;
  }

  .icondropdown_faq {
    right: 20px;
  }

  .dropdown-list-faq {
    display: none;
  }

  .dropdown-list-faq.w--open {
    padding-right: 60px;
  }

  .proposition-1-image-5 {
    height: 270px;
  }

  .proposition-1-container-2 {
    transform: scale(1.8);
  }

  .collections-item-right-3 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .collections-item-left-3 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .footer-credit-text-2 {
    margin-top: 0;
  }

  .button-2.add-to-cart {
    margin-top: 1rem;
  }

  .heading-xlarge-2 {
    font-size: 2.5rem;
  }

  .testimonial-item-2 {
    padding: 1.5rem 1.25rem;
  }

  .heading-xlarge-3 {
    font-size: 2.5rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .button-row-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    border-color: #000;
    border-radius: 30px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
  }

  .button.oana-hide-button-desktop {
    padding: .75rem 1.25rem;
    display: inline-block;
  }

  .button.oana-hide-button-desktop.oana-custom-button-margin {
    margin-bottom: 20px;
  }

  .button.oana-custom-button-width {
    width: 100%;
  }

  .button.oana-custom-button-width.another-custom {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.oana-hide-button-on-mobile {
    display: none;
  }

  .button.blog-cta.oana-custom-button-width-blog {
    width: 100%;
  }

  .heading-medium {
    padding-top: 0;
  }

  .text-size-regular.text-weight-normal {
    line-height: 1.6;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium.text-weight-normal {
    font-family: Rubik, sans-serif;
  }

  .text-size-small.text-size-large {
    padding-left: 0;
  }

  .heading-xlarge {
    color: var(--black);
    font-size: 2rem;
  }

  .form-input {
    border-radius: 30px;
  }

  .text-size-tiny.text-color-grey {
    padding-top: 0;
  }

  .container-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .container-large.padding-top.padding-huge {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large.padding-top.padding-huge.custom-padding-intake, .container-large.padding-top.padding-huge.custom-blah {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.recommended-products-product-page, .container-large.topical-metformin-about-container {
    align-items: center;
  }

  .page-padding {
    flex-flow: column-reverse wrap;
    place-content: stretch space-between;
    align-items: center;
    display: flex;
  }

  .page-padding.product-page {
    display: block;
  }

  .page-padding.about-mobile {
    flex-flow: column;
  }

  .button-secondary {
    border-radius: 30px;
  }

  .button-secondary.button-small {
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .margin-bottom.margin-large {
    flex-direction: column;
    display: flex;
  }

  .margin-bottom.margin-large.oana-hide-button-mobile {
    display: none;
  }

  .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxlarge.change-style-1 {
    align-items: center;
  }

  .margin-bottom.margin-xlarge.metformin-perks {
    display: block;
  }

  .margin-bottom.margin-xlarge.oana-hide-section-mobile {
    display: none;
  }

  .margin-bottom.margin-xlarge.oana-remove-margin-bottom {
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-huge.custom-footer-navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-top.padding-xlarge {
    display: block;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-xsmall {
    color: var(--black);
    padding-right: 10px;
    font-family: Rubik, sans-serif;
    display: flex;
  }

  .heading-xsmall.padding-small {
    flex-flow: row;
    align-items: flex-start;
  }

  .heading-xsmall.metformin-perks, .heading-xsmall.metformin-perk {
    font-family: Material icons round, sans-serif;
  }

  .home-header-component {
    grid-template-columns: 1fr;
  }

  .button-row {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .header-image {
    min-height: 25rem;
    max-height: 30rem;
  }

  .button-wrapper {
    flex-direction: column;
    display: flex;
  }

  .button-wrapper.button-wrapper-center {
    align-items: center;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer-top-wrapper {
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto auto;
  }

  .footer-2-socials-wrapper {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
  }

  .footer-right-wrapper.legit-script-logo-mobile {
    display: block;
  }

  .feature-2-image-wrapper {
    flex-direction: column;
    display: flex;
  }

  .feature-2-layout {
    grid-template-columns: 1fr;
  }

  .section-feature-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .feature-2-item-list {
    grid-template-columns: 1fr;
  }

  .feature-2-image {
    height: 300px;
  }

  .logo-list {
    grid-template-columns: 10rem;
    justify-content: center;
  }

  .about-feature-1-component, .promise-list {
    grid-template-columns: 1fr;
  }

  .about-feature-1-image {
    height: 300px;
  }

  .feature-2-list-item-wrapper {
    flex-direction: row;
    align-items: stretch;
    line-height: 1;
  }

  .product-component-list {
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
  }

  .products-title-content {
    flex-wrap: nowrap;
    display: flex;
    position: static;
  }

  .about-illustration-star {
    width: 13vw;
    height: 13vw;
  }

  .about-illustration-curve {
    width: 15vw;
  }

  .testimonial-item {
    min-width: 0%;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: space-between;
    place-items: stretch stretch;
    display: grid;
  }

  .proposition-1-layout {
    grid-template-columns: 1fr;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .password-header-image-wrapper, ._404-header-image-wrapper {
    height: 300px;
  }

  .home-hero-circle-illustration {
    width: 70vw;
    height: 70vw;
    bottom: -22vw;
    right: -24vw;
  }

  .home-hero-combined-illustration {
    width: 22vw;
    height: 22vw;
    top: 3vh;
  }

  .proposition-1-container {
    transform: scale(2.8);
  }

  .about-header-component-1, .about-feature-2-layout {
    grid-template-columns: 1fr;
  }

  .blog-header-1-image-wrapper {
    height: 350px;
  }

  .product-categories-component-list {
    align-items: center;
  }

  .blogpost-content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-features-component {
    grid-template-columns: 1fr;
  }

  .feature-2-icon-wrapper {
    display: flex;
  }

  .checkout-form {
    padding: 56px 16px;
  }

  .product-header-layout {
    grid-row-gap: .25rem;
    grid-template-columns: minmax(100%, 1fr);
  }

  .product-image {
    background-color: #f4f4f4;
  }

  .about-hero-combined-illustration {
    width: 22vw;
    height: 22vw;
  }

  .about-hero-2-combined-illustration {
    width: 22vw;
    height: 22vw;
    top: .4vh;
    right: 6.9vw;
  }

  .dropdown-toggle-faq {
    padding-right: 0;
  }

  .icondropdown_faq {
    right: 15px;
  }

  .dropdown-list-faq {
    overflow: scroll;
  }

  .dropdown-list-faq.w--open {
    overflow: auto;
  }

  .div-block-5 {
    display: none;
  }

  .proposition-1-container-2 {
    transform: scale(2.8);
  }

  .signup-3-layout {
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    align-self: auto;
    align-items: end;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-secondary-2.button-small {
    border-radius: 30px;
  }

  .collection-item {
    flex-wrap: wrap;
  }

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

  .buttoncontainerflex {
    display: flex;
  }

  .icon-arrow-oana {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
  }

  .heading-xlarge-2 {
    font-size: 2rem;
  }

  .div-block-9 {
    flex-direction: row;
    display: flex;
  }

  .collection-item-2 {
    line-height: 1;
  }

  .bold-text, .bold-text-2 {
    font-family: Rubik, sans-serif;
  }

  .text-block-3, .text-block-4 {
    color: #000;
  }

  .testimonial-item-2 {
    min-width: 0%;
  }

  .heading-xlarge-3 {
    text-align: left;
    font-size: 2rem;
  }

  .heading-xlarge-3.heading-survey {
    text-align: center;
  }

  .form-input-3 {
    border-radius: 30px;
  }

  .text-size-medium-2 {
    text-align: center;
  }

  .text-size-medium-2.text-weight-normal {
    text-align: center;
    font-family: Rubik, sans-serif;
  }

  .container-large-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .button-3 {
    border-color: #000;
    border-radius: 30px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
  }

  .button-row-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-feature-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .section-feature-3.pcos-survey.padding-large {
    margin-top: 40px;
  }

  .section-feature-3.pcos-survey.padding-large.home-page {
    margin-top: 0;
  }

  .div-block-10 {
    display: block;
  }
}

#w-node-f0b7d4da-69ef-66c2-17b4-2ef032a7ed3f-f9c2a073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf65-f9c2a073, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf67-f9c2a073, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf69-f9c2a073, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf6b-f9c2a073, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf6d-f9c2a073, #w-node-bf4186a4-a5e4-2817-5849-dbefa3619f0d-f9c2a073 {
  justify-self: center;
}

#w-node-_84e80ac7-c958-1d1e-d9b0-778ef40aec11-f9c2a073, #w-node-_6d73cff4-fba5-9e64-59da-ff766e67325c-f9c2a073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a073 {
  align-self: center;
}

#w-node-_30b0e1fa-625e-293f-70a9-6627f400cbd5-f9c2a073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30b0e1fa-625e-293f-70a9-6627f400cbdd-f9c2a073 {
  place-self: center;
}

#w-node-_129e6110-b98f-4082-bb8d-510d2f143421-f9c2a073 {
  align-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-f9c2a073 {
  align-self: stretch;
}

#w-node-_91e090ef-6f52-62fe-0b74-9592385f7d31-d62d6979, #w-node-ed406c77-78fb-f5dc-100e-ad040b32cf79-0b32cf5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b53427de-fee7-d98f-9160-e1c9ba073f1d-f9c2a0d4 {
  justify-self: end;
}

#w-node-b2c0160f-11eb-f6a1-27ed-f5931d7649b7-f9c2a0d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2c0160f-11eb-f6a1-27ed-f5931d7649bf-f9c2a0d4 {
  place-self: center;
}

#w-node-_8da8de17-02c6-2fdc-74cb-2c9d9bbe7990-f9c2a0d8, #w-node-_0e56218b-5575-9ad5-ae0f-670c39adb928-f9c2a0e0 {
  align-self: stretch;
}

#w-node-_0e56218b-5575-9ad5-ae0f-670c39adb929-f9c2a0e0, #w-node-_2c49a1a8-5007-23fd-6c79-cf7001a92a00-f9c2a0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c49a1a8-5007-23fd-6c79-cf7001a92a08-f9c2a0e1 {
  place-self: center;
}

#w-node-fd2d1666-469b-7f3f-cbe5-aedeeb4ced4f-f9c2a0e1, #w-node-fd2d1666-469b-7f3f-cbe5-aedeeb4ced50-f9c2a0e1, #w-node-_0ce9b564-a771-70d7-f81c-51fe39de2b42-f9c2a0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ce9b564-a771-70d7-f81c-51fe39de2b4a-f9c2a0e1 {
  place-self: center;
}

#w-node-bb27c35e-61e3-f30b-bfce-c4860fcad062-f9c2a0f9, #w-node-bb27c35e-61e3-f30b-bfce-c4860fcad063-f9c2a0f9, #w-node-baceca0f-2165-879d-b53e-79c9b5e2cd90-f9c2a0f9, #w-node-baceca0f-2165-879d-b53e-79c9b5e2cd95-f9c2a0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf65-f9c2a115, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf67-f9c2a115, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf69-f9c2a115, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf6b-f9c2a115, #w-node-fd55f863-6db9-06f7-c1d6-ba0f612cbf6d-f9c2a115, #w-node-bf4186a4-a5e4-2817-5849-dbefa3619f0d-f9c2a115 {
  justify-self: center;
}

#w-node-_850cd020-2165-d2c3-9ec1-fd275ace9a1d-f9c2a115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_850cd020-2165-d2c3-9ec1-fd275ace9a25-f9c2a115 {
  place-self: center;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a115 {
  align-self: center;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-f9c2a115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-f9c2a115 {
  place-self: center;
}

#w-node-_129e6110-b98f-4082-bb8d-510d2f143421-f9c2a115 {
  align-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-f9c2a115 {
  align-self: stretch;
}

#w-node-d1c20d89-32a8-61c9-0e6a-737583988bfa-f9c2a136 {
  align-self: center;
}

#w-node-_5d8a43f0-d07c-d2d0-1c7c-e83a673e0d6e-f9c2a136, #w-node-_5d8a43f0-d07c-d2d0-1c7c-e83a673e0d6f-f9c2a136, #w-node-_02a03fde-88cc-6c34-ca9b-5b268249b836-f9c2a136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a136 {
  align-self: center;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-f9c2a136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-f9c2a136 {
  place-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-f9c2a136 {
  align-self: stretch;
}

#w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-f9c2a136, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a154 {
  align-self: center;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-f9c2a154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-f9c2a154 {
  place-self: center;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-f9c2a154 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-f9c2a154 {
  align-self: stretch;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-8f76350e {
  align-self: center;
}

#w-node-_38f23ee9-281f-7794-8035-71e03d8ee501-8f76350e, #w-node-_38f23ee9-281f-7794-8035-71e03d8ee502-8f76350e, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-8f76350e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-8f76350e {
  place-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-8f76350e {
  align-self: stretch;
}

#w-node-d1c20d89-32a8-61c9-0e6a-737583988bfa-37aba54c {
  align-self: center;
}

#w-node-b64fb988-61e8-d29c-670c-cf0106cba067-37aba54c, #w-node-b64fb988-61e8-d29c-670c-cf0106cba068-37aba54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-37aba54c {
  align-self: center;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-37aba54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-37aba54c {
  place-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-37aba54c {
  align-self: stretch;
}

#w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-37aba54c {
  align-self: center;
}

#w-node-a4ea344e-ab81-2124-c33f-68362fb8cde4-016e2ee3, #w-node-a4ea344e-ab81-2124-c33f-68362fb8cde5-016e2ee3, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-016e2ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-016e2ee3 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-016e2ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-016e2ee3 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-016e2ee3 {
  align-self: stretch;
}

#w-node-e13f84da-99de-1496-a240-b521786bece3-259f2d7d, #w-node-e13f84da-99de-1496-a240-b521786bece4-259f2d7d, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-259f2d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-259f2d7d {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-259f2d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-259f2d7d {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-259f2d7d {
  align-self: stretch;
}

#w-node-_8dc14866-e21e-95ed-b3b2-17f37c5f41b0-c4e00060 {
  align-self: center;
}

#w-node-_4a80f71d-d1a1-2bca-72ef-19f831e22009-c4e00060, #w-node-_4a80f71d-d1a1-2bca-72ef-19f831e2200a-c4e00060, #w-node-_02a03fde-88cc-6c34-ca9b-5b268249b836-c4e00060 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-c4e00060 {
  align-self: center;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-c4e00060 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-c4e00060 {
  place-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-c4e00060 {
  align-self: stretch;
}

#w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-c4e00060 {
  align-self: center;
}

#w-node-_4a3cdd62-defa-5e30-06b2-4424ae2f5ffd-9a4c74fb, #w-node-_4a3cdd62-defa-5e30-06b2-4424ae2f5ffe-9a4c74fb, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-9a4c74fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-9a4c74fb {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-9a4c74fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-9a4c74fb {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-9a4c74fb {
  align-self: stretch;
}

#w-node-ec571a33-198e-9cb1-5fe6-d8e5ff8b74a4-3aa87ff8, #w-node-ec571a33-198e-9cb1-5fe6-d8e5ff8b74a5-3aa87ff8, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-3aa87ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-3aa87ff8 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-3aa87ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-3aa87ff8 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-3aa87ff8 {
  align-self: stretch;
}

#w-node-b19f45e7-1a36-1f40-5e4c-3c1932f38410-697fcb1c, #w-node-b19f45e7-1a36-1f40-5e4c-3c1932f38411-697fcb1c, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-697fcb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-697fcb1c {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-697fcb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-697fcb1c {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-697fcb1c {
  align-self: stretch;
}

#w-node-ef0dc8cf-9986-7462-b7af-f54c4899b4ec-fa1dc374, #w-node-ef0dc8cf-9986-7462-b7af-f54c4899b4ed-fa1dc374, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-fa1dc374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-fa1dc374 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-fa1dc374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-fa1dc374 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-fa1dc374 {
  align-self: stretch;
}

#w-node-dcc9011d-e28b-0193-6f38-38076b228c02-a10d60bd, #w-node-dcc9011d-e28b-0193-6f38-38076b228c03-a10d60bd, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-a10d60bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-a10d60bd {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-a10d60bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-a10d60bd {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-a10d60bd {
  align-self: stretch;
}

#w-node-_9ab1ced7-006c-2036-26e7-dbe44a5458b4-0eaefa70, #w-node-_9ab1ced7-006c-2036-26e7-dbe44a5458b5-0eaefa70, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-0eaefa70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-0eaefa70 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-0eaefa70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-0eaefa70 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-0eaefa70 {
  align-self: stretch;
}

#w-node-ee50df5e-324c-8ce3-a525-4d1726768a78-e9215ff3, #w-node-ee50df5e-324c-8ce3-a525-4d1726768a79-e9215ff3, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-e9215ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-e9215ff3 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-e9215ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-e9215ff3 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-e9215ff3 {
  align-self: stretch;
}

#w-node-d1c20d89-32a8-61c9-0e6a-737583988bfa-506f7e8b {
  align-self: center;
}

#w-node-e6baca0f-8178-38a2-6b4c-cd9729501164-506f7e8b, #w-node-e6baca0f-8178-38a2-6b4c-cd9729501165-506f7e8b, #w-node-_02a03fde-88cc-6c34-ca9b-5b268249b836-506f7e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-506f7e8b {
  align-self: center;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-506f7e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-506f7e8b {
  place-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-506f7e8b {
  align-self: stretch;
}

#w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-506f7e8b {
  align-self: center;
}

#w-node-f2dc8a06-bd36-f279-895b-40005c73f327-7edd4d48, #w-node-f2dc8a06-bd36-f279-895b-40005c73f328-7edd4d48, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-7edd4d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-7edd4d48 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-7edd4d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-7edd4d48 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-7edd4d48 {
  align-self: stretch;
}

#w-node-_7add327a-33b8-251a-d409-c4370944097b-9acf73ff, #w-node-_7add327a-33b8-251a-d409-c4370944097c-9acf73ff, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-9acf73ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-9acf73ff {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-9acf73ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-9acf73ff {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-9acf73ff {
  align-self: stretch;
}

#w-node-_55868200-6c55-00c3-2922-13e44947ba63-541b46fb, #w-node-_55868200-6c55-00c3-2922-13e44947ba64-541b46fb, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-541b46fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-541b46fb {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-541b46fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-541b46fb {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-541b46fb {
  align-self: stretch;
}

#w-node-_714af99f-a643-06bf-e3a2-2bb793f8b000-4593ead8, #w-node-_714af99f-a643-06bf-e3a2-2bb793f8b001-4593ead8, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-4593ead8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-4593ead8 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-4593ead8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-4593ead8 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-4593ead8 {
  align-self: stretch;
}

#w-node-db2bb01f-a35b-2f9d-9ddd-49e82f5c252e-b65febfe, #w-node-db2bb01f-a35b-2f9d-9ddd-49e82f5c252f-b65febfe, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-b65febfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-b65febfe {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-b65febfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-b65febfe {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-b65febfe {
  align-self: stretch;
}

#w-node-_70c6c481-8710-edca-461b-b7c6f72738f3-0327777a, #w-node-_70c6c481-8710-edca-461b-b7c6f72738f4-0327777a, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-0327777a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-0327777a {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-0327777a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-0327777a {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-0327777a {
  align-self: stretch;
}

#w-node-_9ecdf614-3ace-bc19-62be-479f701569a2-9086801d, #w-node-_9ecdf614-3ace-bc19-62be-479f701569a3-9086801d, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-9086801d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-9086801d {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-9086801d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-9086801d {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-9086801d {
  align-self: stretch;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-73ea5d31 {
  align-self: center;
}

#w-node-_8b4aa582-30f6-84c0-f0c2-3adbbb1f0a65-73ea5d31, #w-node-_8b4aa582-30f6-84c0-f0c2-3adbbb1f0a66-73ea5d31, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-73ea5d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-73ea5d31 {
  place-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-73ea5d31 {
  align-self: stretch;
}

#w-node-e5ec98e9-419c-f029-306e-e10d69a9548f-e172819d, #w-node-e5ec98e9-419c-f029-306e-e10d69a95490-e172819d, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-e172819d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-e172819d {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-e172819d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-e172819d {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-e172819d {
  align-self: stretch;
}

#w-node-_73f3519f-3462-5094-c1e2-92a822df7adf-eacf4b43, #w-node-_73f3519f-3462-5094-c1e2-92a822df7ae0-eacf4b43, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-eacf4b43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-eacf4b43 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-eacf4b43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-eacf4b43 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-eacf4b43 {
  align-self: stretch;
}

#w-node-_89913651-ef37-c19b-742e-89e36c946224-ac924661 {
  align-self: center;
}

#w-node-_0bbdceef-d7d4-1a71-632b-b1fc96b0237c-ac924661, #w-node-_0bbdceef-d7d4-1a71-632b-b1fc96b0237d-ac924661, #w-node-_02a03fde-88cc-6c34-ca9b-5b268249b836-ac924661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-ac924661 {
  align-self: center;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-ac924661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-ac924661 {
  place-self: center;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-ac924661 {
  align-self: stretch;
}

#w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-ac924661 {
  align-self: center;
}

#w-node-cc5225d9-f330-7852-8878-06b8e4f117e5-b650d501, #w-node-cc5225d9-f330-7852-8878-06b8e4f117e6-b650d501, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-b650d501 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b985-b650d501 {
  place-self: center;
}

#w-node-_842a6012-459a-174c-89c7-f09c5ccb4e60-b650d501 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415f6d89-ee50-e3b0-bc52-2bd078f05e9a-b650d501 {
  align-self: auto;
}

#w-node-d2eb7111-e003-f425-b0d0-c0b172e8a3c6-b650d501 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-f0b7d4da-69ef-66c2-17b4-2ef032a7ed3f-f9c2a073 {
    justify-self: start;
  }

  #w-node-_4cf4c324-3778-5851-f81a-7a5129128ac2-d62d6979, #w-node-b5e1239b-593f-6cb8-5ebd-bb36838ed4ff-d62d6979, #w-node-ea076385-2028-7a07-e07e-498fd62d69a9-d62d6979 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b53427de-fee7-d98f-9160-e1c9ba073f1d-f9c2a0d4 {
    justify-self: start;
  }

  #w-node-_464e8052-2ba3-da5f-d082-36cea658ff4c-f9c2a0d4, #w-node-_464e8052-2ba3-da5f-d082-36cea658ff5a-f9c2a0d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-f9c2a073, #w-node-_30b0e1fa-625e-293f-70a9-6627f400cbd5-f9c2a073, #w-node-_129e6110-b98f-4082-bb8d-510d2f1433fb-f9c2a073 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8bae1519-9bed-187a-d9cf-b7b2751c6564-d62d6979 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8bae1519-9bed-187a-d9cf-b7b2751c6566-d62d6979, #w-node-b2c0160f-11eb-f6a1-27ed-f5931d7649b7-f9c2a0d4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_464e8052-2ba3-da5f-d082-36cea658ff4c-f9c2a0d4 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_2c49a1a8-5007-23fd-6c79-cf7001a92a00-f9c2a0e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ea385621-1ad3-d48c-0176-1a24681de444-f9c2a0e1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0ce9b564-a771-70d7-f81c-51fe39de2b42-f9c2a0e1, #w-node-_850cd020-2165-d2c3-9ec1-fd275ace9a1d-f9c2a115, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-f9c2a115, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-f9c2a115, #w-node-_129e6110-b98f-4082-bb8d-510d2f1433fb-f9c2a115, #w-node-d1c20d89-32a8-61c9-0e6a-737583988bcb-f9c2a136, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-f9c2a136, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-f9c2a136, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0b0-f9c2a136, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-f9c2a154, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-f9c2a154, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-8f76350e, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-8f76350e, #w-node-d1c20d89-32a8-61c9-0e6a-737583988bcb-37aba54c, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-37aba54c, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-37aba54c, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0b0-37aba54c, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-016e2ee3, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-016e2ee3, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-259f2d7d, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-259f2d7d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8dc14866-e21e-95ed-b3b2-17f37c5f415a-c4e00060 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-c4e00060, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-c4e00060, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0b0-c4e00060, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-9a4c74fb, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-9a4c74fb, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-3aa87ff8, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-3aa87ff8, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-697fcb1c, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-697fcb1c, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-fa1dc374, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-fa1dc374, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-a10d60bd, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-a10d60bd, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-0eaefa70, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-0eaefa70, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-e9215ff3, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-e9215ff3, #w-node-d1c20d89-32a8-61c9-0e6a-737583988bcb-506f7e8b, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-506f7e8b, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-506f7e8b, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0b0-506f7e8b, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-7edd4d48, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-7edd4d48, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-9acf73ff, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-9acf73ff, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-541b46fb, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-541b46fb, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-4593ead8, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-4593ead8, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-b65febfe, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-b65febfe, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-0327777a, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-0327777a, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-9086801d, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-9086801d, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-73ea5d31, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-73ea5d31, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-e172819d, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-e172819d, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-eacf4b43, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-eacf4b43, #w-node-_89913651-ef37-c19b-742e-89e36c9461e5-ac924661, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-ac924661, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-ac924661, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0b0-ac924661, #w-node-ba3ba50a-308c-f731-e833-8c75df6d4790-b650d501, #w-node-_97aa8e9c-e6d2-c791-bde3-d4033954b954-b650d501 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a073, #w-node-_129e6110-b98f-4082-bb8d-510d2f143421-f9c2a073 {
    justify-self: center;
  }

  #w-node-_4cf4c324-3778-5851-f81a-7a5129128ac2-d62d6979 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b5e1239b-593f-6cb8-5ebd-bb36838ed4ff-d62d6979 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ea076385-2028-7a07-e07e-498fd62d69a9-d62d6979 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a115, #w-node-_129e6110-b98f-4082-bb8d-510d2f143421-f9c2a115, #w-node-d1c20d89-32a8-61c9-0e6a-737583988bfa-f9c2a136, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a136, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-f9c2a136, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-f9c2a154, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-8f76350e, #w-node-d1c20d89-32a8-61c9-0e6a-737583988bfa-37aba54c, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-37aba54c, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-37aba54c, #w-node-_8dc14866-e21e-95ed-b3b2-17f37c5f41b0-c4e00060, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-c4e00060, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-c4e00060, #w-node-d1c20d89-32a8-61c9-0e6a-737583988bfa-506f7e8b, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-506f7e8b, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-506f7e8b, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-73ea5d31, #w-node-_89913651-ef37-c19b-742e-89e36c946224-ac924661, #w-node-_31f4afc8-b3c0-19fd-424a-d62818142590-ac924661, #w-node-_4a2dde00-c5b4-9834-4b24-5396289fb0df-ac924661 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.ttf') format('truetype'), url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Material icons round';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}