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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.ttf') format("truetype"), url('../fonts/Manrope-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Light.ttf') format("truetype"), url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --natural-color-100: white;
  --natural-color-900: black;
  --primary-color: #022c3a;
  --color-natural-200: #1e798b;
  --natural-color-500: #9fe5e7;
}

.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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: 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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
}

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

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: #0000;
  background-image: linear-gradient(87deg, #f7f1ec, var(--natural-color-100) 50%, #f7f1ec);
  color: var(--natural-color-900);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: #5c5c5c;
  margin-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

li {
  color: #5c5c5c;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin: 52px auto 0;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.nav-content-wrapper {
  background-color: var(--natural-color-100);
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  display: flex;
}

.navbar-logo-wrapper {
  z-index: 2;
}

.nav-menu-wrapper {
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  z-index: 2;
  width: 35px;
  height: 25px;
  padding: 0;
  display: flex;
}

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

.menu-animation {
  flex: none;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.top-line {
  background-color: var(--natural-color-900);
  transform-origin: 50%;
  width: 22px;
  height: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.middle-line {
  background-color: var(--natural-color-900);
  color: var(--natural-color-900);
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bottom-line {
  background-color: var(--natural-color-900);
  width: 31px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.middle-line45 {
  background-color: var(--natural-color-900);
  transform-origin: 100%;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
  position: absolute;
}

.middle-line2 {
  background-color: var(--natural-color-900);
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
  position: absolute;
}

.nav-menu-contant-wrapper {
  padding-top: 240px;
  padding-bottom: 150px;
}

.nav-menu-logo {
  display: none;
}

.nav-enu-grid {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  align-items: center;
}

.nav-mnu-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 424px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-text-wrapper {
  position: relative;
}

.nav-menu-link-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.nav-menu-border {
  background-color: #ffffff1a;
  width: 1px;
  height: 344px;
  position: absolute;
  inset: 5% auto auto 48%;
}

.nav-link-wrap {
  color: #ffffffb3;
  align-items: center;
  margin-bottom: 35px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 67px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link-wrap:hover {
  color: var(--natural-color-100);
}

.nav-link-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.nav-link-wrap._2, .nav-link-wrap._1, .nav-link-wrap._1.w--current, .nav-link-wrap._3, .nav-link-wrap._4 {
  z-index: 5;
  height: 100px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.nav-link-wrap._5 {
  z-index: 5;
  height: 100px;
  margin-bottom: 0;
  position: relative;
}

.nav-link-wrap._6, .nav-link-wrap._7 {
  z-index: 5;
  height: 100px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.nav-menu-arrow {
  opacity: 0;
  margin-top: 12px;
  margin-left: 23px;
}

.banner-section {
  background-image: linear-gradient(#00000080, #00000080);
  height: 180vh;
  padding-top: 180px;
  padding-bottom: 150px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.banner-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  margin-top: -50px;
  padding-left: 20px;
}

.banner-container {
  z-index: 11;
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.banner-text-wrapper {
  max-width: 627px;
}

.mini-title-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 150px;
  margin-bottom: 15px;
  padding: 5px 18px;
  display: inline-block;
}

.mini-title-wrapper.mg-bottom-20px {
  margin-bottom: 0;
}

.mini-title-wrapper.mg-bottom-20px.about-details {
  border-color: var(--color-natural-200);
  margin-bottom: 20px;
  padding: 3px 13px;
}

.mini-title-wrapper.mg-bottom-20px.priority, .mini-title-wrapper.mg-bottom-20px.our-story, .mini-title-wrapper.mg-bottom-20px.about-us {
  border-color: #e0e0e033;
  margin-bottom: 20px;
  padding: 3px 13px;
}

.mini-title-wrapper.mg-bottom-24px {
  border-style: none;
  margin-bottom: 24px;
  padding-left: 0;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
}

.mini-title-text {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 14px;
}

.mini-title-text.colot-natural-100 {
  color: #fffc;
  font-size: 16px;
  line-height: 22px;
}

.mini-title-text.colot-natural-100.about-details {
  color: var(--color-natural-200);
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

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

.banner-section-heading {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-extrawide;
  font-size: 50px;
  font-weight: 200;
  line-height: 65px;
}

.banner-section-heading._1 {
  color: #fff;
  font-weight: 600;
}

.banner-heading-wrapper {
  margin-bottom: 60px;
}

.heading-border-wrap {
  background-color: var(--natural-color-900);
  width: 64px;
  height: 2px;
  margin-bottom: -30px;
  margin-right: 20px;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.primary-button {
  background-color: #0000;
  background-image: linear-gradient(294deg, var(--primary-color), #ff7676);
  color: var(--natural-color-100);
  letter-spacing: 3.24px;
  align-items: center;
  padding: 13px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: none;
}

.primary-button.newsletter {
  background-image: url('../images/newsletter-submit-icon.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 50px;
  position: absolute;
  inset: auto -18% 0% auto;
}

.primary-button.password {
  letter-spacing: 3.42px;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}

.primary-button.error {
  justify-content: center;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.primary-button.checkout, .primary-button.ckeckout-btn {
  justify-content: center;
}

.primary-button.about-us {
  background-image: linear-gradient(294deg, var(--color-natural-200), var(--natural-color-500));
}

.button-text {
  color: var(--natural-color-100);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  position: relative;
}

.button-text.white, .button-text.black {
  color: var(--natural-color-900);
}

.secondary-button {
  background-color: var(--color-natural-200);
  color: #a09585;
  letter-spacing: 2.28px;
  background-image: radial-gradient(circle at 0 0, #1e798b, #fff);
  border: 1px solid #e0e0e0;
  align-items: center;
  padding: 13px 30px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.secondary-button.team {
  border-style: none;
  border-width: 0;
  padding: 0;
  transition: all .3s;
}

.secondary-button.team:hover {
  color: var(--primary-color);
}

.secondary-button.priority {
  color: #e2d0a2;
  border-color: #ffffff24;
  height: auto;
  position: relative;
}

.secondary-button.priority.white {
  border-color: var(--color-natural-200);
  color: var(--natural-color-100);
}

.secondary-button.blog-post {
  border-style: none;
  border-width: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

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

.secondary-button.blog-post.blog {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}

.secondary-button.services {
  border-style: none;
  border-width: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.secondary-button.services:hover {
  color: var(--primary-color);
}

.secondary-button.book-now-btn {
  font-family: Generalsans;
  font-weight: 500;
}

.secondary-button.book-now {
  color: var(--natural-color-900);
  background-color: #ebe3cf;
  border-color: #ebe3cf;
}

.secondary-button.contact-submit-btn {
  border-color: var(--color-natural-200);
  background-color: var(--color-natural-200);
  color: var(--natural-color-100);
  background-image: url('../images/right-icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 50px;
  font-weight: 600;
}

.secondary-button.typography {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  font-family: Manrope, sans-serif;
}

.secondary-button.blog-btn {
  justify-content: center;
  height: auto;
  transition: all .3s;
  position: relative;
}

.secondary-button.team-member {
  height: auto;
  transition: all .3s;
  position: relative;
}

.secondary-button.about-btn {
  border-color: var(--color-natural-200);
  color: var(--primary-color);
  height: auto;
  position: relative;
}

.secondary-button.about-btn:hover {
  background-color: var(--primary-color);
}

.absolate.services-shape {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.quote-section {
  padding-bottom: 60px;
}

.services-quote-section {
  z-index: 10;
  border-top: 1px solid var(--color-natural-200);
  background-color: var(--natural-color-100);
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.quote-contant-wrapper {
  width: 100%;
  position: relative;
}

.quote-details {
  color: var(--natural-color-900);
  background-image: url('../images/quote-img-2.svg');
  background-position: 43% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.quote-span {
  background-image: url('../images/quote-img.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-style: italic;
}

.quote-border {
  background-color: var(--natural-color-900);
  width: 50px;
  height: 2px;
  position: absolute;
  inset: 9% auto auto 0%;
}

.services-section {
  z-index: 0;
  padding-bottom: 60px;
  position: relative;
}

.services-container {
  width: 100%;
  max-width: 1304px;
  height: 100%;
  margin-left: auto;
}

.services-wrapper {
  width: 100%;
  display: block;
}

.servies-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  height: 113px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.services-collection-wreapper {
  position: relative;
}

.services-title-box {
  color: #cfc09b;
  text-align: left;
  width: 660px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 66px;
  transition: all .3s;
}

.services-title-box:hover {
  color: var(--natural-color-900);
}

.services-image-box {
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: 321px;
  position: absolute;
  inset: -39% 9% 76% auto;
}

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

.services-top-wrapper {
  text-align: center;
  width: 660px;
}

.about-us-section {
  background-color: #0000;
  position: relative;
}

.position-image.top {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.position-image.bottom {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-us-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.about-us-grid {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  align-items: center;
}

.about-us-text-wrapper {
  z-index: 999;
  background-color: var(--natural-color-100);
  max-width: 550px;
  padding: 20px;
  position: relative;
  left: -105px;
  box-shadow: 4px 4px 12px 4px #00000091;
}

.about-us-heading-wrapper {
  margin-bottom: 20px;
}

.about-us-heading {
  color: var(--color-natural-200);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 58px;
}

.about-details-wrapper {
  position: relative;
}

.about-us-details {
  color: var(--natural-color-900);
  margin-bottom: 40px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.button-row.mg-left-0px {
  margin-left: 0;
}

.button-icon {
  color: var(--natural-color-900);
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  position: relative;
}

.about-us-video-wrapper {
  z-index: 10;
  width: 611px;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.about-us-lightbox {
  z-index: 999;
  background-image: linear-gradient(316deg, black, var(--color-natural-200));
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-us-video-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: 16px;
  right: 6px;
}

.play-button-bg {
  width: 35%;
  height: 100%;
}

.features-section {
  z-index: 1;
  background-color: var(--natural-color-100);
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

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

.features-section.mobile {
  display: none;
}

.features-wrapper {
  background-color: #0000;
}

.features-top-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.features-heading-wrapper {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.features-section-heading {
  color: var(--natural-color-900);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-extrawide;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.features-grid-wrapper {
  position: relative;
}

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

.features-card-single-wrapper {
  text-align: center;
  width: 100%;
}

.features-card-number-wrap {
  margin-bottom: 32px;
}

.features-card-heading-wrap {
  margin-bottom: 12px;
}

.features-card-heading {
  color: var(--natural-color-900);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-wide;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.features-card-details {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.features-card-border {
  z-index: -1;
  background-color: #efefef;
  height: 1px;
  display: none;
  position: absolute;
  inset: 16% auto auto 9%;
}

.team-members-section {
  background-color: var(--natural-color-100);
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 3%;
  position: relative;
  overflow: hidden;
}

.team-members-container {
  width: 100%;
  max-width: 1620px;
  height: 100%;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.team-members-slider-wrapper {
  overflow: hidden;
}

.team-member-top-wrapper {
  margin-bottom: 60px;
}

.team-member-top-flex {
  background-color: var(--natural-color-100);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-members-heading {
  color: var(--color-natural-200);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: minerva-modern, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
}

.team-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.team-slider-mask {
  max-width: 856px;
  overflow: visible;
}

.team-slide {
  margin-right: 60px;
}

.team-single-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
}

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

.team-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team-single-name-wrap {
  margin-bottom: 12px;
}

.team-single-name {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: minerva-modern, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 37px;
}

.team-info-wrapper {
  margin-bottom: 50px;
}

.team-designation-text {
  color: #101010;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.team-single-details-wrap {
  margin-bottom: 45px;
}

.team-single-details {
  color: #666;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.team-left-arrow {
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 33%;
}

.team-left-arrow:hover {
  border-color: var(--natural-color-900);
  color: var(--natural-color-900);
}

.team-right-arrow {
  border: 1px solid var(--natural-color-900);
  color: var(--natural-color-900);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
  display: flex;
  inset: auto 55% 0% auto;
}

.team-right-arrow:hover {
  border-color: var(--natural-color-900);
  color: var(--natural-color-900);
}

.team-left-icon, .team-right-icon {
  font-family: "Fa solid 900", sans-serif;
}

.slide-nav.none {
  display: none;
}

.testimonial-section {
  z-index: 2;
  background-image: none;
  padding-top: 150px;
  padding-bottom: 320px;
  position: relative;
  overflow: hidden;
}

.testimonial-top-wrapper {
  text-align: center;
  margin-bottom: 45px;
}

.testimonial-container {
  width: 100%;
  max-width: 939px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-section-heading {
  color: var(--natural-color-900);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-extrawide;
  font-size: 40px;
  font-weight: 300;
  line-height: 70px;
}

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

.testimonial-slider-mask {
  max-width: 939px;
  overflow: hidden;
}

.testimonial-slide {
  margin-right: 24px;
}

.testimonial-single-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-quote-icon-wrap {
  margin-bottom: 23px;
}

.testimonial-details-wrapper {
  margin-bottom: 14px;
}

.testimonial-details {
  color: #101010;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 27px;
}

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

.testimonial-border {
  color: var(--primary-color);
  background-color: #bfb18c;
  width: 17px;
  height: 1px;
  margin-right: 7px;
}

.testimonial-name {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.testimonial-left-arrow {
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
  display: flex;
  inset: auto auto -80px 41.5%;
}

.testimonial-left-arrow:hover {
  border-color: var(--natural-color-900);
  color: var(--natural-color-900);
}

.testimonial-right-arrow {
  border: 1px solid var(--natural-color-900);
  color: var(--natural-color-900);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
  display: flex;
  inset: auto 41.5% -80px auto;
}

.testimonial-right-arrow:hover {
  border-color: var(--natural-color-900);
  color: var(--natural-color-900);
}

.testimonial-left-icon, .testimonial-right-icon {
  font-family: "Fa solid 900", sans-serif;
}

.priority-section {
  background-color: var(--natural-color-900);
  background-image: url('../images/pirority-bg-img.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.priority-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.priority-grid {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
  align-items: center;
}

.priority-video-wrapper {
  z-index: 10;
  width: 643px;
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.priority-lightbox {
  background-image: linear-gradient(#000, #ed1c25);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.priority-video-img {
  z-index: 10;
  width: 100%;
  position: relative;
  top: 10px;
  left: 19px;
}

.priority-right-wrapper {
  padding-left: 3%;
}

.priority-text-wrapper {
  max-width: 456px;
}

.priority-heading-wrapper {
  margin-bottom: 20px;
}

.priority-heading {
  color: var(--color-natural-200);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: minerva-modern, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 58px;
}

.priority-details-wrapper {
  margin-bottom: 40px;
}

.priority-details {
  color: #ffffffed;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.accent-text {
  font-style: normal;
}

.blog-section {
  z-index: 5;
  background-image: linear-gradient(223deg, #fff, var(--natural-color-100) 50%, #f3f3f3);
  padding: 150px 3% 120px;
  position: relative;
  overflow: hidden;
}

.blog-section.blog-post {
  padding-top: 0;
  padding-bottom: 150px;
}

.blog-top-wrapper {
  margin-bottom: 60px;
}

.blog-top-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-heading {
  color: var(--color-natural-200);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: minerva-modern, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 62px;
}

.blog-post-collection-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-post-single-wrapper {
  width: 100%;
}

.blog-post-image-wrapper {
  height: 250px;
  overflow: hidden;
}

.blog-post-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-info-wrapper {
  padding-top: 44px;
  padding-bottom: 0;
}

.blog-post-text-wrapper {
  width: 337px;
}

.blog-post-date-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 0 0 20px;
  margin-bottom: 13px;
  padding: 5px 12px;
  display: inline-block;
}

.blog-post-date-text {
  color: var(--natural-color-900);
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
}

.blog-post-heading-wrap {
  margin-bottom: 22px;
  text-decoration: none;
}

.blog-post-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.cta-section {
  background-image: linear-gradient(87deg, #f7f7f7, var(--natural-color-100) 50%, #cecece);
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.cta-container {
  width: 100%;
  max-width: 797px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cta-top-wrapper {
  text-align: center;
  margin-bottom: 45px;
}

.cta-heading {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-extrawide;
  font-size: 50px;
  font-weight: 200;
  line-height: 65px;
}

.cta-from-block {
  margin-bottom: 0;
}

.cta-from {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.input {
  background-color: #0000;
  border: 1px solid #e0e0e0;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 28px;
}

.input::placeholder {
  color: #000;
}

.input.cta {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: #efefef;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-left: 0;
  font-family: brandon-grotesque, sans-serif;
  transition: all .3s;
}

.input.cta:hover {
  border-bottom-color: var(--primary-color);
}

.from-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-button-wrapper.style-guide-btn {
  margin-left: 20px;
}

.contact-icon {
  z-index: 1;
  margin-top: 5px;
  position: relative;
}

.from-input-wrapper {
  margin-bottom: -50px;
}

.footer {
  background-color: #0000;
  background-image: linear-gradient(198deg, #000000f2 16%, #83c4c8);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-top-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-logo-wrapper {
  margin-bottom: 30px;
}

.footer-logo {
  width: 165px;
}

.footer-details-wrapper {
  width: 313px;
  margin-bottom: 50px;
}

.footer-details {
  opacity: .7;
  color: #fffc;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.newsletter-from-block {
  margin-bottom: 0;
}

.newsletter-from {
  position: relative;
}

.newsletter-text-block {
  color: var(--natural-color-100);
  text-transform: none;
  margin-bottom: 18px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.newsletter-input {
  border: 1px solid var(--natural-color-100);
  opacity: .7;
  color: var(--natural-color-100);
  background-color: #0000;
  width: 280px;
  height: 54px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  transition: all .3s;
}

.newsletter-input:hover {
  border-color: var(--primary-color);
}

.newsletter-input::placeholder {
  color: #fffc;
  font-size: 14px;
  line-height: 22px;
}

.footer-menu-heading-wrapper {
  margin-bottom: 20px;
}

.footer-menu-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

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

.footer-menu-link {
  opacity: .7;
  color: var(--natural-color-100);
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
  transition: all .3s;
}

.footer-menu-link:hover {
  color: var(--color-natural-200);
  transform: translate(5px);
}

.footer-single-info-wrapper {
  text-align: right;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: brandon-grotesque, sans-serif;
  display: flex;
}

.footer-single-icon-wrap {
  margin-right: 15px;
}

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

.footer-single-icon.email {
  margin-right: 15px;
}

.footer-info-text-wap {
  text-align: left;
  width: 100%;
}

.footer-info-text {
  opacity: .7;
  color: var(--natural-color-100);
  font-weight: 300;
  line-height: 121%;
}

.footer-bottom-flex {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-top: 115px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.footer-copy-right-text {
  opacity: 1;
  color: var(--natural-color-100);
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.source-link {
  color: var(--color-natural-200);
  text-decoration: none;
}

.footer-soial-media-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.footer-social-media-link {
  color: var(--natural-color-100);
  border: 1px solid #ffffff26;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-media-link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  transform: translate(0, -5px);
}

.banner-shape-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 1px;
}

.inner-banner-section {
  padding-top: 17px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.inner-banner-section.bottom-padding-140px {
  padding-bottom: 140px;
}

.inner-banner-contant-wrapper {
  text-align: center;
  margin-top: 127px;
}

.inner-banner-heading-wrapper {
  margin-bottom: 3px;
}

.inner-banner-heading-wrapper.categories {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-banner-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 67px;
}

.breadcrumbs-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumbs-link {
  color: var(--natural-color-900);
  letter-spacing: -.54px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.breadcrumbs-link.home {
  color: #cfc09b;
}

.breadcrumbs-link.color-natural-200 {
  color: var(--color-natural-200);
}

.breadcrumbs-link-devider {
  letter-spacing: -.54px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.breadcrumbs-link-devider.color-natural-200 {
  color: var(--color-natural-200);
}

.about-details-section {
  padding-bottom: 130px;
}

.about-details-grid {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.about-details-text-wrapper {
  padding-top: 90px;
}

.about-details-heading-wrapper {
  margin-bottom: 22px;
}

.about-details-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 96px;
}

.about-details-paragraph-wrapper {
  margin-bottom: 40px;
}

.about-details-paragraph {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.about-details-image-wrapper {
  z-index: 10;
  width: 550px;
  position: absolute;
  inset: 14% 0% auto auto;
  overflow: hidden;
}

.inner-banner-about-details-section {
  position: relative;
}

.inner-banner-shape-wrap {
  z-index: -1;
  position: absolute;
  inset: 90px 0% auto auto;
}

.our-story-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.our-story-shape-wrapper {
  z-index: 2;
}

.our-story-shape.top-left {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-story-shape.bottom-right {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.our-story-wrapper {
  overflow: hidden;
}

.our-story-top-wrapper {
  max-width: 524px;
  margin-bottom: 40px;
}

.our-story-heading-wrapper {
  position: relative;
}

.our-story-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 58px;
}

.our-story-border {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 27px;
}

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

.our-story-mask {
  max-width: 282px;
  overflow: visible;
}

.our-story-slide {
  margin-right: 55px;
}

.responsibility-text {
  color: var(--natural-color-100);
  font-family: Playfairdisplay, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 180%;
}

.responsibility-icon {
  color: var(--natural-color-100);
  margin-top: 6px;
  margin-left: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.responsibility-wrapper {
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.our-story-details {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.our-story-left-arrow {
  color: #ffffff4d;
  border: 1px solid #ffffff4d;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: -80% 6.3% auto auto;
}

.our-story-left-arrow:hover {
  border-color: var(--natural-color-100);
  color: var(--natural-color-100);
}

.our-story-right-arrow {
  color: #ffffff4d;
  border: 1px solid #ffffff4d;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: -80% 0% auto auto;
}

.our-story-right-arrow:hover {
  border-color: var(--natural-color-100);
  color: var(--natural-color-100);
}

.left-icon, .right-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.right-icon._404 {
  margin-left: 10px;
  font-size: 12px;
}

.our-story-counter-wrapper {
  z-index: 2;
  background-color: var(--primary-color);
  position: relative;
}

.counter-section {
  padding-bottom: 120px;
}

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

.metrics {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.numbers {
  justify-content: flex-start;
  height: 78px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.number-text {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.text-block {
  color: var(--natural-color-100);
  font-family: Playfairdisplay, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 78px;
}

.number-categories {
  color: var(--natural-color-100);
  font-family: Playfairdisplay, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 78px;
}

.our-specialists-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.our-specialists-top-wrapper {
  margin-bottom: 60px;
}

.our-specialists-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.our-specialists-heading {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
}

.our-specialists-collection-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-specialists-single-wrapper {
  text-align: center;
}

.our-specialists-image-wrapper {
  overflow: hidden;
}

.our-specialists-info-wrapper {
  padding-top: 27px;
}

.our-specialists-name-wrap {
  margin-bottom: 10px;
}

.our-specialists-name {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

.our-specialists-designation-wrapper {
  margin-bottom: 15px;
}

.our-specialists-designation {
  color: #101010;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.social-media-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-media-wrapper.doctors-details {
  justify-content: flex-start;
  margin-bottom: 45px;
}

.social-media-link-wrapper {
  color: var(--natural-color-900);
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-media-link-wrapper:hover {
  color: var(--natural-color-100);
  background-color: #036c5f;
  border-color: #036c5f;
  transform: translate(0, -6px);
}

.learn-more-button-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #050505;
  letter-spacing: 2.28px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.learn-more-button-wrapper:hover {
  color: #036c5f;
}

.learn-more-icon {
  font-family: "Fa solid 900", sans-serif;
}

.banner-image-wrapper {
  z-index: 20;
  position: sticky;
}

.banner-image-one {
  z-index: 10;
  width: 399px;
  display: block;
  position: sticky;
}

.banner-img {
  display: block;
  box-shadow: 3px 3px 7px #a095858a;
}

.banner-image-two {
  z-index: 8;
  width: 399px;
  position: absolute;
  inset: 0% 12% auto auto;
  transform: scale(.8);
}

.banner-image-three {
  z-index: 6;
  width: 399px;
  position: absolute;
  inset: 0% -13% auto auto;
  transform: scale(.6);
}

.banner-image-four {
  z-index: 4;
  width: 399px;
  position: absolute;
  inset: 0% -27% auto auto;
  transform: scale(.4);
}

.inner-banner-blog-section, .inner-banner-blog-details-section {
  position: relative;
}

.blog-dtails-section {
  padding-bottom: 150px;
}

.blog-details-contant-wrapper {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-single-image-wrapper {
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-details-heading-wrapper {
  max-width: 808px;
  margin-bottom: 28px;
}

.blog-details-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.blog-details-paragraph-wrap {
  margin-bottom: 28px;
}

.blog-details-paragraph-wrap.mg-bottom-45px {
  margin-bottom: 45px;
}

.blog-details-paragraph-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.blog-details-paragraph {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.blog-details-facility-wrapper {
  margin-bottom: 28px;
}

.blog-details-facility-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 3px;
  display: flex;
}

.blog-details-facility-flex.mg-bottom-0px {
  margin-bottom: 0;
}

.blog-details-facility-icon {
  margin-top: 5px;
}

.blog-details-facility-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.quote-wrapper {
  background-color: var(--primary-color);
  text-align: center;
  margin-bottom: 60px;
  padding: 54px 70px;
}

.quote-icon-wrap {
  margin-bottom: 16px;
}

.quote-single-details-wrapper {
  border-left: 1px solid #cfc09b;
  margin-bottom: 24px;
}

.quote-single-details {
  color: var(--natural-color-100);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
}

.quote-name {
  color: var(--natural-color-100);
  letter-spacing: .98px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.blog-details-single-heading-wrap {
  margin-bottom: 28px;
}

.blog-details-single-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.inner-banner-services-section {
  position: relative;
}

.services-two-section {
  padding-bottom: 150px;
}

.services-two-top-wrapper {
  margin-bottom: 100px;
}

.services-two-image-wrapper {
  overflow: hidden;
}

.services-collection-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.services-image-wrapper {
  width: 666px;
  overflow: hidden;
}

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

.services-top-grid-wrapper {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services-info-text-wrapper {
  max-width: 531px;
}

.services-name-text-wrapper {
  margin-bottom: 28px;
}

.services-name-text {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 95px;
}

.services-info-details-wrapper {
  margin-bottom: 35px;
}

.services-info-details {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.services-two-collection-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-two-single-wrapper {
  border: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.services-two-info-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.services-two-name-wrapper {
  margin-bottom: 15px;
}

.services-two-name {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 46px;
}

.services-two-details-wrap {
  margin-bottom: 28px;
}

.services-two-details {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.services-details-section {
  padding-bottom: 150px;
}

.services-details-image-wrapper {
  margin-bottom: 65px;
}

.services-details-container {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.services-details-single-info-wrap {
  margin-bottom: 65px;
}

.services-details-single-info-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.services-details-single-heading-wrap {
  margin-bottom: 25px;
}

.services-details-single-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.services-details-paragraph-wrap {
  margin-bottom: 28px;
}

.services-details-paragraph-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.services-details-paragraph {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.doctors-section {
  padding-bottom: 150px;
}

.doctors-collection-grid {
  grid-column-gap: 24px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.doctors-single-wrapper {
  text-align: center;
}

.doctors-image-wrapper {
  overflow: hidden;
}

.doctors-info-wrapper {
  padding-top: 27px;
}

.doctors-name-wrapper {
  margin-bottom: 10px;
}

.doctors-single-name {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

.doctors-designation-wrapper {
  margin-bottom: 15px;
}

.doctors-designation-text {
  color: #101010;
  font-size: 18px;
  line-height: 24px;
}

.doctors-details-section {
  padding-bottom: 150px;
}

.inner-banner-doctors-details-section {
  position: relative;
}

.doctors-details-card {
  background-color: var(--natural-color-100);
  padding: 100px 90px;
}

.doctors-details-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

.doctors-details-name-wrap {
  margin-bottom: 18px;
}

.doctors-details-name {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 37px;
}

.doctors-details-designation-wrap {
  margin-bottom: 20px;
}

.doctors-details-dasignation-text {
  color: #101010;
  font-size: 18px;
  line-height: 24px;
}

.doctors-details-paragraph-wrapper {
  margin-bottom: 18px;
}

.doctors-details-paragraph-wrapper.mg-bottom-0px {
  max-width: 566px;
  margin-bottom: 0;
}

.doctors-details-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.inner-banner-doctors-section, .inner-banner-pricing-section {
  position: relative;
}

.pricing-section {
  padding-bottom: 150px;
}

.pricing-container {
  width: 100%;
  max-width: 1384px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-collection-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-collection-list-wrapper.categories {
  width: 425px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-single-wrapper {
  z-index: 10;
  background-color: var(--natural-color-100);
  padding: 45px 65px;
  position: relative;
}

.pricing-single-name-wrapper {
  margin-bottom: 10px;
}

.pricing-single-name {
  color: var(--natural-color-900);
  letter-spacing: -.72px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.products-price-wrap {
  grid-column-gap: 12px;
  align-items: flex-end;
  margin-bottom: 27px;
  display: flex;
}

.plan-price {
  color: var(--natural-color-900);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.plan-price-time {
  color: var(--natural-color-900);
  letter-spacing: -.42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.plan-details {
  color: #101010b3;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.pricing-plan-border {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.plan-facilities-wrapper {
  margin-bottom: 45px;
  padding-left: 0;
  list-style-type: none;
}

.single-plan-facilities {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.single-plan-facilities-text {
  margin-left: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

.collection-list-grid.categories {
  grid-template-columns: 1fr;
  align-content: stretch;
  align-items: start;
}

.pricing-plan-hover-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.facility-dot {
  background-color: var(--primary-color);
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.inner-banner-pricing-details-section {
  position: relative;
}

.pricing-details-section {
  padding-bottom: 150px;
}

.pricing-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.pricing-details-contant-wrapper {
  width: 699px;
}

.pricing-details-paragraph-wrap {
  margin-bottom: 56px;
}

.pricing-details-paragraph-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.pricing-details-paragraph-wrap.mg-bottom-25px {
  margin-bottom: 25px;
}

.pricing-details-paragraph {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.pricing-details-heading-wrapper {
  margin-bottom: 25px;
}

.pricing-details-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.products-details-plan-wrapper {
  width: 463px;
}

.products-details-card {
  background-color: #036c5f;
  padding: 40px 75px 40px 47px;
  position: sticky;
  top: 150px;
}

.products-details-name {
  color: var(--natural-color-100);
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.products-price {
  color: var(--natural-color-100);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.products-details {
  color: #ffffffb3;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 20px;
}

.add-to-cart-button {
  color: var(--natural-color-900);
  letter-spacing: 2.28px;
  text-transform: uppercase;
  background-color: #cfc09b;
  background-image: url('../images/right-icon.svg');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 13px 54px 13px 30px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}

.quantity, .buy-now-button {
  display: none;
}

.inner-banner-style-guide-section {
  position: relative;
}

.style-guide-section {
  padding-bottom: 150px;
}

.style-guide-wrapper {
  justify-content: space-between;
  padding-top: 90px;
  display: flex;
  position: relative;
}

.style-guide-left-content {
  position: sticky;
  top: 150px;
}

.style-guide-container {
  width: 100%;
  max-width: 1096px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-links-wrap {
  border-right: 1px solid #e0e0e0;
  padding-right: 50px;
}

.style-guide-single-link {
  color: var(--natural-color-900);
  letter-spacing: -.6px;
  align-items: center;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.style-guide-link-icon {
  opacity: 0;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.style-guide-right-content {
  width: 760px;
}

.style-guide-border {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.style-guide-singel-wrapper {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 70px;
  padding-bottom: 70px;
}

.style-guide-singel-wrapper.mg-bottom-0px {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.style-guide-title-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.style-guide-title {
  color: #cfc09b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.style-guide-heading-singel-wrap {
  margin-bottom: 36px;
}

.style-guide-heading-singel-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.style-guide-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 100%;
}

.style-guide-heading._2 {
  font-size: 50px;
}

.style-guide-heading._3 {
  font-size: 36px;
}

.style-guide-heading._4 {
  font-size: 27px;
}

.style-guide-heading._5 {
  font-size: 20px;
}

.style-guide-heading._6 {
  font-size: 16px;
}

.typeface-heading-wrapper {
  margin-bottom: 18px;
}

.typeface-heading {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.typeface-details-wrap {
  margin-bottom: 5px;
}

.typeface-details-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.typeface-details {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.style-guide-single-paragraph-wrap {
  margin-bottom: 48px;
}

.style-guide-single-paragraph-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.style-guide-paragraph-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.style-guide-paragraph-details {
  color: #101010;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.style-guide-paragraph-details-text-block {
  color: #050505;
  font-size: 16px;
  line-height: 26px;
}

.styleguide-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.contact-button {
  color: var(--natural-color-100);
  letter-spacing: 2.28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-button.bg {
  background-color: #0000;
  background-image: url('../images/play-button-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
  height: 125px;
  position: absolute;
  inset: 0%;
}

.password-section {
  padding-bottom: 150px;
}

.password-wrapper {
  text-align: center;
  border: 1px solid #e0e0e0;
  width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.password-image-wrap {
  margin-bottom: 50px;
}

.password-heading-wrap {
  margin-bottom: 10px;
}

.password-heading {
  color: #161616;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 58px;
}

.password-details-wrap {
  margin-bottom: 36px;
}

.password-details {
  color: #101010;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.password-input {
  background-color: #0000;
  border: 1px solid #ededed;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 22px;
}

.password-input::placeholder {
  color: #101010;
}

.inner-section {
  position: relative;
}

.error-section {
  padding-bottom: 150px;
}

.error-wrapper {
  text-align: center;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}

.error-image-wrapper {
  margin-bottom: 90px;
}

.error-heading-wrapper {
  margin-bottom: 22px;
}

.error-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.error-details {
  color: var(--natural-color-900);
  font-size: 18px;
  line-height: 24px;
}

.error-details-wrapper {
  margin-bottom: 22px;
}

.inner-banner-changelog-section {
  position: relative;
}

.changelog-section {
  padding-bottom: 150px;
}

.changelog-wrapper {
  text-align: center;
  max-width: 463px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-card {
  background-color: #036c5f;
  padding: 60px 100px;
}

.changelog-date-text-wrap {
  margin-bottom: 3px;
}

.changelog-date-text {
  color: #ffffffb3;
  font-size: 14px;
}

.changelog-heading-wrap {
  margin-bottom: 26px;
}

.changelog-heading {
  color: var(--natural-color-100);
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 34px;
}

.chanelog-details {
  color: var(--natural-color-100);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.inner-banner-contact-section {
  position: relative;
}

.inner-banner-contact-section.mg-bottom-200px {
  background-image: url('../images/aestheticedit4x.webp');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.contact-section {
  background-color: var(--primary-color);
  background-image: url('../images/contact-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-contant-wrapper {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.contact-grid-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.contact-heading-wrapper {
  margin-bottom: 14px;
}

.contact-heading {
  color: var(--natural-color-100);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.contact-details-wrapper {
  max-width: 535px;
  margin-bottom: 26px;
}

.contact-details {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.contact-info-wrapper {
  grid-column-gap: 30px;
  margin-bottom: 54px;
  display: flex;
}

.contact-info-flex {
  align-items: center;
  display: flex;
}

.contact-info-text-block {
  color: var(--natural-color-100);
  margin-left: 6px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.contact-from-block {
  padding-bottom: 0;
}

.contact-from {
  grid-column-gap: 20px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-input {
  color: var(--natural-color-100);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #ffffff26;
  margin-bottom: 0;
  padding: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
}

.contact-input::placeholder {
  color: #fffc;
}

.text-area {
  color: var(--natural-color-100);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #ffffff26;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 230px;
  margin-bottom: 0;
  padding: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-area::placeholder {
  color: #fffc;
}

.contact-image-wrapper {
  width: 611px;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

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

.inner-banner-license-section {
  position: relative;
}

.license-section {
  padding-bottom: 150px;
}

.license-container {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
}

.license-single-wrapper {
  margin-bottom: 70px;
}

.license-single-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.license-heading-wrapper {
  margin-bottom: 26px;
}

.license-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 34px;
}

.license-details-wrapper {
  max-width: 620px;
}

.license-details-wrapper.width-580px {
  max-width: 580px;
}

.license-details-wrapper.width-580px.mg-bottom-32px {
  margin-bottom: 32px;
}

.license-details {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.license-source-link {
  color: var(--primary-color);
  font-weight: 500;
}

.license-top-wrapper {
  margin-bottom: 45px;
}

.license-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.icons-source-link {
  color: #036c5f;
  font-weight: 500;
}

.typography-source-link {
  color: var(--primary-color);
  font-weight: 500;
}

.color-palette-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-palette-single-wrapper {
  background-color: #036c5f;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 156px;
  display: flex;
}

.color-palette-single-wrapper._2 {
  background-color: #cfc09b;
}

.color-palette-single-wrapper._3 {
  background-color: #ebe3cf;
}

.color-palette-single-wrapper._4 {
  background-color: #101010;
}

.color-code-text {
  color: var(--natural-color-100);
  font-size: 24px;
  line-height: 33px;
}

.color-code-text._2 {
  color: var(--natural-color-900);
}

.categories-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 67px;
}

.inner-banner-categories-section {
  position: relative;
}

.categories-section {
  padding-bottom: 150px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0 0 120px;
}

.inner-banner-checkout-section {
  position: relative;
}

.checkout-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.checkout-col-left {
  width: 900px;
  margin-right: 0;
}

.card {
  color: var(--natural-color-900);
  font-size: 18px;
  line-height: 28px;
}

.card.checkout-block {
  background-color: var(--natural-color-100);
}

.checkout-block-header {
  color: var(--natural-color-900);
  border-color: #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.heading-h4-size {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.checkout-block-content {
  color: var(--natural-color-900);
  border-bottom-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #e0e0e0;
  padding: 20px;
  font-size: 18px;
}

.shipping-address {
  font-size: 18px;
}

.blok-contant, .block-contact {
  color: var(--natural-color-900);
  padding: 20px;
}

.block-contant {
  color: var(--natural-color-900);
  border-bottom-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #e0e0e0;
  font-size: 18px;
  line-height: 28px;
}

.block-contant.item {
  padding-left: 20px;
}

.block-contant.customer-info, .block-contant.payment-info {
  padding: 20px;
}

.apple-pay-button {
  border-radius: 3px;
  height: 54px;
}

.paypal-checkout-from {
  background-color: #0000;
  min-height: auto;
  padding: 0 0 120px;
}

.checkout-paypal-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.checkout-col-right {
  width: 352px;
}

.billing-address-toggle {
  align-items: flex-start;
}

.checkbox {
  width: 20px;
  height: 20px;
}

.inner-banner-checkout-paypal-section-copy {
  position: relative;
}

.order-confirmation {
  background-color: #0000;
  padding: 0 0 120px;
}

.order-confirmation-left-wrap {
  width: 900px;
  margin-right: 0;
}

.order-confirmation-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.order-confirmation-block-header {
  color: var(--natural-color-900);
  border-color: #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.nav-cart-wrapper {
  margin-right: 40px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: #036c5f;
  background-color: #ebe3cf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 17px;
  display: flex;
  position: absolute;
  inset: -42% -35% auto auto;
}

.cart-container {
  background-color: var(--natural-color-100);
  min-width: 607px;
  max-width: 607px;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding: 42px 60px 86px;
}

.cart-title {
  color: var(--natural-color-500);
  letter-spacing: -1.8px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 141%;
}

.close-button {
  border: 1px solid #55290226;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cart-list {
  padding: 0 60px;
}

.cart-item-wrapper {
  align-items: center;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.cart-text-wrapper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.cart-quantity-2 {
  display: none;
}

.cart-name-text {
  letter-spacing: -1.2px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 141%;
}

.cart-price-text {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  line-height: 58px;
}

.cart-remove-button {
  color: #036c5f;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.cart-divider {
  background-color: #ebf3f8;
  width: 100%;
  height: 1px;
  margin-top: 30px;
}

.cart-footer {
  border-top-style: none;
  border-top-width: 0;
  margin-top: 0;
  padding: 0 60px 40px;
}

.cart-line-item {
  border-bottom: 1px solid #55290226;
  margin-bottom: 33px;
  padding-bottom: 20px;
}

.car-subtotal-text {
  color: #1c2936;
  letter-spacing: -1px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.total-price {
  color: #101010;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.web-payments {
  display: none;
}

.banner-shape {
  background-image: linear-gradient(#f7f1ec52, #f7f1ecd4);
  position: absolute;
  inset: 0%;
}

.banner-shape._4 {
  background-image: linear-gradient(#f7f1ec, #f7f1ecde);
}

.dental-text-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.dental-text-block {
  color: var(--natural-color-100);
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: 0;
  padding: 5px 15px;
  font-family: roc-grotesk-wide;
  font-size: 14px;
}

.banner-circle-shape-wrap {
  z-index: 10;
  position: absolute;
  inset: -14% auto auto -12%;
}

.banner-circle-shape {
  z-index: 999;
  display: none;
  position: relative;
}

.services-icon-wrap {
  opacity: 0;
  margin-top: 40px;
}

.play-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.play-button-icon {
  border: 1px solid #0000;
  position: absolute;
}

.testimonial-shape-one {
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-shape-two {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shipping-method, .shipping-method-2 {
  padding: 20px;
}

.image {
  display: none;
}

.order-item-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.services-link-text {
  text-transform: uppercase;
  font-family: roc-grotesk-wide;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
}

.contact-text-block {
  z-index: 2;
  font-family: brandon-grotesque, sans-serif;
}

.item-text-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.button-wrap {
  display: flex;
}

.preloader {
  z-index: 9999;
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.looping-preloader-inner-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preloader-logo-icon {
  margin-right: 4px;
}

.preloder-logo-icon-text {
  color: var(--natural-color-100);
  letter-spacing: -1.05px;
  white-space: nowrap;
  font-size: 35px;
  line-height: 48px;
}

.button-color-overlay.primary-color {
  z-index: -1;
  background-color: var(--primary-color);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-color-overlay.color-natural-200 {
  z-index: -1;
  background-color: var(--color-natural-200);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.nav-text-wrapper {
  height: 70px;
  position: relative;
  overflow: hidden;
}

.author-image {
  background-image: url('../images/nav-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 120%;
}

.author-image.author-image-01 {
  background-image: url('../images/author-img.webp');
}

.author-image.introduction-image-02 {
  background-image: url('../images/athor-img-2.webp');
  position: absolute;
  inset: 0%;
}

.author-image.introduction-image-03 {
  position: absolute;
  inset: 0%;
}

.heading {
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-2 {
  color: gray;
  text-align: left;
  letter-spacing: 1.5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.div-block {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block.white {
  background-color: #0000;
}

.background-video {
  z-index: 0;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.button-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  padding: 16px 36px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .2s;
}

.button-5:hover {
  background-color: #77a9a9;
}

.button-5.border {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 300;
  transition: color .2s, box-shadow .2s, background-color .2s;
}

.button-5.border:hover {
  color: #1a98c0b3;
  box-shadow: 0 0 3px #1a98c080;
}

.text-block-59 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-10 {
  color: var(--color-natural-200);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.aesthetics-card-2 {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  min-height: 500px;
  padding: 32px;
  transition-property: none;
  box-shadow: 3px 4px 4px #00000029;
}

.aesthetics-card-2:focus {
  background-color: #fff;
}

.testimonial-mask-2 {
  height: 100%;
  overflow: visible;
}

.testimonial-slider-3 {
  background-color: #0000;
  max-width: 305px;
  height: 100%;
  padding-top: 10px;
  overflow: visible;
}

.solid-subtitle-line-3 {
  color: #e0c477;
  background-color: #013f61;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line-3.dark {
  background-color: #70778866;
}

.fake-button-tab {
  color: var(--natural-color-100);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  width: 100%;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1px;
  font-weight: 400;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 40px;
  display: grid;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 1px solid #461d7c;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2.w--current {
  background-color: #fcfcfc17;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsz_adobestock_196092658_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 400px;
  height: 250px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
}

.tab-link-tab-2.revised {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_86254301.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2.revised {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_280574301.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  width: 100%;
  height: 230px;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2.revised.w--current {
  background-image: url('../images/AdobeStock_280574301.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.aesthetics-panel-1 {
  align-self: center;
  width: 100%;
  min-height: auto;
  padding-bottom: 46px;
  padding-left: 20px;
  display: block;
  bottom: 20px;
  left: 10px;
}

.grid-with-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  position: absolute;
  inset: auto 10% 10%;
}

.grid-with-1-but {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  margin-top: 20px;
  position: absolute;
  inset: auto 10% 13%;
}

.subtitle {
  color: var(--primary-color);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 22px;
  line-height: 1.3em;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 30px;
  display: grid;
}

.cool-image {
  object-fit: cover;
  border-radius: 7%;
  width: auto;
  height: 200px;
}

.testimonial-slider-copy {
  background-color: #0000;
  max-width: 305px;
  height: 100%;
  padding-top: 10px;
  overflow: visible;
}

.subtitle-line-2 {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line-2.dark {
  background-color: #e1e4ee;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 50%;
  height: 400px;
  margin-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.left-intro-2 {
  grid-column-gap: 12px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  font-family: roc-grotesk-extrawide;
  font-weight: 200;
  display: grid;
}

.right-arrow-6 {
  color: #eef0f6;
  background-color: #014367;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  transition: box-shadow .2s, color .2s;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 4px #0000000d;
}

.right-arrow-6:hover {
  color: #2f3a44;
  box-shadow: 2px 0 4px #0000001a;
}

.left-arrow-6 {
  color: #eef0f6;
  background-color: #014367;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  font-weight: 700;
  transition: box-shadow .2s, color .2s;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 4px #0000000d;
}

.left-arrow-6:hover {
  color: #2f3a44;
  box-shadow: 2px 0 4px #0000001a;
}

.tab-link-babe {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_304537279.webp');
  background-position: 0 0, 20%;
  background-size: auto, cover;
  width: 100%;
  height: 200px;
}

.tab-link-babe.w--current {
  background-color: #0000;
  background-image: url('../images/AdobeStock_304537279.webp');
  background-position: 20%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.tab-7 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_492699325.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px solid #461d7c;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-7.w--current {
  height: 100%;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-4 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_54457627.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px solid #461d7c;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.tab-link-tab-4.w--current {
  border-color: #000;
  height: 100%;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-men {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_315420399.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 200px;
  margin-right: 5px;
}

.tab-link-men.w--current {
  background-image: url('../images/AdobeStock_315420399.webp');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.tab-div-2 {
  margin-top: 150px;
}

.tabs-2 {
  flex-direction: row;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.tab-pane-tab-2 {
  z-index: 1;
}

.text-block-58 {
  color: #000;
  letter-spacing: .5px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.slider-heading-4 {
  color: var(--primary-color);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.testimonial-slide-2 {
  width: auto;
  max-width: none;
  height: 100%;
  margin-right: 20px;
}

.tab-link-tab-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_439637735.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  margin-right: 5px;
}

.tab-link-tab-6.w--current {
  margin-right: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.hide {
  display: none;
}

.dual-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 7%;
  width: auto;
  height: 200px;
}

.container-8 {
  justify-content: center;
  display: block;
}

.little-heading-2 {
  color: var(--primary-color);
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  display: flex;
}

.little-heading-2.steps {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.section-header-2 {
  color: #37383b;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.section-header-2.how-it-works {
  margin-bottom: 33px;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-3-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  margin-left: 49px;
  margin-right: 49px;
}

.grid-3-copy._2 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-columns: 1fr 1fr;
}

.imggrid-2 {
  z-index: 2;
  border: 3px solid var(--color-natural-200);
  background-color: var(--natural-color-100);
  object-fit: contain;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}

.imggrid-2._1 {
  object-fit: cover;
}

.container-13 {
  z-index: 0;
  background-color: #83c4c8;
  border: 2px solid #0000;
  margin-top: -112px;
  position: relative;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  margin-left: 49px;
  margin-right: 49px;
}

.grid-3._2 {
  margin-top: 130px;
}

.paragraph-large-4 {
  color: #a0a0a0;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-large-4._1 {
  color: #666;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.list-item.home, .list-item-2, .list-item-3 {
  color: #fffc;
}

.text-block-60 {
  padding-top: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-62 {
  letter-spacing: 1.5px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-62:hover {
  color: #fff0ef;
}

.grid-8 {
  padding-left: 0;
}

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

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  display: flex;
}

.logo-2 {
  width: 113px;
}

.grid-17 {
  padding-bottom: 16px;
}

.banner-alert {
  background-color: var(--natural-color-900);
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  min-height: 30px;
  padding: 2px 5%;
  display: flex;
}

.navigation-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.grid-22 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/tryq.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 635px;
  max-width: 631px;
  margin-left: 0;
  padding: 16px;
}

.navigation-link {
  color: var(--color-natural-200);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #5bbfd3;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.grid-41 {
  background-image: linear-gradient(to bottom, null, null), url('../images/tryq.svg');
  background-size: auto, cover;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1000px;
  max-width: 1000px;
}

.heading-16 {
  font-weight: 700;
}

.dropdown-menu {
  color: #3a3636;
  margin-bottom: 7px;
  font-size: 15px;
}

.dropdown-menu.injectables {
  display: none;
}

.footer-social-circle {
  color: #fff;
  background-color: #0000;
  border: 1px #eef0f6;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  padding: 4px;
  transition: all .3s;
  display: flex;
}

.footer-social-circle:hover {
  background-color: var(--natural-color-500);
  border-color: #ee6262;
}

.footer-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.logo-link-large {
  margin-right: 24px;
}

.grid-20 {
  padding-bottom: 17px;
}

.grid-12 {
  margin-left: 0;
}

.grid-16 {
  padding-bottom: 13px;
}

.div-block-12 {
  z-index: 9999;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 7px #0000008a;
}

.grid-5 {
  grid-template-rows: auto;
  width: 600px;
  max-width: 600px;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.grid-18 {
  padding-bottom: 18px;
}

.dropdown-list-2.w--open {
  width: 1000px;
  max-width: 1000px;
  margin-left: -196px;
  box-shadow: 1px 1px 3px #fa9c97;
}

.heading-17 {
  font-weight: 700;
}

.heading-17.dot {
  color: #0000;
  background-color: #0000;
}

.grid-15 {
  padding-bottom: 10px;
}

.dropdown-heading {
  flex-direction: column;
  height: 60px;
  margin-top: -15px;
  margin-bottom: 9px;
  font-size: 25px;
  display: flex;
}

.grid-11 {
  padding-left: 31px;
}

.navigation {
  background-color: #0000;
  background-image: url('../images/AdobeStock_360340047.webp'), linear-gradient(357deg, #0000, #ffffffe3);
  background-position: 100% 100%, 0 0;
  background-size: cover, auto;
  align-items: center;
  width: 100%;
  min-height: 88px;
  margin-left: 0%;
  margin-right: 1%;
  padding: 0 2%;
  display: block;
}

.grid-14 {
  padding-bottom: 7px;
}

.grid-10 {
  padding-left: 27px;
}

.div-block-14 {
  flex-direction: column;
  padding-top: 15px;
  display: flex;
}

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

.navigation-button {
  background-color: #0000;
  background-image: linear-gradient(107deg, var(--natural-color-500), var(--color-natural-200));
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 0;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  color: #fff0ef;
  background-color: #282556;
}

.grid-13 {
  width: 1000px;
  max-width: 1000px;
  padding-bottom: 1px;
}

.navigation-link-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-14 {
  display: none;
}

.text-block-63 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.aesthetics-card-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding: 32px 25px;
  transition-property: none;
  display: flex;
  box-shadow: 3px 4px 4px #00000029;
}

.aesthetics-card-3:focus {
  background-color: #fff;
}

.testimonial-slider-4 {
  background-color: #0000;
  max-width: 305px;
  height: 100%;
  padding-top: 10px;
  overflow: visible;
}

.right-arrow-7 {
  color: #eef0f6;
  background-color: #014367;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  transition: box-shadow .2s, color .2s;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 4px #0000000d;
}

.right-arrow-7:hover {
  color: #2f3a44;
  box-shadow: 2px 0 4px #0000001a;
}

.tab-8 {
  border: 1px solid var(--natural-color-900);
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_267701139.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 0;
  width: 100%;
  height: 230px;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-8.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/AdobeStock_267701139.webp');
  height: 230px;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-4-2 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_424070459-1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px solid #461d7c;
  border-radius: 5px;
  width: 100%;
  height: 230px;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.tab-link-tab-4-2.w--current {
  background-image: url('../images/AdobeStock_424070459-1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-color: #000;
  border-radius: 0;
  margin-right: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-pane-tab-2-2 {
  z-index: 1;
}

.slider-heading-5 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-tab-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_398618748.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: 230px;
  margin-right: 5px;
}

.tab-link-tab-7.w--current {
  background-image: url('../images/AdobeStock_398618748.webp');
  background-position: 100%;
  background-size: cover;
  margin-right: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.left-arrow-7 {
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto 320px 50px auto;
}

.udesly-code-snippet {
  display: none;
}

.hero-content-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.arrow-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .2s;
  display: flex;
}

.arrow-wrapper:hover {
  opacity: .85;
}

.udesly-typewriter-effect {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  width: 100%;
  margin-left: 10px;
  padding-top: 20px;
  font-size: 35px;
  font-weight: 200;
  line-height: 1;
}

.right-arrow-8 {
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto 250px 50px auto;
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transform: rotate(-90deg);
}

.heading-94 {
  color: #ffffffc7;
  background-image: linear-gradient(122deg, #46ca9b8c, #036efc42 55%, #ab47bc94);
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  font-size: 40px;
  line-height: 1em;
}

.scroll-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 100px 0 auto;
}

.div-block-309 {
  text-align: center;
  justify-content: center;
  width: 1200px;
  display: flex;
}

.slider-arrow-icon {
  width: 100%;
  max-width: 10px;
}

.slider-arrow-icon.rotated {
  transform: rotate(180deg);
}

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

.scroll-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.slide-nav-3 {
  width: auto;
  display: none;
  position: absolute;
  inset: auto auto 150px 70px;
}

.scroll-line-overlay {
  background-color: #afbda7;
  width: 100%;
  height: 100%;
}

.paragraph-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
}

.background-video-12 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
}

.hero-section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 79px;
  display: flex;
  position: relative;
}

.hero-content-wrapper-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.heading-h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph-copy-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  max-width: 670px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 25px;
  font-weight: 100;
  line-height: 30px;
}

.heading-red {
  color: var(--natural-color-500);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.testimonial-left-arrow-2 {
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
  display: flex;
  inset: auto auto -80px 41.5%;
}

.testimonial-left-arrow-2:hover {
  color: #000;
  border-color: #000;
}

.testimonial-name-2 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.mini-title-text-2 {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.testimonial-section-2 {
  z-index: 2;
  background-image: linear-gradient(162deg, #fff, #fff 50%, #cfcfcf);
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testimonial-section-heading-2 {
  color: var(--color-natural-200);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: minerva-modern, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
}

.container-14 {
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-right-arrow-2 {
  color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 33px;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
  display: flex;
  inset: auto 41.5% -80px auto;
}

.testimonial-right-arrow-2:hover {
  color: #000;
  border-color: #000;
}

.blog-container {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.specialists {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.new-button {
  color: #a09585;
  letter-spacing: 2.28px;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  align-items: center;
  padding: 13px 30px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.new-button.team {
  border-style: none;
  border-width: 0;
  padding: 0;
  transition: all .3s;
}

.new-button.team:hover {
  color: var(--primary-color);
}

.new-button.priority {
  color: #e2d0a2;
  border-color: #ffffff24;
  height: auto;
  position: relative;
}

.new-button.blog-post {
  border-style: none;
  border-width: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

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

.new-button.services {
  border-style: none;
  border-width: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.new-button.services:hover {
  color: var(--primary-color);
}

.new-button.book-now-btn {
  font-family: Generalsans;
  font-weight: 500;
}

.new-button.book-now {
  color: var(--natural-color-900);
  background-color: #ebe3cf;
  border-color: #ebe3cf;
}

.new-button.contact-submit-btn {
  border-color: var(--color-natural-200);
  background-color: var(--color-natural-200);
  color: var(--natural-color-900);
  background-image: url('../images/right-icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 50px;
  font-weight: 600;
}

.new-button.typography {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  font-family: Manrope, sans-serif;
}

.new-button.blog-btn {
  border-color: var(--natural-color-900);
  color: var(--natural-color-900);
  justify-content: center;
  height: auto;
  transition: all .3s;
  position: relative;
}

.new-button.team-member {
  height: auto;
  transition: all .3s;
  position: relative;
}

.new-button.about-btn {
  color: var(--primary-color);
  border-color: #ed1c2459;
  height: auto;
  position: relative;
}

.new-button.about-btn:hover {
  background-color: var(--primary-color);
}

.steps-container {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.button-text-copy {
  color: var(--natural-color-900);
  position: relative;
}

.heading-10-copy {
  color: var(--color-natural-200);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.container-copy {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.footer-container {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1616px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.button-icon-copy {
  color: var(--natural-color-100);
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  position: relative;
}

.solid-subtitle-line {
  color: #e0c477;
  background-color: #70b3ff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #70778866;
}

.html-embed-2 {
  width: 98%;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #f7f7fa;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  margin-bottom: 40px;
  padding: 80px 0;
  display: block;
  box-shadow: -6px 10px 18px 8px #1e798b4f;
}

.heading-95 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
}

.dual-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.stacked-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.subtitle-2 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.new-aesthetics-section {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
  position: relative;
}

.new-aesthetics-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.new-aesthetics-section.no-padding.grey {
  display: block;
  position: static;
  top: 16px;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px);
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.blog-button {
  color: var(--natural-color-900);
  position: relative;
}

.blog-button.white, .blog-button.black {
  color: var(--natural-color-900);
}

.banner-alert-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(146deg, #83c4c8, #22525e);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 30px;
  padding: 2px 5%;
  display: flex;
}

.button-5-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  padding: 16px 36px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .2s;
}

.button-5-copy:hover {
  background-color: #77a9a9;
}

.button-5-copy.border {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 300;
  transition: color .2s, box-shadow .2s, background-color .2s;
}

.button-5-copy.border:hover {
  color: #1a98c0b3;
  box-shadow: 0 0 3px #1a98c080;
}

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

.grid-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/AdobeStock_328513093-copy.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  grid-template: "Area Area-2 Area-3"
  / .5fr 1fr 1fr 1fr;
  margin-top: -8px;
  padding: 21px;
}

.heading-menu-drop-2 {
  color: var(--primary-color);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.nav-dropdown-link-4 {
  color: var(--color-natural-200);
  padding: 2.5px 5px 7px 10px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-dropdown-link-4:hover {
  color: #61cdff;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-4.w--current {
  color: #72cdf6;
}

.nav-dropdown-link-4.new {
  padding-bottom: 12px;
  font-size: 20px;
}

.nav-dropdown-link-4.new.quick {
  font-size: 17px;
}

.div-block-10 {
  width: 100%;
}

.div-block-5 {
  color: #37383b;
  background-color: #37383b;
  width: 950px;
  margin-top: 1px;
}

.dropdown-list-3 {
  margin-top: 1px;
}

.dropdown-list-3.w--open {
  background-color: #0000;
  margin-top: 10px;
  margin-left: -132px;
}

.subheading {
  color: #1e798bc4;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

.subheading.white {
  color: var(--natural-color-100);
  font-size: 80px;
}

.background-video-13 {
  height: 100%;
}

.content-wrapper-8 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 80px;
  padding: 20px 40px;
  display: flex;
  position: relative;
  left: -92px;
}

.div-block-297 {
  background-color: #013f61;
  width: 527px;
  height: 84%;
  position: relative;
  bottom: -40px;
  left: 14px;
}

.h3-heading-2 {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  align-self: auto;
  margin: 0 auto 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 50px;
}

.content-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #013f61;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  margin-top: 40px;
  padding: 14px 60px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.content-button-2:hover {
  color: #fff;
  background-color: #278dc5;
}

.grid-content {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.heading-92 {
  color: #000;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-308 {
  background-color: #013f61;
  height: 98%;
  position: relative;
  top: -19px;
  left: 116px;
  right: -89px;
}

.content-background {
  z-index: -1;
  background-color: #9fe5e7b5;
  border-radius: 0;
  width: 86%;
  height: 126%;
  position: absolute;
  inset: -84px auto auto -25px;
}

.paragraph-large-5 {
  color: #3f3f3f;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.background-3 {
  z-index: -1;
  background-color: var(--color-natural-200);
  border-radius: 0;
  width: 80%;
  height: 120%;
  position: absolute;
  inset: -31px auto auto 27px;
}

.div-block-298 {
  background-color: #013f61;
  height: 101%;
  position: relative;
  bottom: 17px;
  left: 145px;
}

.image-cover-3 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  left: 29px;
  box-shadow: 4px 4px 10px 4px #0000008c;
}

.flex-header-2 {
  background-color: #0000;
  background-image: linear-gradient(317deg, #0000, #ffffffb8), url('../images/AdobeStock_244178265.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.image5 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  left: 48px;
  box-shadow: 3px 3px 8px 4px #0000008c;
}

.heading-2 {
  color: #013f61;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.container-15 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-content-3 {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.image-block-small-2 {
  height: 450px;
  padding-left: 0;
  position: relative;
}

.image-cover-2-copy {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  right: -16px;
  box-shadow: 4px 4px 10px 3px #0000008c;
}

.background-1 {
  z-index: -1;
  background-color: var(--color-natural-200);
  border-radius: 0;
  width: 80%;
  height: 130%;
  position: absolute;
  inset: -76px auto auto -50px;
}

.heading-96 {
  font-weight: 300;
}

.left-content-wrapper {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 80px;
  padding: 20px 0 20px 40px;
  display: flex;
  position: relative;
  left: 156px;
}

.heading-97 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 60px;
}

.section-content-2 {
  align-items: center;
  padding: 148px 0% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-content-2.new {
  padding-top: 100px;
  padding-right: 5%;
  left: -57px;
}

.content-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: static;
  overflow: visible;
}

.content-image-block {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
  left: -38px;
}

.image-5 {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  box-shadow: 4px 6px 9px 2px #00000069;
}

.check-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5c5c5c;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #708c94;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #000;
}

.button-primary-8:active {
  background-color: #43464d;
}

.h3-heading-3 {
  color: #080808;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.h3-heading-3.h3 {
  font-size: 30px;
}

.text-block-66 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.section-content-3 {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/AdobeStock_470813680.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  margin-top: 0;
  padding: 5%;
  display: block;
  position: static;
  transform: translate(0);
}

.content-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: start;
  display: block;
}

.h4-2 {
  color: #303030;
  letter-spacing: -.3px;
  text-transform: none;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

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

.check-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
}

.container-19 {
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-15 {
  z-index: 0;
  object-fit: cover;
  background-color: #000;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% -38% 0% auto;
}

.text-red {
  color: #01a0ff;
  font-size: 25px;
  font-style: italic;
  font-weight: 200;
  line-height: 28px;
}

.content-wrapper-5 {
  max-width: 100%;
  margin-top: -270px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 25px;
  position: relative;
  left: 0%;
}

._2-red-line-2 {
  background-color: #ff3b1cc9;
  width: 130px;
  height: 2px;
}

._2-red-line-2._2-top-border {
  background-color: var(--natural-color-100);
  background-color: #022859;
  background-image: linear-gradient(156deg, var(--primary-color), var(--color-natural-200) 19%, var(--natural-color-100));
  margin-top: 10px;
}

.column-9 {
  height: 100%;
}

.bottom-border {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.inner-hero-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  padding: 0 20px;
  display: flex;
  position: relative;
  top: 0;
  left: 0%;
  right: auto;
}

.h2-title {
  color: var(--natural-color-500);
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-shadow: 4px 4px 9px #0000009c;
  white-space: nowrap;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
}

.minifx-hero {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_218942178.webp');
  background-position: 0 0, 59%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  padding-top: 300px;
  position: relative;
  overflow: hidden;
}

.minifx-hero.opus {
  background-image: linear-gradient(115deg, #000c, #fff0), url('../images/AdobeStock_128617354.webp');
  background-position: 0 0, 50%;
}

.minifx-hero.hcg {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_316710011.webp');
  height: 90vh;
}

.minifx-hero.mmwl {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_260690490.webp');
  background-position: 0 0, 76%;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  display: flex;
}

.minifx-hero.mmwl.botox {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_304538605.webp');
}

.minifx-hero.mmwl.alma-iq {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/665a45d1310b9da57d9f6fe7_QRG520x-daylight-16-9-ppt.webp');
  background-position: 0 0, 76%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.minifx-hero.mmwl.neo {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_518049184.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.minifx-hero.diet-shots {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_212192737.webp');
}

.minifx-hero.sermorelin {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_242969267.webp');
}

.minifx-hero.inbody {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_281211036.webp');
}

.minifx-hero.iv-hydration {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_303122693.webp');
}

.minifx-hero.hrt {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_129891665.webp');
  background-position: 0 0, 50% 0;
  padding-top: 250px;
}

.minifx-hero.exosome {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_125922718.webp');
}

.minifx-hero.prp {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_371951746.webp');
}

.minifx-hero.ted {
  height: 80vh;
}

.minifx-hero.prphair {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_377934295.webp');
}

.minifx-hero.nad {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_289993382.webp');
}

.minifx-hero.thread-lift {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_358314630.webp');
}

.minifx-hero.about-us-lightbox {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_304538605.webp');
}

.minifx-hero.dysport {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_249940566.webp');
}

.minifx-hero.juvederm {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_162246492.webp');
}

.minifx-hero.kybella {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_485179406.webp');
}

.minifx-hero.radiesse {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_398205636.webp');
}

.minifx-hero.vollure {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_233519955.webp');
}

.minifx-hero.versa {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_323436113.webp');
  background-position: 0 0, 50% 0;
}

.minifx-hero.voluma {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_274385209.webp');
}

.minifx-hero.skin-tightening {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_251394182.webp');
}

.minifx-hero.ipl {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_409931168.webp');
}

.minifx-hero.lhr {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_259937635-1.webp');
  height: 80vh;
}

.minifx-hero.cleearlift {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_180537341.webp');
}

.minifx-hero.tattoo-removal {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_187863385.webp');
}

.minifx-hero.microneedling {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_398204040.webp');
}

.minifx-hero.dermaplane {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_498343274.webp');
}

.minifx-hero.chemical-peel {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_492699325.webp');
}

.minifx-hero.facials {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_192984281.webp');
  background-position: 0 0, 59%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.minifx-hero.body-sculpting {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_315420399.webp');
}

.minifx-hero.about {
  background-image: url('../images/DSC02644.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 220px;
}

.minifx-hero.semaglutide {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_216416516.webp');
  padding-left: 59px;
  padding-right: 59px;
}

.minifx-hero.facical {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_260723281-min.jpeg');
  background-position: 0 0, 50% 0;
  align-items: flex-end;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 20px;
  display: flex;
}

.minifx-hero.skincare {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_350698210.webp');
  height: 80vh;
}

.minifx-hero.weight-loss {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_316710011.webp');
  height: 80vh;
}

.minifx-hero.wellness {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_116579735.webp');
  height: 80vh;
}

.minifx-hero.body-sculpt {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_306200522.jpg');
  height: 80vh;
}

.columns-3 {
  height: 100%;
  margin-top: 226px;
}

.sub-non-product {
  color: #fff;
  text-align: left;
  width: 75%;
  padding-right: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 29px;
}

.column-10 {
  margin-top: 168px;
}

.rich-text-block {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.about-paragraph {
  color: var(--natural-color-100);
}

.heading-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-detail-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.button-outline {
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-outline:hover {
  border-color: #d3d3d3;
}

.team-badge {
  color: #40bf6a;
  background-color: #f4fbf6;
  border-radius: 8px;
  margin-top: 24px;
  padding: 4px 10px;
  font-weight: 600;
}

.team-card {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.heading-content {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.grid-button {
  grid-template-rows: auto;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.team-image {
  border-radius: 20px;
  height: 320px;
  overflow: hidden;
}

.team-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  display: flex;
}

.team-social-link {
  color: #b2b2b2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.team-social-link:hover {
  color: #4255bd;
  background-color: #f4f5fb;
}

.heading-detail-section {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.team-detail-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.sub-heading-large.text-weight-medium {
  text-align: center;
  font-family: Playfairdisplay, sans-serif;
  font-size: 20px;
}

.team-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.team-role {
  color: var(--color-natural-200);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

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

.button-primary {
  color: #fff;
  background-color: #4255bd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.heading-98 {
  color: var(--natural-color-500);
  text-transform: uppercase;
  font-family: Playfairdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.heading-99 {
  color: var(--natural-color-100);
  font-family: Playfairdisplay, sans-serif;
  font-size: 17px;
}

.button-6 {
  border: 1px solid var(--natural-color-100);
  background-color: #0000;
  font-family: brandon-grotesque, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.faq-title-wrapper {
  color: #fff;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.faq-icon-square-2 {
  background-color: #90a97f;
  background-image: linear-gradient(135deg, var(--primary-color), var(--natural-color-500));
  color: #211f54;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.faq-content-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-regular-bold-3 {
  color: #3c3c3b;
  letter-spacing: -.03em;
  text-transform: none;
  font-family: Playfairdisplay, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.faq-arrow {
  color: var(--natural-color-100);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-item-line {
  border: 1px solid #e4e6f1;
  border-radius: 0;
  width: 100%;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

.icon-8 {
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.gallery-slide {
  margin-left: 10px;
  margin-right: 0;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.lightbox-link {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
}

.right-arrow-5 {
  background-color: #aeb2b8;
  background-image: linear-gradient(139deg, var(--color-natural-200), white);
  color: #393b6a;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0 0;
  transform: translate(100%, 100%);
}

.right-arrow-5:hover {
  color: #fff;
  background-color: #dadada;
  border-color: #160042;
}

.image-13 {
  width: auto;
  height: 100%;
}

.gallery-slider-2 {
  background-color: #0000;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 15px;
  display: flex;
}

.left-arrow-5 {
  background-color: #aeb2b8;
  background-image: linear-gradient(236deg, var(--color-natural-200), white);
  color: #b9ae5c;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0 0;
  transform: translate(0, 100%);
}

.left-arrow-5:hover {
  color: #fff;
  background-color: #dadada;
}

.section-gallery {
  justify-content: flex-end;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.container-regular {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.gallery-slider-mask {
  flex: 0 auto;
  align-self: auto;
  width: 325px;
  max-width: 100%;
  overflow: visible;
}

.button-7 {
  display: none;
}

.link {
  color: var(--natural-color-100);
  text-decoration: none;
}

.about-us-hero {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_218942178.webp');
  background-position: 0 0, 59%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 300px;
  position: relative;
  overflow: hidden;
}

.about-us-hero.opus {
  background-image: linear-gradient(115deg, #000c, #fff0), url('../images/AdobeStock_128617354.webp');
  background-position: 0 0, 50%;
}

.about-us-hero.hcg {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_316710011.webp');
}

.about-us-hero.mmwl {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_260690490.webp');
  background-position: 0 0, 80%;
}

.about-us-hero.diet-shots {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_212192737.webp');
}

.about-us-hero.sermorelin {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_242969267.webp');
}

.about-us-hero.inbody {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_281211036.webp');
}

.about-us-hero.iv-hydration {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_303122693.webp');
}

.about-us-hero.hrt {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_129891665.webp');
  background-position: 0 0, 50% 0;
  padding-top: 250px;
}

.about-us-hero.exosome {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_125922718.webp');
}

.about-us-hero.prp {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_371951746.webp');
}

.about-us-hero.prphair {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_377934295.webp');
}

.about-us-hero.nad {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_289993382.webp');
}

.about-us-hero.thread-lift {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_358314630.webp');
}

.about-us-hero.about-us-lightbox {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_304538605.webp');
}

.about-us-hero.dysport {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_249940566.webp');
}

.about-us-hero.juvederm {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_162246492.webp');
}

.about-us-hero.kybella {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_485179406.webp');
}

.about-us-hero.radiesse {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_398205636.webp');
}

.about-us-hero.vollure {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_233519955.webp');
}

.about-us-hero.versa {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_323436113.webp');
  background-position: 0 0, 50% 0;
}

.about-us-hero.voluma {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_274385209.webp');
}

.about-us-hero.skin-tightening {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_251394182.webp');
}

.about-us-hero.ipl {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_409931168.webp');
}

.about-us-hero.lhr {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_259937635-1.webp');
}

.about-us-hero.cleearlift {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_180537341.webp');
}

.about-us-hero.tattoo-removal {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_187863385.webp');
}

.about-us-hero.microneedling {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_398204040.webp');
}

.about-us-hero.dermaplane {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_498343274.webp');
}

.about-us-hero.chemical-peel {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_492699325.webp');
}

.about-us-hero.facials {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_192984281.webp');
  background-position: 0 0, 59%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about-us-hero.body-sculpting {
  background-image: linear-gradient(115deg, #000c 24%, #fff0), url('../images/AdobeStock_315420399.webp');
}

.about-us-hero.about {
  background-image: url('../images/DSC02644.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 130px;
  padding-top: 37%;
  position: static;
}

.about-us-hero.about.about-changes {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  height: auto;
  padding-top: 0%;
  position: relative;
}

.rich-text-block-3 {
  color: var(--natural-color-900);
}

.image-16 {
  border: 1px solid #d8d5d5;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mobile-app-cta {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-us-img {
  width: 100%;
}

.inner-hero-text-copy {
  max-width: none;
  padding: 20px;
  display: inline-block;
  position: absolute;
  top: 350px;
  left: 0%;
  right: auto;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 100px;
}

.text-block-74 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Playfairdisplay, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.quick-links-header {
  color: var(--color-natural-200);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.sub-dropdown-quick-2 {
  color: #4e5156;
  text-transform: capitalize;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.sub-dropdown-quick-2:hover {
  color: var(--color-natural-200);
  text-decoration: none;
}

.sub-dropdown-quick-2.w--current {
  color: #303030;
}

.sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
  position: sticky;
  top: 101px;
}

.sidebar.top-36 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-left: 1px solid #10284d;
  margin-top: 72px;
  padding-left: 12px;
  top: 88px;
}

.sidebar.top-36.products {
  border-left-style: none;
  max-width: none;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-100 {
  color: var(--primary-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.brix---inner-container-574px---center {
  max-width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-71 {
  color: #000;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-71:hover {
  color: #000;
}

.columns-8 {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-6 {
  background-color: #fff;
  border-top: 1px #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: static;
}

.link-block-4 {
  background-image: linear-gradient(153deg, var(--color-natural-200), var(--natural-color-500) 0%, var(--color-natural-200) 48%);
  color: #16181f;
  border-bottom: 0 solid #00000017;
  width: 100%;
  margin-top: 21px;
  padding: 15px;
  text-decoration: none;
}

.link-block-4.w--current {
  margin-top: 10px;
  padding-bottom: 10px;
}

.resource-notification-2 {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #f7f7fa;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: block;
}

.service-page-column {
  padding-right: 0;
}

.quick-link-menu-item-4 {
  color: #000;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 15px;
  text-decoration: none;
}

.quick-link-menu-item-4.w--open {
  background-color: #faf9f9;
  position: static;
}

.rich-text-block-4 {
  margin-top: 20px;
}

.icon-15 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.quick-link-block-2 {
  color: #16181f;
  border-bottom: 1px #00000017;
  width: 100%;
  text-decoration: none;
}

.brix---mg-bottom-48px {
  margin-top: 40px;
  margin-bottom: 48px;
}

.image-17 {
  margin-top: 15px;
}

.html-embed-9 {
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.brix---container-default {
  background-color: #0000;
  border-top: 1px #000;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.column-14 {
  border-left: 1px solid #0000001f;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 120px;
}

.content-wrapper-9 {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 25px;
  position: relative;
  top: 200px;
  left: 0%;
}

.column-16 {
  height: 100%;
}

.inner-hero-text-2 {
  max-width: none;
  margin-top: 50px;
  margin-bottom: 0;
}

.columns-4 {
  height: 100%;
}

.bottom-border-2 {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.minifx-hero-2 {
  background-image: url('../images/AdobeStock_215649564.webp');
  background-position: 59%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.minifx-hero-2.blog-post-header {
  background-image: url('../images/testimonial-shape-1.svg');
  background-size: cover;
}

.heading-24 {
  color: var(--color-natural-200);
  text-transform: capitalize;
  padding-top: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.text-block-75 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.quick-links-header-2 {
  color: #b1b874;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
}

.sub-dropdown-quick-3 {
  color: #4e5156;
  text-transform: capitalize;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.sub-dropdown-quick-3:hover {
  color: #b1b874;
  text-decoration: none;
}

.sub-dropdown-quick-3.w--current {
  color: #303030;
}

.heading-101 {
  color: #000;
  font-size: 40px;
}

.text-block-76 {
  color: #000;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-76:hover {
  color: #000;
}

.link-block-5 {
  color: #16181f;
  background-image: linear-gradient(153deg, #000, #b1b874 0%, #000 48%);
  border-bottom: 0 solid #00000017;
  width: 100%;
  margin-top: 21px;
  padding: 15px;
  text-decoration: none;
}

.link-block-5.w--current {
  margin-top: 10px;
  padding-bottom: 10px;
}

.rich-text-block-5 {
  margin-top: 20px;
}

.rich-text-block-5 h3 {
  font-size: 25px;
}

.rich-text-block-5 h2 {
  font-family: Playfairdisplay, sans-serif;
  font-weight: 400;
}

.icon-16 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.service-image {
  width: 100%;
  margin-top: 15px;
}

.html-embed-10 {
  margin-top: 18px;
}

.column-17 {
  border-left: 1px solid #0000001f;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 120px;
}

.section-7 {
  width: 100vw;
  height: 35vh;
}

.container-20 {
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.collection-list-wrapper {
  display: flex;
}

.checkbox-label {
  color: var(--natural-color-100);
  font-family: brandon-grotesque, sans-serif;
}

.paragraph {
  border: 1px solid var(--natural-color-100);
  color: var(--natural-color-100);
  text-align: center;
  font-size: 13px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 18px;
}

.mobile-button {
  display: none;
}

.image-18 {
  width: 20%;
  height: auto;
  margin-right: 10px;
}

.dropdown {
  margin-left: 20px;
  margin-right: 20px;
}

.container-21 {
  margin-top: 60px;
}

.text-block-77 {
  color: var(--natural-color-100);
}

.paragraph-2 {
  color: var(--natural-color-900);
  font-family: Playfairdisplay, sans-serif;
  font-weight: 400;
}

.white {
  color: var(--natural-color-100);
  font-size: 43px;
}

.pop-up-code {
  display: none;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    background-image: linear-gradient(#a09585, #383838);
  }

  .nav-menu-contant-wrapper {
    padding-top: 210px;
  }

  .banner-grid {
    padding-left: 30px;
  }

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

  .primary-button.newsletter {
    right: -3%;
  }

  .services-quote-section {
    background-color: var(--natural-color-100);
    background-image: linear-gradient(139deg, #e7e7e79c, var(--natural-color-100) 50%, #f5f5f5);
  }

  .quote-details {
    background-position: 35% 100%;
  }

  .features-wrapper {
    background-color: #0000;
  }

  .features-heading-wrapper {
    max-width: 800px;
  }

  .priority-heading-wrapper {
    width: 456px;
  }

  .priority-heading {
    font-family: roc-grotesk-extrawide;
    font-size: 45px;
    font-weight: 200;
  }

  .priority-details {
    padding-bottom: 5px;
  }

  .blog-heading {
    text-transform: uppercase;
    font-family: roc-grotesk-extrawide;
    font-size: 40px;
    font-weight: 300;
  }

  .newsletter-text-block {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: roc-grotesk-wide;
    font-size: 18px;
    font-weight: 200;
  }

  .footer-menu-heading {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: roc-grotesk-wide;
  }

  .banner-image-two {
    z-index: 8;
  }

  .banner-image-three {
    z-index: 6;
  }

  .banner-shape {
    background-image: linear-gradient(#f7f1ec00, #f7f1ec00);
  }

  .dental-text-wrapper {
    z-index: 100;
    position: static;
  }

  .author-image.author-image-01 {
    background-image: url('../images/officeqqq.webp');
  }

  .author-image.introduction-image-02 {
    background-image: url('../images/asjlkfsj.webp');
  }

  .author-image.introduction-image-03 {
    background-image: url('../images/2651de_432d0d4905b84f7f9a56131c55fcaff8_mv2.webp');
  }

  .text-block-2 {
    color: #181818;
  }

  .div-block.white {
    background-color: #0000;
  }

  .div-block-2 {
    background-image: linear-gradient(#000000bf, #000000bf);
  }

  .button-5.border {
    border-color: var(--natural-color-100);
    color: var(--natural-color-900);
    border-color: var(--natural-color-900);
  }

  .text-block-59 {
    color: var(--natural-color-100);
  }

  .aesthetics-card-2 {
    background-image: linear-gradient(315deg, #29251d, var(--natural-color-900));
    box-shadow: 6px 8px 12px 1px #0000009e;
  }

  .testimonial-slider-3 {
    padding-bottom: 48px;
  }

  .tab-link-tab-2.revised.w--current {
    background-position: 50%;
  }

  .right-arrow-6 {
    background-color: #a09585;
  }

  .tab-pane-tab-2 {
    padding-bottom: 0;
  }

  .slider-heading-4 {
    color: var(--natural-color-100);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: roc-grotesk;
    font-size: 14px;
  }

  .icon {
    color: var(--natural-color-900);
  }

  .little-heading-2 {
    font-family: roc-grotesk-extrawide;
    font-size: 20px;
    font-weight: 200;
  }

  .section-header-2.how-it-works {
    font-family: roc-grotesk-extrawide;
  }

  .grid-3-copy {
    background-color: var(--natural-color-100);
    border: 1px #0000006b;
  }

  .imggrid-2 {
    border-color: var(--natural-color-900);
    background-color: var(--natural-color-100);
  }

  .container-13 {
    border-color: var(--primary-color);
  }

  .list-item, .list-item-2, .list-item-3 {
    color: #fffc;
    font-family: arboria;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-60 {
    color: #464646;
    font-family: arboria;
    font-size: 18px;
    line-height: 30px;
  }

  .navigation-link, .navigation-link.w--current {
    font-size: 14px;
  }

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

  .heading-red {
    font-size: 80px;
  }

  .container-14, .blog-container, .specialists, .steps-container, .container-copy, .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .new-aesthetics-section.no-padding.grey {
    background-image: none;
  }

  .blog-button {
    color: var(--natural-color-900);
  }

  .button-5-copy.border {
    border-color: var(--natural-color-100);
    color: var(--natural-color-900);
    border-color: var(--natural-color-900);
  }

  .heading-92 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 300;
  }

  .image5 {
    left: 5px;
  }

  .heading-97 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 300;
  }

  .section-content-3 {
    padding-top: 0;
  }

  ._2-red-line-2._2-top-border {
    margin-left: auto;
    margin-right: auto;
  }

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

  .inner-hero-text {
    inset: auto 0% 0%;
  }

  .h2-title.about-title {
    text-align: center;
  }

  .minifx-hero.lhr {
    align-items: center;
    padding-top: 400px;
    display: flex;
  }

  .minifx-hero.semaglutide {
    padding-left: 75px;
    padding-right: 75px;
  }

  .about-us-hero.about {
    min-height: 550px;
  }

  .about-us-hero.about.about-changes {
    min-height: auto;
  }

  .inner-hero-text-copy {
    text-align: center;
    inset: auto 0% 0%;
  }

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

  .resource-notification-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-24 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .banner-section-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .banner-section-heading._1 {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .primary-button.newsletter {
    right: 9%;
  }

  .services-container {
    width: 95%;
    max-width: none;
  }

  .about-us-video-wrapper {
    position: relative;
    top: 48%;
  }

  .about-us-left-contant {
    position: relative;
    top: -133px;
    left: 86px;
  }

  .about-us-lightbox {
    position: relative;
    right: 6px;
  }

  .priority-video-img {
    width: 100%;
  }

  .priority-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .about-details-image-wrapper {
    top: 0%;
  }

  .little-heading-2.steps {
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 25px;
  }

  .container-13 {
    background-image: linear-gradient(to bottom, #37383b, var(--primary-color));
    border-width: 1px;
    border-color: #0000;
    margin-top: -130px;
  }

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

  .navigation-link, .navigation-link.w--current {
    font-size: 14px;
  }

  .dropdown-heading {
    font-weight: 700;
  }

  .section-box {
    box-shadow: -6px 10px 18px 8px #9fe5e73b;
  }

  .new-aesthetics-section.no-padding.grey {
    background-color: #0000;
    background-image: none;
  }

  .content-wrapper-8 {
    background-color: #fff;
    padding: 20px 20px 20px 40px;
    position: relative;
    left: -89px;
  }

  .h3-heading-2 {
    font-size: 30px;
    line-height: 50px;
  }

  .heading-92 {
    font-weight: 100;
  }

  .flex-header-2 {
    display: block;
  }

  .heading-96 {
    font-size: 22px;
  }

  .left-content-wrapper {
    z-index: 9999;
    background-color: #fff;
    padding: 20px 20px 20px 40px;
    position: relative;
    left: 114px;
    right: 16px;
  }

  .heading-97 {
    font-weight: 100;
  }

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

  .h3-heading-3 {
    color: #303030;
    font-weight: 400;
  }

  .text-block-66 {
    font-family: Lato, sans-serif;
  }

  .section-content-3 {
    background-color: #0000;
  }

  .h4-2 {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
  }

  ._2-red-line-2._2-top-border {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .bottom-border {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inner-hero-text {
    justify-content: flex-end;
    display: flex;
    bottom: 15%;
  }

  .minifx-hero, .minifx-hero.mmwl.botox {
    height: 90vh;
  }

  .about-us-hero.about {
    min-height: 700px;
  }

  .content-wrapper-9, .inner-hero-text-2 {
    margin-top: 0;
  }

  .heading-24 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    height: 60%;
  }

  .nav-menu-contant-wrapper {
    padding-top: 268px;
  }

  .banner-grid {
    padding-left: 0;
  }

  .mini-title-wrapper.mg-bottom-20px {
    margin-bottom: 0;
  }

  .banner-section-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .banner-section-heading._1 {
    font-size: 70px;
  }

  .primary-button.newsletter {
    right: 5%;
  }

  .quote-contant-wrapper {
    width: 1314px;
  }

  .quote-details {
    background-position: 100% 100%;
  }

  .services-container {
    width: 97%;
    max-width: 95%;
  }

  .about-us-section {
    position: static;
  }

  .about-us-wrapper {
    padding-bottom: 0;
  }

  .about-us-text-wrapper {
    left: 48px;
  }

  .about-us-video-wrapper {
    width: 900px;
    top: -44%;
  }

  .about-us-left-contant {
    position: relative;
    top: 67px;
  }

  .features-card-border {
    width: 1060px;
    display: block;
  }

  .team-left-arrow {
    left: 28.8%;
  }

  .team-right-arrow {
    right: 61.5%;
  }

  .priority-heading {
    font-size: 65px;
    line-height: 80px;
  }

  .footer {
    background-color: #000;
  }

  .footer-top-grid {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .banner-image-two {
    right: 25%;
  }

  .banner-image-three {
    right: 4%;
  }

  .banner-image-four {
    right: -11%;
  }

  .services-two-details {
    font-size: 16px;
    line-height: 24px;
  }

  .checkout-paypal-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .banner-shape._4 {
    background-image: linear-gradient(to right, #f7f1ec, #f7f1ecde);
  }

  .banner-circle-shape-wrap {
    top: -14%;
    left: -11%;
  }

  .stacked-content {
    justify-items: start;
  }

  .tab-div-2 {
    width: 100%;
  }

  .container-13 {
    background-color: var(--primary-color);
    border-color: #0000;
  }

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

  .grid-17 {
    width: 800px;
    max-width: 800px;
    padding-bottom: 31px;
    padding-left: 26px;
    padding-right: 34px;
  }

  .navigation-link, .navigation-link.w--current {
    font-size: 14px;
  }

  .dropdown-menu {
    font-size: 20px;
    line-height: 30px;
  }

  .dropdown-menu.injectables {
    display: block;
  }

  .grid-36 {
    width: 1000px;
    max-width: 1000px;
  }

  .dropdown-heading {
    font-size: 30px;
    font-weight: 700;
  }

  .navigation-button:hover {
    color: #fff0ef;
  }

  .heading-h1 {
    margin-top: 40px;
  }

  .heading-red {
    font-size: 100px;
  }

  .section-box {
    position: relative;
    left: 162px;
    box-shadow: -6px 10px 18px 8px #9fe5e733;
  }

  .grid-wrapper {
    grid-template-columns: minmax(0, .5fr) minmax(auto, 1600px);
  }

  .background-video-13 {
    height: 60%;
    margin-bottom: 0;
  }

  .section-content-3 {
    padding-top: 60px;
    padding-bottom: 140px;
    position: static;
  }

  .content-wrapper-5 {
    margin-top: 0;
  }

  .inner-hero-text {
    justify-content: flex-end;
  }

  .minifx-hero {
    height: 70vh;
  }

  .minifx-hero.mmwl {
    background-position: 0 0, 100%;
    height: 70vh;
  }

  .minifx-hero.mmwl.botox {
    height: 70vh;
  }

  .lightbox-link {
    width: auto;
  }

  .image-13 {
    height: 300px;
  }

  .about-us-hero.about {
    min-height: 950px;
  }

  .image-16 {
    width: 100%;
    max-width: 1080px;
  }

  .link-block {
    width: 100%;
  }

  .content-wrapper-9, .heading-24 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    margin-top: 34px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .nav-menu-contant-wrapper {
    padding-top: 140px;
  }

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

  .nav-mnu-image-wrapper {
    display: none;
  }

  .nav-menu-border {
    height: 338px;
  }

  .nav-link-wrap {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
  }

  .nav-menu-arrow {
    margin-top: 6px;
    margin-left: 20px;
  }

  .banner-section {
    height: auto;
    padding-top: 150px;
    padding-bottom: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .banner-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.1fr;
  }

  .banner-text-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .mini-title-wrapper {
    margin-bottom: 15px;
  }

  .mini-title-wrapper.mg-bottom-20px.about-details {
    margin-bottom: 16px;
  }

  .mini-title-wrapper.mg-bottom-20px.priority {
    margin-bottom: 18px;
  }

  .mini-title-wrapper.mg-bottom-20px.our-story, .mini-title-wrapper.mg-bottom-24px, .mini-title-wrapper.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .banner-section-heading {
    font-size: 95px;
    line-height: 105px;
  }

  .banner-heading-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .button-wrapper {
    justify-content: flex-start;
    margin-top: 0;
  }

  .primary-button.newsletter {
    right: -32%;
  }

  .secondary-button.team {
    justify-content: center;
  }

  .secondary-button.team-member {
    padding: 12px 20px;
  }

  .banner-right-wrapper {
    width: 100%;
    position: relative;
  }

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

  .services-quote-section {
    padding-top: 90px;
  }

  .quote-contant-wrapper {
    width: 100%;
  }

  .quote-details {
    background-position: 100% 100%;
    font-size: 42px;
    line-height: 52px;
  }

  .quote-border {
    width: 38px;
    top: 5.5%;
    left: 1%;
  }

  .services-section {
    padding-bottom: 80px;
  }

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

  .servies-box {
    height: 80px;
  }

  .services-title-box {
    text-align: left;
    width: 100%;
  }

  .services-image-box {
    max-width: 224px;
    height: 150px;
    position: static;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }

  .services-top-wrapper.center {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .about-us-section {
    background-image: none;
  }

  .position-image {
    display: none;
  }

  .about-us-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .about-us-text-wrapper {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    left: 0;
  }

  .about-us-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .about-us-details {
    margin-bottom: 30px;
    line-height: 28px;
  }

  .about-us-video-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    padding-top: 0;
    display: flex;
    position: static;
    transform: none;
  }

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

  .features-top-wrapper {
    margin-bottom: 50px;
  }

  .features-section-heading {
    font-size: 50px;
    line-height: 50px;
  }

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

  .features-card-single-wrapper {
    width: 100%;
  }

  .features-card-number-wrap {
    margin-bottom: 20px;
  }

  .features-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .features-card-border {
    width: 100%;
    display: none;
    top: 8%;
    left: 0%;
  }

  .team-members-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .team-members-slider-wrapper {
    padding-bottom: 170px;
  }

  .team-member-top-wrapper {
    margin-bottom: 50px;
  }

  .team-members-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .team-slide {
    margin-right: 40px;
  }

  .team-single-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-single-name {
    font-size: 26px;
    line-height: 36px;
  }

  .team-info-wrapper, .team-single-details-wrap {
    margin-bottom: 20px;
  }

  .team-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .team-left-arrow {
    inset: auto auto -16% 40%;
  }

  .team-right-arrow {
    inset: auto 40% -16% auto;
  }

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

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

  .testimonial-section-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .testimonial-quote-icon-wrap {
    margin-bottom: 20px;
  }

  .testimonial-details {
    font-size: 21px;
  }

  .testimonial-left-arrow {
    bottom: -55px;
    left: 40%;
  }

  .testimonial-right-arrow {
    bottom: -55px;
    right: 40%;
  }

  .priority-section {
    background-image: none;
  }

  .priority-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .priority-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .priority-video-wrapper {
    width: 100%;
    position: static;
    transform: none;
  }

  .priority-video-img {
    width: 100%;
  }

  .priority-text-wrapper {
    max-width: 100%;
  }

  .priority-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .priority-details-wrapper {
    margin-bottom: 30px;
  }

  .priority-details {
    font-size: 18px;
    line-height: 28px;
  }

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

  .blog-section.blog-post {
    padding-bottom: 90px;
  }

  .blog-top-wrapper {
    margin-bottom: 50px;
  }

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

  .blog-post-collection-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-info-wrapper {
    padding-top: 30px;
  }

  .blog-post-date-wrapper {
    margin-bottom: 10px;
  }

  .blog-post-heading-wrap {
    margin-bottom: 16px;
  }

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

  .cta-section {
    padding-bottom: 100px;
  }

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

  .cta-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .cta-from {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .input.cta {
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-button-wrapper.style-guide-btn {
    margin-left: 10px;
  }

  .footer {
    padding-top: 100px;
  }

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

  .footer-single-wrapper {
    margin-left: 0;
  }

  .footer-logo-wrapper.w--current {
    margin-bottom: 20px;
  }

  .footer-details-wrapper {
    margin-bottom: 30px;
  }

  .footer-details {
    line-height: 26px;
  }

  .footer-menu-heading-wrapper {
    margin-bottom: 16px;
  }

  .footer-single-info-wrapper {
    margin-bottom: 15px;
  }

  .footer-single-info-wrapper.mg-bottom-0px {
    margin-bottom: 0;
  }

  .footer-single-icon {
    display: block;
  }

  .footer-bottom-flex {
    margin-top: 50px;
    padding-top: 20px;
  }

  .footer-social-media-link {
    width: 50px;
    height: 50px;
  }

  .banner-shape-wrapper {
    display: none;
  }

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

  .inner-banner-section.bottom-padding-140px {
    padding-bottom: 90px;
  }

  .inner-banner-heading {
    justify-content: center;
    font-size: 40px;
    line-height: 50px;
    display: flex;
  }

  .breadcrumbs-link.w--current, .breadcrumbs-link.home {
    font-size: 16px;
    line-height: 26px;
  }

  .about-details-section {
    padding-bottom: 100px;
    position: relative;
  }

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

  .about-details-text-wrapper {
    padding-top: 0;
  }

  .about-details-text-wrapper.about-details {
    text-align: center;
  }

  .about-details-heading-wrapper {
    margin-bottom: 20px;
  }

  .about-details-heading {
    font-size: 75px;
    line-height: 85px;
  }

  .about-details-paragraph-wrapper {
    margin-bottom: 30px;
  }

  .about-details-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .about-details-image-wrapper {
    width: 100%;
    position: static;
  }

  .about-details-image {
    width: 100%;
  }

  .inner-banner-shape-wrap {
    display: none;
  }

  .our-story-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .our-story-shape-wrapper {
    display: none;
  }

  .our-story-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .our-story-top-wrapper {
    margin-bottom: 20px;
  }

  .our-story-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .our-story-border {
    margin-top: 20px;
  }

  .our-story-slide {
    margin-right: 40px;
  }

  .our-story-left-arrow {
    top: -75%;
    right: 11%;
  }

  .our-story-right-arrow {
    top: -75%;
  }

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

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

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

  .our-specialists-top-wrapper {
    margin-bottom: 45px;
  }

  .our-specialists-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .our-specialists-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-specialists-info-wrapper {
    padding-top: 20px;
  }

  .our-specialists-name {
    font-size: 24px;
    line-height: 34px;
  }

  .social-media-wrapper {
    margin-bottom: 16px;
  }

  .social-media-wrapper.doctors-details {
    margin-bottom: 30px;
  }

  .learn-more-button-wrapper {
    grid-column-gap: 10px;
    font-weight: 600;
  }

  .banner-image-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    top: 10%;
  }

  .banner-image-one {
    z-index: 0;
    width: 100%;
    margin-bottom: 100px;
    top: 100px;
  }

  .banner-img {
    width: 60%;
  }

  .banner-image-two, .banner-image-three {
    z-index: 0;
    width: 100%;
    margin-bottom: 100px;
    position: sticky;
    top: 100px;
    right: auto;
    transform: none;
  }

  .banner-image-four {
    z-index: 0;
    width: 100%;
    position: sticky;
    top: 100px;
    right: auto;
    transform: none;
  }

  .blog-dtails-section {
    padding-bottom: 100px;
  }

  .blog-details-single-image-wrapper {
    margin-bottom: 40px;
  }

  .blog-details-heading-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-details-paragraph-wrap {
    margin-bottom: 20px;
  }

  .blog-details-paragraph-wrap.mg-bottom-45px {
    margin-bottom: 35px;
  }

  .blog-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-facility-wrapper {
    margin-bottom: 0;
  }

  .blog-details-facility-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .quote-wrapper {
    margin-bottom: 40px;
    padding: 40px;
  }

  .quote-single-details-wrapper {
    margin-bottom: 20px;
  }

  .quote-single-details {
    font-size: 18px;
    line-height: 28px;
  }

  .quote-name {
    font-size: 13px;
  }

  .blog-details-single-heading-wrap {
    margin-bottom: 20px;
  }

  .blog-details-single-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .services-two-section {
    padding-bottom: 100px;
  }

  .services-two-top-wrapper {
    margin-bottom: 50px;
  }

  .services-image-wrapper {
    width: 100%;
  }

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

  .services-info-text-wrapper {
    max-width: 100%;
  }

  .services-name-text-wrapper {
    margin-bottom: 20px;
  }

  .services-name-text {
    font-size: 70px;
    line-height: 80px;
  }

  .services-info-details-wrapper {
    margin-bottom: 24px;
  }

  .services-info-details {
    font-size: 16px;
    line-height: 26px;
  }

  .services-two-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-two-info-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-two-name {
    font-size: 24px;
    line-height: 30px;
  }

  .services-two-details-wrap {
    margin-bottom: 23px;
  }

  .services-two-details {
    font-size: 14px;
  }

  .services-details-section {
    padding-bottom: 100px;
  }

  .services-details-image-wrapper, .services-details-single-info-wrap {
    margin-bottom: 40px;
  }

  .services-details-single-heading-wrap {
    margin-bottom: 24px;
  }

  .services-details-single-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .services-details-paragraph-wrap {
    margin-bottom: 24px;
  }

  .services-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .doctors-section {
    padding-bottom: 70px;
  }

  .doctors-collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .doctors-info-wrapper {
    padding-top: 20px;
  }

  .doctors-single-name {
    font-size: 24px;
    line-height: 34px;
  }

  .doctors-designation-text {
    font-size: 16px;
    line-height: 22px;
  }

  .doctors-details-section {
    padding-bottom: 100px;
  }

  .doctors-details-card {
    padding: 40px;
  }

  .doctors-details-grid {
    grid-template-columns: 1.4fr;
  }

  .doctors-details-img {
    width: 100%;
  }

  .doctors-details-name-wrap {
    margin-bottom: 16px;
  }

  .doctors-details-name {
    font-size: 30px;
    line-height: 30px;
  }

  .doctors-details-designation-wrap {
    margin-bottom: 16px;
  }

  .doctors-details-dasignation-text {
    font-size: 16px;
    line-height: 22px;
  }

  .doctors-details-paragraph-wrapper {
    margin-bottom: 16px;
  }

  .doctors-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-section {
    padding-bottom: 100px;
  }

  .pricing-single-wrapper {
    padding: 40px;
  }

  .pricing-single-name {
    font-size: 22px;
    line-height: 26px;
  }

  .products-price-wrap {
    margin-bottom: 20px;
  }

  .plan-price {
    font-size: 45px;
    line-height: 55px;
  }

  .plan-details {
    line-height: 26px;
  }

  .pricing-plan-border {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .plan-facilities-wrapper {
    margin-bottom: 24px;
  }

  .single-plan-facilities-text {
    margin-left: 14px;
    font-size: 17px;
    line-height: 23px;
  }

  .collection-list-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-details-section {
    padding-bottom: 100px;
  }

  .pricing-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .pricing-details-contant-wrapper {
    width: 100%;
  }

  .pricing-details-paragraph-wrap {
    margin-bottom: 24px;
  }

  .pricing-details-paragraph-wrap.mg-bottom-25px {
    margin-bottom: 20px;
  }

  .pricing-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-details-heading-wrapper {
    margin-bottom: 24px;
  }

  .pricing-details-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .products-details-plan-wrapper {
    width: 100%;
  }

  .products-details-name {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 31px;
  }

  .products-price {
    font-size: 40px;
    line-height: 50px;
  }

  .products-details {
    margin-bottom: 20px;
    line-height: 24px;
  }

  .style-guide-section {
    padding-bottom: 100px;
  }

  .style-guide-wrapper {
    flex-direction: column;
    padding-top: 80px;
  }

  .style-guide-left-content {
    position: static;
  }

  .style-guide-links-wrap {
    border-right-style: none;
    border-right-width: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

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

  .style-guide-right-content {
    width: 100%;
  }

  .style-guide-singel-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 24px;
  }

  .style-guide-title {
    font-size: 30px;
  }

  .style-guide-heading-singel-wrap {
    margin-bottom: 35px;
  }

  .style-guide-heading._1 {
    font-size: 75px;
  }

  .style-guide-heading._2 {
    font-size: 40px;
  }

  .style-guide-heading._3 {
    font-size: 30px;
  }

  .style-guide-heading._4 {
    font-size: 22px;
  }

  .style-guide-heading._5 {
    font-size: 16px;
  }

  .style-guide-heading._6 {
    font-size: 12px;
  }

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

  .typeface-details {
    font-size: 16px;
    line-height: 23px;
  }

  .style-guide-single-paragraph-wrap {
    margin-bottom: 30px;
  }

  .style-guide-paragraph-title {
    margin-bottom: 16px;
  }

  .style-guide-paragraph-details {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .style-guide-paragraph-details-text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .styleguide-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-button {
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .contact-button.bg {
    background-size: cover;
    width: 90px;
    height: 90px;
  }

  .password-section {
    padding-bottom: 100px;
  }

  .password-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .password-heading {
    font-size: 30px;
    line-height: 50px;
  }

  .password-details {
    line-height: 26px;
  }

  .error-section {
    padding-bottom: 100px;
  }

  .error-image-wrapper {
    margin-bottom: 40px;
  }

  .error-image {
    width: 120px;
  }

  .error-heading-wrapper {
    margin-bottom: 20px;
  }

  .error-heading {
    font-size: 30px;
  }

  .error-details {
    line-height: 28px;
  }

  .error-details-wrapper {
    margin-bottom: 20px;
  }

  .changelog-section {
    padding-bottom: 100px;
  }

  .changelog-card {
    padding-left: 60px;
    padding-right: 60px;
  }

  .changelog-date-text-wrap {
    margin-bottom: 8px;
  }

  .changelog-date-text {
    font-size: 12px;
    line-height: 16px;
  }

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

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

  .chanelog-details {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-banner-contact-section.mg-bottom-200px {
    padding-bottom: 0;
  }

  .contact-contant-wrapper {
    padding-top: 90px;
  }

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

  .contact-text-wrapper {
    display: flex;
  }

  .contact-heading-wrapper {
    margin-bottom: 12px;
  }

  .contact-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .contact-details-wrapper {
    margin-bottom: 20px;
  }

  .contact-details {
    line-height: 28px;
  }

  .contact-info-wrapper {
    grid-column-gap: 24px;
    margin-bottom: 35px;
  }

  .contact-info-text-block {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-image-wrapper {
    width: 100%;
    margin-top: 45px;
    position: static;
    transform: none;
  }

  .contact-image {
    display: inline-block;
  }

  .license-section {
    padding-bottom: 100px;
  }

  .license-single-wrapper {
    margin-bottom: 40px;
  }

  .license-heading-wrapper {
    margin-bottom: 20px;
  }

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

  .license-details-wrapper.width-580px.mg-bottom-32px {
    margin-bottom: 24px;
  }

  .license-details {
    font-size: 16px;
    line-height: 26px;
  }

  .license-top-wrapper {
    margin-bottom: 35px;
  }

  .license-grid, .color-palette-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-palette-single-wrapper._1, .color-palette-single-wrapper._2, .color-palette-single-wrapper._3, .color-palette-single-wrapper._4 {
    width: 100%;
  }

  .color-code-text._2 {
    font-size: 22px;
    line-height: 31px;
  }

  .color-code-text._1 {
    font-size: 22px;
    line-height: 30px;
  }

  .categories-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .categories-section {
    padding-bottom: 100px;
  }

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

  .checkout-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .checkout-col-left {
    width: 100%;
  }

  .checkout-block-header {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 20px;
  }

  .checkout-block-content {
    font-size: 16px;
    line-height: 26px;
  }

  .blok-contant {
    font-size: 16px;
  }

  .block-contact {
    font-size: 16px;
    line-height: 26px;
  }

  .block-contant {
    font-size: 15px;
    line-height: 25px;
  }

  .paypal-checkout-from {
    padding-bottom: 80px;
  }

  .checkout-col-right {
    width: 100%;
  }

  .order-confirmation {
    padding-bottom: 80px;
  }

  .order-confirmation-left-wrap {
    width: 100%;
  }

  .order-confirmation-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-cart-wrapper {
    margin-right: 35px;
  }

  .cart-header {
    padding: 30px;
  }

  .cart-title {
    font-size: 30px;
    font-weight: 600;
  }

  .cart-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-name-text {
    font-size: 20px;
  }

  .cart-footer {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-line-item {
    margin-bottom: 26px;
  }

  .car-subtotal-text, .total-price {
    font-size: 18px;
  }

  .banner-shape, .dental-text-wrapper {
    display: none;
  }

  .banner-circle-shape-wrap {
    inset: -4% 0% auto auto;
  }

  .services-icon-wrap {
    margin-top: 24px;
  }

  .testimonial-shape-one, .testimonial-shape-two {
    display: none;
  }

  .shipping-method {
    font-size: 16px;
    line-height: 26px;
  }

  .services-link-text {
    font-size: 55px;
    line-height: 55px;
  }

  .contact-text-block {
    font-size: 10px;
    line-height: 14px;
  }

  .location-text {
    flex-direction: column;
  }

  .nav-text-wrapper {
    height: 65px;
  }

  .stacked-heading {
    grid-row-gap: 28px;
  }

  .grid-30 {
    overflow: auto;
  }

  .footer-social-icon {
    width: auto;
    padding: 3px;
  }

  .grid-26 {
    overflow: scroll;
  }

  .navigation-container {
    overflow: auto;
  }

  .grid-17 {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    display: flex;
    overflow: auto;
  }

  .menu-button-2 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--color-natural-200);
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    position: absolute;
    overflow: auto;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .grid-25 {
    overflow: hidden;
  }

  .navigation-link {
    text-align: center;
    flex: 0 auto;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .dropdown-menu {
    font-size: 14px;
    line-height: 15px;
  }

  .grid-35 {
    justify-content: center;
    align-items: center;
    overflow: auto;
  }

  .heading-5 {
    margin-top: 0;
    overflow: auto;
  }

  .footer-social-circle {
    width: 50px;
    height: 50px;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .grid-32 {
    position: absolute;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-list-2 {
    margin-left: -5px;
  }

  .dropdown-list-2.w--open {
    flex-direction: column;
    align-items: center;
    width: 750px;
    max-width: 750px;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: auto;
    box-shadow: 0 0 3px #fa9c97;
  }

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

  .heading-4 {
    overflow: auto;
  }

  .grid-34 {
    position: static;
  }

  .navigation {
    position: relative;
  }

  .div-block-14 {
    align-items: flex-start;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle-3.w--open {
    justify-content: center;
    display: flex;
  }

  .hero-content-wrapper {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .udesly-typewriter-effect {
    text-align: center;
  }

  .div-block-309 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-slider {
    height: 800px;
  }

  .paragraph-copy {
    text-align: center;
    margin-top: 20px;
  }

  .hero-section-2 {
    height: 800px;
  }

  .hero-content-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section {
    height: 800px;
  }

  .heading-h1 {
    line-height: 100px;
  }

  .paragraph-copy-2 {
    margin-top: 20px;
  }

  .heading-red {
    line-height: 100px;
  }

  .testimonial-left-arrow-2 {
    bottom: -55px;
    left: 40%;
  }

  .testimonial-section-2 {
    padding-top: 100px;
    padding-bottom: 155px;
  }

  .testimonial-section-heading-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .container-14 {
    height: auto;
  }

  .testimonial-right-arrow-2 {
    bottom: -55px;
    right: 40%;
  }

  .blog-container, .specialists {
    height: auto;
  }

  .new-button.team-member {
    padding: 12px 20px;
  }

  .steps-container, .container-copy, .footer-container {
    height: auto;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

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

  .grid-4 {
    display: block;
  }

  .heading-menu-drop-2, .nav-dropdown-link-4 {
    color: #fff;
  }

  .nav-dropdown-link-4:hover {
    color: #ba84e2;
  }

  .div-block-5 {
    width: auto;
    height: 400px;
    overflow: scroll;
  }

  .dropdown-list-3.w--open {
    margin-top: 0;
  }

  .content-wrapper-8 {
    left: 0;
  }

  .grid-content {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .flex-header-2 {
    flex-direction: column;
  }

  .grid-content-3 {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .section-content-2 {
    padding-bottom: 140px;
  }

  .content-image-block {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .image-5 {
    display: block;
  }

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

  .content-wrapper-5 {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
  }

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

  .h2-title.about-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .columns-3 {
    margin-top: -130px;
  }

  .sub-non-product {
    width: 90%;
  }

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

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

  .faq-content-2 {
    width: 100%;
  }

  .lightbox-link {
    flex: 0 33%;
    max-width: none;
  }

  .right-arrow-5 {
    inset: auto auto 0 0;
  }

  .section-gallery {
    padding-bottom: 75px;
  }

  .gallery-slider-mask {
    width: 420px;
  }

  .about-us-hero.about {
    height: 32vh;
    min-height: 350px;
  }

  .about-us-hero.about.about-changes {
    min-height: auto;
  }

  .columns-8 {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: 90px;
  }

  .navbar-logo {
    width: 110px;
  }

  .nav-menu-contant-wrapper {
    margin-top: 2px;
    padding-top: 120px;
  }

  .nav-menu-logo {
    width: 110px;
  }

  .nav-menu-border {
    height: 268px;
    left: 47%;
  }

  .nav-link-wrap {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .nav-link-wrap._2, .nav-link-wrap._1, .nav-link-wrap._3, .nav-link-wrap._4, .nav-link-wrap._5, .nav-link-wrap._6, .nav-link-wrap._7 {
    height: 100%;
  }

  .nav-menu-arrow {
    width: 22px;
    margin-top: 7px;
    margin-left: 16px;
  }

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

  .banner-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .mini-title-wrapper.mg-bottom-20px.about-details {
    margin-bottom: 14px;
  }

  .mini-title-wrapper.mg-bottom-20px.priority {
    margin-bottom: 10px;
  }

  .mini-title-wrapper.mg-bottom-20px.our-story {
    margin-bottom: 12px;
  }

  .mini-title-wrapper.mg-bottom-20px.about-us {
    margin-bottom: 16px;
  }

  .mini-title-wrapper.mg-bottom-24px {
    margin-bottom: 10px;
  }

  .mini-title-text {
    font-size: 12px;
    line-height: 17px;
  }

  .mini-title-text.colot-natural-100 {
    font-size: 12px;
    line-height: 18px;
  }

  .mini-title-text.colot-natural-100.about-details {
    font-size: 12px;
    line-height: 17px;
  }

  .banner-section-heading {
    font-size: 64px;
    font-weight: 500;
    line-height: 74px;
  }

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

  .heading-border-wrap {
    width: 50px;
    margin-bottom: -24px;
  }

  .button-wrapper {
    justify-content: flex-start;
  }

  .primary-button {
    padding: 12px 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .primary-button.newsletter {
    background-position: 82%;
    padding: 10px 40px 10px 20px;
    right: 0%;
  }

  .primary-button.password {
    font-size: 15px;
    line-height: 20px;
  }

  .secondary-button {
    padding: 12px 20px;
    line-height: 20px;
  }

  .secondary-button.priority {
    padding: 10px 20px;
    line-height: 22px;
  }

  .secondary-button.blog-post {
    line-height: 14px;
  }

  .secondary-button.blog-post.blog {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .secondary-button.services {
    font-size: 11px;
    line-height: 21px;
  }

  .secondary-button.contact-submit-btn {
    font-weight: 600;
  }

  .secondary-button.typography {
    padding: 10px 16px;
    font-weight: 500;
  }

  .secondary-button.blog-btn {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 22px;
  }

  .secondary-button.team-member {
    font-weight: 500;
    line-height: 20px;
  }

  .quote-section {
    padding-bottom: 80px;
  }

  .services-quote-section {
    padding-top: 80px;
  }

  .quote-details {
    text-align: center;
    background-position: 74% 100%;
    background-size: 39px;
    padding-left: 35px;
    font-size: 34px;
    line-height: 40px;
  }

  .quote-border {
    width: 22px;
    top: 3.5%;
  }

  .servies-box {
    height: 50px;
  }

  .services-image-box {
    max-width: 128px;
    height: 100px;
  }

  .services-top-wrapper.center {
    margin-bottom: 10px;
  }

  .about-us-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-us-heading-wrapper {
    margin-bottom: 16px;
  }

  .about-us-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .about-us-details {
    font-size: 15px;
    line-height: 25px;
  }

  .button-row, .button-row.mg-left-0px {
    margin-bottom: 16px;
  }

  .about-us-video-wrapper {
    margin-top: 35px;
  }

  .play-button-bg {
    width: 80px;
  }

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

  .features-section.desktop {
    display: none;
  }

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

  .features-top-wrapper {
    margin-bottom: 35px;
  }

  .features-heading-wrapper {
    max-width: 100%;
  }

  .features-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .features-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .features-card-number-wrap {
    margin-bottom: 16px;
  }

  .features-card-number {
    width: 50px;
  }

  .features-card-heading-wrap {
    margin-bottom: 10px;
  }

  .features-card-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .features-card-details {
    font-size: 14px;
    line-height: 24px;
  }

  .team-members-section {
    padding-top: 80px;
  }

  .team-members-slider-wrapper {
    padding-bottom: 144px;
  }

  .team-member-top-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }

  .team-member-top-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-member-heading-wrapper {
    margin-bottom: 20px;
  }

  .team-members-heading {
    font-size: 35px;
    line-height: 45px;
  }

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

  .team-single-name {
    font-size: 22px;
    line-height: 32px;
  }

  .team-info-wrapper {
    margin-bottom: 14px;
  }

  .team-single-details-wrap {
    margin-bottom: 16px;
  }

  .team-left-arrow {
    bottom: -8%;
    left: 33%;
  }

  .team-right-arrow {
    bottom: -8%;
    right: 33%;
  }

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

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

  .testimonial-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .testimonial-quote-icon-wrap {
    margin-bottom: 16px;
  }

  .testimonial-quote-icon {
    width: 45px;
  }

  .testimonial-details {
    font-size: 17px;
    line-height: 27px;
  }

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

  .testimonial-left-arrow {
    left: 33%;
  }

  .testimonial-right-arrow {
    right: 33%;
  }

  .priority-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .priority-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .priority-heading-wrapper {
    margin-bottom: 16px;
  }

  .priority-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .priority-details-wrapper {
    margin-bottom: 24px;
  }

  .priority-details {
    font-size: 15px;
    line-height: 25px;
  }

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

  .blog-section.blog-post {
    padding-bottom: 80px;
  }

  .blog-top-wrapper {
    margin-bottom: 35px;
  }

  .blog-top-flex {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .blog-heading-wrapper {
    margin-bottom: 20px;
  }

  .blog-heading {
    font-size: 35px;
    line-height: 45px;
  }

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

  .blog-post-info-wrapper {
    padding-top: 24px;
  }

  .blog-post-date-wrapper {
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-post-date-text {
    font-size: 12px;
    line-height: 17px;
  }

  .blog-post-heading-wrap {
    margin-bottom: 18px;
  }

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

  .cta-section {
    padding-bottom: 80px;
  }

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

  .cta-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .cta-from {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    grid-template-columns: auto;
  }

  .input.cta {
    font-size: 15px;
    line-height: 25px;
  }

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

  .contact-button-wrapper.style-guide-btn {
    margin-left: 0;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 24px;
  }

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

  .footer-logo-wrapper.w--current {
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-details-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-details {
    font-size: 16px;
  }

  .newsletter-text-block {
    font-size: 18px;
    line-height: 25px;
  }

  .newsletter-input {
    width: 100%;
    height: 41px;
    font-size: 12px;
    line-height: 17px;
  }

  .footer-menu-heading-wrapper {
    margin-bottom: 10px;
  }

  .footer-menu-heading-wrapper.contact {
    margin-bottom: 20px;
  }

  .footer-menu-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .footer-menu-link.w--current {
    line-height: 40px;
  }

  .footer-info-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .footer-bottom-flex {
    flex-direction: column;
    margin-top: 40px;
  }

  .footer-copy-right-wrapper {
    margin-bottom: 18px;
  }

  .footer-copy-right-text {
    font-size: 14px;
  }

  .footer-soial-media-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

  .inner-banner-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .breadcrumbs-link.color-natural-200 {
    font-size: 16px;
    line-height: 26px;
  }

  .about-details-section {
    padding-bottom: 80px;
  }

  .about-details-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-details-heading-wrapper {
    margin-bottom: 12px;
  }

  .about-details-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .about-details-paragraph-wrapper {
    margin-bottom: 24px;
  }

  .about-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .our-story-section {
    padding-top: 1px;
    padding-bottom: 65px;
  }

  .our-story-top-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .our-story-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .our-story-border {
    margin-top: 16px;
  }

  .our-story-slide {
    margin-right: 30px;
  }

  .responsibility-text {
    font-size: 18px;
  }

  .responsibility-wrapper {
    margin-bottom: 12px;
  }

  .our-story-details {
    font-size: 16px;
    line-height: 26px;
  }

  .our-story-left-arrow {
    width: 60px;
    height: 28px;
    top: -58%;
    right: 15%;
  }

  .our-story-right-arrow {
    width: 60px;
    height: 28px;
    top: -58%;
  }

  .counter-section {
    padding-bottom: 80px;
  }

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

  .numbers {
    height: 58px;
  }

  .number-text {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block, .number-categories {
    font-size: 48px;
    line-height: 58px;
  }

  .our-specialists-section {
    padding-top: 80px;
  }

  .our-specialists-top-wrapper {
    margin-bottom: 30px;
  }

  .our-specialists-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .our-specialists-collection-grid {
    grid-template-columns: 1fr;
  }

  .our-specialists-single-wrapper {
    width: 100%;
  }

  .our-specialists-name-wrap {
    margin-bottom: 7px;
  }

  .our-specialists-name {
    font-size: 20px;
    line-height: 30px;
  }

  .our-specialists-designation-wrapper {
    margin-bottom: 14px;
  }

  .our-specialists-designation {
    font-size: 16px;
    line-height: 22px;
  }

  .social-media-wrapper {
    margin-bottom: 16px;
  }

  .social-media-wrapper.doctors-details {
    margin-bottom: 20px;
  }

  .learn-more-button-wrapper {
    grid-column-gap: 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
  }

  .banner-image-one {
    width: 100%;
    margin-bottom: 20px;
  }

  .banner-img {
    width: 100%;
  }

  .banner-image-two, .banner-image-three {
    width: 100%;
    margin-bottom: 20px;
    transform: none;
  }

  .banner-image-four {
    width: 100%;
    transform: none;
  }

  .blog-dtails-section {
    padding-bottom: 80px;
  }

  .blog-details-single-image-wrapper {
    margin-bottom: 24px;
  }

  .blog-details-heading-wrapper {
    margin-bottom: 16px;
  }

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

  .blog-details-paragraph-wrap.mg-bottom-45px {
    margin-bottom: 30px;
  }

  .blog-details-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-details-facility-wrapper {
    margin-bottom: 16px;
  }

  .blog-details-facility-text {
    font-size: 14px;
    line-height: 24px;
  }

  .quote-wrapper {
    margin-bottom: 24px;
    padding: 24px;
  }

  .quote-icon-wrap {
    margin-bottom: 12px;
  }

  .quote-single-details-wrapper {
    margin-bottom: 16px;
  }

  .quote-single-details {
    padding-left: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .quote-name {
    font-size: 12px;
  }

  .blog-details-single-heading-wrap {
    margin-bottom: 16px;
  }

  .blog-details-single-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .services-two-section {
    padding-bottom: 80px;
  }

  .services-two-image {
    width: 100%;
  }

  .services-top-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-name-text-wrapper {
    margin-bottom: 15px;
  }

  .services-name-text {
    font-size: 35px;
    line-height: 45px;
  }

  .services-info-details-wrapper {
    margin-bottom: 18px;
  }

  .services-two-collection-grid {
    grid-template-columns: 1fr;
  }

  .services-two-single-wrapper {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-two-info-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .services-two-name-wrapper {
    margin-bottom: 10px;
  }

  .services-two-details-wrap {
    margin-bottom: 20px;
  }

  .services-details-section {
    padding-bottom: 80px;
  }

  .services-details-image-wrapper {
    margin-bottom: 30px;
  }

  .services-details-single-info-wrap {
    margin-bottom: 24px;
  }

  .services-details-single-heading-wrap {
    margin-bottom: 20px;
  }

  .services-details-single-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .services-details-paragraph-wrap {
    margin-bottom: 20px;
  }

  .services-details-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .doctors-section {
    padding-bottom: 80px;
  }

  .doctors-collection-grid {
    grid-column-gap: 20px;
  }

  .doctors-info-wrapper {
    padding-top: 12px;
  }

  .doctors-name-wrapper {
    margin-bottom: 6px;
  }

  .doctors-single-name {
    font-size: 18px;
    line-height: 28px;
  }

  .doctors-designation-wrapper {
    margin-bottom: 15px;
  }

  .doctors-designation-text {
    font-size: 14px;
    line-height: 20px;
  }

  .doctors-details-section {
    padding-bottom: 80px;
  }

  .doctors-details-card {
    padding: 24px;
  }

  .doctors-details-grid {
    grid-row-gap: 24px;
  }

  .doctors-details-name-wrap {
    margin-bottom: 12px;
  }

  .doctors-details-name {
    font-size: 20px;
    line-height: 20px;
  }

  .doctors-details-designation-wrap {
    margin-bottom: 14px;
  }

  .doctors-details-dasignation-text {
    font-size: 14px;
    line-height: 20px;
  }

  .doctors-details-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-section {
    padding-bottom: 80px;
  }

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

  .pricing-single-wrapper {
    padding: 30px;
  }

  .pricing-single-name-wrapper {
    margin-bottom: 6px;
  }

  .pricing-single-name {
    font-size: 20px;
    line-height: 24px;
  }

  .products-price-wrap {
    margin-bottom: 11px;
  }

  .plan-price {
    font-size: 35px;
    line-height: 45px;
  }

  .plan-price-time {
    font-size: 13px;
    line-height: 35px;
  }

  .pricing-plan-border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .plan-facilities-wrapper {
    margin-bottom: 20px;
  }

  .single-plan-facilities-text {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .pricing-details-section {
    padding-bottom: 80px;
  }

  .pricing-details-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-details-paragraph-wrap {
    margin-bottom: 16px;
  }

  .pricing-details-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-heading-wrapper {
    margin-bottom: 16px;
  }

  .pricing-details-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .products-details-plan-wrapper {
    width: 100%;
  }

  .products-details-card {
    padding: 24px;
  }

  .products-details-name {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 29px;
  }

  .products-price {
    margin-bottom: 14px;
    font-size: 35px;
    line-height: 45px;
  }

  .style-guide-section {
    padding-bottom: 80px;
  }

  .style-guide-wrapper {
    padding-top: 60px;
  }

  .style-guide-links-wrap {
    padding-bottom: 10px;
  }

  .style-guide-single-link {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 25px;
  }

  .style-guide-singel-wrapper {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 24px;
  }

  .style-guide-title-wrapper.mg-bottom-0px {
    margin-bottom: 16px;
  }

  .style-guide-title {
    font-size: 20px;
  }

  .style-guide-heading-singel-wrap {
    margin-bottom: 30px;
  }

  .style-guide-heading._1 {
    font-size: 50px;
  }

  .style-guide-heading._2 {
    font-size: 30px;
  }

  .style-guide-heading._3 {
    font-size: 24px;
  }

  .style-guide-heading._4 {
    font-size: 18px;
  }

  .style-guide-heading._5 {
    font-size: 14px;
  }

  .style-guide-heading._6 {
    font-size: 11px;
  }

  .typeface-heading-wrapper {
    margin-bottom: 14px;
  }

  .typeface-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .typeface-details {
    font-size: 14px;
    line-height: 21px;
  }

  .style-guide-single-paragraph-wrap {
    margin-bottom: 20px;
  }

  .style-guide-paragraph-title {
    font-size: 18px;
    line-height: 26px;
  }

  .style-guide-paragraph-details-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .styleguide-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-button {
    background-position: 50%;
    background-size: cover;
    width: 90px;
    height: 90px;
    font-size: 10px;
    line-height: 15px;
  }

  .password-section {
    padding-bottom: 80px;
  }

  .password-wrapper {
    width: 100%;
    padding: 30px;
  }

  .password-image {
    width: 75px;
  }

  .password-image-wrap {
    margin-bottom: 10px;
  }

  .password-heading {
    font-size: 24px;
    line-height: 44px;
  }

  .password-details-wrap {
    margin-bottom: 24px;
  }

  .password-details {
    font-size: 15px;
    line-height: 25px;
  }

  .password-input {
    height: 43px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .error-section {
    padding-bottom: 80px;
  }

  .error-image-wrapper {
    margin-bottom: 24px;
  }

  .error-image {
    width: 80px;
  }

  .error-heading-wrapper {
    margin-bottom: 16px;
  }

  .error-heading {
    font-size: 24px;
  }

  .error-details {
    font-size: 15px;
    line-height: 25px;
  }

  .changelog-section {
    padding-bottom: 80px;
  }

  .changelog-card {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .changelog-heading-wrap {
    margin-bottom: 14px;
  }

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

  .chanelog-details {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-contant-wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .contact-heading-wrapper {
    margin-bottom: 8px;
  }

  .contact-heading {
    padding-top: 36px;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 45px;
    display: flex;
  }

  .contact-details-wrapper {
    margin-bottom: 16px;
  }

  .contact-details {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-info-wrapper {
    margin-bottom: 24px;
  }

  .contact-from {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-input {
    font-size: 12px;
    line-height: 17px;
  }

  .text-area {
    font-size: 12px;
    line-height: 20px;
  }

  .contact-image-wrapper {
    margin-top: 30px;
  }

  .license-section {
    padding-bottom: 65px;
  }

  .license-single-wrapper {
    margin-bottom: 20px;
  }

  .license-heading-wrapper {
    margin-bottom: 16px;
  }

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

  .license-details-wrapper.width-580px.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .license-details {
    font-size: 15px;
    line-height: 25px;
  }

  .license-top-wrapper {
    margin-bottom: 24px;
  }

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

  .categories-section {
    padding-bottom: 80px;
  }

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

  .checkout-block-header {
    padding: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-h4-size {
    font-size: 18px;
    line-height: 18px;
  }

  .checkout-block-content, .blok-contant {
    padding: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .block-contact {
    padding: 16px;
  }

  .block-contant {
    width: 100%;
    padding: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .block-contant.item {
    padding-left: 16px;
  }

  .block-contant.customer-info {
    padding: 16px;
  }

  .block-contant.payment-info {
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .block-contant.shipping {
    padding: 0;
  }

  .apple-pay-button {
    height: 42px;
  }

  .paypal-checkout-from {
    padding-bottom: 60px;
  }

  .checkout-paypal-grid {
    grid-template-columns: 1fr;
  }

  .order-confirmation {
    padding-bottom: 60px;
  }

  .order-confirmation-grid {
    grid-template-columns: 1fr;
  }

  .order-confirmation-block-header {
    padding: 16px;
  }

  .nav-cart-icon {
    width: 26px;
  }

  .cart-quantity {
    width: 18px;
    min-width: 19px;
    height: 18px;
    min-height: 18px;
    top: -40%;
    right: -32%;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-header {
    padding: 24px;
  }

  .cart-title {
    font-size: 24px;
  }

  .cart-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-name-text {
    font-size: 18px;
  }

  .cart-price-text {
    font-size: 15px;
    line-height: 40px;
  }

  .cart-remove-button {
    font-size: 15px;
    line-height: 24px;
  }

  .cart-footer {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-line-item {
    margin-bottom: 22px;
  }

  .car-subtotal-text, .total-price {
    font-size: 16px;
  }

  .banner-shape._4 {
    z-index: -1;
  }

  .dental-text-wrapper {
    position: relative;
  }

  .banner-circle-shape-wrap {
    display: none;
  }

  .play-button-icon {
    width: 20px;
  }

  .shipping-method {
    padding: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .shipping-method-2 {
    padding: 16px;
  }

  .services-link-text {
    font-size: 35px;
    line-height: 45px;
  }

  .country {
    font-size: 14px;
    line-height: 16px;
  }

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

  .overflow-hidden {
    margin-bottom: 20px;
  }

  .nav-text-wrapper {
    height: 46px;
  }

  .testimonial-slider-3 {
    margin-top: 40px;
  }

  .stacked-content {
    flex-direction: column;
    display: flex;
  }

  .stacked-heading {
    grid-row-gap: 24px;
  }

  .testimonial-slider-copy {
    margin-top: 40px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .text-block-58 {
    padding-right: 0;
  }

  .dual-grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .testimonial-image-3 {
    width: 100%;
  }

  .grid-3-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-62 {
    font-size: 12px;
  }

  .heading-13 {
    width: 300px;
  }

  .grid-37 {
    overflow: scroll;
  }

  .navigation-container {
    overflow: visible;
  }

  .logo-2 {
    width: 142px;
  }

  .grid-39 {
    background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/tryq.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    width: auto;
    max-width: none;
    height: 100%;
    max-height: 100%;
    padding-left: 19px;
    padding-right: 0;
    display: flex;
    overflow: scroll;
  }

  .heading-15 {
    max-width: 300px;
  }

  .grid-17 {
    overflow: scroll;
  }

  .menu-button-2.w--open {
    overflow: auto;
  }

  .banner-alert {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-menu {
    margin-top: -9px;
  }

  .navigation-link {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .grid-41 {
    display: block;
    overflow: scroll;
  }

  .heading-16 {
    max-width: 300px;
  }

  .heading-8 {
    overflow: auto;
  }

  .footer-social-circle {
    width: 50px;
    height: 50px;
  }

  .grid-36 {
    overflow: scroll;
  }

  .dropdown-list-2.w--open {
    width: auto;
    max-width: none;
    height: auto;
    max-height: 200px;
    margin-top: 0;
    display: block;
    overflow: scroll;
  }

  .heading-17 {
    margin-top: 0;
    overflow: visible;
  }

  .dropdown-heading {
    overflow: visible;
  }

  .navigation {
    margin-top: -3px;
  }

  .div-block-14, .dropdown-toggle-3 {
    overflow: auto;
  }

  .testimonial-slider-4 {
    margin-top: 40px;
  }

  .left-arrow-7 {
    right: 110px;
  }

  .hero-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .udesly-typewriter-effect {
    font-size: 30px;
  }

  .right-arrow-8 {
    right: 50px;
  }

  .heading-94 {
    font-size: 30px;
  }

  .scroll-wrapper {
    display: none;
  }

  .hero-slider {
    height: 800px;
  }

  .paragraph-copy {
    font-size: 20px;
  }

  .hero-section-2 {
    z-index: 9;
  }

  .hero-content-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    z-index: 9;
  }

  .heading-h1, .heading-red {
    line-height: 80px;
  }

  .testimonial-left-arrow-2 {
    left: 33%;
  }

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

  .mini-title-text-2 {
    font-size: 12px;
    line-height: 17px;
  }

  .testimonial-section-2 {
    padding-top: 80px;
    padding-bottom: 136px;
  }

  .testimonial-section-heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .testimonial-right-arrow-2 {
    right: 33%;
  }

  .new-button {
    padding: 12px 20px;
    line-height: 20px;
  }

  .new-button.priority {
    padding: 10px 20px;
    line-height: 22px;
  }

  .new-button.blog-post {
    line-height: 14px;
  }

  .new-button.services {
    font-size: 11px;
    line-height: 21px;
  }

  .new-button.contact-submit-btn {
    font-weight: 600;
  }

  .new-button.typography {
    padding: 10px 16px;
    font-weight: 500;
  }

  .new-button.blog-btn {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 22px;
  }

  .new-button.team-member {
    font-weight: 500;
    line-height: 20px;
  }

  .section-box {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .dual-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .stacked-content-2 {
    flex-direction: column;
    display: flex;
  }

  .banner-alert-2 {
    background-color: var(--color-natural-200);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 3px;
  }

  .grid-4 {
    display: block;
  }

  .heading-menu-drop-2, .nav-dropdown-link-4 {
    color: #fff;
  }

  .nav-dropdown-link-4:hover {
    color: #ba84e2;
  }

  .div-block-5 {
    flex-direction: column;
    display: flex;
  }

  .flex-header-2 {
    flex-direction: column;
  }

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

  .h3-heading-3 {
    font-family: Playfairdisplay, sans-serif;
    font-size: 36px;
    line-height: 52px;
  }

  .text-block-66 {
    padding-right: 55px;
    font-size: 17px;
  }

  .section-content-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .content-grid {
    justify-items: stretch;
  }

  .check-wrapper {
    white-space: normal;
    margin-left: -18px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .content-wrapper-5 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .inner-hero-text {
    position: static;
  }

  .h2-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .minifx-hero.hcg {
    background-position: 0 0, 50%;
  }

  .minifx-hero.mmwl {
    background-position: 0 0, 59%;
  }

  .columns-3 {
    margin-top: auto;
  }

  .column-10 {
    margin-top: -22px;
  }

  .heading-content {
    font-size: 48px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-item-line {
    padding-right: 45px;
  }

  .right-arrow-5 {
    display: block;
    bottom: 0;
    left: 0;
  }

  .left-arrow-5 {
    display: block;
    left: auto;
  }

  .section-gallery {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .about-us-hero.about {
    height: 19vh;
    min-height: 250px;
    margin-top: 158px;
  }

  .about-us-hero.about.about-changes {
    flex-direction: column-reverse;
    display: flex;
  }

  .inner-hero-text-copy, .column-15 {
    position: static;
  }

  .sidebar.top-36.products {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-100 {
    color: #ac97d4;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .columns-8 {
    display: block;
  }

  .service-page-column {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

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

  .column-14 {
    padding: 19px;
  }

  .content-wrapper-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-101 {
    color: #ac97d4;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .column-17 {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    justify-content: center;
    margin-top: 69px;
  }

  .navbar-logo {
    width: 105px;
  }

  .nav-menu-contant-wrapper {
    padding-top: 100px;
  }

  .nav-menu-logo {
    width: 105px;
  }

  .nav-menu-border {
    height: 157px;
    left: 48%;
  }

  .nav-link-wrap {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-link-wrap._1.w--current, .nav-link-wrap._5, .nav-link-wrap._6, .nav-link-wrap._7 {
    height: 40px;
  }

  .nav-menu-arrow {
    width: 14px;
    margin-top: 7px;
    margin-left: 10px;
  }

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

  .banner-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mini-title-wrapper {
    margin-bottom: 10px;
  }

  .mini-title-wrapper.mg-bottom-20px {
    padding: 3px 10px;
  }

  .mini-title-wrapper.mg-bottom-20px.about-details {
    margin-bottom: 10px;
  }

  .mini-title-wrapper.mg-bottom-20px.about-us {
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mini-title-wrapper.mg-bottom-24px {
    margin-bottom: 8px;
    padding: 3px 12px;
    line-height: 16px;
  }

  .mini-title-text {
    font-size: 14px;
    line-height: 15px;
  }

  .mini-title-text.colot-natural-100 {
    font-size: 11px;
    line-height: 17px;
  }

  .mini-title-text.colot-natural-100.about-details {
    font-size: 10px;
    line-height: 15px;
  }

  .banner-section-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-heading-wrapper {
    margin-bottom: 16px;
  }

  .heading-border-wrap {
    width: 25px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .button-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .primary-button {
    background-image: linear-gradient(47deg, var(--natural-color-500), var(--color-natural-200));
    text-align: center;
    text-shadow: 1px 1px 0 var(--natural-color-900);
    justify-content: center;
    padding: 12px 20px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
    display: flex;
  }

  .primary-button.newsletter {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 19px;
  }

  .primary-button.password {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .primary-button.error {
    margin-bottom: 0;
  }

  .primary-button.about-us {
    padding-left: 21px;
    padding-right: 21px;
  }

  .primary-button.botox {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1;
  }

  .primary-button.weight-loss {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1;
  }

  .secondary-button {
    justify-content: center;
    padding: 10px 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .secondary-button.team {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .secondary-button.priority {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .secondary-button.blog-post {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }

  .secondary-button.blog-post.blog {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .secondary-button.services {
    justify-content: flex-start;
    font-size: 10px;
    line-height: 14px;
  }

  .secondary-button.blog-btn {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }

  .secondary-button.team-member {
    padding: 10px 16px;
    line-height: 14px;
  }

  .quote-section {
    padding-bottom: 50px;
  }

  .services-quote-section {
    padding-top: 60px;
  }

  .quote-details {
    background-position: 75% 100%;
    background-size: 27px;
    padding-left: 17px;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .quote-span {
    background-size: 25px;
    padding-left: 32px;
  }

  .services-section {
    padding-bottom: 60px;
  }

  .servies-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 40px;
  }

  .services-image-box {
    max-width: 85px;
    height: 60px;
  }

  .services-top-wrapper.center {
    margin-bottom: 10px;
  }

  .about-us-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us-heading-wrapper {
    margin-bottom: 12px;
  }

  .about-us-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .about-us-details {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .button-row.mg-left-0px {
    margin-bottom: 0;
  }

  .button-icon {
    margin-left: 6px;
  }

  .about-us-video-wrapper {
    margin-top: 24px;
  }

  .play-button-bg {
    width: 70px;
  }

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

  .features-section.desktop {
    display: none;
  }

  .features-top-wrapper {
    margin-bottom: 24px;
  }

  .features-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

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

  .features-card-number-wrap {
    margin-bottom: 12px;
  }

  .features-card-number {
    width: 35px;
  }

  .features-card-heading-wrap {
    margin-bottom: 8px;
  }

  .features-card-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .features-card-details {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 22px;
  }

  .team-members-section {
    padding-top: 60px;
    padding-left: 0%;
  }

  .team-members-slider-wrapper {
    padding-bottom: 110px;
  }

  .team-member-top-wrapper {
    margin-bottom: 24px;
  }

  .team-member-heading-wrapper {
    margin-bottom: 16px;
  }

  .team-members-heading {
    font-size: 50px;
    line-height: 50px;
  }

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

  .team-single-name-wrap {
    margin-bottom: 10px;
  }

  .team-single-name {
    font-size: 18px;
    line-height: 28px;
  }

  .team-info-wrapper {
    margin-bottom: 10px;
  }

  .team-designation-text {
    font-size: 14px;
    line-height: 20px;
  }

  .team-single-details-wrap {
    margin-bottom: 10px;
  }

  .team-single-details {
    font-size: 12px;
    line-height: 22px;
  }

  .team-left-arrow {
    width: 50px;
    height: 24px;
    font-size: 13px;
    line-height: 13px;
    left: 32%;
  }

  .team-right-arrow {
    width: 50px;
    height: 24px;
    font-size: 13px;
    line-height: 13px;
    right: 32%;
  }

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

  .testimonial-top-wrapper {
    margin-bottom: 16px;
  }

  .testimonial-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-quote-icon-wrap {
    margin-bottom: 10px;
  }

  .testimonial-quote-icon {
    width: 32px;
  }

  .testimonial-details-wrapper {
    margin-bottom: 5px;
  }

  .testimonial-details, .testimonial-name {
    font-size: 12px;
    line-height: 22px;
  }

  .testimonial-left-arrow {
    width: 50px;
    height: 24px;
    font-size: 13px;
    line-height: 13px;
    bottom: -40px;
    left: 32%;
  }

  .testimonial-right-arrow {
    width: 50px;
    height: 24px;
    font-size: 13px;
    line-height: 13px;
    bottom: -40px;
    right: 32%;
  }

  .priority-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .priority-heading-wrapper {
    margin-bottom: 10px;
  }

  .priority-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .priority-details-wrapper {
    margin-bottom: 16px;
  }

  .priority-details {
    font-size: 12px;
    line-height: 22px;
  }

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

  .blog-section.blog-post {
    padding-bottom: 60px;
  }

  .blog-top-wrapper {
    margin-bottom: 20px;
  }

  .blog-heading-wrapper {
    margin-bottom: 16px;
  }

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

  .blog-right-wrapper {
    width: 100%;
  }

  .blog-post-collection-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .blog-post-info-wrapper {
    padding-top: 16px;
  }

  .blog-post-text-wrapper {
    width: 100%;
  }

  .blog-post-date-wrapper {
    margin-bottom: 10px;
    padding: 3px 8px;
  }

  .blog-post-date-text {
    font-size: 12px;
    line-height: 15px;
  }

  .blog-post-heading-wrap {
    margin-bottom: 16px;
  }

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

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

  .cta-top-wrapper {
    margin-bottom: 16px;
  }

  .cta-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-from {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
  }

  .input {
    height: 32px;
  }

  .input.cta {
    padding-bottom: 0;
    font-size: 12px;
    line-height: 22px;
  }

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

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

  .footer-top-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .footer-logo {
    width: 90px;
  }

  .footer-details-wrapper {
    margin-bottom: 16px;
  }

  .footer-details {
    font-size: 12px;
    line-height: 22px;
  }

  .newsletter-text-block {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
  }

  .newsletter-input {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: 400;
  }

  .footer-menu-heading-wrapper {
    margin-bottom: 6px;
  }

  .footer-menu-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-menu-link {
    font-size: 14px;
    line-height: 40px;
  }

  .footer-single-info-wrapper {
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-single-icon-wrap {
    margin-right: 10px;
  }

  .footer-single-icon {
    width: 14px;
    margin-right: 4px;
  }

  .footer-info-text {
    font-size: 12px;
  }

  .footer-bottom-flex {
    margin-top: 30px;
    padding-top: 16px;
  }

  .footer-copy-right-wrapper {
    text-align: center;
    margin-bottom: 14px;
  }

  .footer-copy-right-text {
    font-size: 12px;
  }

  .footer-soial-media-wrapper {
    justify-content: space-between;
    width: 160px;
  }

  .footer-social-media-link {
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 17px;
  }

  .inner-banner-section {
    background-color: var(--natural-color-100);
    margin-top: -29px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .inner-banner-section.bottom-padding-140px {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .inner-banner-heading {
    justify-content: center;
    font-size: 40px;
    line-height: 30px;
    display: flex;
  }

  .breadcrumbs-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .breadcrumbs-link.w--current, .breadcrumbs-link.home {
    font-size: 14px;
    line-height: 24px;
  }

  .breadcrumbs-link.color-natural-200 {
    font-size: 13px;
    line-height: 23px;
  }

  .about-details-section {
    padding-bottom: 60px;
  }

  .about-details-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-details-heading-wrapper {
    margin-bottom: 8px;
  }

  .about-details-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .about-details-paragraph-wrapper {
    margin-bottom: 16px;
  }

  .about-details-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .our-story-section {
    padding-top: 1px;
    padding-bottom: 35px;
  }

  .our-story-top-wrapper {
    margin-bottom: 10px;
  }

  .our-story-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .our-story-border {
    margin-top: 14px;
  }

  .responsibility-text {
    font-size: 16px;
  }

  .responsibility-icon {
    margin-top: 3px;
    font-size: 12px;
    line-height: 22px;
  }

  .responsibility-wrapper {
    margin-bottom: 10px;
  }

  .our-story-details {
    font-size: 12px;
    line-height: 22px;
  }

  .our-story-left-arrow {
    width: 45px;
    height: 24px;
    top: -45%;
    right: 18%;
  }

  .our-story-right-arrow {
    width: 45px;
    height: 24px;
    top: -45%;
  }

  .counter-section {
    padding-bottom: 60px;
  }

  .numbers {
    height: 45px;
  }

  .number-text {
    font-size: 12px;
    line-height: 22px;
  }

  .text-block, .number-categories {
    font-size: 35px;
    line-height: 45px;
  }

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

  .our-specialists-top-wrapper {
    margin-bottom: 20px;
  }

  .our-specialists-flex {
    flex-direction: column;
  }

  .our-specialists-heading-wrap {
    margin-bottom: 14px;
  }

  .our-specialists-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .our-specialists-collection-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .our-specialists-info-wrapper {
    padding-top: 10px;
  }

  .our-specialists-name-wrap {
    margin-bottom: 6px;
  }

  .our-specialists-name {
    font-size: 16px;
    line-height: 26px;
  }

  .our-specialists-designation-wrapper {
    margin-bottom: 10px;
  }

  .our-specialists-designation {
    font-size: 12px;
    line-height: 18px;
  }

  .social-media-wrapper {
    margin-bottom: 14px;
  }

  .social-media-wrapper.doctors-details {
    margin-bottom: 12px;
  }

  .social-media-link-wrapper {
    background-color: #0000;
  }

  .learn-more-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .banner-image-one {
    margin-bottom: 16px;
  }

  .blog-dtails-section {
    padding-bottom: 60px;
  }

  .blog-details-single-image-wrapper {
    margin-bottom: 16px;
  }

  .blog-details-heading-wrapper {
    max-width: 100%;
    margin-bottom: 12px;
  }

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

  .blog-details-paragraph-wrap.mg-bottom-45px {
    margin-bottom: 24px;
  }

  .blog-details-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .blog-details-facility-wrapper {
    margin-bottom: 12px;
  }

  .blog-details-facility-flex {
    grid-column-gap: 8px;
  }

  .blog-details-facility-text {
    font-size: 12px;
    line-height: 20px;
  }

  .quote-wrapper {
    margin-bottom: 16px;
    padding: 15px;
  }

  .quote-icon {
    width: 32px;
  }

  .quote-single-details-wrapper {
    margin-bottom: 12px;
  }

  .quote-single-details {
    font-size: 12px;
    line-height: 22px;
  }

  .quote-name {
    font-size: 11px;
  }

  .blog-details-single-heading-wrap {
    margin-bottom: 12px;
  }

  .blog-details-single-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .services-two-section {
    padding-bottom: 60px;
  }

  .services-two-top-wrapper {
    margin-bottom: 20px;
  }

  .services-top-grid-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .services-name-text-wrapper {
    margin-bottom: 7px;
  }

  .services-name-text {
    font-size: 20px;
    line-height: 30px;
  }

  .services-info-details-wrapper {
    margin-bottom: 10px;
  }

  .services-info-details {
    font-size: 12px;
    line-height: 22px;
  }

  .services-two-collection-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-two-single-wrapper {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-two-info-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-two-name-wrapper {
    margin-bottom: 6px;
  }

  .services-two-name {
    font-size: 16px;
    line-height: 26px;
  }

  .services-two-details-wrap {
    margin-bottom: 10px;
  }

  .services-two-details {
    font-size: 12px;
    line-height: 22px;
  }

  .services-details-section {
    padding-bottom: 60px;
  }

  .services-details-image-wrapper {
    margin-bottom: 20px;
  }

  .services-details-single-info-wrap {
    margin-bottom: 16px;
  }

  .services-details-single-heading-wrap {
    margin-bottom: 12px;
  }

  .services-details-single-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .services-details-paragraph-wrap {
    margin-bottom: 12px;
  }

  .services-details-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .doctors-section {
    padding-bottom: 60px;
  }

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

  .doctors-info-wrapper {
    padding-top: 14px;
  }

  .doctors-name-wrapper {
    margin-bottom: 8px;
  }

  .doctors-single-name {
    font-size: 15px;
    line-height: 18px;
  }

  .doctors-designation-wrapper {
    margin-bottom: 10px;
  }

  .doctors-designation-text {
    font-size: 12px;
    line-height: 18px;
  }

  .doctors-details-section {
    padding-bottom: 60px;
  }

  .doctors-details-card {
    padding: 10px;
  }

  .doctors-details-grid {
    grid-row-gap: 16px;
  }

  .doctors-details-name {
    font-size: 16px;
    line-height: 16px;
  }

  .doctors-details-designation-wrap {
    margin-bottom: 12px;
  }

  .doctors-details-dasignation-text {
    font-size: 12px;
    line-height: 18px;
  }

  .doctors-details-paragraph-wrapper {
    margin-bottom: 12px;
  }

  .doctors-details-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .pricing-section {
    padding-bottom: 60px;
  }

  .pricing-single-wrapper {
    padding: 15px;
  }

  .pricing-single-name {
    font-size: 16px;
    line-height: 20px;
  }

  .products-price-wrap {
    grid-column-gap: 8px;
    margin-bottom: 6px;
  }

  .plan-price {
    font-size: 26px;
  }

  .plan-price-time {
    font-size: 12px;
    line-height: 34px;
  }

  .plan-details {
    font-size: 12px;
    line-height: 20px;
  }

  .pricing-plan-border {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .plan-facilities-wrapper {
    margin-bottom: 16px;
  }

  .single-plan-facilities {
    margin-bottom: 10px;
  }

  .single-plan-facilities-text {
    margin-left: 7px;
    font-size: 12px;
    line-height: 18px;
  }

  .collection-list-grid {
    grid-row-gap: 20px;
  }

  .facility-dot {
    width: 9px;
    height: 9px;
  }

  .pricing-details-section {
    padding-bottom: 60px;
  }

  .pricing-details-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-details-paragraph-wrap, .pricing-details-paragraph-wrap.mg-bottom-25px {
    margin-bottom: 12px;
  }

  .pricing-details-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .pricing-details-heading-wrapper {
    margin-bottom: 12px;
  }

  .pricing-details-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .products-details-card {
    padding: 15px;
  }

  .products-details-name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .products-price {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 24px;
  }

  .products-details {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 22px;
  }

  .add-to-cart-button {
    padding: 10px 45px 10px 16px;
    font-size: 10px;
    line-height: 14px;
  }

  .style-guide-section {
    padding-bottom: 60px;
  }

  .style-guide-wrapper {
    padding-top: 50px;
  }

  .style-guide-single-link {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .style-guide-singel-wrapper {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 16px;
  }

  .style-guide-title {
    font-size: 16px;
  }

  .style-guide-heading-singel-wrap {
    margin-bottom: 20px;
  }

  .style-guide-heading._1 {
    font-size: 32px;
  }

  .style-guide-heading._2 {
    font-size: 26px;
  }

  .style-guide-heading._3 {
    font-size: 21px;
  }

  .style-guide-heading._4 {
    font-size: 17px;
  }

  .style-guide-heading._5 {
    font-size: 14px;
  }

  .style-guide-heading._6 {
    font-size: 12px;
  }

  .typeface-heading-wrapper {
    margin-bottom: 12px;
  }

  .typeface-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .typeface-details {
    font-size: 12px;
    line-height: 19px;
  }

  .style-guide-single-paragraph-wrap {
    margin-bottom: 16px;
  }

  .style-guide-paragraph-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .style-guide-paragraph-details {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 22px;
  }

  .style-guide-paragraph-details-text-block {
    font-size: 12px;
    line-height: 22px;
  }

  .contact-button {
    text-align: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .contact-button.bg {
    width: 100px;
    height: 100px;
    padding-right: 0;
  }

  .password-section {
    padding-bottom: 60px;
  }

  .password-wrapper {
    padding: 15px;
  }

  .password-image {
    width: 50px;
  }

  .password-image-wrap {
    margin-bottom: 0;
  }

  .password-heading-wrap {
    margin-bottom: 5px;
  }

  .password-heading {
    font-size: 18px;
    line-height: 38px;
  }

  .password-details-wrap {
    margin-bottom: 16px;
  }

  .password-details {
    font-size: 12px;
    line-height: 22px;
  }

  .password-input {
    height: 35px;
    font-size: 12px;
    line-height: 18px;
  }

  .error-section {
    padding-bottom: 60px;
  }

  .error-image-wrapper {
    margin-bottom: 16px;
  }

  .error-image {
    width: 55px;
  }

  .error-heading-wrapper {
    margin-bottom: 12px;
  }

  .error-heading {
    font-size: 20px;
  }

  .error-details {
    font-size: 12px;
    line-height: 22px;
  }

  .error-details-wrapper {
    margin-bottom: 16px;
  }

  .changelog-section {
    padding-bottom: 60px;
  }

  .changelog-card {
    padding: 24px;
  }

  .changelog-heading-wrap {
    margin-bottom: 10px;
  }

  .changelog-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .chanelog-details {
    font-size: 12px;
    line-height: 22px;
  }

  .contact-contant-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .contact-heading {
    margin-top: 0;
    padding-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .contact-details-wrapper {
    margin-bottom: 6px;
  }

  .contact-details {
    font-size: 12px;
    line-height: 22px;
  }

  .contact-info-wrapper {
    margin-bottom: 16px;
  }

  .contact-info-icon {
    width: 18px;
  }

  .contact-info-icon.phone {
    width: 15px;
  }

  .contact-info-text-block {
    font-size: 12px;
    line-height: 12px;
  }

  .contact-from {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
  }

  .contact-input {
    font-size: 11px;
    line-height: 16px;
  }

  .text-area {
    min-height: 70px;
    font-size: 11px;
    line-height: 16px;
  }

  .contact-image-wrapper {
    margin-top: 20px;
  }

  .license-section {
    padding-bottom: 60px;
  }

  .license-heading-wrapper {
    margin-bottom: 10px;
  }

  .license-heading {
    font-size: 16px;
    line-height: 16px;
  }

  .license-details-wrapper {
    max-width: 100%;
  }

  .license-details-wrapper.width-580px.mg-bottom-32px {
    margin-bottom: 16px;
  }

  .license-details {
    font-size: 12px;
    line-height: 22px;
  }

  .license-top-wrapper {
    margin-bottom: 16px;
  }

  .license-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .license-img {
    width: 100%;
  }

  .color-palette-grid {
    grid-template-columns: 1fr;
  }

  .color-palette-single-wrapper._1, .color-palette-single-wrapper._2, .color-palette-single-wrapper._3, .color-palette-single-wrapper._4 {
    height: 100px;
  }

  .color-code-text._2, .color-code-text._1 {
    font-size: 16px;
    line-height: 16px;
  }

  .categories-heading {
    margin-left: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .categories-section, .checkout-form {
    padding-bottom: 60px;
  }

  .checkout-block-header {
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .heading-h4-size {
    font-size: 14px;
    line-height: 14px;
  }

  .checkout-block-content {
    padding: 10px;
  }

  .blok-contant, .block-contact, .block-contant {
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .block-contant.item {
    padding-left: 10px;
  }

  .block-contant.customer-info, .block-contant.payment-info {
    padding: 10px;
  }

  .apple-pay-button {
    height: 36px;
  }

  .order-confirmation {
    padding-bottom: 40px;
  }

  .order-confirmation-block-header {
    padding: 10px;
  }

  .cart-header {
    padding: 16px;
  }

  .cart-title {
    font-size: 18px;
  }

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

  .cart-close-icon {
    width: 16px;
  }

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item-wrapper {
    margin-bottom: 16px;
  }

  .cart-name-text {
    font-size: 16px;
  }

  .cart-price-text {
    font-size: 12px;
    line-height: 34px;
  }

  .cart-remove-button {
    font-size: 12px;
  }

  .cart-divider {
    margin-top: 16px;
  }

  .cart-footer {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-line-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .car-subtotal-text, .total-price {
    font-size: 14px;
  }

  .dental-text-wrapper {
    margin-top: 16px;
  }

  .dental-text-block {
    padding: 3px 10px;
    font-size: 11px;
    line-height: 16px;
  }

  .services-icon-wrap {
    margin-top: 7px;
  }

  .services-icon {
    width: 20px;
  }

  .play-button-icon {
    width: 15px;
  }

  .shipping-method {
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .shipping-method-2 {
    padding: 10px;
    line-height: 22px;
  }

  .services-link-text {
    font-size: 20px;
    line-height: 30px;
  }

  .country {
    font-size: 12px;
    line-height: 12px;
  }

  .input-label {
    height: 32px;
  }

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

  .button-wrap.blog-btn, .button-wrap.team-btn {
    justify-content: center;
  }

  .looping-preloader-inner-container {
    display: none;
  }

  .overflow-hidden {
    margin-bottom: 10px;
  }

  .nav-text-wrapper {
    height: 36px;
  }

  .text-block-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block.white {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-5 {
    text-align: center;
    width: 100%;
  }

  .button-5.border {
    margin-bottom: 10px;
  }

  .heading-10 {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .aesthetics-card-2 {
    width: 100%;
    min-height: 450px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-body {
    width: 100%;
    overflow: hidden;
  }

  .testimonial-mask-2 {
    width: 100%;
  }

  .testimonial-slider-3 {
    max-width: 300px;
    margin-top: 0;
  }

  .fake-button-tab {
    text-align: center;
    border-style: none;
    border-width: 0;
    width: 101%;
    font-size: 10px;
  }

  .stacked-content {
    grid-row-gap: 36px;
    padding-left: 0;
  }

  .tab-link-tab-2.revised {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_280574301.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-tab-2.revised.w--current {
    background-image: url('../images/AdobeStock_280574301.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-men {
    width: 100%;
    overflow: hidden;
  }

  .aesthetics-panel-1 {
    flex-direction: row;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .grid-with-1 {
    left: 5%;
  }

  .grid-with-1-but {
    bottom: 12%;
    left: 5%;
  }

  .subtitle {
    text-align: center;
  }

  .tab-pane-skin {
    width: 100%;
    overflow: hidden;
  }

  .stacked-heading {
    grid-row-gap: 0px;
  }

  .cool-image {
    width: 100%;
  }

  .testimonial-slider-copy {
    max-width: 250px;
    margin-top: 0;
  }

  .tabs-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    height: auto;
    display: grid;
  }

  .left-intro-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-babe, .tab-link-babe.w--current {
    height: 125px;
  }

  .tab-7 {
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-7.w--current {
    width: 100%;
    height: 125px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-4 {
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-tab-4.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-men, .tab-link-men.w--current {
    height: 125px;
  }

  .tab-div-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 67px;
    display: flex;
  }

  .tabs-2 {
    flex-direction: column;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .tab-pane-tab-2 {
    width: 100%;
    overflow: hidden;
  }

  .tab-pane-fit {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .tab-pane-babe {
    width: 100%;
    overflow: hidden;
  }

  .text-block-58 {
    color: #717171;
    padding-right: 0;
    font-size: 14px;
  }

  .testimonial-slide-2 {
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .tab-link-tab-6 {
    height: 125px;
  }

  .testimonial-image-3 {
    width: 100%;
  }

  .grid-3-copy {
    flex-direction: column;
    display: flex;
  }

  .imggrid-2 {
    height: auto;
  }

  .container-13.monbile {
    display: none;
  }

  .paragraph-large-4 {
    font-size: 18px;
    line-height: 30px;
  }

  .footer-social-icon {
    background-color: #ffd9d7;
    border-radius: 20px;
    width: 36px;
    padding: 5px;
  }

  .logo-2 {
    width: 120px;
    max-width: 78%;
    margin-top: 8px;
  }

  .menu-button-2 {
    background-color: var(--color-natural-200);
    color: var(--natural-color-100);
    border-radius: 3px;
  }

  .menu-button-2.w--open {
    background-color: var(--color-natural-200);
  }

  .banner-alert {
    display: none;
  }

  .navigation-link {
    padding: 10px 0;
  }

  .dropdown-toggle-3 {
    padding-right: 0;
  }

  .navigation-button {
    display: none;
  }

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

  .aesthetics-card-3 {
    width: 100%;
    min-height: 450px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-slider-4 {
    max-width: 300px;
    margin-top: 0;
  }

  .tab-8 {
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-8.w--current {
    width: 100%;
    height: 125px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-4-2 {
    border-radius: 0;
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-tab-4-2.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-tab-2-2 {
    width: 100%;
    overflow: hidden;
  }

  .slider-heading-5 {
    text-align: center;
  }

  .tab-link-tab-7 {
    height: 125px;
  }

  .arrow-wrapper {
    width: 30px;
    height: 30px;
  }

  .udesly-typewriter-effect {
    font-size: 30px;
  }

  .heading-94 {
    font-size: 20px;
  }

  .scroll-wrapper {
    display: none;
  }

  .div-block-309 {
    width: 100%;
  }

  .paragraph-copy {
    font-size: 21px;
  }

  .hero-content-wrapper-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-h1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 41px;
  }

  .paragraph-copy-2 {
    font-size: 18px;
  }

  .heading-red {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 41px;
  }

  .testimonial-left-arrow-2 {
    width: 50px;
    height: 24px;
    font-size: 13px;
    line-height: 13px;
    bottom: -40px;
    left: 32%;
  }

  .testimonial-name-2 {
    font-size: 12px;
    line-height: 22px;
  }

  .mini-title-text-2 {
    font-size: 10px;
    line-height: 15px;
  }

  .testimonial-section-2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .testimonial-section-heading-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .testimonial-right-arrow-2 {
    width: 50px;
    height: 24px;
    font-size: 13px;
    line-height: 13px;
    bottom: -40px;
    right: 32%;
  }

  .specialists {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .new-button {
    justify-content: center;
    padding: 10px 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .new-button.team {
    justify-content: flex-start;
    font-size: 10px;
    line-height: 14px;
  }

  .new-button.priority {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .new-button.blog-post {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }

  .new-button.blog-post.blog {
    justify-content: flex-start;
    font-size: 12px;
  }

  .new-button.services {
    justify-content: flex-start;
    font-size: 10px;
    line-height: 14px;
  }

  .new-button.blog-btn {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }

  .new-button.team-member {
    padding: 10px 16px;
    line-height: 14px;
  }

  .button-icon-copy {
    margin-left: 6px;
  }

  .html-embed-2 {
    overflow: hidden;
  }

  .section-box {
    z-index: 9999;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    top: 6px;
    left: 10px;
    overflow: hidden;
  }

  .dual-grid {
    flex-direction: column;
    justify-content: center;
    place-items: center;
    margin-top: -32px;
    display: flex;
  }

  .stacked-content-2 {
    grid-row-gap: 36px;
  }

  .new-aesthetics-section.no-padding.grey {
    background-color: #0000;
    background-image: none;
  }

  .grid-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 1600px);
    overflow: hidden;
  }

  .banner-alert-2 {
    display: none;
  }

  .button-5-copy {
    text-align: center;
    width: 100%;
  }

  .button-5-copy.border {
    margin-bottom: 10px;
  }

  .grid-4 {
    background-image: none;
    background-size: auto;
    flex-direction: column;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

  .div-block-305 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-menu-drop-2 {
    color: var(--primary-color);
  }

  .nav-dropdown-link-4 {
    color: var(--color-natural-200);
    font-size: 18px;
  }

  .nav-dropdown-link-4:hover {
    color: #e7edf0;
  }

  .div-block-5 {
    background-color: var(--natural-color-100);
    border: 1px solid #00000017;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: 300px;
    display: block;
  }

  .dropdown-list-3.w--open {
    margin-left: 0;
  }

  .subheading {
    font-size: 40px;
    line-height: 40px;
  }

  .content-wrapper-8 {
    text-align: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: -3px 3px 5px #000000a3;
  }

  .div-block-297 {
    width: auto;
    top: 38px;
  }

  .h3-heading-2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    position: static;
  }

  .content-button-2 {
    min-height: 40px;
    display: flex;
  }

  .content-button-2._3 {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 17px;
    line-height: 1.1;
  }

  .grid-content {
    width: 100%;
  }

  .heading-92 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 37px;
    font-weight: 300;
    line-height: 40px;
  }

  .div-block-308 {
    width: 80%;
    height: 105%;
    top: 6px;
    left: 35px;
    right: 0;
  }

  .content-background {
    left: 6px;
  }

  .paragraph-large-5 {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }

  .background-3 {
    width: 100%;
    left: 13px;
  }

  .image-cover-3 {
    width: 100%;
    top: -25px;
  }

  .flex-header-2 {
    width: 100%;
    margin-top: 10px;
    position: static;
  }

  .image5 {
    top: -32px;
    left: 25px;
  }

  .heading-2 {
    line-height: 41px;
    position: static;
  }

  .container-15 {
    max-width: 100%;
  }

  .grid-content-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-block-small-2 {
    width: 90%;
    height: auto;
  }

  .image-cover-2-copy {
    top: -22px;
  }

  .background-1 {
    width: 100%;
    left: 25px;
  }

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

  .left-content-wrapper {
    text-align: center;
    align-items: center;
    width: auto;
    max-width: none;
    padding-top: 20px;
    position: static;
    box-shadow: 4px 4px 6px #000000a8;
  }

  .heading-97 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 40px;
    font-weight: 300;
  }

  .section-content-2 {
    max-width: 100%;
    margin-right: 0;
    padding: 100px 2% 60px;
  }

  .section-content-2.new {
    width: 100%;
    max-width: none;
    margin-left: 0;
    left: 0;
  }

  .content-image-block {
    margin-top: 0;
    padding-left: 0;
    left: -3px;
  }

  .image-5 {
    white-space: normal;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .check-row {
    flex-wrap: wrap;
  }

  .h3-heading-3 {
    width: 100%;
    margin-bottom: 10px;
    font-family: Playfairdisplay, sans-serif;
    font-size: 32px;
    line-height: 45px;
  }

  .text-block-66 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 20px;
    font-size: 15px;
  }

  .section-content-3 {
    width: 100%;
    margin-top: 0;
    padding: 0 1%;
    overflow: hidden;
  }

  .content-grid {
    grid-template-columns: 1fr;
    place-content: center stretch;
    place-items: center stretch;
    display: block;
  }

  .content-block {
    max-width: none;
    margin-top: 30px;
    margin-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .check-wrapper {
    flex-wrap: nowrap;
    margin-top: 0;
    font-size: 20px;
    display: block;
  }

  .image-15 {
    opacity: .28;
    object-fit: cover;
    background-image: none;
    height: 100vh;
    padding-top: 0;
    display: block;
    position: fixed;
    inset: -19% -24% 0% auto;
    overflow: hidden;
  }

  .text-red {
    font-size: 20px;
    line-height: 25px;
  }

  .content-wrapper-5 {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  ._2-red-line-2 {
    width: 100px;
    min-width: auto;
  }

  .column-9 {
    background-image: url('../images/DSC02644.webp');
    background-position: 50%;
    background-size: cover;
    padding-top: 38%;
    position: relative;
  }

  .inner-hero-text {
    justify-content: flex-end;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    top: 0;
  }

  .h2-title {
    color: var(--natural-color-500);
    object-fit: cover;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    font-size: 30px;
    display: flex;
    position: static;
  }

  .h2-title.hrt {
    margin-top: -49px;
    line-height: 35px;
  }

  .minifx-hero {
    background-position: 0 0, 70% 0;
    height: 70vh;
    padding-top: 400px;
    position: relative;
  }

  .minifx-hero.opus {
    object-position: 50% 50%;
    width: 100%;
  }

  .minifx-hero.hcg {
    background-position: 0 0, 35%;
    height: 70vh;
  }

  .minifx-hero.mmwl {
    background-position: 0 0, 61%;
  }

  .minifx-hero.mmwl.botox {
    height: 70vh;
  }

  .minifx-hero.diet-shots {
    background-position: 0 0, 60% 0;
  }

  .minifx-hero.sermorelin {
    background-position: 0 0, 75% 0;
  }

  .minifx-hero.inbody {
    height: 100vh;
  }

  .minifx-hero.hrt {
    background-position: 0 0, 65% 0;
  }

  .minifx-hero.exosome {
    background-position: 0 0, 42% 0;
  }

  .minifx-hero.prp {
    background-position: 0 0, 50% 0;
  }

  .minifx-hero.thread-lift {
    background-position: 0 0, 60% 0;
  }

  .minifx-hero.about-us-lightbox {
    background-position: 0 0, 50% 0;
  }

  .minifx-hero.dysport {
    background-position: 0 0, 60% 0;
  }

  .minifx-hero.juvederm, .minifx-hero.kybella {
    background-position: 0 0, 50% 0;
  }

  .minifx-hero.radiesse {
    background-position: 0 0, 55% 0;
  }

  .minifx-hero.vollure {
    background-position: 0 0, 50% 0;
  }

  .minifx-hero.voluma {
    background-position: 0 0, 45% 0;
  }

  .minifx-hero.skin-tightening {
    background-position: 0 0, 40%;
  }

  .minifx-hero.ipl {
    background-position: 0 0, 40% 0;
  }

  .minifx-hero.lhr {
    background-position: 0 0, 50% 0;
  }

  .minifx-hero.cleearlift {
    background-position: 0 0, 35% 0;
  }

  .minifx-hero.tattoo-removal {
    background-position: 0 0, 45% 0;
  }

  .minifx-hero.microneedling {
    background-position: 0 0, 50% 0;
  }

  .minifx-hero.dermaplane {
    background-position: 0 0, 35% 0;
  }

  .minifx-hero.facials {
    background-position: 0 0, 35%;
  }

  .minifx-hero.body-sculpting {
    background-position: 0 0, 35% 0;
  }

  .minifx-hero.about {
    background-position: 50% 0;
  }

  .minifx-hero.semaglutide {
    background-position: 0 0, 10% 0;
  }

  .columns-3 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: -200px;
    display: flex;
  }

  .sub-non-product {
    width: 110%;
    padding-right: 60px;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
  }

  .column-10 {
    background-color: var(--primary-color);
    margin-top: 0;
  }

  .rich-text-block {
    padding-bottom: 40px;
  }

  .team-image {
    height: 320px;
  }

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

  .rich-text-block-2 {
    max-width: 94%;
  }

  .rich-text-block-2 h3 {
    font-size: 30px;
  }

  .heading-98 {
    color: var(--natural-color-500);
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #000;
    font-family: Playfairdisplay, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-regular-4 {
    color: #747474;
    line-height: 30px;
  }

  .paragraph-regular-bold-3 {
    font-size: 16px;
  }

  .faq-item-line {
    padding: 24px;
  }

  .right-arrow-5 {
    display: block;
    inset: auto auto 0% 50%;
    transform: translate(0%, 100%);
  }

  .gallery-slider-2 {
    padding-bottom: 15px;
  }

  .left-arrow-5 {
    display: block;
    inset: auto auto 0% 50%;
    transform: translate(-100%, 100%);
  }

  .section-gallery {
    margin-bottom: 30px;
    padding-bottom: 45px;
  }

  .gallery-slider-mask {
    width: 75%;
  }

  .button-7 {
    background-color: var(--color-natural-200);
    display: block;
  }

  .about-us-hero {
    background-position: 0 0, 70% 0;
    padding-top: 400px;
    position: relative;
  }

  .about-us-hero.exosome {
    background-position: 0 0, 42% 0;
  }

  .about-us-hero.about {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
    background-position: 0 0;
    height: auto;
    min-height: auto;
    margin-top: 87px;
    padding-top: 0;
  }

  .inner-hero-text-copy {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    top: 0;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .sub-dropdown-quick-2:hover, .sub-dropdown-quick-2.w--current:hover {
    color: #e6c17c;
  }

  .sidebar.top-36 {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    padding-right: 5%;
  }

  .text-block-71:hover {
    color: #e6c17c;
  }

  .columns-8 {
    margin-top: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-6 {
    background-image: linear-gradient(79deg, #fff 18%, #ffffff91 56%);
    margin-top: 0;
  }

  .service-page-column {
    display: block;
  }

  .quick-link-menu-item-4 {
    padding-left: 0;
  }

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

  .brix---container-default {
    max-width: none;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .column-14 {
    border-left-style: none;
    border-left-width: 0;
  }

  .content-wrapper-9 {
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-hero-text-2 {
    max-width: 100%;
  }

  .minifx-hero-2 {
    background-image: url('../images/AdobeStock_501659029.webp');
    background-position: 45% 0;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
    position: relative;
  }

  .heading-24 {
    color: #000;
    padding-top: 70px;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
  }

  .sub-dropdown-quick-3:hover, .sub-dropdown-quick-3.w--current:hover, .text-block-76:hover {
    color: #e6c17c;
  }

  .column-17 {
    border-left-style: none;
    border-left-width: 0;
  }

  .div-block-311 {
    width: 100%;
  }

  .mobile-button {
    letter-spacing: 1.5px;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    min-height: 48px;
    padding: 12px 20px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
  }
}

#w-node-_2cf06290-75c8-f17d-1764-83e1b31695f3-e7235520 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2cf06290-75c8-f17d-1764-83e1b31695f5-e7235520 {
  place-self: center stretch;
}

#w-node-_2cf06290-75c8-f17d-1764-83e1b31695f7-e7235520 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_2cf06290-75c8-f17d-1764-83e1b31695fa-e7235520 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a567329a-4c44-19ef-e648-910be6ab8c81-e7235520, #w-node-_82fe5483-6161-faac-f1b9-5fa705bea1b8-e7235520, #w-node-_47aa986e-24c8-d927-9d6c-f0ec0329c418-e7235520, #w-node-_95e53dc0-f841-f15c-c972-4ebcc2211c67-e7235520, #w-node-_5acff382-c6dc-ec39-36cb-e9e3656e19b2-e7235520, #w-node-_609ad962-e8c1-8e8f-2997-1b030fab0024-e7235520, #w-node-_2b1f5980-f139-6bba-fd53-8617487dd141-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c77-e7235520, #w-node-f5e259c8-1d01-59d8-a96b-1796dc7e848c-e7235520, #w-node-a4c3575c-d691-19fa-ad07-10e3269afd81-e7235520, #w-node-afcd829b-9911-586e-62f0-ba5bb6803148-e7235520, #w-node-_789007a6-d257-5f08-b0c3-837e57b4dda9-e7235520, #w-node-deb9bb41-8d2f-8682-934f-174865750d91-e7235520, #w-node-_415e1dc8-9794-2a6f-dbe8-ecfc1f334a02-e7235520, #w-node-a1968614-688c-7432-e1bc-5c8ba76fd335-e7235520, #w-node-_8631d0db-8532-1ba0-1e60-36a085263a12-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8bef-e7235520, #w-node-_1a5f7640-2eb9-5036-cfee-bf6b04552ac0-e7235520, #w-node-_51f4ce5f-e733-25c7-60f9-4800e161709e-e7235520, #w-node-_4a6e7480-714b-839f-44ae-09d01089193a-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8bf9-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c03-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c0d-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c21-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8bbd-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8bc9-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c3d-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c47-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c51-e7235520, #w-node-a567329a-4c44-19ef-e648-910be6ab8c65-e7235520 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef0605ee-c646-507d-2664-b124546e27cd-e7235520, #w-node-ef0605ee-c646-507d-2664-b124546e27ce-e7235520, #w-node-ef0605ee-c646-507d-2664-b124546e27cf-e7235520, #w-node-_3cbac717-cbee-273c-eab7-f9113a3b6343-e7235520, #w-node-_3cbac717-cbee-273c-eab7-f9113a3b6348-e7235520, #w-node-_3cbac717-cbee-273c-eab7-f9113a3b634d-e7235520, #w-node-_71458fae-caf9-bdce-75dc-09e7e291ca99-e7235520, #w-node-_71458fae-caf9-bdce-75dc-09e7e291ca9f-e7235520, #w-node-_71458fae-caf9-bdce-75dc-09e7e291ca9a-e7235520, #w-node-_71458fae-caf9-bdce-75dc-09e7e291caa4-e7235520, #w-node-_71458fae-caf9-bdce-75dc-09e7e291ca9b-e7235520, #w-node-_71458fae-caf9-bdce-75dc-09e7e291caa9-e7235520, #w-node-f5bf7f9c-540c-f0b8-a3a6-46c9eb7ea027-e7235520, #w-node-f40c4f9c-b077-f5f6-4852-f2f1494da0c1-e7235520, #w-node-_849b8f32-29ea-adcc-fb6a-2bbd2500a20e-e7235520, #w-node-_849b8f32-29ea-adcc-fb6a-2bbd2500a210-e7235520, #w-node-_62d81d9f-b268-ba41-4249-29d81e8ea0d1-e7235520, #w-node-_62d81d9f-b268-ba41-4249-29d81e8ea0d3-e7235520, #w-node-_3d37a6c5-6169-cb85-939c-28101c579f7c-e7235520, #w-node-_3d37a6c5-6169-cb85-939c-28101c579f7e-e7235520, #w-node-_17a3d65b-86e6-d500-7586-95184518d0c7-e7235520, #w-node-_17a3d65b-86e6-d500-7586-95184518d0c9-e7235520, #w-node-_6f1b5ebd-b269-4bcb-e300-d86c752b9e99-e7235520, #w-node-_6f1b5ebd-b269-4bcb-e300-d86c752b9e9b-e7235520, #w-node-_3263215c-2a73-4fa2-3397-eb9cc2653c31-e7235520, #w-node-_3263215c-2a73-4fa2-3397-eb9cc2653c33-e7235520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb1bd925-86b1-7cba-a190-532787e17d70-e7235520 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb1bd925-86b1-7cba-a190-532787e17d75-e7235520 {
  place-self: center stretch;
}

#w-node-fb1bd925-86b1-7cba-a190-532787e17d77-e7235520 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-fb1bd925-86b1-7cba-a190-532787e17d7a-e7235520 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_18bb1ed4-d019-bbef-cd6a-3e5b700f7bce-e7235520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_18bb1ed4-d019-bbef-cd6a-3e5b700f7bcf-e7235520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_14d36f81-21a3-1579-0ed3-57b0ef337972-ef33796d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14d36f81-21a3-1579-0ed3-57b0ef337985-ef33796d, #w-node-_14d36f81-21a3-1579-0ed3-57b0ef3379a7-ef33796d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e82b1e43-8398-54d8-c65f-a522a1c4f504-ef33796d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a89b65f4-64b1-48e9-4584-2c515ad10719-5ad106fc {
  place-self: start;
}

#w-node-_3fc85048-c061-7444-53b9-15624724f4fe-4724f4f4, #w-node-_3fc85048-c061-7444-53b9-15624724f500-4724f4f4, #w-node-_3fc85048-c061-7444-53b9-15624724f502-4724f4f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fc85048-c061-7444-53b9-15624724f513-4724f4f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_4fc2c8f1-55b0-2f4a-ea17-183fdc5d9603-1f4870bb {
  grid-area: Area;
  place-self: start;
}

#w-node-_0e5bc689-03a2-6175-87ff-90636c4ace61-94235531, #w-node-f2834ffc-2134-993e-ba64-ce326f7973e1-94235531, #w-node-_37c2436e-3816-c044-a0fa-cbc4d7db697c-94235531, #w-node-_0e5bc689-03a2-6175-87ff-90636c4ace70-94235531, #w-node-_349151de-e052-bb09-fa1e-4b218f14a725-94235531, #w-node-c5f31796-6ee9-bdf6-7ffc-3934ee890357-94235531, #w-node-_85233c5a-5c88-a399-571c-a67fe49a75b8-94235531, #w-node-_13b92386-6937-587d-7974-aa8ac84cef98-94235531, #w-node-baab3827-e3af-de95-c930-a09ff089eeae-94235531, #w-node-cf11ea39-0613-df59-5e90-75a0790c0d08-790c0cf8, #w-node-cf11ea39-0613-df59-5e90-75a0790c0d0a-790c0cf8, #w-node-cf11ea39-0613-df59-5e90-75a0790c0d0c-790c0cf8, #w-node-cf11ea39-0613-df59-5e90-75a0790c0d0e-790c0cf8, #w-node-c5bab258-3a34-46ad-4e6c-82cc557d2e4f-1a235539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_600f1bf1-f4f5-f812-b8b7-0ed41e0dc16b-1a235539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ae2a1344-99e4-e33a-942f-bd8fa74b839d-1a235539, #w-node-_5bf1c0fb-ebeb-36a2-d54b-570736703bf8-1a235539 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_263ac099-18bf-c87a-a4d0-db2dc525ede3-1a235539 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ff4f3feb-a214-eeae-a69c-53658029c612-8029c612 {
  align-self: start;
}

#w-node-ff4f3feb-a214-eeae-a69c-53658029c64f-8029c612, #w-node-_71a80fa5-3361-fcb1-8533-e1fd68e402fc-4323553d, #w-node-_65adcad6-e676-f45d-2e9d-3d1728a1aef9-4323553d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10d350ce-d5a3-02d0-3ef7-80c9e345b9a6-e345b9a6, #w-node-_10d350ce-d5a3-02d0-3ef7-80c9e345b9a9-e345b9a6 {
  align-self: start;
}

#w-node-_10d350ce-d5a3-02d0-3ef7-80c9e345b9c9-e345b9a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61e075b6-7ecf-73f5-9280-435145d9c043-f4235587 {
  align-self: start;
}

#w-node-_91e0fa68-21db-c810-4c15-39d2fd52159e-5c23558b, #w-node-_44c9928e-9dc8-3391-70fa-8dd3cbca1a3f-5c23558b, #w-node-_28a9846c-88ae-049c-6a13-3559f6fb18a3-5c23558b, #w-node-ee8230f4-564c-d1d8-0029-b0a83a176d63-5c23558b, #w-node-_5833621a-4280-11ab-10d0-a85076b2df41-5c23558b, #w-node-dd14ee34-c2ed-9bfb-827e-a356ff78463c-5c23558b, #w-node-f965de6e-f4c6-b89b-6946-bc86dfdbdb38-5c23558b, #w-node-dd3bf3df-efcd-1dbe-5ca4-f6df6199c026-5c23558b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f8635bd-a10f-0462-ba72-adb25a548338-4b23558d {
  align-self: start;
}

#w-node-_8fb05143-37bc-e5db-d090-ab7a1e9e070e-a623562f, #w-node-_22a84f9d-1ab8-ef84-227a-f7de5f252ff8-a623562f, #w-node-_93e05f2b-6c8f-0a80-a407-96d85a814d13-a623562f, #w-node-_28a81728-6ac7-95e8-e3de-4f9ec3189f71-a623562f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b57825ab-4cd4-c9f2-a386-02c16592d4ba-50c3616d, #w-node-b57825ab-4cd4-c9f2-a386-02c16592d4ba-cafb1fd2 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_14d36f81-21a3-1579-0ed3-57b0ef337985-ef33796d {
    justify-self: start;
  }

  #w-node-_14d36f81-21a3-1579-0ed3-57b0ef3379a7-ef33796d {
    justify-self: auto;
  }

  #w-node-c5bab258-3a34-46ad-4e6c-82cc557d2e4f-1a235539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_14d36f81-21a3-1579-0ed3-57b0ef337972-ef33796d {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a567329a-4c44-19ef-e648-910be6ab8b9f-e7235520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a567329a-4c44-19ef-e648-910be6ab8b9b-e7235520 {
    place-self: center;
  }

  #w-node-a567329a-4c44-19ef-e648-910be6ab8ba3-e7235520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95049317-dca4-b5b2-b013-d2429f702a35-e7235520 {
    justify-self: center;
  }

  #w-node-_95049317-dca4-b5b2-b013-d2429f702a48-e7235520 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype'), url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype'), url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype'), url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope variable';
  src: url('../fonts/Manrope-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}