:root {
  --black: black;
  --black-2: #29282d;
  --white: white;
  --red: #e8445d;
  --grey: #e5e5e5;
  --dark-pink: #d75079;
  --light-pink: #e287bb;
  --purple: #6868ab;
  --lightest-pink: #fff3f6;
  --gray: #757676;
  --untitled-ui-gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui-primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui-white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui-primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui-primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui-primary200\<deleted\|variable-b0d9f07d\>: #e9d7fe;
  --untitled-ui-gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui-gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --untitled-ui-gray700\<deleted\|variable-d4f37b50\>: #344054;
  --alley-component-library-green--400\<deleted\|variable-3fdf7b86\>: #c5e7d1;
  --untitled-ui-success700\<deleted\|variable-1c4c81d0\>: #027a48;
  --untitled-ui-gray500\<deleted\|variable-68f29e84\>: #667085;
  --untitled-ui-gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui-gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui-gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui-primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --blue: #85a0ac;
  --beigee: #b38f6c;
  --light: #f2f0eb;
  --grey-border: #e4e5e5;
  --yellow: #edc371;
  --beige: #d75079;
  --orange: #d77e70;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Roxborough bold, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roxborough bold, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roxborough cf, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roxborough cf, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Kumbhsans, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

a {
  color: var(--black-2);
  font-family: Kumbhsans, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #333;
  border-bottom: 0 #000;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-family: Kumbhsans, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Kumbhsans, sans-serif;
  line-height: 26px;
}

li {
  margin-bottom: 10px;
}

img {
  width: auto;
  display: block;
  overflow: visible;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

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

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

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

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

.body {
  object-fit: fill;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.line-break {
  background-color: #e8e8e8;
  width: 100%;
  height: .5px;
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  display: block;
}

.line-break.small {
  margin-top: 1em;
  margin-bottom: 1em;
}

.line-break.mobile-tab {
  display: none;
}

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

.margin-bottom.margin-small {
  flex: 0 auto;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.margin-bottom.margin-xsmall {
  flex: 0 auto;
}

.margin-bottom.margin-xxsmall {
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-bottom.margin-xxlarge {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small, .margin-bottom.margin-xlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 1em;
}

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

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex: 0 auto;
  margin: 0 0 10px;
}

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

.margin-bottom.margin-small {
  margin: 0 0 10px;
}

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

.padding-vertical.padding-huge {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.services-main-header {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: .75em;
  font-family: Roxborough cf, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
}

.services-main-header.browse-experts {
  color: var(--black);
  font-family: Kumbhsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.services-main-header.center-alligned {
  text-align: center;
  font-family: Roxborough bold, sans-serif;
}

.services-main-header.less-spacing {
  margin-bottom: 10px;
}

.services-main-header.less-spacing.white {
  color: var(--black-2);
  text-align: left;
  font-weight: 400;
}

.services-main-header.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Roxborough cf, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

.section-7 {
  border-bottom: 1px solid var(--grey);
  background-color: #fff;
  height: auto;
  padding: 40px 5%;
}

.section-7.by-service {
  background-color: #fdfdfc;
  border-bottom-color: #e5e5e5;
  padding: 0 2% 2em;
  display: none;
}

.product5_image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product5_image:hover {
  opacity: 1;
  filter: blur();
  outline-color: var(--dark-pink);
  outline-offset: 2px;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  outline-width: 2px;
  outline-style: none;
  display: block;
}

.product5_image.discover-experts {
  box-shadow: 1px 1px 10px 0 var(--grey);
  border-radius: 4px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 10px;
  position: static;
  overflow: hidden;
}

.product5_image.discover-experts.service {
  min-height: 225px;
  max-height: 225px;
}

.product5_image.discover-experts.service.new {
  margin-bottom: 0;
}

.text-span-3 {
  color: var(--red);
}

.footer {
  background-color: #fdfdfc;
  padding: 0 0;
}

.section-17 {
  background-color: var(--light-pink);
  border-bottom: .5px solid #e5e5e5;
  padding: 2rem 2% 2em;
  display: none;
}

.navbar8_component {
  background-color: #0000;
  border-bottom: .1px solid #e8e8e8;
  flex-direction: row;
  align-items: center;
  min-height: 5.25rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.hidden {
  overflow: hidden;
}

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

.heading-46 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: .5em;
  padding-right: 0;
  font-family: Roxborough Cf, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.heading-46.black {
  color: var(--black);
  text-align: center;
}

.heading-46.black.getcover {
  margin-top: 10px;
  padding-right: 0;
}

.heading-46.center-alligned {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 70px;
}

.heading-46.center-alligned.small {
  color: var(--black);
  margin-bottom: .5em;
  font-size: 38px;
  line-height: 50px;
}

.heading-46.center-alligned.small.white {
  color: var(--white);
}

.holder-div {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.testimonial-div {
  opacity: 1;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 15%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.testimonial-div.zapier {
  text-align: center;
  width: 12%;
  margin-left: 20px;
}

.testimonial-div.dwell {
  width: 15%;
  margin-left: 20px;
}

.testimonial-div.live-mint {
  width: 8%;
  height: 1em;
}

.testimonial-div.hindustan-times {
  width: 15%;
  margin-left: 20px;
}

.testimonial-div.hindustan-times.economic-times {
  width: 18%;
}

.img-block {
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.section-38 {
  background-color: #fdfdfc;
  border-top: .5px solid #e8e8e8;
  border-bottom: .5px solid #e4e5e5;
  flex-wrap: nowrap;
  padding: 17.5px 2%;
  display: block;
}

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

.div-block-96 {
  margin-right: 20px;
  padding-top: 10px;
}

.div-block-97 {
  flex: 1;
}

.slide-box {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 20px #6e6e731a;
}

.slide-box:hover {
  transform: scale(1.01);
  box-shadow: 0 -1px 20px #6e6e7340;
}

.slide-box._240px.margin-right {
  box-shadow: none;
  background-color: #0000;
  background-color: var(--white);
  box-shadow: 0 -1px 10px #6e6e731a;
  box-shadow: none;
  background-color: #f2f2f2;
  border: .5px solid #d6d7da;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 23vw;
  height: auto;
  min-height: 250px;
  margin-right: 15px;
  text-decoration: none;
}

.slide-box.margin-right {
  background-color: #f2f2f2;
  border-radius: 5px;
  flex: none;
  width: 300px;
  height: auto;
  min-height: 300px;
  margin-right: 15px;
  padding-bottom: 0;
  text-decoration: none;
}

.slide-box.margin-right.stories {
  height: 533px;
}

.slide-box.margin-right {
  margin-right: 15px;
}

.slide-box._240px {
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.slide-box._240px.margin-right {
  box-shadow: none;
  background-color: #0000;
  background-color: var(--white);
  box-shadow: 0 -1px 10px #6e6e731a;
  box-shadow: none;
  background-color: #f2f2f2;
  border: .5px solid #d6d7da;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 23vw;
  height: auto;
  min-height: 250px;
  margin-right: 15px;
  text-decoration: none;
}

.slide-box._240px.cities {
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 275px;
  height: auto;
  transition-property: none;
}

.slide-box._240px.cities.browse {
  background-color: #0000;
  width: auto;
  margin-right: 10px;
}

.slide-box._240px.margin-right {
  box-shadow: none;
  background-color: #0000;
  background-color: var(--white);
  box-shadow: 0 -1px 10px #6e6e731a;
  box-shadow: none;
  background-color: #0000;
  border: .5px #d6d7da;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 25vw;
  height: auto;
  min-height: 250px;
  margin-right: 15px;
  text-decoration: none;
}

.section-54 {
  background-color: #fdfdfc;
  border-top: .5px #e8e8e8;
  border-bottom: .5px solid #e8e8e8;
  padding: 2em 2.5%;
  display: block;
}

.container-70 {
  max-width: 80rem;
  margin-top: 20px;
}

.long-box {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 21.5%;
  height: 380px;
  margin-right: 10px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.long-box:hover {
  box-shadow: none;
  flex: none;
  transform: none;
}

.long-box.additional-info {
  width: 49%;
}

.long-box.service {
  width: 24%;
  height: 295px;
}

.long-box.new {
  height: 324px;
}

.long-box.howitworks {
  background-color: var(--white);
  border: 1px solid #e8e8e8;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  height: 430px;
  padding: 20px 25px;
  display: flex;
}

.link-block-10 {
  z-index: 1;
  box-shadow: none;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  transition: none;
  display: flex;
  position: relative;
}

.link-block-10:hover {
  box-shadow: none;
  border-radius: 0;
  padding: 2px;
  text-decoration: underline;
  transform: scale(.95);
}

.link-block-10.service:hover {
  border-radius: 12px;
  padding: 0;
  transform: none;
}

.text-weight-semibold-5 {
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.brz-pic-1-2 {
  height: 2.5em;
  display: none;
}

.text-size-medium-6 {
  color: var(--black);
  text-align: left;
  margin-bottom: 4rem;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 20px;
}

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

.navigation-card {
  width: 100%;
  text-decoration: none;
}

.navigation-logo {
  height: 3em;
}

.navigation-image-wrapper {
  background-color: #dedfe3;
  border: 1px solid #dedfe3;
  border-radius: 0;
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
  overflow: hidden;
}

.navigation-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 16px;
}

.navigation-grid.hiw, .navigation-grid.services, .navigation-grid.hiw, .navigation-grid.services {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.navigation-grid-wrapper {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #131316;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.navigation-logo-link.w--current {
  display: flex;
}

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

.navigation-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: none;
  position: static;
}

.subheading-regular {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roxborough cf, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
}

.subheading-regular:focus {
  color: var(--light-pink);
}

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

.navigation-card-content {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.navigation-list-dropdown {
  z-index: 99;
  min-width: 100%;
  display: none;
}

.navigation-list-dropdown.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding: 24px 40px;
  position: absolute;
  inset: 80px 0% auto;
  overflow: hidden;
  box-shadow: 1px 1px 8px #c4cad43d;
}

.navigation-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black-2);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: .1px solid #d9d9d9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.navigation-button-secondary:hover {
  border: .1px solid var(--black);
  background-color: var(--white);
  color: var(--purple);
}

.navigation-button-secondary:active {
  background-color: var(--lightest-pink);
}

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

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

.navigation-toggle-2 {
  grid-column-gap: 2px;
  outline-offset: 0px;
  color: var(--black-2);
  outline: 3px #e287bb;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px 16px;
  font-family: Fontsfree net kiona;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-toggle-2:hover {
  color: var(--purple);
}

.navigation-toggle-2.w--open {
  color: var(--red);
  background-color: #0000;
  border-radius: 0;
  text-decoration: underline;
}

.navigation-toggle-2.makeup {
  display: none;
}

.navigation-dropdown-2 {
  flex-direction: row;
  height: 100%;
  display: block;
  position: static;
}

.link-block-14, .link-block-17 {
  text-decoration: none;
}

.testimonial11_logo {
  height: 20px;
  max-height: none;
  margin-bottom: 10px;
}

.testimonial23_client-image-wrapper {
  margin-right: 10px;
}

.testimonial23_content {
  background-color: var(--white);
  border: .5px #e5e5e5;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

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

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

.testimonial23_customer-image {
  object-fit: cover;
  border-radius: 100px;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  overflow: hidden;
}

.paragraph-68 {
  color: #757676;
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.heading-81 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Roxborough bold, sans-serif;
  font-size: 18px;
}

._20vw-div-4 {
  flex: none;
  width: .001vw;
  margin-right: 0;
}

.slider-container-5 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.slider-container-5.browse.blog {
  justify-content: center;
  display: none;
}

.div-block-198 {
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  padding: 1rem 1.5rem 1.5rem;
}

.columns-61 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-72 {
  color: var(--black);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.column-111 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-170 {
  border-radius: 100px;
  width: 4em;
  height: 4em;
  overflow: hidden;
}

.column-112 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-73 {
  color: var(--black);
  margin-right: 5px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  display: inline;
}

.text-block-73.city {
  font-size: 11px;
}

.div-block-199 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 16px;
  display: flex;
}

.image-171 {
  width: .75rem;
  height: .75rem;
  margin-bottom: 3px;
  margin-right: 5px;
}

.link-31 {
  color: var(--dark-pink);
  font-family: Avenir Roman, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.link-31:hover {
  color: var(--light-pink);
}

.div-block-200 {
  display: block;
}

.text-block-83 {
  font-family: Figtree Variablefont Wght, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-85 {
  color: var(--black);
  font-family: Kumbhsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-85.white {
  color: var(--white);
  font-weight: 500;
}

.container-102, .container-103 {
  max-width: 80rem;
}

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

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

.h3 {
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Roxborough cf, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  display: inline-flex;
}

.navigation-button {
  border: 5px none var(--black-2);
  background-color: var(--purple);
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 100px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 48px;
  padding: 9px 32px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
  overflow: hidden;
}

.navigation-button:hover {
  background-color: var(--red);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 10px;
  outline: 2px #0000;
}

.navigation-button.w--current {
  background-color: var(--light-pink);
}

.navigation-button.footer {
  background-color: var(--dark-pink);
  background-color: var(--dark-pink);
  border-radius: 1px;
  margin-bottom: 30px;
  display: none;
}

.blue {
  color: #4875bc;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.footer3_social-list {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: none;
}

.footer3_link {
  color: #29282d;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer3_link:hover {
  text-decoration: underline;
}

.footer3_legal-link {
  color: #29282d;
  font-size: .825rem;
  text-decoration: none;
}

.text-size-small-4 {
  font-family: Kumbhsans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  margin-bottom: 1em;
  display: flex;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: none;
}

.padding-global-18 {
  padding: 3em 2%;
}

.padding-global-18.footer2 {
  border-top: 1px solid #e1e1e1;
  padding-top: 0;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_logo-link {
  float: none;
  margin-bottom: 15px;
  padding-left: 0;
  display: block;
}

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

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding-bottom: 3em;
}

.footer3_credit-text {
  color: #29282d;
  font-family: Kumbhsans, sans-serif;
  font-size: .875rem;
}

.footer3_credit-text.mobile {
  display: block;
}

.footer3_bottom-wrapper {
  border-top: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.footer3_bottom-wrapper.footer2 {
  border-top-style: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

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

.nav-heading {
  margin-top: 0;
  font-family: Roxborough bold, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.image-234 {
  height: 3.75em;
}

.mobile-menu-wrapper {
  display: none;
}

.faq1_question-2 {
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.album-item {
  padding-bottom: 2.5px;
  padding-left: 0;
  padding-right: 2.5px;
}

.album-item.explore {
  margin-bottom: 20px;
  padding-right: 10px;
}

.album_button {
  display: block;
}

.album-item-sticker {
  align-items: center;
  padding: 0% 1.7rem 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.album-item-sticker.expert {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: .75rem;
  padding-right: 1rem;
}

.album-item-sticker.portfolio {
  justify-content: space-between;
  align-items: center;
}

.album-item-sticker.discover {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
}

.album-item-sticker.discover.portfolio {
  justify-content: space-between;
  align-items: center;
}

.image-245 {
  border: .5px solid #7e6c6c;
  border-radius: 100px;
  width: 3em;
  height: 3em;
  margin-right: .5em;
  overflow: hidden;
}

.text-block-177 {
  color: var(--white);
  margin-bottom: 7.5px;
  margin-right: 5px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-177.caps {
  text-transform: uppercase;
  margin-top: 7.5px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 14px;
}

.text-block-178 {
  color: #fff;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 12px;
}

.collection-list-15 {
  margin-top: 0;
}

.image-246 {
  width: 16px;
  margin-bottom: 7.5px;
  font-size: 18px;
}

.div-block-340 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-block {
  background-color: #fafafa;
  border: .5px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}

.image-248 {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.tabs-menu-6 {
  border-bottom: 1px #e8e8e8;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tab-link-2 {
  color: #666;
  background-color: #0000;
  border: 1px #ddd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
  padding-left: 0;
  padding-right: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.tab-link-2:hover {
  color: var(--black-2);
  border-bottom: 3px solid #d9d9d9;
  padding-top: 0;
  padding-bottom: 7px;
  transform: scale(1.1);
}

.tab-link-2.w--current {
  border-style: none none solid;
  border-color: #e8e8e8 #e8e8e8 var(--red);
  color: var(--red);
  background-color: #0000;
  border-bottom-width: 3px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
  padding: 6px 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  display: flex;
}

.tab-link-2.shoots {
  margin-right: 0;
  display: flex;
}

.tab-link-2.shoots.w--current {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
}

.tabs {
  margin-top: 20px;
}

.text-block-193 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.text-block-194 {
  text-align: center;
  margin-bottom: 3em;
  font-family: Kumbhsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}

.text-block-194.left-alligned {
  color: var(--white);
  text-align: left;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 22px;
}

.text-block-194.left-alligned.black {
  color: var(--black-2);
  font-size: 14px;
  line-height: 24px;
}

.text-block-198 {
  margin-bottom: 1em;
  font-family: Roxborough cf, sans-serif;
  font-size: 32px;
  line-height: 44px;
}

.text-block-198.center-alligned {
  text-align: center;
}

.text-block-198.howitworks {
  text-align: left;
  text-align: left;
  margin-bottom: .25em;
  font-family: Roxborough cf, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.column-131 {
  height: auto;
  padding-left: 0;
  display: inline-block;
}

.column-132 {
  padding-right: 0;
}

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

.button-50 {
  background-color: var(--white);
  color: var(--dark-pink);
  border-radius: 100px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.button-50:hover {
  background-color: var(--light-pink);
  color: var(--white);
}

.link-53 {
  color: var(--black-2);
  margin-left: 16px;
  margin-right: 16px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.link-53:hover {
  color: var(--light-pink);
  font-size: 14px;
}

.link-54 {
  color: var(--black);
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.link-54.bold {
  font-weight: 500;
  text-decoration: underline;
}

.text-span-192 {
  color: var(--light-pink);
}

.tab-pane-red, .tab-pane-blue {
  padding-top: 1em;
}

.nav-service {
  font-family: Roxborough cf, sans-serif;
  font-size: 17px;
  line-height: 31px;
}

.nav-link-block {
  text-decoration: none;
}

.nav-link-block:hover {
  text-decoration: underline;
}

.slide-container-5 {
  display: flex;
  overflow: auto;
}

.text-hiw {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.text-hiw.yellow, .text-hiw.blue, .text-hiw.yellow, .text-hiw.blue {
  color: var(--white);
}

.div-hiw {
  border: 1.5px solid var(--beigee);
  background-color: var(--beigee);
  border-radius: 100%;
  margin-bottom: .4em;
  padding: 7px 12px;
}

.div-hiw.yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.div-hiw.blue {
  border-color: var(--blue);
  background-color: var(--blue);
}

.text-block-260 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 1.5em;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.quick-stack-39 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.bg-div {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-421 {
  z-index: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 12.5px;
  padding-left: 17.5px;
  padding-right: 17.5px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.category-image {
  opacity: 1;
  -webkit-backdrop-filter: brightness(200%) blur(14px);
  backdrop-filter: brightness(200%) blur(14px);
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.category-image:hover {
  opacity: 74;
}

.text-block-261 {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  margin-right: 4px;
  font-family: Roxborough bold, sans-serif;
  font-size: 26.5px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-423 {
  background-color: #0000;
  border-radius: 3px;
  flex: 1;
  padding: 0;
}

.div-block-424 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.link-59 {
  color: var(--black-2);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.link-59:hover {
  color: var(--red);
}

.image-386 {
  width: 2.2em;
  margin-right: 6px;
}

.container-175 {
  max-width: 80rem;
}

.section-151 {
  background-color: var(--purple);
  padding: 5em 2.5%;
}

.quick-stack-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-37, .cell-38 {
  justify-content: center;
  align-items: flex-start;
}

.image-388 {
  width: 1.5em;
}

.text-block-280 {
  color: var(--purple);
  margin-right: 5px;
  font-weight: 500;
}

.link-block-64 {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block-64:hover {
  background-color: var(--grey-border);
}

.link-block-64.mobile {
  display: none;
}

.section-152 {
  border-bottom: .5px solid #e8e8e8;
  padding: 1em 2%;
}

.heading-133 {
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 4px;
  font-family: Khand Variable, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-282 {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 400;
}

.image-389 {
  width: 1.3em;
  margin-bottom: 5px;
}

.div-block-446 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button__icon-white {
  object-fit: contain;
  width: 1.5rem;
  display: none;
}

.menu-button__icon-white.white-9 {
  display: block;
  position: absolute;
}

.menu__link {
  justify-content: flex-start;
  align-items: center;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.menu__social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.page-versions {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.text-regular {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.text-regular.c1-40 {
  color: #0006;
}

.menu-button__icon {
  object-fit: contain;
  width: 1.5rem;
}

.menu-button__icon.white-8 {
  opacity: 0;
}

.close-menu__icon {
  object-fit: contain;
  width: 1.75rem;
}

.menu {
  z-index: 1000;
  background-color: #0006;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu.white-10 {
  display: none;
}

.menu__social-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu__main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.arrow-xlarge {
  width: 0;
  overflow: hidden;
}

.text-xlarge {
  font-size: 2.4rem;
  line-height: 130%;
}

.nav__items {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.menu__social-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu__social-link:hover {
  text-decoration: underline;
}

.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.nav.white-2 {
  padding-bottom: 0;
}

.menu__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  flex-flow: column;
  width: 30vw;
  min-width: 30rem;
  padding: 1.5rem;
  display: flex;
  overflow: auto;
}

.menu__links {
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.close-menu {
  background-color: #0000000a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  top: -.5rem;
  right: -.5rem;
}

.menu-button-3 {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.image-390 {
  border: 1.5px solid var(--white);
  border-radius: 100px;
  width: 2em;
  height: 2em;
  overflow: hidden;
}

.image-390.cover {
  width: 2em;
  margin-left: -15px;
}

.div-block-450 {
  border-style: solid;
  border-width: 1.5px 1.5px 2px;
  border-color: var(--white) var(--white) #e8e8e8;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-450:hover {
  background-color: var(--light);
}

.text-block-285 {
  color: var(--black);
  flex: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}

.div-block-451 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-391 {
  width: 1.2em;
}

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

.div-block-453 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 5.5px;
  display: flex;
}

.text-block-287 {
  font-family: Figtree Variablefont Wght, Arial, sans-serif;
  font-size: 15px;
}

.text-block-288 {
  font-size: 15px;
}

.div-block-455 {
  -webkit-backdrop-filter: blur(5px) brightness(200%);
  backdrop-filter: blur(5px) brightness(200%);
}

.div-block-456 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-6 {
  justify-content: space-between;
  align-items: center;
}

.bold-text-40 {
  color: var(--light-pink);
}

.text-block-289 {
  color: var(--white);
  text-align: left;
  margin-bottom: 13px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 13.5px;
  display: flex;
}

.container-177 {
  max-width: 80rem;
}

.image-398 {
  width: 1.75em;
  height: 1.75em;
}

@media screen and (min-width: 1280px) {
  .recipe-side {
    background-color: #0000;
    border-style: none;
    padding: 0%;
  }

  .content-section {
    background-color: var(--white);
  }

  .ingredient-content {
    background-color: #fff;
  }

  .container-16 {
    max-width: 70rem;
  }

  .recipe-sticky {
    top: 110px;
  }

  .heading-11 {
    color: var(--black);
    margin-bottom: 0;
    font-size: 2.75em;
    line-height: 100%;
  }

  .service-paragraph.city {
    font-size: 16px;
    line-height: 16px;
  }

  .text-size-medium-2 {
    margin-bottom: 20px;
  }

  .text-size-medium-2.text-weight-semibold {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .text-size-medium-2.text-weight-semibold.discover-experts {
    font-size: 16px;
  }

  .text-size-small.text-style-muted {
    font-size: 13px;
  }

  .text-size-small.text-style-muted.discover-experts {
    font-size: 12px;
  }

  .section-7.by-service {
    background-color: #fdfdfc;
  }

  .profile-pic {
    border-radius: 10%;
    width: 12em;
  }

  .button-11 {
    border-radius: 0;
  }

  .navbar8_component {
    background-color: var(--white);
    border-bottom-color: #e8e8e8;
  }

  .portfolio-image.new-image, .portfolio-image.new-image.main-match, .portfolio-image.new-image, .portfolio-image.new-image.main-match, .portfolio-image.new-image.main-match {
    min-height: auto;
  }

  .portfolio-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;
    display: block;
    overflow: hidden;
  }

  .portfolio-collection-list {
    max-height: 13em;
  }

  .portfolio-collection-image.final {
    width: 20%;
  }

  .div-block-85 {
    padding-left: 5px;
  }

  .stylist-name {
    font-size: 19px;
  }

  .paragraph-33 {
    padding-left: 0;
    font-size: 13px;
  }

  .large-heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 50px;
  }

  .large-heading.center-alligned {
    text-align: center;
    text-align: center;
  }

  .container-41 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .section-29 {
    background-color: #fff;
    padding-top: 60px;
  }

  .page-padding-7 {
    background-color: #0000;
    border-style: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-size-medium-3.text-weight-bold {
    font-family: Avenir Roman, sans-serif;
  }

  .content-text-smallest {
    font-size: 17px;
  }

  .content-text-small {
    font-size: 18px;
  }

  .heading-46 {
    padding-right: 0;
    font-size: 54px;
    line-height: 62px;
  }

  .heading-46.black {
    color: #000;
  }

  .container-45 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-text-medium {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 18px;
  }

  .grid-14 {
    grid-template: "Area Area-2 Area-3"
    / 1fr 1fr 1fr;
    margin-bottom: 30px;
  }

  .div-block-91 {
    background-color: var(--white);
    padding: 20px;
  }

  .h47 {
    font-family: Roxborough bold, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .para44 {
    font-family: Avenir Book, sans-serif;
    font-size: 18px;
  }

  .para44.left-alligned {
    text-align: center;
    text-align: center;
    font-size: 16px;
  }

  .container-46 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-34 {
    border-bottom: .1px solid #e4e5e5;
    height: auto;
  }

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

  .stage-copy {
    font-size: 1.2em;
  }

  .splitscreen-column.left {
    border-style: none;
  }

  .div-block-140 {
    border: 1px #e4e5e5;
    padding: 5%;
  }

  .long-box {
    width: 20%;
  }

  .title-text-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .stylist-details-div.new-div-block {
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .layout402_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    align-self: auto;
  }

  .layout402_tabs-menu.no-scrollbar.cities {
    justify-content: flex-start;
  }

  .subheading-regular {
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .navigation-toggle-2 {
    color: var(--black-2);
    font-family: Kumbhsans, sans-serif;
    display: flex;
  }

  .section-76 {
    padding-right: 2.5%;
  }

  .text-block-78.calligned {
    font-size: 18px;
  }

  .text-block-85.white {
    color: var(--white);
    font-weight: 600;
  }

  .heading-92 {
    font-family: Kumbhsans, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.5em;
  }

  .portfolio-tab, .portfolio-tab.w--current {
    font-size: 11px;
    line-height: 11px;
  }

  .uui-page-padding {
    border-bottom: 1px solid #eaebeb;
  }

  .image-193 {
    width: 1.75em;
    height: 1.75em;
  }

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

  .heading {
    font-weight: 500;
  }

  .text-block-120 {
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
  }

  .read-more {
    background-color: var(--light-pink);
    border-radius: 5px;
  }

  .heading-101 {
    font-size: 34px;
    line-height: 44px;
  }

  .deliverable-text.time {
    font-weight: 300;
  }

  .text-block-131 {
    text-transform: uppercase;
  }

  .link {
    font-size: 15px;
    line-height: 29px;
  }

  .container-142 {
    max-width: none;
  }

  .service-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .service-price {
    font-size: 14px;
  }

  .column-125 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .city-protype-div {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-170 {
    text-align: left;
  }

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

  .div-block-346 {
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .image-258 {
    width: 1.75em;
    height: 1.75em;
  }

  .image-259 {
    width: 1.15em;
  }

  .heading-1 {
    font-size: 4.5rem;
  }

  .project_basic-details-wrapper {
    max-width: 70%;
  }

  .button-53.is-top-aligned {
    display: flex;
  }

  .text-size-regular-2 {
    font-family: Kumbhsans, sans-serif;
  }

  .text-size-regular-2.is-weight-medium {
    font-weight: 600;
  }

  .album-stylist-right {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .image-280 {
    border-radius: 100px;
    width: 4em;
    overflow: hidden;
  }

  .link-53 {
    color: var(--black-2);
    font-size: 14px;
  }

  .link-53:hover {
    color: var(--light-pink);
  }

  .div-block-407 {
    grid-template-columns: 2.25fr 1.25fr;
    grid-template-areas: ". Area";
  }

  .introduction-video-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .view-availibility-button {
    border: 2px solid #e4e5e5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    padding: 10px;
    display: flex;
    overflow: hidden;
  }

  .text-block-246 {
    font-family: Kumbhsans, sans-serif;
    font-weight: 500;
  }

  .video-2 {
    border: 2px solid #e4e5e5;
    border-radius: 5px;
    overflow: hidden;
  }

  .div-block-431 {
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .image-381 {
    width: 1.15em;
  }

  .image-384 {
    width: 1.75em;
    height: 1.75em;
  }

  .social-links-wrapper-2 {
    margin-bottom: 1em;
  }

  .link-block-63 {
    margin-left: 0;
  }

  .link-67 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 29px;
  }

  .text-block-279 {
    font-family: Kumbhsans, sans-serif;
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .other-recipes {
    border-bottom: 1px #e9e9ea;
    align-items: stretch;
    padding-bottom: 20px;
  }

  .ingredient-content {
    padding: 0% 2.5%;
  }

  .container-16 {
    max-width: 80rem;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.75em;
    line-height: 100%;
  }

  .recipe-grid {
    grid-template-columns: 2.75fr 1.25fr;
  }

  .recipe-grid.for-experts {
    grid-template-columns: 2fr minmax(max-content, 1.25fr);
    grid-auto-columns: 1fr;
  }

  .service-paragraph.city {
    font-size: 17px;
    line-height: 17px;
  }

  .header76_content-right {
    overflow: hidden;
  }

  .section-header76 {
    max-width: 80em;
    overflow: hidden;
  }

  .header76_component {
    height: 55vh;
  }

  .container-large {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2.text-weight-semibold {
    font-size: 17.5px;
    line-height: 34px;
  }

  .text-size-medium-2.text-weight-semibold.discover-experts {
    font-size: 17.5px;
    line-height: 22px;
  }

  .text-size-small.text-style-muted {
    font-size: 13px;
    line-height: 18.5px;
  }

  .text-size-small.text-style-muted.discover-experts {
    font-size: 14px;
  }

  .paragraph-9 {
    font-family: Avenir Book, sans-serif;
    font-size: 13.5px;
  }

  .p-small {
    font-size: 20px;
  }

  .footer {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .profile-pic {
    border-radius: 10%;
    width: 175px;
    max-height: 175px;
  }

  .container-26 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-41 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .page-padding-7 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .sb-statistics-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-46 {
    font-size: 54px;
    line-height: 66px;
  }

  .container-45, .content-text-medium {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-91 {
    background-color: var(--white);
  }

  .h47 {
    text-align: center;
  }

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

  .stage-copy {
    font-size: 1.2em;
  }

  .splitscreen-column.left {
    padding-left: 0;
  }

  .div-block-132 {
    border-width: .5px;
  }

  .div-block-140 {
    border-style: none;
    padding: 5%;
  }

  .div-block-146 {
    align-items: flex-start;
  }

  .section-54 {
    border-bottom: .5px solid #e8e8e8;
  }

  .slider-container-3.additional-info {
    width: 90%;
    max-width: 1312px;
  }

  .long-box {
    width: 18%;
  }

  .link-block-10:hover {
    padding-top: 1px;
    padding-left: 1px;
  }

  .link-27 {
    margin-right: 10px;
  }

  .message-div-block {
    display: none;
  }

  .image-140 {
    width: 1.5em;
  }

  .title-text-2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .slide-text-container-4 {
    width: 28.5vw;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .layout402_tabs-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .testimonial23_client-image-wrapper {
    border-radius: 10px;
  }

  .testimonial23_logo-wrapper {
    margin-bottom: 1rem;
  }

  .testimonial23_customer-image {
    border-radius: 0%;
  }

  .section-76 {
    padding-right: 2%;
  }

  .div-block-198 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-72 {
    color: var(--black);
    font-family: Avenir Black, sans-serif;
  }

  .text-block-78.calligned {
    font-size: 18px;
  }

  .services-popup {
    display: none;
  }

  .container-102 {
    max-width: 80rem;
  }

  .profile-tab {
    font-size: 13px;
    line-height: 13px;
  }

  .profile-tab.w--current {
    border-bottom-color: var(--black-2);
    color: var(--black-2);
    font-size: 13px;
    line-height: 13px;
  }

  .yellow-long-div {
    width: 325px;
  }

  .portfolio-tab, .portfolio-tab.w--current {
    font-size: 11px;
    line-height: 11px;
  }

  .text-block-104 {
    font-size: 15px;
    line-height: 15px;
  }

  .div-block-282 {
    margin-bottom: 10px;
  }

  .link {
    font-size: 16px;
    line-height: 30px;
  }

  .link-block-49 {
    font-size: 20px;
    line-height: 32px;
  }

  .link-block-50 {
    background-color: var(--black-2);
  }

  .link-block-50.center-alligned {
    background-color: var(--red);
    background-color: var(--red);
    border-width: 1.25px;
  }

  .service-flex-box {
    cursor: pointer;
  }

  .section-120, .section-121 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-149 {
    width: 90%;
    max-width: 1312px;
  }

  .column-125 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .album-item {
    padding-bottom: 2.5px;
    padding-right: 2.5px;
  }

  .album-heading {
    font-size: 15px;
    line-height: 21px;
  }

  .album-description {
    font-size: 11px;
    line-height: 16px;
  }

  .city-protype-div {
    justify-content: flex-start;
    align-items: center;
  }

  .albums-tab.w--current {
    background-color: var(--white);
    color: var(--black);
  }

  .powered-by-gs {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-231 {
    line-height: 16px;
  }

  .submit-button {
    border: 2px none var(--black-2);
    color: var(--white);
    font-family: Kumbhsans, sans-serif;
    font-weight: 500;
  }

  .view-availibility-link {
    border: 2px solid #e4e5e5;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    padding: 10px;
    display: flex;
  }

  .div-block-417 {
    display: flex;
  }

  .section-147 {
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-types_tab-link-2.w--current {
    margin-right: 10px;
  }

  .link-block-63 {
    font-size: 20px;
    line-height: 32px;
  }

  .link-67 {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block-279 {
    line-height: 16px;
  }

  .pop-up-box {
    max-width: 840px;
  }
}

@media screen and (min-width: 1920px) {
  .container-16 {
    max-width: 90rem;
  }

  .heading-11 {
    font-size: 2.75em;
  }

  .section-header76 {
    max-width: 1280px;
  }

  .header76_component {
    height: 50vh;
  }

  .profile-pic {
    width: 200px;
    max-height: none;
  }

  .section-17 {
    justify-content: center;
    align-items: center;
    padding-right: 5%;
    display: flex;
  }

  .container-26 {
    max-width: 100rem;
  }

  .portfolio-image.new-image.main-match {
    height: 13em;
  }

  .portfolio-collection-list.main-match {
    max-height: 13em;
  }

  .portfolio-collection-image.final {
    width: 20%;
  }

  .splitscreen-column.left {
    padding-left: 0;
  }

  .slide-box._240px.margin-right {
    width: 18vw;
  }

  .container-70 {
    max-width: 1280px;
  }

  .container-72 {
    max-width: 100rem;
  }

  .div-block-182.wedding-styling, .div-block-182.personal-styling, .div-block-182.fashion-shopping, .div-block-182.trousseau-shopping, .div-block-182.wedding-styling, .div-block-182.personal-styling, .div-block-182.fashion-shopping, .div-block-182.trousseau-shopping {
    padding-bottom: 250px;
  }

  .slider-container-5 {
    overflow: auto;
  }

  .container-102, .container-103 {
    max-width: 1280px;
  }

  .container-104 {
    max-width: 100rem;
  }

  .container-large-4 {
    max-width: 1280px;
  }

  .mansonary-wrapper.featured.preview {
    height: 60vh;
  }

  .container-148 {
    width: auto;
    max-width: 1280px;
  }

  .container-149 {
    max-width: none;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .container-150 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .columns-71 {
    max-width: 1280px;
  }

  .div-block-407 {
    grid-template-rows: auto;
  }

  .container-170, .container-171 {
    max-width: 80rem;
  }

  .section-147 {
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-41 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .pop-up-box {
    flex: 0 auto;
    max-width: 940px;
  }
}

@media screen and (max-width: 991px) {
  img {
    width: 18px;
    height: 18px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .other-recipes {
    border-bottom-style: none;
    height: 100%;
    margin-bottom: 0;
    padding: 0 3%;
    display: none;
  }

  .recipe-side {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .content-section {
    flex-direction: row;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .line-break.mobile-tab {
    display: block;
  }

  .recipe-block {
    border-bottom-style: none;
  }

  .ingredient-content {
    padding: 0% 2.5%;
  }

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

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

  .recipe-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .recipe-grid.for-experts {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1.75fr;
    display: block;
  }

  .service-paragraph.city, .service-paragraph.city.break, .service-paragraph.city, .service-paragraph.city.break, .service-paragraph.city.break {
    margin-bottom: 0;
  }

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

  .header76_content-right {
    height: 40rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

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

  .margin-bottom.margin-small {
    flex: 0 auto;
  }

  .header76_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: 55vh;
    min-height: auto;
    padding-top: 0;
    display: grid;
  }

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

  .services-main-header {
    font-family: Roxborough cf, sans-serif;
    font-size: 44px;
  }

  .services-main-header.white {
    margin-top: 0;
    font-size: 44px;
    line-height: 56px;
  }

  .section-7 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-7.by-service {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .product5_image.discover-experts {
    min-height: 299px;
    max-height: 300px;
  }

  .text-span-2 {
    color: var(--red);
  }

  .checkout-exp-flex {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .checkout-exp-col {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .p-bold {
    font-size: 20px;
  }

  .p-bold.c-alligned {
    text-align: center;
    text-align: center;
  }

  .p-small {
    text-align: center;
    padding-right: 25px;
    font-size: 17px;
  }

  .p-small.center-alligned {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
  }

  .p-small.center-alligned.grey {
    text-align: left;
    text-align: left;
  }

  .p-small.gray {
    padding-right: 20px;
    font-size: 15px;
  }

  .p-small.gray.c-alligned {
    padding-right: 0;
  }

  .cta-button {
    width: 70%;
    font-family: Kumbhsans, sans-serif;
    font-weight: 500;
  }

  .cta-button.android {
    width: 70%;
  }

  .cta-button.android.home {
    color: var(--black);
    width: 100%;
    margin-left: 0;
    margin-right: 5px;
  }

  .cta-button.home {
    width: 100%;
  }

  .header-button-text.ios-text {
    font-size: 11px;
  }

  .section-10 {
    padding-bottom: 30px;
  }

  .profile-pic {
    border-radius: 10%;
    width: 225px;
    height: 225px;
    max-height: none;
  }

  .button-11 {
    font-size: 12px;
  }

  .container-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-hamburger {
    background-color: #ffffff21;
    border-radius: 100vw;
    padding: .9em 2.1em;
    display: block;
  }

  .portfolio-image {
    width: auto;
    height: auto;
    max-height: 130px;
  }

  .portfolio-image.new-image {
    width: 100%;
    height: 11em;
    min-height: auto;
    max-height: none;
  }

  .portfolio-image.new-image.main-match {
    height: 11em;
  }

  .portfolio-collection-list-wrapper {
    border-radius: 7.5px;
    overflow: hidden;
  }

  .portfolio-collection-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: none;
    display: block;
  }

  .portfolio-collection-list.main-match {
    max-height: 250px;
  }

  .portfolio-collection-image.final {
    width: 20%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .portfolio-lightbox-link {
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-85 {
    justify-content: flex-start;
    padding-left: 5px;
  }

  .stylist-name {
    padding-right: 5px;
    font-size: 16px;
  }

  .stylist-name.new-heading {
    flex: 0 auto;
    font-size: 17px;
    line-height: 27px;
  }

  .paragraph-33 {
    font-family: Avenir Book, sans-serif;
    font-size: 12px;
    line-height: 12px;
  }

  .category-slide {
    min-width: 400px;
  }

  .large-heading {
    padding-left: 100px;
    padding-right: 100px;
  }

  .large-heading.left-alligned {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-left.padding-huge.is-tablet-0 {
    padding-left: 0;
  }

  .page-padding-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .layout84_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-medium-3.text-weight-bold {
    font-size: 15px;
    line-height: 25px;
  }

  .counter {
    font-size: 2rem;
  }

  .content-text-small {
    padding-right: 50px;
  }

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

  .heading-46 {
    text-align: left;
    margin-top: 0;
    padding-right: 0;
    font-size: 52px;
    line-height: 64px;
  }

  .heading-46.center-alligned {
    margin-bottom: 0;
  }

  .heading-46.center-alligned.small {
    color: var(--black);
  }

  .content-text-medium {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-14 {
    grid-column-gap: 10px;
    margin-top: 20px;
  }

  .div-block-91 {
    padding: 0;
  }

  .h47 {
    line-height: 28px;
  }

  .bold-text-8 {
    line-height: 20px;
  }

  .para44 {
    font-size: 14px;
  }

  .holder-div {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-div {
    width: 11%;
    margin-right: 2%;
  }

  .testimonial-div.dwell {
    width: 9%;
  }

  .img-block {
    width: auto;
    height: auto;
  }

  .section-38 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .about-team_image-wrapper {
    height: 12rem;
  }

  .bold-text-12 {
    font-size: 18px;
  }

  .service-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.left {
    text-align: center;
    text-align: center;
    flex-direction: row-reverse;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 400px;
    padding: 0 0 0 10%;
  }

  .html-embed-8 {
    display: none;
  }

  .portfolio-div.one-off {
    margin-bottom: .2rem;
  }

  .stylist-details.desktop {
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 19px;
  }

  .div-block-134 {
    display: none;
  }

  .div-block-140 {
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .column-95 {
    padding-right: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .slide-box._240px.margin-right {
    width: 35vw;
  }

  .section-54 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  ._20vw-div-3 {
    width: .5vw;
  }

  .long-box {
    width: 31%;
    height: 375px;
  }

  .long-box.additional-info {
    width: 80%;
  }

  .long-box.service {
    width: 30%;
  }

  .long-box.howitworks {
    width: 50%;
  }

  .brz-pic-1-2 {
    width: auto;
  }

  .message-div-block {
    display: none;
  }

  .div-block-152 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-140 {
    height: auto;
    margin-right: 0;
  }

  .social-links-pop-up {
    z-index: 1000;
    display: none;
  }

  .view-portfolio-div {
    width: 90%;
  }

  .image-141 {
    width: 360px;
  }

  .content-container {
    max-width: 738px;
  }

  .content-block.mobile {
    display: none;
  }

  ._2-col-grid {
    grid-template-columns: .6fr 1fr;
  }

  .image-144 {
    width: auto;
  }

  .name-div {
    align-items: center;
  }

  .div-block-156 {
    flex-direction: row;
    margin-top: 0;
  }

  .slide-text-container-4 {
    width: 33vw;
  }

  .div-block-158 {
    margin-bottom: .4rem;
  }

  .stylist-details-div.new-div-block {
    padding: .75rem .75em;
  }

  .image-160 {
    width: 2.5em;
    height: auto;
  }

  .column-106 {
    flex-direction: column-reverse;
  }

  .columns-56 {
    display: flex;
  }

  .text-block-44 {
    font-family: Kumbhsans, sans-serif;
    font-size: 22px;
    line-height: 40px;
  }

  .navigation-logo {
    width: auto;
    height: 40px;
  }

  .navigation-link-wrapper-2 {
    justify-content: flex-start;
  }

  .navigation-grid-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-menu-button {
    color: var(--black);
    background-color: #0000;
    border-radius: 8px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: var(--dark-pink);
    border-color: #fff;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-list-dropdown {
    height: 480px;
  }

  .navigation-list-dropdown.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation-button-secondary {
    display: none;
  }

  .navigation-button-secondary.pink {
    display: block;
  }

  .navigation-button-group-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-toggle-2 {
    color: var(--black);
    justify-content: space-between;
    width: 100%;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .content_collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

  .div-block-182.wedding-styling {
    background-position: 50%;
    padding-bottom: 150px;
  }

  .text-block-57 {
    font-size: 14.5px;
    line-height: 24.5px;
  }

  .div-block-185.mview {
    display: none;
  }

  .testimonial11_logo {
    width: auto;
  }

  ._20vw-div-4 {
    width: .5vw;
  }

  .section-75 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-76 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .padding-section-large-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._20vw-div-5 {
    width: .5vw;
  }

  .section-78 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .image-174 {
    display: none;
  }

  .text-block-78 {
    text-align: left;
    margin-bottom: 15px;
  }

  .text-block-78.calligned {
    text-align: center;
    text-align: center;
  }

  .services-popup {
    z-index: 10001;
    display: none;
    top: 0%;
  }

  .services-popup-content, .services-popup-content.story, .services-popup-content.story {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .text-block-86 {
    padding-left: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .heading-86 {
    text-align: center;
    margin-top: 0;
  }

  .div-block-221 {
    justify-content: center;
  }

  .button-39 {
    padding: 18px 40px;
  }

  .button-39:hover {
    background-color: #80808033;
  }

  .link-block-32 {
    padding-left: 50px;
  }

  .div-block-225 {
    display: flex;
  }

  .image-184 {
    width: 3.5em;
  }

  .container-114 {
    padding-top: 2rem;
  }

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

  .blog1-header_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-11 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .heading-92 {
    font-family: Kumbhsans, sans-serif;
    font-weight: 500;
  }

  .blog-post1-content_content {
    margin-bottom: 3rem;
  }

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

  .padding-global {
    padding-bottom: 0;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post1-header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 0%;
  }

  .preview-left-right {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .mid-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preview-mid {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 350px;
    height: auto;
    display: block;
    top: -1%;
    bottom: 0%;
    left: 53%;
  }

  .bg2 {
    width: 100px;
    height: 200px;
  }

  .bg1 {
    width: 150px;
    height: 200px;
  }

  .preview {
    justify-content: space-between;
    align-items: flex-start;
  }

  .bg3 {
    width: 200px;
    height: 250px;
  }

  .iphone-16-1-1 {
    width: 300px;
    height: auto;
  }

  .section-89 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    padding-top: 0;
  }

  .container-116 {
    max-width: 990px;
  }

  .link-33 {
    font-size: 14px;
  }

  .div-block-244 {
    width: 80%;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-mock_tab-3 {
    height: 3vw;
  }

  .phone-mock-3 {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .phone-mock_border-3 {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .phone-screen_wrapper-3 {
    border-radius: 1.2em;
  }

  .heading-96 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-96.trust {
    margin-bottom: 0;
  }

  .yellow-short {
    background-color: var(--black);
    width: 99%;
  }

  .yellow-short._2 {
    border-color: var(--black);
    border-color: var(--black);
  }

  .yellow-long-div {
    width: 375px;
  }

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

  .portfolio-tab {
    flex: none;
  }

  .image-190 {
    width: auto;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .image-192 {
    width: auto;
    height: auto;
  }

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

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .text-block-109 {
    font-family: Kumbhsans, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .section-102 {
    border-top: 1px solid #e4e5e5;
    padding-top: 10px;
  }

  .navigation-2 {
    position: relative;
  }

  .logo-link-2 {
    margin-right: 0;
  }

  .menu-button-2 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-right {
    align-items: center;
    width: auto;
    display: flex;
  }

  .logo {
    width: 200px;
  }

  .navigation-link {
    width: 100%;
    display: none;
  }

  .navigation-left {
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .navigation-left.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .heading-101 {
    margin-bottom: 1em;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

  .uui-cta07_component {
    grid-template-columns: 1fr;
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-105 {
    height: auto;
    padding: 4em 2.5%;
    display: block;
  }

  .quick-stack-10 {
    grid-column-gap: 25px;
  }

  .image-207 {
    object-fit: cover;
    height: 100%;
    max-height: none;
  }

  .paragraph-91 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-107, .section-108.top-pros, .section-108.top-pros {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .image-209 {
    width: auto;
    height: auto;
  }

  .cell-9 {
    justify-content: center;
    align-items: center;
  }

  .container-137 {
    padding-right: 10rem;
  }

  .quick-stack-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._20vw-div {
    width: .1vw;
  }

  .div-block-282 {
    justify-content: center;
    align-items: center;
  }

  .packages-section-mobile {
    display: block;
  }

  .text-block-124 {
    font-size: 28px;
    line-height: 38px;
  }

  .package-pricing.compare {
    flex-flow: column;
  }

  .package-details-mobile {
    align-items: center;
    margin-bottom: 15px;
  }

  .package-description-mobile {
    font-family: Kumbhsans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .deliverable-text {
    font-size: 15px;
    line-height: 15px;
  }

  .deliverable-text.time {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .package-3 {
    margin-bottom: 2em;
  }

  .book-now-button {
    background-color: var(--white);
    border: 1px solid #e4e5e5;
    border-radius: 10px;
    align-items: center;
    margin-left: 3em;
    margin-right: 3em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    bottom: 1%;
    box-shadow: 3px 3px 6px 1px #0003;
  }

  .package-subheader-mobile {
    margin-bottom: 0;
    font-family: Kumbhsans, sans-serif;
    font-weight: 500;
  }

  .packages-section-desktop {
    display: none;
  }

  .package-desktop-header.small {
    color: var(--black);
    font-size: 28px;
    line-height: 36px;
  }

  .checkout-button-div {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 0;
  }

  .mansonary-wrapper.featured.preview {
    height: auto;
  }

  .mansory-lightbox {
    width: auto;
    height: auto;
  }

  .header-profile-pic {
    padding-left: 1em;
    padding-right: 1em;
  }

  .link-block-47 {
    display: block;
  }

  .link {
    margin-bottom: .55em;
  }

  .link-block-49 {
    margin-bottom: 0;
    display: block;
  }

  .link-block-49.main-instagram {
    display: none;
  }

  .div-block-293 {
    width: 100%;
  }

  .text-block-134 {
    font-size: 15px;
    line-height: 25px;
  }

  .link-block-50 {
    margin-bottom: 12.5px;
  }

  .link-block-50.center-alligned.services-page {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-50.center-alligned.white {
    width: 100%;
    margin-bottom: 7.5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-50.center-alligned.white.mobile {
    display: flex;
  }

  .paragraph-92 {
    display: inline-block;
  }

  .package-pricing-time {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .delivery-duration {
    margin-right: 0;
    display: none;
  }

  .service-price, .service-price.discounted, .service-price.discounted {
    font-size: 13px;
    line-height: 23px;
  }

  .all-services-div {
    display: block;
  }

  .services-overview-rtb li {
    line-height: 20px;
  }

  .image-230 {
    width: .81em;
    height: auto;
  }

  .div-block-322 {
    align-items: center;
  }

  .list-4.white {
    color: var(--black);
  }

  .section-114 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0%;
  }

  .tabs-content-2 {
    width: 100%;
    display: none;
  }

  .tab-component {
    flex-direction: column;
  }

  .tab-button-desc-wrapper {
    overflow: hidden;
  }

  .tab-mobile-img {
    width: auto;
    height: auto;
    margin-top: 16px;
    display: block;
  }

  .paragraph-94.black.c-alligned {
    width: 70vw;
  }

  .text-block-156 {
    line-height: 24px;
  }

  .image-232 {
    width: 1.5em;
  }

  .section-119 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .div-block-325 {
    display: none;
  }

  .div-block-325.mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .rich-text-block-6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-149 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading-112 {
    font-size: 40px;
  }

  .paragraph-96.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .faq12_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .heading-113 {
    font-size: 34px;
    line-height: 40px;
  }

  .footer3_link {
    font-size: 1rem;
  }

  .footer3_menu-wrapper {
    grid-template-columns: 1fr;
    display: none;
  }

  .padding-global-18 {
    padding-top: 3em;
  }

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

  .footer3_credit-text {
    display: none;
  }

  .footer3_credit-text.mobile {
    margin-bottom: 2em;
    display: block;
  }

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

  .padding-top.padding-medium {
    border-top: 1px solid #e1e1e1;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-234 {
    width: auto;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .faq1_component-2 {
    border-bottom-style: solid;
  }

  .faq1_question-2 {
    border-top-style: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq1_question-2:hover {
    text-decoration: underline;
  }

  .mobile-nav-heading {
    font-family: Kumbhsans, sans-serif;
    font-size: 1.1em;
  }

  .text-span-155, .text-span-156 {
    color: var(--black);
  }

  .text-span-159 {
    color: var(--light-pink);
    font-weight: 900;
  }

  .album-item.explore {
    display: block;
  }

  .album-item-sticker {
    padding-top: 0%;
  }

  .collection-item-15 {
    border-bottom: .5px solid #e4e5e5;
    margin-bottom: 1.5em;
    padding-bottom: 0;
  }

  .image-235 {
    height: auto;
  }

  .city-protype-div {
    align-items: center;
    margin-bottom: 1em;
  }

  .albums-tab {
    border-radius: 300px;
  }

  .albums-tab.w--current {
    border-radius: 7.5px;
  }

  .video {
    margin-top: 2em;
  }

  .video.mobile {
    border-radius: 7.5px;
    margin-bottom: 2em;
    display: block;
    overflow: hidden;
  }

  .button-47 {
    white-space: nowrap;
  }

  .hero_circle.is--link:hover {
    background-color: #b798c1;
    transform: scale(1);
  }

  .h2 {
    text-align: left;
  }

  .text-block-170 {
    text-align: left;
    max-width: none;
  }

  .free-consultation-popup {
    display: none;
    overflow: visible;
  }

  .heading-117.white.center-alligned {
    font-size: 44px;
  }

  .paragraph-98 {
    margin-bottom: 20px;
    font-weight: 300;
  }

  .container-150 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-243 {
    height: auto;
  }

  .text-span-170 {
    font-family: Roxborough cf, sans-serif;
    font-size: 44px;
  }

  .section-125 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .collection-list-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-248 {
    height: auto;
  }

  .tabs-menu-6 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .match-dp {
    width: 5em;
    height: 5em;
  }

  .top-match-availibility {
    font-size: 12px;
  }

  .main-match-quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .main-match-header {
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
  }

  .main-match-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 44px;
  }

  .main-match-cell-left {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .main-match-rte {
    margin-top: 10px;
  }

  .div-block-344 {
    padding: 3px 8px;
  }

  .top-match-select {
    font-size: 14px;
    line-height: 24px;
  }

  .main-match-text-block {
    margin-top: 0;
    margin-bottom: 1em;
    display: block;
  }

  .package-discount-2 {
    background-color: var(--red);
  }

  .package-4 {
    border-width: 1px;
    border-color: var(--red);
  }

  .see-more-icon-2 {
    color: var(--red);
  }

  .quick-stack-27 {
    grid-row-gap: 0px;
  }

  .image-259 {
    width: 1.2em;
  }

  .image-260 {
    height: 2em;
  }

  .final-pricing-mobile-2, .see-more-text-2 {
    color: var(--red);
  }

  .heading-125 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-header-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-265 {
    height: auto;
  }

  .service-header-h1 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-header-top {
    text-align: center;
  }

  .text-block-193 {
    text-align: left;
    font-weight: 500;
  }

  .text-block-195 {
    font-size: 32px;
    line-height: 32px;
  }

  .quick-stack-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-198 {
    margin-bottom: .75em;
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-199 {
    margin-bottom: 2.5em;
  }

  .image-270 {
    width: auto;
    height: auto;
  }

  .div-block-362 {
    padding-right: 0;
  }

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

  .text-block-207 {
    font-size: 14px;
  }

  .section-132 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .featured-work_content-wrapper.is-two-projects {
    grid-row-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .featured-work_wide-display, .featured-work_small-display {
    width: 100%;
  }

  .padding-section-large-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-1 {
    white-space: break-spaces;
    max-width: none;
    font-size: 3.5rem;
  }

  .project_basic-details-wrapper {
    max-width: 100%;
  }

  .project_details-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .button-53:hover {
    background-color: #0000;
  }

  .padding-section-large-15 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header129_content {
    padding-right: 0;
  }

  .section-137 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .portfolio-buttons {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .text-block-210 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .featured-works-wrapper-2 {
    grid-row-gap: 4rem;
  }

  .image-281 {
    width: 1em;
  }

  .pricing26_top-row-content {
    padding: 1.5rem 1rem;
  }

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

  .padding-section-large-17 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing26_top-row, .pricing26_row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .padding-section-large-22 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .testimonial16_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stylist-detail.mobile {
    display: flex;
  }

  .text-block-226.mobile {
    display: block;
  }

  .image-289 {
    width: 17px;
    height: 17px;
    margin-right: .75em;
  }

  .image-290 {
    width: auto;
    height: auto;
  }

  .link-block-61 {
    border: 1px solid #dcdce5;
    border-radius: 10px;
    margin-right: 1em;
    padding: 10px;
    display: flex;
  }

  .image-291 {
    width: 25px;
    height: auto;
  }

  .portfolio-popup {
    display: none;
  }

  .image-296 {
    width: auto;
    height: auto;
  }

  .div-block-388 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-298, .image-299, .image-300, .image-301 {
    width: auto;
    height: auto;
  }

  .portfolio-popup-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .reviews-popup {
    display: none;
  }

  .reviews-popup-content {
    padding-left: 3em;
    padding-right: 3em;
  }

  ._1-1video-popup-content {
    padding-left: 5em;
    padding-right: 5em;
  }

  .image-306 {
    height: auto;
  }

  .image-308, .image-310, .image-312, .image-314, .image-316, .image-318, .image-320, .image-322, .image-324, .image-326, .image-328, .image-330, .image-332, .image-334, .image-336, .image-338, .image-340, .image-342, .image-344, .image-348, .image-350, .image-352, .image-354 {
    width: auto;
  }

  .image-359 {
    width: 3.5em;
    height: auto;
  }

  .div-block-407 {
    grid-template-columns: 2fr;
    grid-template-areas: ".";
  }

  .introduction-video-div {
    display: none;
  }

  .flag-image {
    height: auto;
  }

  .about-stylist-div {
    display: block;
  }

  .about-stylist-div.desktop {
    display: none;
  }

  .about-stylist-div.mobile {
    display: block;
  }

  .image-374 {
    height: auto;
  }

  .quick-stack-39 {
    grid-column-gap: 10px;
  }

  .button-61 {
    padding: 4px 15px;
    font-family: Kumbhsans, sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    display: flex;
  }

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

  .shop-category-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .category-image {
    width: 100%;
    height: 200px;
  }

  .home-types_grid {
    grid-column-gap: 2rem;
  }

  .home-types_tab-inside {
    border-radius: 2rem;
    padding: 4rem 4%;
  }

  .home-types_tab-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .package-discount-3 {
    background-color: #e8445d;
  }

  .heading-131 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-378 {
    height: 2em;
  }

  .quick-stack-40 {
    grid-row-gap: 0px;
  }

  .image-380 {
    height: auto;
  }

  .see-more-icon-3 {
    color: #e8445d;
  }

  .image-381 {
    width: 1.2em;
  }

  .package-7 {
    border-width: 1px;
    border-color: #e8445d;
  }

  .final-pricing-mobile-4, .see-more-text-3 {
    color: #e8445d;
  }

  .yellow-short-2 {
    background-color: #000;
    width: 99%;
  }

  .yellow-short-2._2 {
    border-color: #000;
  }

  .image-386 {
    height: auto;
  }

  .social-links-wrapper-2 {
    display: flex;
  }

  .social-links-wrapper-2.desktop {
    display: none;
  }

  .link-block-63 {
    margin-bottom: 0;
    display: block;
  }

  .link-block-63.main-instagram {
    display: none;
  }

  .link-67 {
    margin-bottom: .55em;
  }

  .image-387 {
    width: auto;
    height: auto;
    margin-bottom: 2em;
  }

  .link-block-64 {
    width: 50%;
  }

  .menu {
    padding: .5rem;
  }

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

  .menu__content {
    width: 50vw;
  }

  .menu-button-3 {
    top: 0;
  }

  .image-390 {
    height: auto;
  }

  .div-block-453 {
    margin-bottom: 7px;
  }

  .text-block-289 {
    margin-bottom: 11px;
  }

  .section-153 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-179 {
    justify-content: center;
    align-items: stretch;
  }

  .text-block-290, .text-block-291 {
    text-align: center;
  }

  .text-block-294 {
    font-size: 13px;
  }

  .image-395 {
    width: auto;
    height: auto;
  }

  .div-block-462 {
    justify-content: center;
    align-items: center;
  }

  .text-block-296 {
    font-size: 13px;
  }

  .image-397 {
    width: 8em;
    height: 5em;
  }

  .introduction-desktop {
    display: none;
  }

  .text-block-297 {
    font-weight: 500;
  }

  .text-block-298 {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .other-recipes {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ingredient-block {
    width: 100%;
  }

  .content-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ingredient-content {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .container-16 {
    max-width: none;
  }

  .recipe-sticky {
    display: block;
  }

  .heading-11 {
    font-size: 2em;
  }

  .recipe-grid.for-experts {
    flex: 1;
    align-items: stretch;
  }

  .service-paragraph, .service-paragraph.city, .service-paragraph.city {
    margin-bottom: .25rem;
  }

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

  .header76_content-right {
    height: 20rem;
  }

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

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

  .header76_component {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 0;
  }

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

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

  .services-main-header.white {
    text-align: center;
    text-align: center;
  }

  .section-7 {
    padding-left: 3%;
    padding-right: 3%;
    overflow: hidden;
  }

  .product5_image.discover-experts.service {
    min-height: 200px;
    max-height: 200px;
  }

  .checkout-exp-flex {
    flex-direction: column;
  }

  .checkout-exp-col {
    margin-bottom: 10px;
  }

  .p-bold {
    font-size: 22px;
    line-height: 32px;
    display: flex;
  }

  .p-small {
    text-align: center;
    padding-right: 0;
    font-size: 17px;
  }

  .p-small.center-alligned {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-small.center-alligned.grey {
    text-align: left;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .p-small.gray {
    padding-right: 0;
  }

  .cta-button---brix {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-button {
    width: 50%;
    margin-bottom: 10px;
  }

  .cta-button.android {
    width: 50%;
  }

  .cta-button.android.home {
    color: var(--black);
    width: 100%;
    margin-top: 0;
  }

  .cta-button.home {
    margin-top: 0;
  }

  .column-17 {
    flex: 0 auto;
  }

  .heading-25 {
    font-size: 30px;
  }

  .columns-17 {
    flex-direction: column;
  }

  .section-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .profile-pic {
    border-radius: 10%;
    width: 175px;
    height: 175px;
    max-height: 175px;
  }

  .button-11 {
    font-size: 10px;
  }

  .container-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar8_component {
    min-height: 4rem;
  }

  .portfolio-image {
    min-height: 100px;
    max-height: none;
  }

  .portfolio-image.new-image {
    height: 160px;
    max-height: none;
  }

  .portfolio-image.new-image.main-match {
    height: 160px;
  }

  .portfolio-collection-list-wrapper {
    flex-direction: column;
    display: block;
  }

  .portfolio-collection-list {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: row;
    grid-template: "Area"
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 160px;
    display: flex;
  }

  .portfolio-collection-list.main-match {
    max-height: none;
  }

  .portfolio-collection-image {
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .portfolio-collection-image.final {
    width: 25%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .div-block-85 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .stylist-name {
    font-size: 18px;
  }

  .stylist-name.new-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .large-heading {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .container-41 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .text-size-medium-3.text-weight-bold {
    line-height: 30px;
  }

  .counter {
    font-size: 2.25rem;
  }

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

  .heading-46 {
    text-align: left;
    padding-right: 0;
    font-size: 44px;
    line-height: 52px;
  }

  .heading-46.center-alligned {
    margin-bottom: 0;
  }

  .heading-46.center-alligned.small {
    color: var(--black);
  }

  .container-45 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-text-medium {
    font-size: 16px;
  }

  .grid-14 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-91 {
    width: 45%;
    margin-right: 0;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-about_bottom-row {
    margin-top: 2rem;
  }

  .column-49 {
    padding-right: 0;
  }

  .holder-div {
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: scroll;
  }

  .testimonial-div {
    width: 30%;
    margin-bottom: 16px;
    margin-left: 0%;
    margin-right: 1.5%;
    padding-left: 0;
    padding-right: 60px;
  }

  .testimonial-div.zapier {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.dwell {
    width: 41em;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.live-mint {
    width: 40%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.hindustan-times {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.hindustan-times.economic-times {
    width: 100%;
  }

  .section-38 {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: scroll;
  }

  .about-team_component {
    grid-template-columns: 1fr 1fr;
  }

  .about-team_image-wrapper {
    height: 16rem;
  }

  .bold-text-12 {
    text-align: left;
    padding-right: 20px;
  }

  .service-item {
    padding-bottom: 6rem;
  }

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .splitscreen-column.left {
    flex-flow: column;
    height: 20vh;
    min-height: 300px;
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-title-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5em;
    padding-right: 5em;
    display: flex;
  }

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

  .modal-content-w {
    padding: 2rem;
  }

  .image-115 {
    min-width: auto;
    min-height: auto;
  }

  .columns-42 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .stylist-details {
    padding-left: 2.5%;
  }

  .div-block-132 {
    height: 100%;
    margin-right: 0;
  }

  .text-block-33 {
    flex-direction: row;
    display: flex;
  }

  .column-95 {
    padding-right: 5px;
  }

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

  .faq-05_icon {
    width: 1.75rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .slide-box._240px.margin-right {
    width: 40vw;
    min-height: auto;
  }

  .section-54 {
    padding: 30px 5%;
  }

  ._20vw-div-3 {
    width: 1vw;
  }

  .long-box {
    width: 40%;
  }

  .long-box.additional-info {
    width: 95%;
  }

  .long-box.service {
    width: 37%;
  }

  .long-box.howitworks {
    width: 65%;
  }

  .contact-header_component {
    grid-template-columns: 1fr;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .grid-18 {
    flex-direction: column;
    display: flex;
  }

  .message-div-block {
    display: none;
  }

  .div-block-152 {
    width: 500px;
  }

  .social-links-pop-up {
    display: none;
  }

  .view-portfolio-div {
    width: 90%;
  }

  .image-141 {
    width: 320px;
  }

  .content-container {
    max-width: 548px;
  }

  .content-block.mobile {
    display: none;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.clients {
    grid-template-columns: 1fr 1fr;
  }

  .heading-70 {
    font-size: 1.8em;
  }

  .slider-7 {
    min-height: 380px;
  }

  .main-paragraph, .main-paragraph-2 {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .paragraph-65 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-72 {
    font-size: 34px;
  }

  .name-div {
    flex: 0 auto;
    display: flex;
  }

  .div-block-156 {
    margin-top: 0;
  }

  .image-156 {
    height: 1.6em;
  }

  .slide-text-container-4 {
    width: 45vw;
  }

  .stylist-details-div {
    padding: 1rem;
  }

  .stylist-details-div.new-div-block {
    padding-left: .75em;
    padding-right: .75em;
  }

  .image-160 {
    display: block;
  }

  .column-106 {
    flex: 0 auto;
    align-items: flex-start;
    margin-top: 10px;
  }

  .columns-56 {
    flex-direction: column-reverse;
  }

  .layout402_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-size-medium-6 {
    font-family: Avenir Light, sans-serif;
    font-size: .85rem;
    line-height: 20px;
  }

  .text-block-44 {
    flex-wrap: nowrap;
    display: flex;
  }

  .navigation-grid, .content_collection-list {
    grid-template-columns: 1fr;
  }

  .product3_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-182.makeup-lessons, .div-block-182.service-1, .div-block-182.service-2, .div-block-182.service-3, .div-block-182.makeup-lessons, .div-block-182.service-1, .div-block-182.service-2, .div-block-182.service-3 {
    padding-bottom: 100px;
  }

  .text-block-56 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-185 {
    display: flex;
  }

  .div-block-185.mview {
    display: none;
  }

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

  .testimonial23_content {
    padding: 1.5rem;
  }

  .testimonial23_client {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial23_customer-image {
    margin-right: 10px;
  }

  .heading-81 {
    line-height: 28px;
  }

  .padding-section-large-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  ._20vw-div-5 {
    width: .5vw;
  }

  .columns-61 {
    display: flex;
  }

  .grid-25 {
    flex-direction: column;
    display: flex;
  }

  .text-block-78 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-78.center-alligned {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-78.calligned {
    padding-left: 0;
    padding-right: 0;
  }

  .services-popup-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .services-popup-content.story {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-86 {
    padding-left: 0;
    font-size: 15px;
  }

  .button-39 {
    width: 100%;
    font-size: 16px;
  }

  .container-114 {
    padding-top: 0;
  }

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

  .padding-global-11 {
    padding-bottom: 0;
  }

  .blog1-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-11 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-92 {
    font-size: 1em;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

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

  .text-size-medium.text-weight-bold {
    font-size: 24px;
  }

  .preview-mid {
    width: 220px;
    top: 0%;
    left: 69%;
  }

  .bg2 {
    top: 157px;
  }

  .bg1 {
    top: 87px;
  }

  .iphone-16-1-1 {
    width: 200px;
  }

  .section-89 {
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .container-117 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-container {
    height: auto;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
    display: flex;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .circle-number.steps3, .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps4, .circle-number.steps3, .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .section-91 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .phone-mock_tab-3 {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .phone-mock-3 {
    box-shadow: none;
    width: 150%;
  }

  .column-116 {
    display: none;
  }

  .yellow-long-div {
    width: 223px;
  }

  .columns-64 {
    width: 100%;
  }

  .tabs-menu-4 {
    object-fit: fill;
    flex-wrap: nowrap;
    align-items: center;
    width: 95vw;
    display: flex;
    overflow: auto;
  }

  .div-block-259 {
    margin-bottom: 1em;
  }

  .uui-heroheader06_image-02 {
    width: 100%;
    min-width: auto;
    max-width: 15.25rem;
    position: static;
    inset: 0% 0% auto;
  }

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

  .uui-heroheader06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: flex;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-item-12 {
    display: inline;
  }

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

  .collection-list-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template: "."
                   "."
                   / 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-pricing08_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-pricing08_popular-plan {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing08_component {
    margin-top: 2rem;
  }

  .uui-page-padding-2, .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    width: 220px;
  }

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

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--light-pink);
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

  .uui-cta07_component {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-105 {
    padding-top: 2em;
  }

  .paragraph-91 {
    font-size: 16px;
    line-height: 26px;
  }

  .container-137 {
    padding-right: 0;
  }

  .quick-stack-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .book-now-button {
    padding-bottom: .5em;
  }

  .mansonary-wrapper.featured.preview {
    height: 55vh;
  }

  .link-block-49 {
    margin-bottom: 0;
    display: block;
  }

  .div-block-321 {
    margin-bottom: 5px;
  }

  .reviews-text {
    font-size: 11px;
    line-height: 11px;
  }

  .list-4.white {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-94.black.c-alligned {
    width: 80vw;
  }

  .text-block-156 {
    margin-right: 40px;
  }

  .section-119 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-149 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .faq12_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-113 {
    font-size: 28px;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(max-content, 1fr) 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

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

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

  .faq1_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .album-item {
    flex: 0 auto;
    align-self: auto;
    width: 49%;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block;
  }

  .album-item-sticker {
    padding-top: 0%;
  }

  .album-item-sticker.discover {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .reviews-wrapper {
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    margin-top: 2em;
  }

  .video.mobile {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .main-wrapper-2 {
    grid-template-columns: 100%;
    width: 100%;
  }

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

  .columns-68 {
    display: flex;
  }

  .hero_circle.is--link {
    width: 2em;
    height: 2em;
  }

  .h2 {
    text-align: left;
  }

  .text-block-170 {
    text-align: left;
    max-width: none;
  }

  .heading-117 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-117.left-alligned {
    text-align: center;
    text-align: center;
  }

  .paragraph-98 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .image-243 {
    display: none;
  }

  .image-244 {
    width: auto;
    height: 40%;
    margin-bottom: 20px;
    display: block;
  }

  .text-block-177 {
    flex: none;
  }

  .container-154 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-6 {
    justify-content: center;
    align-items: center;
  }

  .tab-link-2, .tab-link-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-16 {
    padding-right: 0;
  }

  .main-match-header {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-match-h1 {
    flex: 0 auto;
    font-family: Roxborough cf, sans-serif;
    font-size: 40px;
    line-height: 50px;
    display: inline-flex;
  }

  .main-match-cell-left {
    justify-content: center;
    align-items: center;
  }

  .main-match-rte {
    color: var(--white);
    text-align: center;
  }

  .stylist-profile-header {
    padding-bottom: 2em;
  }

  .faq10_icon-2 {
    width: 1.75rem;
  }

  .heading-125 {
    font-size: 28px;
    line-height: 38px;
    display: inline-block;
  }

  .image-265 {
    height: 5em;
  }

  .service-header-h1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-header-top {
    text-align: center;
  }

  .link-47 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-193 {
    text-align: center;
    font-weight: 500;
  }

  .text-block-194 {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .quick-stack-31 {
    padding: 0;
  }

  .text-block-198 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .cell-25 {
    justify-content: center;
    align-items: center;
  }

  .text-block-199 {
    text-align: center;
    margin-bottom: 1em;
  }

  .image-270 {
    margin-bottom: 2.5em;
  }

  .cell-26 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .cell-28 {
    justify-content: center;
    align-items: center;
  }

  .column-131 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-71 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-29._3-column {
    grid-template-columns: 1fr;
  }

  .div-block-362 {
    padding-right: 0;
  }

  .columns-right, .columns-left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 2em;
  }

  .padding-section-large-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-1 {
    max-width: none;
    font-size: 2.5rem;
  }

  .project_basic-details-wrapper {
    max-width: 100%;
  }

  .project_details-wrapper {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .project_image {
    height: auto;
  }

  .text-size-regular-2 {
    color: #6e6e6e;
  }

  .padding-section-large-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .header129_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .portfolio-buttons {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .text-block-210 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .pricing26_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content.is-first, .pricing26_top-row-content.is-first, .pricing26_top-row-content.is-first {
    border-left-style: none;
  }

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

  .padding-section-large-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing26_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .pricing26_row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-bottom-style: none;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .pricing26_feature {
    border-bottom: .5px solid #e4e5e5;
    padding-right: 1rem;
  }

  .pricing26_empty-space {
    display: none;
  }

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

  .testimonial-arrow {
    inset: 0% 0% auto auto;
  }

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

  .testimonial16_client {
    align-items: center;
    width: 100%;
  }

  .testimonial16_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .padding-section-large-22 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .testimonial16_slide-nav {
    inset: 0% auto auto 0%;
  }

  .collection-item-19 {
    width: 49%;
  }

  .reviews-popup-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .quick-stack-37 {
    grid-column-gap: 0px;
  }

  .cell-33 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  ._1-1video-popup-content {
    padding-left: 1.5em;
    padding-right: 2em;
  }

  .image-334 {
    width: auto;
  }

  .collection-item-20 {
    padding-right: 0;
  }

  .text-block-243 {
    line-height: 22px;
  }

  .div-block-417 {
    flex: 0 auto;
  }

  .image-374 {
    height: auto;
  }

  .shop-category-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .home-types_image {
    object-position: 50% 0%;
  }

  .home-types_grid {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .home-types_tab-text {
    padding-bottom: .5rem;
  }

  .home-types_tab-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-types_tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-types_tab-text-2 {
    padding-bottom: .5rem;
  }

  .home-types_tab-link-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-131 {
    font-size: 28px;
    line-height: 38px;
    display: inline-block;
  }

  .image-380 {
    height: 5em;
  }

  .link-64 {
    font-size: 28px;
    line-height: 38px;
  }

  .link-block-63 {
    margin-bottom: 0;
    display: block;
  }

  .section-151 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cell-37 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-282 {
    text-align: center;
    font-family: Kumbhsans, sans-serif;
    font-size: 13px;
    line-height: 18px;
  }

  .text-xlarge {
    font-size: 1.75rem;
  }

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu__content {
    width: 100%;
    min-width: 0;
  }

  .div-block-456.hidden {
    display: none;
  }

  .image-395 {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roxborough bold, sans-serif;
    font-size: 30px;
    line-height: 50px;
  }

  h3 {
    font-family: Roxborough cf, sans-serif;
    font-weight: 400;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

  ol {
    font-family: Kumbhsans, sans-serif;
    font-weight: 300;
    line-height: 26px;
  }

  img {
    width: auto;
    height: auto;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .body {
    object-fit: cover;
  }

  .other-recipes {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 2%;
  }

  .ingredient-block {
    background-color: #0000;
  }

  .recipe-side {
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .content-section {
    background-color: #fff;
    padding: 0%;
  }

  .line-break {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .line-break.hidden {
    display: none;
  }

  .recipe-block {
    background-color: #0000;
  }

  .ingredient-content {
    background-color: #fdfdfc;
    padding: 0% 2.5% 2.5%;
  }

  .container-16 {
    background-color: #fff;
    max-width: none;
  }

  .recipe-sticky {
    display: inline;
  }

  .heading-11 {
    text-align: left;
    margin-bottom: 0;
    font-family: Roxborough Cf, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .recipe-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .recipe-grid.for-experts {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
  }

  .service-paragraph {
    margin-top: 0;
    margin-bottom: .25rem;
    font-family: Avenir Light, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .service-paragraph.city {
    color: var(--black);
    margin-top: 0;
    margin-bottom: .45rem;
    font-size: 14px;
    line-height: 16px;
  }

  .service-paragraph.city.break {
    margin-bottom: 0;
    margin-left: .55em;
    margin-right: .55em;
    font-size: 12px;
    line-height: 12px;
  }

  .header76_image {
    margin-top: 0;
    padding-top: 0;
  }

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

  .header76_content-right {
    height: 14rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .margin-bottom.margin-small {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .margin-bottom.margin-small {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .margin-bottom.margin-xxsmall {
    background-color: #0000;
    border: 2.5px #000;
  }

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

  .header76_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    align-content: center;
    align-items: baseline;
    height: auto;
    padding-top: 0;
    display: grid;
    overflow: hidden;
  }

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

  .text-size-medium-2 {
    margin-bottom: 10px;
  }

  .text-size-medium-2.text-weight-semibold {
    font-family: Avenir Roman, sans-serif;
  }

  .text-size-medium-2.text-weight-semibold.discover-experts {
    flex: none;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

  .text-size-small.text-style-muted {
    text-align: left;
    text-align: left;
    padding-right: 30px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .services-main-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
    padding-right: 0;
    font-family: Roxborough bold, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }

  .services-main-header.white {
    text-align: center;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .services-main-header.center-alligned {
    font-size: 28px;
    line-height: 38px;
  }

  .services-main-header.less-spacing.white {
    text-align: left;
    text-align: left;
    line-height: 54px;
  }

  .services-main-header.left-alligned {
    text-align: left;
  }

  .section-7 {
    padding: 30px 5%;
  }

  .section-7.by-service {
    padding: 0 2% 2em;
  }

  .paragraph-9 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir Light, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
  }

  .paragraph-9.header9 {
    margin-bottom: 3px;
    font-size: 13px;
  }

  .paragraph-7 {
    text-align: left;
    padding-left: 0;
    font-family: Avenir Book, sans-serif;
    font-size: 13px;
  }

  .paragraph-7.bhours {
    padding-left: 0;
    font-family: Kumbhsans, sans-serif;
    font-size: 13px;
    line-height: 22px;
  }

  .product5_image {
    border-radius: 5px;
  }

  .product5_image.discover-experts {
    border-radius: 4px;
    min-height: 275px;
    max-height: 275px;
  }

  .product5_image.discover-experts:hover {
    opacity: 1;
  }

  .product5_image.discover-experts.service {
    min-height: auto;
    max-height: none;
  }

  .product5_image.discover-experts.service.new {
    height: 13.5em;
  }

  .checkout-exp-flex {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .checkout-exp-col {
    margin-bottom: 30px;
    padding-left: 0;
    display: block;
  }

  .checkout-exp-icon {
    margin-bottom: 14px;
  }

  .p-bold {
    text-align: left;
    justify-content: flex-start;
    font-size: 22px;
    line-height: 32px;
  }

  .p-bold.c-alligned {
    text-align: center;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    display: block;
  }

  .p-small {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .p-small.center-alligned {
    text-align: center;
    padding-right: 2rem;
    font-family: Avenir Book, sans-serif;
    line-height: 1.9;
  }

  .p-small.center-alligned.grey {
    text-align: left;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .p-small.gray {
    font-size: 15px;
    font-weight: 300;
  }

  .p-small.gray.c-alligned {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-button---brix {
    color: var(--dark-pink);
    width: auto;
    padding: 14px;
    display: block;
  }

  .cta-button {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-button.android {
    width: 100%;
  }

  .cta-button.android.home {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-button.home {
    margin-top: 1rem;
  }

  .header-button-text.ios-text {
    font-size: 12.5px;
  }

  .columns-16 {
    justify-content: flex-start;
  }

  .column-17 {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-end;
  }

  .column-18 {
    justify-content: flex-start;
  }

  .heading-25 {
    text-align: left;
    margin-bottom: 5px;
    line-height: 45px;
  }

  .heading-25.center-alligned {
    text-align: left;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 39px;
  }

  .heading-25.center-alligned.browse {
    padding-left: 3%;
    padding-right: 3%;
  }

  .columns-17 {
    flex-flow: column;
  }

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

  .section-10 {
    padding: 30px 5%;
  }

  .tab-link {
    border-bottom: 1px solid #eef0f6;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-link.w--current {
    border-bottom-color: #000;
  }

  .profile-pic {
    border-radius: 7%;
    width: 105px;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 7.5px;
  }

  .service-price {
    margin-top: 6px;
    margin-bottom: 6px;
    font-family: Avenir Light, sans-serif;
    font-size: 12.5px;
    line-height: 14px;
  }

  .button-11 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .button-11.white-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-17 {
    background-color: var(--red);
    padding: 2em 2.5%;
  }

  .container-26 {
    padding: 0 0;
  }

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

  .navbar8_component {
    background-color: var(--white);
    min-height: 4em;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .portfolio-image {
    width: auto;
    height: 10rem;
    min-height: auto;
    padding-right: .5px;
  }

  .portfolio-image.new-image {
    width: 100%;
    height: 125px;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-image.new-image.main-match {
    height: 140px;
  }

  .portfolio-collection-list-wrapper {
    border-radius: 5px;
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .portfolio-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: row;
    grid-template: "Area-2 . ." 1fr
                   ". . Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start;
    place-items: baseline stretch;
    max-height: 125px;
    display: block;
  }

  .portfolio-collection-list.main-match {
    max-height: 140px;
  }

  .portfolio-collection-image {
    float: left;
    clear: none;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    width: 49%;
    display: flex;
  }

  .portfolio-collection-image.final {
    width: 25%;
    padding-left: 0;
    padding-right: 1px;
    display: block;
  }

  .portfolio-lightbox-link {
    flex-direction: row;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-85 {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .stylist-name {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3px;
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .stylist-name.new-heading {
    flex: none;
    margin-right: 7.5px;
    font-size: 22px;
    line-height: 27px;
  }

  .paragraph-33 {
    font-family: Kumbhsans, sans-serif;
    font-size: 13px;
    line-height: 13px;
  }

  .category-slide {
    width: 275px;
    min-width: auto;
  }

  .large-heading {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
  }

  .large-heading.left-alligned {
    padding-left: 0;
  }

  .large-heading.center-alligned {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 40px;
  }

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

  .text-style-subheader {
    padding-right: 7.5px;
    font-family: Fontsfree net kiona;
    font-size: 1rem;
  }

  .heading-42 {
    margin-bottom: 10px;
    padding-right: 3rem;
    line-height: 44px;
  }

  .paragraph-38 {
    margin-bottom: 10px;
    padding-right: 3rem;
    font-family: Avenir Light, sans-serif;
    font-size: 16px;
  }

  .container-41 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-29 {
    height: auto;
  }

  .page-padding-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .layout84_text-wrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .layout84_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout84_item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: nowrap;
    grid-template-columns: 1fr;
    place-content: start flex-start;
    display: flex;
  }

  .text-size-medium-3.text-weight-bold {
    font-family: Kumbhsans, sans-serif;
    font-size: 14.5px;
    line-height: 14.5px;
  }

  .text-size-medium-3.text-weight-bold.services {
    font-weight: 600;
  }

  .counter {
    font-size: 1.5rem;
  }

  .medium-heading {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .medium-heading.faq {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-text-smallest {
    text-align: left;
    padding-bottom: 2px;
    font-family: Avenir Light, sans-serif;
    font-size: 15.2px;
  }

  .content-text-small {
    padding-right: 0;
    font-family: Avenir Light, sans-serif;
    font-size: 16px;
    display: block;
  }

  .content-text-small.hidden {
    display: none;
  }

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

  .heading-46 {
    color: var(--white);
    text-align: center;
    margin-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    font-family: Roxborough cf, sans-serif;
    font-size: 32px;
    line-height: 37px;
  }

  .heading-46.black {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-46.center-alligned.small {
    color: var(--black);
    text-align: left;
    text-align: left;
    font-size: 34px;
    line-height: 48px;
  }

  .container-45 {
    padding: 20px 0%;
  }

  .content-text-medium {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir Light, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .content-text-medium.left-alligned {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .grid-14 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: block;
  }

  .div-block-91 {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h47 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .para44 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .para44.left-alligned {
    font-size: 14px;
    line-height: 26px;
  }

  .section-34 {
    padding-bottom: 40px;
  }

  .columns-33 {
    flex-direction: column;
    display: flex;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-16, .button-17 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .home-about_bottom-title-row {
    grid-column-gap: 0rem;
    margin-bottom: 20px;
  }

  .column-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .holder-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    display: flex;
    overflow: scroll;
  }

  .testimonial-div {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .testimonial-div.zapier {
    width: 25%;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-div.dwell {
    width: 40%;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-div.live-mint {
    width: 20%;
  }

  .testimonial-div.hindustan-times {
    width: 40%;
    margin-left: 10px;
  }

  .testimonial-div.hindustan-times.economic-times {
    width: 50%;
    margin-left: 10px;
  }

  .section-38 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-95 {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .div-block-96 {
    margin-right: 0;
  }

  .about-team_component {
    grid-template-columns: 1fr;
  }

  .about-team_image-wrapper {
    height: 20rem;
  }

  .bold-text-12 {
    flex: none;
    padding-right: 0;
    font-size: 24px;
  }

  .service-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .stage-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
  }

  .slider-description-wrap {
    max-width: none;
  }

  .splitscreen-column.left {
    z-index: auto;
    background-color: var(--red);
    z-index: auto;
    background-color: var(--red);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 35vh;
    min-height: auto;
    padding: 5% 2.5% 0;
    position: relative;
    overflow: hidden;
  }

  .slider-title-wrap {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-55 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-8 {
    margin-top: 10px;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st, .close-btn-line.is--2nd, .close-btn-line.is--1st {
    width: 1rem;
  }

  .modal-w {
    padding: 2rem 0 0;
  }

  .modal-w.large-modal {
    max-height: none;
    padding-top: 0;
  }

  .close-btn-w {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-content-w {
    padding: 1.5rem 1rem;
  }

  .image-115 {
    border-radius: 5px;
    width: 6rem;
    height: 6rem;
    min-height: auto;
    margin-right: 10px;
  }

  .portfolio-div {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .portfolio-div.one-off {
    align-items: center;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .heading-57 {
    font-size: 38px;
  }

  .section-49, .columns-42 {
    flex-flow: wrap;
    display: block;
  }

  .image-127 {
    padding-left: 0;
  }

  .columns-44 {
    flex-flow: column-reverse;
  }

  .stylist-details {
    justify-content: center;
    align-items: flex-start;
    margin-top: .55em;
    margin-bottom: .55em;
    padding-left: 0;
    padding-right: 0%;
  }

  .stylist-details.desktop {
    display: none;
  }

  .stylist-details.mobile {
    display: flex;
  }

  .div-block-132 {
    background-color: var(--white);
    border-width: .5px;
    border-radius: 5px;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-right: 0;
    padding: 4% 3%;
  }

  .div-block-134 {
    display: none;
  }

  .div-block-140 {
    background-color: var(--white);
    display: none;
  }

  .text-block-33 {
    flex-wrap: wrap;
    flex: 0 auto;
    font-size: 14px;
    display: flex;
  }

  .text-block-33.text-color-dark-gray {
    text-align: left;
    text-align: left;
  }

  .div-block-141 {
    flex-flow: row;
    flex: 0 auto;
    align-items: center;
    margin-bottom: .5rem;
  }

  .container-69 {
    flex-direction: column-reverse;
    display: flex;
  }

  .section-52 {
    flex-flow: row;
    padding-top: 60px;
    padding-bottom: 20px;
    display: none;
  }

  .section-52.last-section {
    padding-bottom: 60px;
  }

  .column-95 {
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .column-96 {
    margin-bottom: 20px;
  }

  .columns-50-right {
    flex-flow: column;
    display: flex;
  }

  .div-block-142-right {
    justify-content: flex-start;
  }

  .columns-50-left {
    flex-direction: column-reverse;
  }

  .image-136 {
    margin-bottom: 10px;
  }

  .image-137 {
    display: block;
  }

  .div-block-142, .div-block-143, .div-block-144, .div-block-145 {
    margin-bottom: 20px;
  }

  .faq4_component {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq4_list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-51 {
    font-family: Kumbhsans, sans-serif;
    font-size: 13px;
    line-height: 21px;
  }

  .paragraph-51.questions {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-146 {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-76 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
  }

  .slide-box.margin-right {
    width: 87%;
    height: auto;
    min-height: 250px;
  }

  .slide-box._240px.margin-right.new {
    width: 72.5vw;
  }

  .slide-box._240px.margin-right {
    width: 85vw;
  }

  .slide-box._240px.cities {
    width: 250px;
  }

  .slide-box._240px.margin-right {
    width: 65vw;
    min-height: auto;
  }

  .slide-box.margin-right {
    width: 87%;
    height: auto;
    min-height: 250px;
  }

  .slide-box.margin-right.stories {
    width: 90%;
    height: auto;
    min-height: 600px;
  }

  .slide-box.margin-right {
    width: 87%;
  }

  .section-54 {
    padding: 2em 2.5%;
  }

  .container-70 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  ._20vw-div-3 {
    width: 1px;
  }

  .slider-container-3 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .slider-container-3.new {
    padding-bottom: 10px;
  }

  .long-box {
    width: 57.5%;
    height: 370px;
    margin-right: 10px;
  }

  .long-box.additional-info {
    width: 87%;
    height: auto;
  }

  .long-box.service {
    width: 57.5%;
    height: 220px;
  }

  .long-box.howitworks {
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    height: 375px;
    padding-bottom: 0;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }

  .long-box.new {
    height: 275px;
  }

  .link-block-10.service {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .columns-50 {
    flex-direction: column;
    align-items: center;
  }

  .brz-link-pic-1 {
    margin-left: 0;
    margin-right: 1.5em;
  }

  .message-div-block {
    display: none;
  }

  .div-block-152 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    inset: 0%;
  }

  .paragraph-62 {
    margin-bottom: 10px;
  }

  .image-140 {
    margin-right: 10px;
  }

  .social-links-pop-up {
    display: none;
  }

  .view-portfolio-div {
    width: 90%;
  }

  .slider-6 {
    min-height: 80vh;
  }

  .left-arrow {
    width: 50px;
  }

  .image-141 {
    width: 160px;
    display: block;
  }

  .arrow {
    width: 15px;
  }

  .hero-section {
    min-height: 50vh;
  }

  .content-container {
    max-width: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col-grid.clients {
    grid-row-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .heading-70 {
    font-size: 1.4em;
  }

  .paragraph-65 {
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 13px;
  }

  .heading-72 {
    text-align: center;
    margin-top: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .image-144 {
    width: auto;
    height: 1.25em;
    margin-right: 7px;
  }

  .image-144.small {
    height: 1em;
    margin-right: 0;
  }

  .name-div {
    flex: 0 auto;
    align-items: center;
    margin-bottom: 0;
  }

  .image-156 {
    width: 20px;
    height: 20px;
  }

  .container-80 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-74 {
    line-height: 36px;
  }

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

  .slider-container-4 {
    padding-bottom: 20px;
  }

  .slide-text-container-4 {
    width: 65vw;
    padding: 4rem 1rem;
  }

  .grey-mini-text-2 {
    text-align: left;
    line-height: 24px;
  }

  .grid-19 {
    flex-direction: column;
    display: flex;
  }

  .div-block-158 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: .3rem;
    margin-right: 20px;
  }

  .stylist-details-div {
    border: .1px solid #d5d7da;
    border-radius: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .stylist-details-div.new-div-block {
    border: 1.5px #e4e5e5;
    border-bottom-style: solid;
    border-radius: 0;
    padding: 1rem 1em;
  }

  .div-block-163 {
    margin-top: 10px;
    display: block;
  }

  .image-160 {
    margin-bottom: .5rem;
    margin-right: 10px;
    display: block;
  }

  .image-160.services {
    margin-bottom: 0;
  }

  .column-106 {
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-56 {
    flex-direction: column;
    display: flex;
  }

  .layout402_tabs-menu.no-scrollbar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .text-size-medium-6 {
    margin-bottom: 2rem;
    font-family: Avenir Light, sans-serif;
    font-size: .75rem;
  }

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

  .layout402_tab-link.w--current {
    color: var(--dark-pink);
    font-size: 30px;
  }

  .text-block-44 {
    font-family: Kumbhsans, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
  }

  .navigation-logo {
    width: auto;
    height: 37px;
  }

  .navigation-image-wrapper {
    display: none;
  }

  .navigation-grid.hiw {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navigation-grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-image {
    overflow: visible;
  }

  .navigation-menu-button.w--open {
    color: var(--black);
    background-color: #0000;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }

  .navigation-menu-2 {
    flex: 0 auto;
    display: block;
  }

  .subheading-regular {
    margin-bottom: 0;
    font-family: Kumbhsans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .navigation-card-content {
    grid-column-gap: 0px;
  }

  .navigation-list-dropdown.w--open {
    padding: 14px;
  }

  .navigation-button-secondary {
    display: none;
  }

  .navigation-button-secondary.pink {
    display: block;
  }

  .navigation-toggle-2 {
    color: var(--black);
  }

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

  .next-4.white {
    background-color: var(--black-2);
    background-color: var(--black-2);
    border-width: 1px;
    padding-left: 5em;
    padding-right: 5em;
  }

  .product3_list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-182.makeup-lessons {
    border-radius: 3px;
    padding-bottom: 60px;
  }

  .div-block-182.fashion-shopping, .div-block-182.trousseau-shopping, .div-block-182.makeup-lessons {
    border-radius: 3px;
    padding-bottom: 60px;
  }

  .div-block-182.service-1 {
    border-radius: 3px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .div-block-182.service-2 {
    border-radius: 3px;
    padding-bottom: 60px;
  }

  .div-block-182.service-3 {
    background-position: 50%;
    border-radius: 3px;
    padding-bottom: 60px;
  }

  .div-block-182.wedding-styling {
    border-radius: 3px;
    padding-bottom: 60px;
  }

  .div-block-182.personal-styling {
    border-radius: 3px;
    flex-flow: row;
    padding-bottom: 60px;
  }

  .div-block-182.fashion-shopping, .div-block-182.trousseau-shopping {
    border-radius: 3px;
    padding-bottom: 60px;
  }

  .text-block-56 {
    text-align: left;
    padding-right: 0%;
    font-size: 15px;
    line-height: 23px;
  }

  .text-block-57 {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
  }

  .div-block-185 {
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-185.mview {
    flex: 0 auto;
    display: none;
  }

  .testimonial11_logo {
    width: auto;
  }

  .testimonial23_client {
    flex-direction: row;
  }

  .testimonial23_customer-image {
    margin-right: 10px;
  }

  ._20vw-div-4 {
    width: .5px;
  }

  .slider-container-5 {
    padding-top: 10px;
  }

  .slider-container-5.browse {
    padding-left: 3%;
    padding-right: 5%;
  }

  .button-34 {
    font-size: 15px;
  }

  .section-76 {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-size-medium-7.text-weight-bold {
    font-family: Kumbhsans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  ._20vw-div-5 {
    width: .5px;
  }

  .services-heading {
    font-family: Roxborough bold, sans-serif;
    line-height: 36px;
  }

  .columns-61 {
    display: flex;
  }

  .image-170 {
    height: auto;
  }

  .div-block-201 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-82 {
    font-size: 22px;
    line-height: 36px;
  }

  .text-block-75 {
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-204 {
    justify-content: center;
    padding-right: 0;
  }

  .text-block-78 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir Book, sans-serif;
  }

  .text-block-78.center-alligned {
    color: var(--white);
    text-align: center;
    text-align: center;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: Kumbhsans, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .services-popup {
    background-color: #f7f4f3;
    display: none;
  }

  .services-popup-header {
    padding: .5rem;
    top: 0;
  }

  .services-popup-content {
    padding-top: 1rem;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .text-block-83 {
    font-family: Roxborough cf, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-210 {
    margin-top: 0;
  }

  .heading-84 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Kumbhsans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-84.other {
    margin-top: 0;
    font-size: 14px;
  }

  .text-block-86 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-86.featured {
    line-height: 17px;
  }

  .heading-86 {
    text-align: left;
    font-family: Roxborough bold, sans-serif;
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-74 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-74.small {
    font-size: 13px;
    line-height: 23px;
    display: block;
  }

  .icon-9 {
    background-image: linear-gradient(#f2f2f2, #f2f2f2);
    width: 30px;
    height: 30px;
  }

  .icon-container {
    justify-content: center;
  }

  .details-text-container._1, .details-text-container._2, .details-text-container._3, .details-text-container._1, .details-text-container._2, .details-text-container._3 {
    margin-bottom: 15px;
  }

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

  .button-39 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-block-32 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .div-block-222 {
    background-color: #fdfdfc;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0% 2.5%;
  }

  .div-block-225 {
    margin-top: 10px;
  }

  .text-span-109 {
    color: #000;
  }

  .image-185 {
    margin-right: 0;
  }

  .container-114 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-27 {
    flex-direction: column;
    display: flex;
  }

  .blog1-header_item {
    border-width: .5px;
  }

  .blog1-header_list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-11 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block-99 {
    text-transform: uppercase;
    text-decoration: none;
  }

  .heading-92 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4em;
  }

  .blog-div-block {
    padding-top: 1em;
  }

  .div-block-234 {
    flex: none;
  }

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

  .blog-post1-header_share {
    margin-top: 0;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .heading-style-h2 {
    margin-bottom: 1rem;
  }

  .blog-post1-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .padding-section-large {
    padding-bottom: 0;
  }

  .blog-post1-header_content-top {
    flex-direction: column;
    align-items: center;
  }

  .blog-post1-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post1-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post1-header_image-wrapper {
    padding-top: 0%;
  }

  .blog-post1-content_tag-list-wrapper {
    width: 100%;
  }

  .text-size-medium.text-weight-bold {
    font-size: 26px;
    line-height: 34px;
  }

  .blog-post1-header_image {
    position: static;
  }

  .blog-post1-header_author-wrapper {
    align-items: center;
    margin-bottom: .5rem;
  }

  .preview-mid {
    width: 150px;
    top: -1%;
    left: 79%;
  }

  .bg2 {
    height: 150px;
    top: -9px;
  }

  .bg1 {
    height: 100px;
    top: 15px;
  }

  .bg3 {
    height: 150px;
  }

  .iphone-16-1-1 {
    width: 120px;
  }

  .section-89 {
    padding: 2rem 20px 0;
  }

  .main-2 {
    padding-top: 0;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-116 {
    padding-top: 2em;
  }

  .link-33 {
    margin-right: 3px;
    font-size: 13px;
  }

  .image-186 {
    height: auto;
  }

  .reviews-paragraph {
    margin-bottom: 0;
    display: block;
  }

  .div-block-244 {
    width: 100%;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .container-117 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .h3 {
    margin-bottom: 0;
    font-family: Roxborough Cf, sans-serif;
    font-size: 1.45rem;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps1, .circle-number.steps4, .circle-number.steps3, .circle-number.steps2, .circle-number.steps1, .circle-number.steps4 {
    display: none;
  }

  .section-90.section91 {
    padding-top: 2rem;
    padding-bottom: 0%;
  }

  .section-91 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .phone-mock_tab-3 {
    height: 5vw;
  }

  .phone-mock-3 {
    width: 170%;
    padding: 6px;
  }

  .phone-mock_border-3 {
    border-width: 5px;
  }

  .text-block-101 {
    color: #000;
    text-align: left;
    margin-bottom: 1em;
  }

  .text-block-101.center-alligned, .text-block-101.c-alligned {
    text-align: center;
  }

  .text-block-101.center-alligned, .text-block-101.c-alligned {
    text-align: center;
  }

  .text-block-101.white {
    color: #fff;
  }

  .section-92 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph-75 {
    width: 90%;
  }

  .tabs-menu-3 {
    width: 95vw;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .profile-tab {
    font-size: 15px;
  }

  .profile-tab.w--current {
    flex: none;
    padding-bottom: 15px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
    line-height: 10%;
  }

  .column-116 {
    display: none;
  }

  .heading-96 {
    color: #29282d;
    text-transform: none;
    margin-right: 0;
    font-family: Roxborough bold, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  .heading-96.services {
    text-transform: none;
    text-decoration: none;
  }

  .heading-96.about {
    margin-top: 1.5em;
    margin-bottom: .5em;
  }

  ._7-center-1 {
    grid-column-gap: 11px;
    justify-content: flex-start;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .yellow-short {
    width: 99%;
  }

  .yellow-short._2 {
    width: 1px;
  }

  .yellow-long-div {
    width: 135px;
  }

  .image-188 {
    margin-top: 1.5em;
  }

  .image-188.trust {
    margin-top: 0;
  }

  .div-block-256 {
    padding-left: 10px;
  }

  .portfolio-tab {
    padding: 8px 25px;
    font-size: 11px;
    line-height: 11px;
    display: inline-flex;
  }

  .portfolio-tab:hover {
    color: var(--black);
    background-color: #f6f6f6;
  }

  .portfolio-tab.w--current {
    background-color: var(--black);
    color: var(--white);
    padding: 8px 25px;
    font-size: 9px;
    line-height: 140%;
    display: inline-flex;
  }

  .tabs-menu-4 {
    width: 95vw;
    margin-bottom: .35rem;
    display: flex;
    overflow: auto;
  }

  .div-block-259 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .image-190 {
    width: auto;
  }

  .mobile-details {
    flex: 1;
    display: block;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heroheader06_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-block-104 {
    font-size: 10px;
    line-height: 140%;
  }

  .collection-item-12 {
    display: inline;
  }

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

  .image-192 {
    width: 100%;
    height: auto;
  }

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

  .rich-text-block-4 {
    text-align: right;
  }

  .cell {
    border-right-width: 1px;
    border-right-color: #e4e5e5;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-193 {
    margin-right: 10px;
  }

  .call-2 {
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-85 {
    font-family: Roxborough bold, sans-serif;
  }

  .trusted-pro-div {
    padding: 20px;
  }

  .text105 {
    font-size: 13px;
    line-height: 23px;
  }

  .div-block-268 {
    margin-bottom: 10px;
  }

  .paragraph-79.main, .div-block-269 {
    margin-bottom: 5px;
  }

  .image-197 {
    flex: 0 auto;
    width: 22px;
    height: 22px;
  }

  .uui-pricing08_popular-plan {
    padding-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-badge.hide-mobile-portrait, .hide-mobile-portrait {
    display: none;
  }

  .uui-pricing08_tab-link.w--current {
    font-family: Kumbhsans, sans-serif;
  }

  .uui-pricing08_tabs-menu {
    margin-bottom: 2rem;
  }

  .text-block-106 {
    color: #000;
    font-weight: 600;
  }

  .section-96 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-100 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .text-block-113 {
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .navigation-button {
    display: none;
  }

  .navigation-button.footer {
    padding-left: 10%;
    padding-right: 10%;
    display: none;
  }

  .logo {
    width: 200px;
  }

  .featured-image {
    height: 200px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .catagories {
    margin-top: 20px;
  }

  .featured-post-details {
    text-align: center;
    padding-right: 10px;
  }

  .col-no-overflow {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section-103 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-65 {
    flex-direction: column-reverse;
  }

  .text-block-120 {
    font-size: 12px;
    line-height: 12px;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-105 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-207 {
    object-fit: cover;
    max-height: none;
  }

  .div-block-277 {
    margin-bottom: 10px;
  }

  .paragraph-91 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-91.white {
    text-align: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .section-107 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-278 {
    flex-direction: row;
    align-items: center;
  }

  .text-block-122 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-108 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .quick-stack-12 {
    grid-row-gap: 10px;
  }

  .cell-8 {
    flex-direction: column;
    align-items: center;
  }

  .cell-9 {
    align-items: center;
  }

  .container-137 {
    padding-right: 0;
  }

  .section-109 {
    border-bottom: 1px solid var(--grey);
  }

  .container-139 {
    padding-top: 0;
  }

  .quick-stack-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-110 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ._20vw-div {
    width: 1px;
  }

  .section-111 {
    border-bottom: .5px solid #e4e5e5;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-281 {
    padding: 15px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-211 {
    border-radius: 8px;
  }

  .div-block-282 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-124 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .package-pricing {
    flex: 0 auto;
    display: flex;
  }

  .original-pricing-mobile {
    font-size: 16px;
    line-height: 26px;
  }

  .package-details-mobile {
    justify-content: space-between;
  }

  .package-description-mobile {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .deliverable-text {
    font-family: Kumbhsans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .deliverable-text.time {
    font-weight: 300;
  }

  .book-now-button {
    z-index: 1000;
    background-color: var(--white);
    border-radius: 10px;
    margin-left: .5em;
    margin-right: .5em;
    padding: 7px .75em;
    display: flex;
    inset: auto 3% .5% 2%;
  }

  .package-subheader-mobile {
    font-family: Kumbhsans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .package-desktop-header.small {
    color: var(--black);
    font-size: 24px;
    line-height: 34px;
  }

  .heading-106 {
    line-height: 40px;
  }

  .heading-107 {
    line-height: 54px;
  }

  .mansonary-wrapper, .mansonary-wrapper.featured {
    column-count: 2;
  }

  .mansonary-wrapper.featured {
    column-count: 2;
  }

  .mansonary-wrapper.featured.preview {
    height: 60vh;
  }

  .mansory-lightbox {
    width: auto;
    height: auto;
  }

  .header-profile-pic {
    background-color: #fdfdfc;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 2.5%;
  }

  .image-215 {
    width: 1.1em;
    height: 1.1em;
    margin-right: 7px;
  }

  .div-block-289 {
    margin-top: 15px;
  }

  .link {
    flex-wrap: nowrap;
    flex: none;
    padding-left: 8px;
    padding-right: 14px;
  }

  .link-block-49 {
    flex: none;
    margin-bottom: 0;
  }

  .link-block-49.main-instagram {
    display: none;
  }

  .social-links-wrapper {
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .text-block-134 {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
  }

  .text-block-134.black {
    font-size: 13px;
    line-height: 13px;
  }

  .link-block-50.center-alligned.services-page {
    border: 1.75px solid var(--black-2);
    width: 100%;
    margin-bottom: 0;
    padding: 10px .25em;
  }

  .link-block-50.center-alligned.white {
    margin-bottom: 5px;
  }

  .link-block-50.center-alligned.white.mobile {
    border-width: 1.75px;
  }

  .section-112 {
    padding-top: 0%;
    display: flex;
  }

  .quick-stack-17 {
    grid-row-gap: 0em;
  }

  .div-block-294 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-300.mobile {
    background-color: var(--white);
    background-color: var(--white);
    inset: 5% 2.5% auto auto;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 7px 18px 7px 12px;
    display: flex;
    position: static;
    inset: 5% 2.5% auto auto;
  }

  .rich-text-deliverables {
    font-family: Avenir Light, sans-serif;
    font-weight: 300;
  }

  .rich-text-deliverables p {
    font-size: 14px;
  }

  .package-pricing-time {
    flex: none;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .delivery-time {
    margin-right: 15px;
  }

  .delivery-sessions {
    align-items: center;
    display: flex;
  }

  .inclusions {
    font-weight: 400;
  }

  .service-flex-box {
    background-color: var(--white);
    border-style: none none solid;
    border-radius: 0;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .56em;
    padding: .5em 0;
  }

  .service-flex-box:hover {
    background-color: var(--white);
  }

  .service-book-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .service-container-div {
    justify-content: center;
    align-items: center;
  }

  .service-heading {
    margin-bottom: 2.5px;
    font-family: Kumbhsans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .service-heading.featured {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }

  .service-price {
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Kumbhsans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .service-price.discounted {
    font-size: 14px;
    line-height: 20px;
  }

  .service-price.featured {
    flex: 0 auto;
    line-height: 13px;
  }

  .div-block-316 {
    margin-bottom: 5px;
  }

  .services-overview-rtb ul {
    list-style-type: square;
  }

  .services-overview-rtb li {
    font-size: 12px;
    line-height: 19px;
  }

  .image-230 {
    width: 18px;
  }

  .reviews-text {
    color: var(--gray);
    flex: 0 auto;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    line-height: 13px;
  }

  .list-4 {
    font-size: 15px;
    line-height: 25px;
  }

  .list-4.white {
    color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .list-item-3, .list-item-4, .list-item-5 {
    margin-bottom: 5px;
  }

  .tab-component {
    margin-top: 0;
  }

  .tab-mobile-img {
    width: auto;
    height: auto;
  }

  .section-118 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .tab-button-desc-2.white {
    margin-bottom: 15px;
  }

  .paragraph-94 {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-94.black.c-alligned {
    width: 90vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-94.center-alligned {
    text-align: center;
  }

  .text-block-156 {
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .image-232 {
    width: 1.75em;
  }

  .section-119 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-120 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .column-123 {
    height: 300px;
  }

  .column-124 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-149 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .heading-112 {
    margin-bottom: 1.5em;
    font-size: 32px;
    line-height: 38px;
  }

  .faq1_answer {
    display: flex;
  }

  .column-125 {
    padding: 3em 2em;
  }

  .div-block-330 {
    align-items: flex-start;
    display: flex;
  }

  .button-46 {
    color: var(--beigee);
    background-color: #fff3e8;
    border-radius: 100px;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .footer3_legal-link {
    font-size: .9rem;
  }

  .footer3_component {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .text-size-small-4 {
    font-size: 15px;
    line-height: 140%;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    display: none;
  }

  .footer3_logo-link {
    margin-bottom: 10px;
  }

  .footer3_legal-list {
    grid-template-columns: minmax(max-content, 1fr);
  }

  .footer3_top-wrapper {
    grid-template-columns: 1fr;
  }

  .footer3_credit-text.mobile {
    font-size: .75rem;
  }

  .footer3_bottom-wrapper {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    padding-top: 2em;
    display: flex;
  }

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

  .padding-top.padding-medium {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-234 {
    width: auto;
    height: 2.93em;
  }

  .text-span-155, .text-span-156 {
    color: var(--black);
  }

  .contact-link:hover {
    color: var(--dark-pink);
  }

  .album-item {
    width: 50%;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block;
  }

  .album-item.explore {
    width: 50%;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 5px;
  }

  .album-item-sticker {
    padding: 0% .4rem 1rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .album-item-sticker.discover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .album-item-sticker.expert {
    padding-right: 0;
    display: block;
  }

  .album-heading {
    font-size: 14px;
    line-height: 21px;
  }

  .album-description {
    font-size: 12.5px;
    line-height: 14px;
  }

  .collection-list-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .album-wrapper {
    display: none;
  }

  .album-modal-card {
    z-index: 1000;
    width: 100%;
    max-width: none;
    display: block;
    bottom: auto;
  }

  .reviews-wrapper {
    border-style: none;
    padding: 0;
  }

  .client-review-wrapper {
    padding: 0 0 1.5em;
  }

  .collection-item-15 {
    margin-bottom: 2em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-235 {
    margin-right: 5px;
  }

  .client-review-text {
    margin-top: 0;
    margin-bottom: 1.5em;
  }

  .client-review-text.mobile {
    display: block;
  }

  .text-block-164, .text-block-164.about-me, .text-block-164.about-me {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
  }

  .text-block-165 {
    font-size: 12px;
    line-height: 22px;
  }

  .show-more-review {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
  }

  .city-protype-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .story-popup {
    display: none;
  }

  .image-241 {
    width: 100%;
    height: 100%;
  }

  .collection-list-wrapper-15 {
    display: block;
  }

  .tabs-menu-5 {
    background-color: #f4f4f8;
    overflow: scroll;
  }

  .albums-tab {
    padding-left: 25px;
    padding-right: 25px;
  }

  .albums-tab.w--current {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12.5px;
  }

  .video {
    margin-top: 2em;
  }

  .video.mobile {
    margin-bottom: 1.25em;
  }

  .background-video {
    z-index: 1000;
  }

  .section_tip {
    overflow: visible;
  }

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

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

  .columns-68 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    display: block;
  }

  .div-block-336 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: block;
  }

  .link-block-56 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-57 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero_circle {
    font-size: 12px;
  }

  .hero_circle.is--link {
    background-color: var(--white);
    background-color: var(--white);
    width: 3em;
    height: 3em;
    display: flex;
  }

  .hero_arrow {
    width: 1.45em;
    height: auto;
  }

  .h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
  }

  .h2.header {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .h2.less-gap {
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-170 {
    text-align: left;
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-170.left-alligned {
    text-align: center;
    text-align: center;
  }

  .free-consultation-popup {
    display: none;
    overflow: auto;
  }

  .text-block-175 {
    font-size: 14px;
    line-height: 18px;
  }

  .how-it-works-cell {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .heading-117 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-117.left-alligned {
    text-align: center;
  }

  .heading-117.white.center-alligned, .heading-117.left-alligned {
    text-align: center;
  }

  .heading-117.white {
    text-align: left;
  }

  .heading-117.white.center-alligned {
    text-align: center;
    text-align: center;
  }

  .section-123 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-150 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-243 {
    display: none;
  }

  .image-244 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .html-embed-16 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-125 {
    border-bottom: .5px solid #d9d9d9;
  }

  .image-245 {
    width: 2.45em;
    height: auto;
    margin-right: 3px;
  }

  .text-block-177 {
    flex: none;
    margin-bottom: 5px;
    margin-right: 2px;
    font-size: 12px;
    line-height: 15px;
  }

  .collection-list-15 {
    flex-flow: column;
    margin-top: 10px;
    display: block;
  }

  .image-246 {
    width: 13px;
    height: 13px;
  }

  .main-header {
    font-size: 36px;
    line-height: 46px;
  }

  .main-header.white {
    text-align: center;
    text-align: center;
    font-size: 32px;
    line-height: 44px;
  }

  .image-248 {
    border-radius: 0;
    height: auto;
  }

  .section-126 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .happiness-garuntee {
    font-size: 38px;
    line-height: 44px;
  }

  .tabs-menu-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 0;
    overflow: scroll;
  }

  .tab-link-2 {
    color: #666;
    background-color: #fdfdfc;
    flex-flow: column;
    flex: 0 auto;
    margin-right: 1.75em;
    padding: 0 0 7px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
  }

  .tab-link-2:hover {
    color: var(--black);
    border-bottom: 1.5px solid #666;
    font-weight: 500;
  }

  .tab-link-2.w--current {
    border-style: none none solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--red);
    color: var(--red);
    background-color: #fdfdfc;
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    margin-right: 1.75em;
    padding: 0 10px 7px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
  }

  .tab-link-2.shoots {
    margin-right: 0;
  }

  .tabs {
    margin-top: 10px;
  }

  .div-block-341 {
    padding-top: 0;
  }

  .div-block-342 {
    padding-top: .5em;
  }

  .match-dp {
    width: 5em;
    height: 5em;
  }

  .top-match-review {
    align-items: center;
    line-height: 16px;
  }

  .top-match-name-review {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .top-match-availibility {
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    font-family: Kumbhsans, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    display: flex;
  }

  .section-127 {
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .collection-item-16 {
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-121 {
    text-align: center;
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .main-match-hero {
    background-color: var(--red);
    padding: 4em 5%;
  }

  .main-match-container {
    max-width: 80rem;
  }

  .main-match-quick-stack {
    padding: 0;
  }

  .main-match-header {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .main-match-h1 {
    color: var(--white);
    text-align: center;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roxborough cf, sans-serif;
    font-size: 34px;
    line-height: 38px;
    display: block;
  }

  .main-match-cell-left {
    align-items: center;
  }

  .main-match-rte {
    color: var(--black);
    margin-bottom: 1em;
    font-family: Kumbhsans, sans-serif;
    font-weight: 400;
  }

  .main-match-rte p {
    text-align: center;
    font-weight: 300;
  }

  .main-match-rte a {
    text-decoration: underline;
  }

  .stylist-profile-div {
    background-color: var(--white);
    border-radius: 5px;
    flex: 0 auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .stylist-profile-header {
    border-radius: 0;
    padding: 1em;
  }

  .stylist-profile-header.white {
    padding-top: .5em;
    padding-bottom: 0;
  }

  .collection-item-17 {
    flex-flow: column;
    display: flex;
  }

  .top-match-details {
    flex: 1;
    padding-left: 12px;
  }

  .main-match-cell-right {
    display: block;
  }

  .div-block-344 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--lightest-pink);
    border-radius: 5px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding: 3px 8px;
    display: block;
    overflow: hidden;
  }

  .text-block-182 {
    color: var(--dark-pink);
    font-size: 10px;
    font-weight: 400;
  }

  .top-match-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .top-match-profile {
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .top-match-book-button {
    background-color: var(--white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .top-match-select {
    color: var(--black);
    text-transform: none;
    font-family: Kumbhsans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
  }

  .top-match-book-link {
    background-color: var(--white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .link-44 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

  .link-44:hover {
    text-decoration: underline;
  }

  .main-match-text-block {
    font-size: 13px;
    line-height: 25px;
  }

  .title-2 {
    color: #d75079;
  }

  .div-block-346 {
    margin-bottom: 1.5em;
  }

  .text-block-184 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-347 {
    margin-bottom: 10px;
  }

  .paragraph-100 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-100.small {
    display: block;
  }

  .image-258 {
    margin-right: 10px;
  }

  .div-block-350 {
    align-items: center;
  }

  .image-260 {
    margin-right: 10px;
  }

  .div-block-351 {
    flex-direction: row;
    margin-top: 25px;
  }

  .paragraph-102.main {
    margin-bottom: 5px;
  }

  .grid-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(.1px, .25fr) 1.75fr;
    grid-template-areas: "Icon-1 Title-1"
                         "Line-1 Details-1"
                         "Icon-2 Title-2"
                         "Line-2 Details-2"
                         "Icon-3 Title-3"
                         "Line-3 Details-3"
                         "Area-2 Area"
                         "Area-3 Area-4"
                         ". Area-5"
                         "Area-7 Area-6";
  }

  .heading-123 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Kumbhsans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-123.inclusion {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-123.other {
    margin-top: 0;
    font-size: 14px;
  }

  .div-block-353 {
    margin-bottom: 5px;
  }

  .image-262 {
    flex: 0 auto;
  }

  .final-pricing-mobile-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-355 {
    margin-bottom: 10px;
  }

  .paragraph-103.main, .div-block-357 {
    margin-bottom: 5px;
  }

  .image-264 {
    flex: 0 auto;
  }

  .heading-125 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .service-header-div {
    flex-flow: column;
  }

  .image-265 {
    margin-bottom: 1em;
  }

  .service-header-top {
    text-align: center;
  }

  .link-47 {
    font-size: 22px;
    line-height: 32px;
  }

  .empty-state-8 {
    background-color: #fafafa;
  }

  .link-49 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

  .link-49:hover {
    text-decoration: underline;
  }

  .link-50 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

  .link-50:hover {
    text-decoration: underline;
  }

  .text-block-193 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-194 {
    margin-bottom: 2em;
    font-weight: 600;
  }

  .text-block-194.left-alligned.black {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .text-block-195 {
    margin-bottom: .5em;
    font-family: Roxborough cf, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .quick-stack-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .text-block-198 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    font-family: Roxborough cf, sans-serif;
    font-size: 26px;
    line-height: 34px;
    display: flex;
  }

  .text-block-198.center-alligned {
    display: block;
  }

  .text-block-198.howitworks {
    font-size: 27px;
  }

  .cell-25 {
    justify-content: center;
    align-items: center;
  }

  .text-block-199 {
    color: var(--black);
    text-align: center;
    margin-bottom: 2em;
    font-family: Kumbhsans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
  }

  .image-270 {
    width: 100%;
    height: auto;
    margin-bottom: 2.5em;
    overflow: hidden;
  }

  .cell-26 {
    justify-content: center;
    align-items: center;
  }

  .cell-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-28 {
    justify-content: center;
    align-items: center;
  }

  .column-131 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-71 {
    flex-flow: column;
  }

  .button-50 {
    border-radius: 100px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .pricing-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .pricing-component-header {
    padding: .8rem;
  }

  .div-block-362 {
    padding-right: 0;
  }

  .plan_tab {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .plan_tab.left-alligned {
    justify-content: center;
    align-items: center;
  }

  .plan_tab_menu {
    flex-flow: row;
    align-items: stretch;
  }

  .final-pricing-mobile-3 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .columns-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .columns-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
  }

  .padding-global-21 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .padding-section-large-12 {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .heading-1 {
    letter-spacing: -1px;
    max-width: none;
    font-size: 3rem;
  }

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

  .padding-global-22 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .project_full-width-image-wrapper {
    flex: none;
    height: 100%;
    max-height: none;
  }

  .project_basic-details-wrapper {
    max-width: none;
  }

  .project_images-wrapper {
    margin-top: 2em;
  }

  .project-wrapper {
    width: 100%;
  }

  .project_details-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2em;
  }

  .project_image {
    height: auto;
    display: inline-block;
  }

  .button-53.is-top-aligned {
    justify-content: center;
    align-self: flex-end;
    width: auto;
    margin-left: 0;
    position: relative;
  }

  .button-53.is-top-aligned:hover {
    background-color: #0000;
  }

  .text-size-regular-2 {
    color: #6e6e6e;
    flex-wrap: nowrap;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.65;
  }

  .text-size-regular-2.is-weight-medium {
    color: #333;
    font-weight: 500;
  }

  .album-stylist-right {
    margin-top: 0;
  }

  .header129_component {
    grid-auto-flow: row;
  }

  .header129_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-137 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .portfolio-buttons {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .text-block-210 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 16px;
  }

  .featured-works-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .collection-item-18 {
    padding-right: 0;
  }

  .heading-style-h5 {
    margin-bottom: 20px;
  }

  .pricing26_top-row-content {
    padding: 1rem .5rem;
  }

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

  .compare-plans {
    font-weight: 500;
  }

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

  .testimonial-arrow {
    inset: auto 0% 0% auto;
  }

  .testimonial16_component {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .padding-section-large-22 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .testimonial16_content {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonial16_slide-nav {
    inset: auto auto 0% 0%;
  }

  .section-141 {
    padding-top: 2rem;
    padding-bottom: 2em;
  }

  .previous-3 {
    border-radius: 100px;
  }

  .div-block-377 {
    overflow: scroll;
  }

  .text-block-213 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-215 {
    font-size: 18px;
    line-height: 28px;
  }

  .service-div {
    padding-top: 2.5em;
    padding-bottom: 2em;
  }

  .service-div.gray {
    padding-top: 3.5em;
  }

  .link-53 {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 12px;
    font-family: Roxborough cf, sans-serif;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .link-53:hover {
    font-size: 18px;
    text-decoration: underline;
  }

  .text-block-219 {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
  }

  .div-block-383 {
    margin-bottom: .25em;
  }

  .session {
    margin-right: 1.75em;
  }

  .text-block-221 {
    line-height: 16px;
  }

  .tab-pane-red {
    padding-top: 0;
  }

  .text-block-224 {
    font-size: 22px;
    line-height: 22px;
  }

  .detail-review {
    margin-right: 2.1em;
  }

  .image-287 {
    width: 18px;
    height: auto;
  }

  .text-block-226.mobile {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .link-block-61 {
    background-color: #fafafa;
    border: 2px solid #dcdce5;
    border-radius: 10px;
    margin-right: .75em;
    padding: 10px .8em;
    display: flex;
  }

  .image-291 {
    width: 28px;
    height: auto;
  }

  .collection-item-19 {
    width: 49%;
  }

  .link-block-62 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-296 {
    width: auto;
    height: auto;
  }

  .div-block-388 {
    margin-bottom: .5em;
  }

  .button-div {
    margin-top: 1em;
  }

  .portfolio-popup-content {
    padding-left: 2%;
    padding-right: 2%;
  }

  .reviews-popup {
    display: none;
  }

  .reviews-popup-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .quick-stack-37 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-bottom: .75em;
  }

  .cell-33 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-302.small {
    width: 1em;
    height: auto;
    margin-right: 5px;
  }

  .div-block-389.search {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .25em;
  }

  .text-block-230 {
    font-size: 13.5px;
    display: block;
  }

  .text-block-230.small {
    font-size: 12px;
  }

  .image-303 {
    width: 90%;
    height: auto;
    margin-top: 1.75em;
  }

  .div-block-397 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .text-block-235 {
    line-height: 16px;
  }

  ._1-1-video-popup {
    display: none;
  }

  .image-306 {
    width: 18px;
    margin-right: 5px;
  }

  .image-308 {
    width: auto;
  }

  .section-143 {
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .heading-129 {
    text-align: center;
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .collection-item-20 {
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .link-55 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

  .link-55:hover {
    text-decoration: underline;
  }

  .div-block-399 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-238 {
    line-height: 16px;
  }

  .link-56 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

  .link-56:hover {
    text-decoration: underline;
  }

  .div-block-401 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-240 {
    line-height: 16px;
  }

  .image-359 {
    width: 3em;
  }

  .collection-item-21 {
    flex-flow: column;
    display: flex;
  }

  .section-144 {
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .heading-130 {
    text-align: center;
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .link-57 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

  .link-57:hover {
    text-decoration: underline;
  }

  .div-block-403 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .empty-state-12 {
    background-color: #fafafa;
  }

  .div-block-405 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-407 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 3.75fr;
    grid-template-areas: ".";
    grid-auto-columns: 1.5fr;
  }

  .introduction-video-div {
    display: none;
  }

  .flag-image {
    width: 14px;
    height: 14px;
  }

  .text-block-243 {
    font-weight: 600;
  }

  .tags-div {
    align-items: center;
    margin-bottom: .65rem;
  }

  .professional-tag {
    background-color: #cce2ff;
    border-radius: 4px;
    margin-right: 5px;
    padding: 5px 10px;
    display: inline-block;
  }

  .professional-tag.super-stylist-tag {
    background-color: #ffccf1;
  }

  .professional-tag.city {
    vertical-align: baseline;
    background-color: #f1f2f4;
    flex: 0 auto;
    display: flex;
  }

  .professional-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
  }

  .message-div {
    background-color: var(--white);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 15px;
    display: inline-flex;
  }

  .message-div.consult {
    border-width: 1px;
    border-color: var(--black-2);
    background-color: var(--red);
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .message-div.consult:hover {
    background-color: var(--light-pink);
  }

  .message-div.consult.full {
    display: none;
  }

  .image-362 {
    width: 20px;
    height: auto;
  }

  .div-block-409 {
    margin-top: 10px;
    display: none;
  }

  .text-block-245 {
    color: var(--white);
    font-family: Kumbhsans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .desktop-details {
    display: none;
  }

  .text-block-247 {
    font-size: 14px;
    line-height: 24px;
  }

  .moile-experience {
    display: block;
  }

  .lightbox-modal {
    display: none;
  }

  .modal_small {
    text-align: left;
    min-width: auto;
    padding: 20px;
  }

  .image-364 {
    width: 10px;
    height: auto;
    margin-right: 5px;
    display: flex;
  }

  .text-block-248 {
    color: var(--black-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
  }

  .text-block-248.availibility-text {
    color: #8897a4;
    font-size: 14px;
    line-height: 14px;
  }

  .about-stylist-div.mobile {
    flex-flow: column;
    display: flex;
  }

  .professional-stylist-div {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .image-371 {
    width: 1.75em;
    height: 1.75em;
    margin-right: 10px;
  }

  .text-block-249 {
    font-size: 13.5px;
    line-height: 140%;
  }

  .text-block-249.professional {
    font-size: 14.5px;
    line-height: 140%;
  }

  .text-block-249.professional.black {
    margin-bottom: 0;
  }

  .text-block-250 {
    flex: none;
  }

  .section-145 {
    height: auto;
    min-height: auto;
  }

  .div-block-414 {
    justify-content: flex-start;
    display: block;
  }

  .rich-text-block-8 {
    font-size: 13px;
    line-height: 22px;
  }

  .image-373 {
    width: 8px;
    height: 8px;
    margin-right: 4.5px;
  }

  .div-block-415 {
    flex-flow: column;
    flex: 1;
    align-items: flex-end;
    display: flex;
  }

  .section-146 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .quick-stack-38 {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
  }

  .home-text {
    text-align: center;
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-418 {
    height: 4.5em;
  }

  .image-374 {
    height: auto;
  }

  .text-hiw {
    font-size: 18px;
    line-height: 18px;
  }

  .div-hiw {
    margin-bottom: .2em;
    padding: 5px 10px;
  }

  .text-block-260 {
    color: var(--black);
    font-size: 12px;
    line-height: 18px;
  }

  .section-147 {
    display: none;
  }

  .quick-stack-39 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .bg-div {
    border-radius: 4px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .button-61 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    position: static;
    inset: auto 0% 0% auto;
  }

  .div-block-421 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: absolute;
  }

  .shop-category-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .shop-category-single-item {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .category-image {
    object-fit: cover;
    border-radius: 10px;
    height: 150px;
  }

  .category-title {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
    inset: auto 0% 0% auto;
  }

  .div-block-422 {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 10px;
    position: absolute;
    bottom: 0%;
  }

  .text-block-261 {
    color: var(--white);
    text-align: left;
    flex: 0 auto;
    margin-right: 1px;
    font-size: 19px;
    font-weight: 600;
    line-height: 23.5px;
  }

  .div-block-423 {
    background-color: #0000;
    flex: 1;
    padding: 0;
  }

  .div-block-424 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em;
  }

  .link-59 {
    color: var(--red);
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .home-types_tab-inside {
    padding: 2rem 6%;
  }

  .home-types_tab-text {
    padding-bottom: .3125rem;
  }

  .home-types_tab-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 3rem;
    margin-right: 0;
    padding-right: 0;
    overflow: auto;
  }

  .home-types_tab-link {
    font-size: 1.125rem;
  }

  .button-62 {
    font-size: 1rem;
  }

  .home-types_tabs {
    overflow: hidden;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .home-types_tab-text-2 {
    padding-bottom: .3125rem;
    font-size: 18px;
  }

  .home-types_tab-link-2 {
    flex: none;
    font-size: 1.125rem;
  }

  .home-types_tab-link-2.w--current {
    text-underline-offset: .65em;
    flex: none;
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .button-63 {
    font-size: 1rem;
  }

  .image-376 {
    width: 1.25em;
    height: 1.25em;
  }

  .image-377 {
    line-height: 16px;
  }

  .div-block-426 {
    margin-bottom: 5px;
  }

  .button-64 {
    flex: 1;
    display: block;
  }

  .section-149 {
    padding-top: 5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .home-wrap {
    max-width: none;
    height: auto;
  }

  .tab-link-tab-1.w--current {
    padding-bottom: 15px;
    line-height: 10%;
  }

  .tabs-menu-7 {
    align-items: center;
  }

  .heading-131 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .image-378 {
    margin-right: 10px;
  }

  .image-379 {
    flex: 0 auto;
  }

  .text-block-266 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-430 {
    margin-bottom: 10px;
  }

  .div-block-431 {
    margin-bottom: 1.5em;
  }

  .div-block-432 {
    flex-direction: row;
    margin-top: 25px;
  }

  .image-380 {
    margin-bottom: 1em;
  }

  .paragraph-111 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-111.small {
    display: block;
  }

  .div-block-434 {
    margin-bottom: 5px;
  }

  .link-64 {
    font-size: 22px;
    line-height: 32px;
  }

  .image-383 {
    height: auto;
  }

  .grid-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(.1px, .25fr) 1.75fr;
    grid-template-areas: "Icon-1 Title-1"
                         "Line-1 Details-1"
                         "Icon-2 Title-2"
                         "Line-2 Details-2"
                         "Icon-3 Title-3"
                         "Line-3 Details-3"
                         "Area-2 Area"
                         "Area-3 Area-4"
                         ". Area-5"
                         "Area-7 Area-6";
  }

  .final-pricing-mobile-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-384 {
    margin-right: 10px;
  }

  .div-block-437 {
    align-items: center;
  }

  .yellow-short-2 {
    width: 99%;
  }

  .yellow-short-2._2 {
    width: 1px;
  }

  .heading-132 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Kumbhsans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-132.other {
    margin-top: 0;
    font-size: 14px;
  }

  .heading-132.inclusion {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-113.main {
    margin-bottom: 5px;
  }

  .div-block-444 {
    margin-top: 1.5em;
  }

  .paragraph-114 {
    font-size: 13px;
    line-height: 22px;
  }

  .faq-footer {
    border-bottom: 1px solid #e8e8e8;
  }

  .image-386 {
    margin-bottom: 3px;
    margin-right: 0;
  }

  .text-block-273, .text-block-274, .text-block-275 {
    font-size: 15px;
    line-height: 15px;
  }

  .social-links-wrapper-2 {
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .social-links-wrapper-2.desktop {
    margin-bottom: 0;
    display: flex;
  }

  .link-block-63 {
    flex: none;
    margin-bottom: 0;
  }

  .link-block-63.main-instagram {
    display: none;
  }

  .link-67 {
    flex-wrap: nowrap;
    flex: none;
    padding-left: 8px;
    padding-right: 14px;
  }

  .section-151 {
    padding-top: 2.27em;
    padding-bottom: 1.57em;
  }

  .cell-37 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-387 {
    margin-bottom: 1em;
  }

  .text-block-280 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .link-block-64 {
    border-radius: 20px;
    width: 100%;
    display: none;
  }

  .link-block-64.desktop {
    display: none;
  }

  .link-block-64.mobile {
    display: flex;
  }

  .section-152 {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .quick-stack-44 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-133 {
    font-size: 2rem;
    font-weight: 500;
  }

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

  .text-block-282 {
    text-align: center;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
  }

  .image-389 {
    width: 1em;
  }

  .menu__social {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .page-versions {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pop-up-header {
    font-size: 2.1rem;
  }

  .nav {
    padding: 0 1.25rem;
  }

  .menu__content {
    padding: 1rem;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .close-menu {
    top: 0;
    right: 0;
  }

  .quick-stack-46 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-447 {
    height: 195px;
    padding: 10px 15px;
  }

  .image-390 {
    width: 1.65em;
    height: 1.65em;
  }

  .div-block-450 {
    width: auto;
    height: 1.65em;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-285 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
  }

  .text-block-286 {
    color: var(--white);
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .image-391 {
    width: 1.3em;
    margin-bottom: 1px;
  }

  .div-block-452 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-453 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 7px;
    display: flex;
  }

  .div-block-454 {
    display: none;
  }

  .div-block-456 {
    margin-bottom: 7.5px;
  }

  .div-block-456.hidden {
    display: none;
  }

  .div-block-456.rating-box {
    margin-bottom: 0;
    margin-left: 3em;
    margin-right: 3em;
  }

  .flex-block-6 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .text-block-289 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: none;
  }

  .section-153 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .quick-stack-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-134 {
    padding-left: 1%;
    padding-right: 1%;
    font-size: 26px;
    line-height: 34px;
  }

  .container-179 {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-290 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 14px;
  }

  .text-block-291 {
    display: none;
  }

  .heading-135 {
    text-align: center;
    font-size: 19px;
    line-height: 29px;
  }

  .text-block-292.gap {
    margin-bottom: 3px;
    font-size: 13.5px;
  }

  .div-block-459 {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .div-block-460 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .line-break-mini {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .text-block-295.gap {
    font-size: 12.5px;
  }

  .image-395 {
    margin-bottom: 1em;
  }

  .packages-text {
    margin-bottom: 2em;
  }

  .image-397 {
    flex: none;
    width: 5em;
    margin-right: 20px;
  }

  .introduction-desktop {
    display: none;
  }
}

#w-node-_06b336c3-dfe2-9af8-b41e-33cbb968fe09-889c0fe3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-b67d9500-7ddc-6751-44c9-2ac54fc4b6d2-889c0fe3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_79c154f0-89c4-6105-dd51-485b8631c61b-889c0fe3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfba-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfbf-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfc4-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfc9-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfd6-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfdb-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfe0-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfe5-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cff6-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cffe-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfff-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d006-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d007-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d008-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d00e-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d00f-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d010-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d01e-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d02e-e55cc14d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_06b336c3-dfe2-9af8-b41e-33cbb968fe09-889c0fe3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06b336c3-dfe2-9af8-b41e-33cbb968fe0a-889c0fe3 {
    order: 9999;
  }

  #w-node-b67d9500-7ddc-6751-44c9-2ac54fc4b6d2-889c0fe3, #w-node-_79c154f0-89c4-6105-dd51-485b8631c61b-889c0fe3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06b336c3-dfe2-9af8-b41e-33cbb968fe09-889c0fe3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b67d9500-7ddc-6751-44c9-2ac54fc4b6d2-889c0fe3, #w-node-_79c154f0-89c4-6105-dd51-485b8631c61b-889c0fe3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06b336c3-dfe2-9af8-b41e-33cbb968fe0a-889c0fe3, #w-node-_06b336c3-dfe2-9af8-b41e-33cbb968fe0b-889c0fe3 {
    order: 9999;
  }

  #w-node-b67d9500-7ddc-6751-44c9-2ac54fc4b6d2-889c0fe3, #w-node-_79c154f0-89c4-6105-dd51-485b8631c61b-889c0fe3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
