:root {
  --base-color-neutral--neutral-lighter: #a8a8a8;
  --link-color--link-primary: var(--base-color-neutral--black);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral: #666;
  --base-color-neutral--white: #fff;
  --base-color-neutral--black: black;
  --text-color--text-secondary: var(--base-color-neutral--neutral);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--black);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --transparent: #0000;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --black-2: #1e1e1e;
  --base-color-neutral--neutral-lightest: #eee;
  --white\<deleted\|variable-776ffbb4\>: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

body {
  color: #000;
  font-family: SF Pro Display, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 106%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 112.5%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 112.5%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--base-color-neutral--neutral-lighter);
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 136%;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-color-primary {
  color: var(--text-color--text-primary);
  margin-bottom: .35rem;
}

.text-color-primary.text-color {
  color: var(--base-color-neutral--neutral-lighter);
  margin-bottom: 1.215rem;
}

.text-color-primary.party-color {
  box-sizing: content-box;
  color: var(--base-color-neutral--neutral);
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.text-color-primary.party-color.large {
  font-size: 1.4rem;
}

.text-color-primary.find-right {
  max-width: 30.625rem;
  color: var(--base-color-neutral--neutral);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.25rem;
  line-height: 155%;
}

.text-color-primary.color {
  max-width: 25.0769rem;
  color: var(--base-color-neutral--white);
  font-size: 1.25rem;
  line-height: 140%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.sku-hero {
  padding-right: 0;
}

.padding-global.deip {
  border-bottom: 1px solid #b3b3b3;
}

.padding-global.spot {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 3.93125rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 88.375rem;
  font-size: 1.5rem;
}

.container-large.slider {
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.container-large.delivery {
  max-width: 94.5rem;
}

.container-large.small {
  max-width: 65.8rem;
}

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

.main-wrapper {
  max-width: 100%;
}

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 12.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 117.528%;
  display: inline-flex;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.pop {
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  text-decoration: none;
}

.button.is-nav {
  border: 1px solid var(--base-color-neutral--white);
  background-color: var(--transparent);
  color: var(--base-color-neutral--white);
  border-radius: 12.5rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 117.528%;
}

.button.is-nav:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  border-color: var(--link-color--link-primary);
  color: var(--link-color--link-primary);
}

.button.white {
  background-color: var(--base-color-neutral--white);
  color: var(--link-color--link-primary);
}

.text-size-medium {
  text-align: left;
  font-size: 1.5rem;
  line-height: 146%;
}

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

.text-size-medium.text-align-center.white {
  color: var(--base-color-neutral--white);
}

.hide {
  display: none;
}

.nav_component {
  background-color: #ddd0;
  background-image: none;
  width: 100%;
  padding-top: 3.64rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_container:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  max-width: 80rem;
}

.nav_brand {
  max-width: 10.5rem;
}

.nav_logo-dark {
  width: 10rem;
  display: none;
}

.nav_logo-dark:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  display: block;
}

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

.nav_menu_link {
  border: 1px solid var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.75rem;
  padding: .4rem .6rem .4rem 1.2rem;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
}

.nav_menu_link:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  border-color: var(--link-color--link-primary);
  color: var(--link-color--link-primary);
}

.nav_button {
  background-color: #efefef00;
  padding: 1rem;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.section_home-header {
  background-image: linear-gradient(#fff0, #ffffff1a 36% 67%, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
  overflow: clip;
}

.home_header_component {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 51.875rem;
  display: flex;
  position: relative;
}

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

.section_home-formulations {
  text-align: center;
  margin-bottom: 3.52313rem;
  font-size: 3.75rem;
  line-height: 120%;
}

.home_formulations_boldest {
  grid-column-gap: 5.0625rem;
  grid-row-gap: 5.0625rem;
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.home_formulations_hydration {
  border-radius: 1rem;
  min-height: 29.3555rem;
  margin-top: 2.625rem;
  display: flex;
}

.home_formulations_boost {
  text-align: center;
  background-color: #e9faff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  flex: 1.03 0 0;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 28px 4rem;
  display: flex;
  position: relative;
}

.home_formulations_img {
  flex: 1 0 0;
}

.home_formulations_text-weapper {
  justify-content: center;
  align-items: center;
  max-width: 27.8rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  letter-spacing: -.03rem;
  font-weight: 500;
}

.heading.slider {
  margin-left: auto;
  margin-right: auto;
}

.home_formulations-text-wrapper {
  align-self: center;
  max-width: 39rem;
}

.home_formulations-image-wrapper {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  height: 100%;
}

.home_formulations-image-wrapper._2 {
  object-position: 50% 36%;
  object-position: 50% 36%;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-wrapper.expert {
  margin-left: 0;
}

.formulations_component {
  padding-top: 6.25rem;
  position: relative;
}

.section_home_fixes {
  padding-top: 8rem;
  display: block;
}

.fixes-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 60rem;
  transition: all .4s cubic-bezier(.075, .82, .234, .995);
  display: grid;
}

.fixes-card-wrapper {
  z-index: 1;
  text-align: center;
  background-color: #d9d9d957;
  border-radius: 1rem;
  width: 100%;
  max-width: 14.5rem;
  margin-top: 6.125rem;
  position: relative;
}

.fixes-card {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.fixes-delete {
  z-index: 3;
  background-color: #ffdcdc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  max-width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(1rem, -.875rem);
}

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

.dustbin-image {
  background-color: #efefef00;
  margin-top: 8.125rem;
  margin-right: auto;
}

.card-image {
  object-fit: cover;
  height: 100%;
  margin-top: 1.75rem;
}

.card_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_home-truedrip {
  margin-top: 7.375rem;
  position: relative;
}

.truedrip_image-component {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 3.875rem;
  display: grid;
}

.image-wrapper {
  object-fit: cover;
  flex-flow: column;
  display: flex;
  position: relative;
}

.center-image {
  text-align: center;
  position: relative;
}

.drip-bag-image {
  object-fit: contain;
  max-width: 18.3rem;
}

.true-backgroung-image {
  aspect-ratio: 4.1776;
  object-fit: cover;
  width: 100%;
}

.water-background-image {
  object-fit: contain;
  object-position: 50% 0%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: -43% 0% auto;
}

.truedrip-heading-wrappwr {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.doctor-heading {
  font-weight: 500;
  line-height: 112%;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.truedrip_heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.water-image-wrapper {
  opacity: .52;
  height: 100%;
  margin-bottom: auto;
}

.ellipse {
  width: 36px;
  height: 36px;
}

.section_home-party {
  margin-top: 8.625rem;
}

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

.party_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f3f3f3;
  border-bottom-right-radius: 1.4375rem;
  border-bottom-left-radius: 1.4375rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: grid;
}

.party-image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 36.625rem;
  padding-top: 4rem;
  display: flex;
}

.party-right {
  width: 100%;
  max-width: 95%;
  margin-top: 4rem;
}

.party-heading {
  color: #1e1e1e;
  margin-bottom: 1.0625rem;
  font-weight: 600;
  line-height: 100%;
}

.party-text {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: var(--base-color-neutral--neutral);
  font-size: 1.25rem;
  display: flex;
}

.party-text.mb {
  margin-bottom: 1.5rem;
}

.party-image {
  object-fit: contain;
  max-width: 21.4rem;
}

.party-image.float {
  display: none;
}

.inside-wrapper {
  z-index: 0;
  cursor: pointer;
  background-color: #d9d9d969;
  border-radius: .5625rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin: 2rem 0 1.5rem;
  padding: 1rem 2.0625rem;
  display: flex;
}

.button-wrapper {
  margin-top: 0;
  display: flex;
}

.party-button-left {
  background-color: var(--base-color-neutral--black);
  border-radius: 6.25rem;
  margin-bottom: 0;
  margin-right: 1.25rem;
  padding: .6875rem 1.5625rem;
}

.party-button-right {
  background-color: var(--transparent);
  color: var(--background-color--background-primary);
  border: 1px solid #000;
  border-radius: 6.25rem;
  padding: .6875rem 1.5625rem;
}

.drip-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2.3125rem;
  display: flex;
}

.drip-text {
  color: var(--base-color-neutral--neutral);
}

.section_home-find {
  margin-top: 10.25rem;
}

.padding-find {
  padding-left: 5.4375rem;
  padding-right: 5.4375rem;
}

.find-left {
  border: 1px solid #000;
  width: 100%;
  max-width: 47.1875rem;
  padding: 3.875rem 3rem 2.25rem 3.875rem;
  transition: all .5s;
}

.find-component {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 83.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.find-heading {
  margin-right: 1.6875rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 175%;
  display: inline;
}

.find-heading-graa {
  color: var(--base-color-neutral--neutral);
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  display: inline;
}

.text-combo {
  flex-flow: wrap;
  display: none;
}

.text-graa {
  width: 100%;
  display: none;
}

.heading-graa {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.find-right {
  margin-left: auto;
}

.find-right-heading {
  margin-bottom: 1.25rem;
}

.black-text {
  display: none;
}

.section_home-delivery {
  width: 100%;
  max-width: 100%;
  margin-top: 12.1875rem;
  overflow: clip;
}

.delivery-heading {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  line-height: 114%;
}

.delivery-heading-wrapper {
  z-index: 2;
  max-width: 24.7514rem;
  position: relative;
}

.delivery-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  padding-bottom: 27.5rem;
  padding-left: 3.25rem;
  padding-right: 2.87rem;
  display: flex;
  position: relative;
}

.right-text {
  z-index: 2;
  width: 100%;
  max-width: 48.125rem;
  position: relative;
}

.delivery-right-heading {
  color: var(--base-color-neutral--black);
  font-weight: 600;
  line-height: 114%;
}

.delivery-right-heading.font-size {
  color: var(--black-2);
  font-size: 1.75rem;
  font-weight: 400;
}

.trudrip-percentage {
  align-self: center;
  width: 10rem;
}

.powders-text {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  max-width: 34.5202rem;
  color: var(--black-2);
  background-color: #ffffff8f;
  border: 1px solid #0006;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  margin-left: auto;
  padding: 1.5625rem 1.875rem 1.8125rem 1.75rem;
  line-height: 114%;
  display: flex;
}

.powders-text.pills {
  max-width: 27.1519rem;
}

.powders-text.capsules {
  justify-content: space-between;
  align-items: center;
  max-width: 20.6rem;
}

.powders-text.logo {
  background-color: var(--base-color-neutral--white);
  max-width: 100%;
  position: relative;
}

.formulations-button {
  z-index: 1;
  text-align: center;
  color: inherit;
  position: relative;
}

.truedrip-text-component {
  outline-offset: -1px;
  background-color: #d9d9d92b;
  border: 1px #00000040;
  border-radius: .75rem;
  outline: 2px #00000040;
  max-width: 19.1195rem;
  padding: 1.625rem 1.75rem;
  position: relative;
}

.truedrip-text-component.first {
  width: 100%;
  max-width: 21.3rem;
}

.truedeip-text-wrapper {
  max-width: 15.5659rem;
}

.truedeip-text-wrapper._1st {
  max-width: 17.5rem;
}

.truedeip-text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 146%;
}

.formulations_background-image {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  width: 100%;
}

.section_home-deip {
  background-color: #f5f5f5;
}

.deip-heading {
  letter-spacing: -.08rem;
  line-height: 114%;
}

.deip-text {
  max-width: 336.058px;
  color: var(--base-color-neutral--neutral);
  margin-top: 2rem;
  margin-bottom: 3.9375rem;
  font-size: 1.125rem;
  line-height: 141%;
}

.deip-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.deip-right {
  width: 100%;
  max-width: 61rem;
}

.deip-wrappe {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.delivery_image {
  z-index: 1;
  object-fit: cover;
  object-position: 0% 0%;
  width: auto;
  height: 100%;
  transition: opacity 1s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.delivery_image._2 {
  object-position: 50% 50%;
  object-position: 50% 50%;
  width: 79%;
}

.delivery_tab-link {
  color: #858585;
  text-transform: uppercase;
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  padding: 0 0 .1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.delivery_tab-link.w--current {
  border-bottom: 2px solid var(--black-2);
  color: #000;
  background-color: #ddd0;
}

.delivery_tab-menu {
  grid-column-gap: 3.28rem;
  grid-row-gap: 3.28rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  overflow: auto;
}

.deip-paragraph-wrapper {
  margin-top: 3.90813rem;
  margin-bottom: 3.9375rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.deip-paragraph {
  color: var(--black-2);
  letter-spacing: -.04rem;
  font-size: 2rem;
}

.spot-heading-wrapper {
  margin-bottom: 27px;
}

.text-heading {
  font-size: 2.5rem;
  font-weight: 500;
}

.number-heading {
  letter-spacing: -.06rem;
  margin-bottom: 5.17rem;
  font-weight: 500;
  position: static;
}

.number-heading.absolute {
  z-index: 1;
  color: var(--base-color-neutral--white);
  z-index: 1;
  inset: auto auto 0% 43px;
  position: absolute;
  inset: auto auto 0% 43px;
}

.section_home-engineered {
  max-width: 100%;
  overflow: clip;
}

.engineered-heading {
  text-align: center;
  letter-spacing: -.08rem;
  margin-bottom: 4.29438rem;
  line-height: 107%;
}

.medical-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.305rem;
  display: grid;
}

.medical-card {
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px dashed #000;
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.card-text {
  z-index: 1;
  text-align: center;
  max-width: 11.3125rem;
  font-weight: 500;
  line-height: 136%;
  position: relative;
}

.formulations-tab {
  background-color: var(--transparent);
  white-space: nowrap;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}

.formulations-tab:hover {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-decoration: none;
}

.formulations-tab.w--current {
  color: var(--base-color-neutral--white);
  background-color: #0000;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
  overflow: clip;
}

.medical-expert-wrapper {
  background-color: #f5f5f5;
  border: 1px solid #0000004d;
  max-width: 100%;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 5.06563rem;
  padding-left: 1rem;
}

.expert-card-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 9.3rem;
  margin-bottom: 2.54938rem;
  padding-right: 2.78rem;
  display: flex;
}

.expert-image {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 6.99506rem;
}

.expert-heading {
  margin-bottom: .78625rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.rithika-name {
  color: var(--base-color-neutral--black);
  margin-bottom: .8975rem;
  font-size: 1.25rem;
}

.expert-card-text {
  max-width: 31.1861rem;
  color: var(--base-color-neutral--black);
  padding-right: 2.78rem;
  font-size: 1.25rem;
  line-height: 140%;
}

.section_home-customers {
  width: 100%;
  max-width: 100%;
  padding-bottom: 3rem;
  overflow: clip;
}

.heading-5 {
  color: var(--black-2);
  letter-spacing: -.03rem;
  margin-bottom: 4rem;
  font-size: 3.5rem;
  line-height: 114%;
}

.customers-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: grab;
  background-color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45rem;
  max-width: 45rem;
  display: grid;
  overflow: auto;
}

.customers-image {
  aspect-ratio: 1.021;
  object-fit: cover;
  object-position: 0% 0%;
  height: 100%;
}

.right-wrapper {
  direction: ltr;
  align-items: flex-start;
  padding: 1.89625rem 1.4425rem 1.15813rem 1.8rem;
  display: flex;
}

.sarah-heading {
  margin-bottom: .825625rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.runner-text {
  margin-bottom: 1.85438rem;
  font-size: 1rem;
  line-height: 1.2;
}

.sarah-wrapper {
  padding-left: 1.07813rem;
}

.t-text {
  max-width: 15.9966rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 137.5%;
}

.athletic-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.athletic-image {
  max-width: 2.06388rem;
}

.text-block-2 {
  color: #737373;
  margin-right: auto;
  font-size: 1rem;
  line-height: 118.75%;
}

.rating-wrapper {
  grid-column-gap: .275625rem;
  grid-row-gap: .275625rem;
  background-color: var(--base-color-neutral--black);
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  max-width: 2.94106rem;
  padding: .279375rem .431875rem .279375rem .435625rem;
  display: flex;
}

.rating-text {
  color: var(--base-color-neutral--white);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.section_home-stars {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.section_home-stars.reviews {
  padding-top: 88px;
}

.star-heading {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.90938rem;
  display: flex;
}

.star {
  display: flex;
}

.star-image {
  object-fit: cover;
  border-radius: .625rem;
  max-width: 22.2119rem;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-border {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  object-fit: cover;
  border: .1875rem solid #ad95d3;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 23.7883rem;
  height: 23.7883rem;
  padding: .625rem;
  display: grid;
  position: relative;
}

.star-text-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #000c;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 100%;
  padding: 2.39125rem 1.875rem 2.5rem 2.5rem;
  display: flex;
  position: relative;
}

.star-text-heading {
  color: var(--base-color-neutral--white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.star-text {
  max-width: 17.7631rem;
  color: var(--base-color-neutral--white);
  font-size: 1.2rem;
  line-height: 133.333%;
}

.service-accordion-dropdown {
  border-bottom: .25px solid #1e1e1e;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem 3rem;
  transition: opacity .2s;
  display: flex;
}

.service-accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 2fr 10fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.875rem;
  display: flex;
}

.service-accordion-service {
  color: var(--black-2);
  flex: 1 1 0;
  font-size: 2rem;
  line-height: 1.25;
}

.accordian-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  width: 15px;
  margin-left: auto;
  display: grid;
}

.accordian-icon.opacity-0 {
  opacity: 0;
  opacity: 0;
}

.accordian-icon-vertical {
  opacity: .4;
  background-color: #000;
  width: 1px;
  height: 15px;
}

.accordian-icon-horizontal {
  opacity: .4;
  background-color: #000;
  width: 15px;
  height: 1px;
}

.service-dropdown-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 10fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: clip;
}

.service-dropdown-list.w--open {
  background-color: #fff0;
  padding-left: 20.4rem;
  padding-right: .9375rem;
  position: static;
  overflow: clip;
}

.service-dropdown-text-wrapper {
  flex: 1 1 0;
}

.service-dropdown-text {
  letter-spacing: -.01em;
  color: #606060;
  flex: 1 1 0;
  padding-top: .9375rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  overflow: clip;
}

.sku4_component {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.625rem;
  padding-bottom: 4.25rem;
  display: flex;
  position: relative;
}

.sku4_heading {
  letter-spacing: -1px;
  max-width: 24.4rem;
  font-size: 4rem;
  line-height: 120%;
}

.sku4_accordions {
  border: .25px #1e1e1e;
  max-width: 50rem;
}

.sku4_tag {
  color: #858585;
  margin-bottom: 1.375rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.sku4_top {
  position: sticky;
  top: 50px;
}

.section_home-video {
  display: none;
}

.section_home-therapy {
  background-color: #f1f1f1;
  max-width: 100%;
  padding-top: 2.5rem;
  display: none;
  position: relative;
  overflow: clip;
}

.therapy-wrapper {
  flex: none;
  width: 100%;
  padding-right: 1.5rem;
}

.therapy-image {
  aspect-ratio: 1.59;
  background-color: var(--base-color-neutral--white);
  margin-bottom: 2.0975rem;
}

.therapy-heading {
  letter-spacing: -.0225rem;
  margin-bottom: 1.10063rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
}

.therapy-text {
  color: #737373;
  letter-spacing: -.01125rem;
  font-size: 1.125rem;
  line-height: 105.556%;
}

.code-element {
  grid-column-gap: 1.215rem;
  grid-row-gap: 1.215rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
  margin-bottom: 4.27938rem;
  padding-right: 2.94438rem;
  display: flex;
}

.stay-heading-wrapper {
  background-color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 2.2875rem;
  max-width: 33.75rem;
  height: 4.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1875rem 4.375rem;
  transform: translate(0, -50%);
  box-shadow: 0 2px 7px #0000001a;
}

.paragraph {
  color: var(--base-color-neutral--black);
  letter-spacing: -.015rem;
  font-size: 1.5rem;
  line-height: 121%;
}

.inbox-weapper {
  padding-top: 3.7325rem;
  padding-bottom: 3.635rem;
}

.inbox-text {
  color: #3c3c3c;
  max-width: 26.8429rem;
  font-size: 1.375rem;
  line-height: 145.455%;
}

.inbox-text-wrapper {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  justify-content: space-between;
  align-items: center;
  max-width: 50.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inbox-button-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: 2.375rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .28875rem .25rem .28875rem 0;
  display: flex;
}

.button-text {
  color: #000000a3;
  background-color: #fff0;
  border: 1px #000;
  height: 53px;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: .875rem;
  line-height: 1.3;
}

.inbox-button {
  background-color: var(--base-color-neutral--black);
  border-radius: 2.375rem;
  padding: 1.20625rem 1.47688rem;
  font-size: .875rem;
  line-height: 1.15;
}

.footer {
  background-color: #1e1f26;
  border-bottom: 1px solid #e4ebf3;
}

.footer-wrapper {
  max-width: 61rem;
  margin-left: auto;
  padding-top: 5.37375rem;
}

.footer-content {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-contact-wrapper.events {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: var(--base-color-neutral--white);
  letter-spacing: -.015rem;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 114%;
}

.truedrip-text {
  color: #f3f3f39e;
  letter-spacing: -.0125rem;
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.15;
  text-decoration: none;
  display: block;
}

.footer-social-block {
  grid-column-gap: 1.2275rem;
  grid-row-gap: 1.2275rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8.1875rem;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.truedrip-text-wrapper, .events-text-wrapper {
  flex-flow: column;
  display: flex;
}

.contact-text-wrapper {
  margin-bottom: 1.875rem;
}

.services-text {
  color: #f3f3f39e;
  letter-spacing: -.0125rem;
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.15;
  text-decoration: none;
  display: block;
}

.events-text {
  color: #f3f3f39e;
  letter-spacing: -.0125rem;
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.15;
  text-decoration: none;
}

.contact-text {
  color: #f3f3f39e;
  letter-spacing: -.2px;
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.15;
  text-decoration: none;
  display: block;
}

.terms-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 5rem;
  display: flex;
}

.terms-link {
  color: #f3f3f39e;
  letter-spacing: -.02625rem;
  font-size: .875rem;
  line-height: .71;
  text-decoration: none;
}

.footer-image-wrapper {
  width: 100%;
  max-width: 100%;
}

.footer-image {
  object-fit: contain;
}

.splide__slide {
  height: 100%;
  transition: all 1s;
}

.splide__slide.slider-card {
  flex: none;
  width: 18.75rem;
}

.splide__list.designer {
  display: flex;
}

.splide__track {
  width: 100%;
  max-width: 100%;
}

.splide__track.use_case {
  width: 103.75rem;
  max-width: none;
}

.table-card-text.center {
  margin-left: auto;
  margin-right: auto;
}

.therapy_bg {
  mix-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.cta_component {
  z-index: 1;
  position: relative;
}

.section_home_cta {
  position: relative;
}

.full-width {
  width: 100%;
  max-width: 21.7972rem;
  margin-bottom: 0;
}

.success-message {
  font-size: 1rem;
}

.error-message {
  font-size: .8rem;
}

.marquee-component {
  margin-bottom: 8rem;
}

.marquee-component.pdb {
  margin-bottom: 4rem;
}

.marquee_track.splide__track {
  overflow: visible;
}

.marquee-list.splide__list.designer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs_slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.blogs_mask {
  max-width: 34.4616rem;
  overflow: visible;
}

.blogs_left-arrow {
  width: 36px;
  display: none;
  inset: auto 3.125rem -44px auto;
}

.blogs_right-arrow {
  width: 36px;
  display: none;
  position: absolute;
  inset: auto 0% -45px auto;
}

.cursor-arrows.is-disabled {
  opacity: .3;
  pointer-events: none;
  opacity: .3;
  pointer-events: none;
}

.section_home-faq {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.html-video-wrapper {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.html-video-player {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-player-style {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-play-overlay {
  z-index: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-play-overlay.is-gradient {
  background-image: linear-gradient(#08080866, #02020200 12%, #1110 91%, #080808);
  overflow: hidden;
}

.play-button {
  z-index: 99999;
  color: #0f0a1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 9px;
  display: flex;
  position: relative;
}

.html-embed-2 {
  display: flex;
}

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

.is-relative {
  position: relative;
}

.instagram {
  background-color: #000000c2;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.medical_card-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.max-w-25 {
  width: 25rem;
  max-width: 25rem;
  height: fit-content;
  margin: auto;
  display: block;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #59734000;
  width: 100%;
  height: 100%;
  display: block;
}

.unsplash-image.top {
  object-position: 50% 30%;
  object-position: 50% 30%;
  background-image: linear-gradient(#000000d1, #7d7d7d 49%, #878787 50%, #fff);
}

.percentage-overlay {
  background-color: var(--base-color-neutral--white);
  mix-blend-mode: difference;
  width: 0%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.formulation_slider {
  background-color: #ddd0;
  height: auto;
  position: relative;
}

.formulation_left-arrow {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: none;
  inset: auto auto 35px 20%;
}

.formulation_right-arrow {
  width: 36px;
  height: 36px;
  display: none;
  inset: auto auto 35px 25%;
}

.delete-dustbin {
  width: 28px;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.dropdown-toggle-list.w--open {
  background-color: #ddd0;
  position: static;
}

.pill {
  background-color: var(--transparent);
  color: var(--background-color--background-primary);
  border: 1.5px solid #000;
  border-radius: 6.25rem;
  padding: .62rem 1.4rem;
  font-size: .94rem;
  font-weight: 500;
}

.pills_wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  display: flex;
}

.dot {
  position: absolute;
  inset: auto auto 103px 40px;
}

.card {
  border-radius: .25rem;
  flex-direction: column;
  flex: 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34.375rem;
  transition: filter .6s cubic-bezier(.645, .045, .355, 1), opacity .6s cubic-bezier(.645, .045, .355, 1), flex-basis .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  flex-basis: 100%;
}

.card_image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.card_arrow_wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  transition: transform .2s linear;
  display: flex;
  position: absolute;
}

.card_arrow-icon {
  width: 100%;
  height: 100%;
  color: var(--base-color-neutral--white);
  border-radius: 6rem;
}

.expand-overlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000000d1, #00000073 55%, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card_component_scaling {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._2section_arrows-wrapper {
  z-index: 1;
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  justify-content: center;
  align-items: center;
  width: 53%;
  display: flex;
  position: absolute;
  inset: auto auto 6rem 0%;
}

.truedrip_bubble-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: -47px;
  display: flex;
}

.pulse-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 24px;
  height: 24px;
  padding-left: 4.5px;
  padding-right: 4.5px;
  display: grid;
  position: relative;
  transform: none;
}

.pulse-center-circle {
  z-index: 2;
  filter: blur(1px);
  background-image: radial-gradient(circle, #1deb53, #fff);
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: relative;
}

.pulse-outer-wrapper {
  z-index: 0;
  aspect-ratio: 1;
  opacity: .4;
  pointer-events: none;
  object-fit: cover;
  background-color: #abf5b6;
  border-radius: 100px;
  width: 24px;
  position: absolute;
  inset: 0%;
  transform: scale(1.5);
}

.truedrip_tab-bg {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.find_form {
  margin-bottom: 2.25rem;
  font-size: 3rem;
}

.find_select {
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  display: inline-flex;
}

.find_select._50 {
  width: 70%;
}

.find_inline {
  flex: none;
  margin-right: 14px;
  display: inline;
}

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

.flex.v {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 17px;
}

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

.customers_mask {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 45rem;
  display: block;
  overflow: visible;
}

.customers_image {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #cfcfcf;
  border-radius: 6.25rem;
  width: 5.75rem;
  height: 5.75rem;
}

.suggested-drip {
  height: 0;
  margin-bottom: 16px;
  transition: all .4s;
  display: none;
  overflow: clip;
}

.rect-dgqt4 {
  display: block;
}

.nav_dropdown_link {
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.75rem;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
}

.nav_dropdown_link:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  text-decoration: none;
}

.nav_dropdown_link:hover {
  color: var(--base-color-neutral--white);
}

.nav_dropdown_link:hover:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  text-decoration: none;
}

.nav_dropdown_link.w--current:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  color: var(--black-2);
}

.nav_dropdown_list.w--open {
  background-color: #fff0;
  padding-top: 21px;
}

.collection-item {
  background-color: #fff0;
  padding: 7px;
}

.collection-item:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  background-color: #fff0;
}

.ikonik-jfq5e {
  color: #000;
  width: 40px;
  height: 40px;
}

.scrol-to-top {
  z-index: 7;
  opacity: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: fixed;
  inset: auto 14px 8px auto;
  transform: scale(.8)translate(0, 20px);
}

.scrol-to-top.visible {
  opacity: 100;
  transform: scale(1)translate(0);
}

.scroll-to-top {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.doctors_mask {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 32rem;
  overflow: visible;
}

.doctors_component {
  display: none;
}

.party-button {
  background-color: var(--base-color-neutral--black);
  border-radius: 6.25rem;
  margin-bottom: 0;
  margin-right: 1.25rem;
  padding: .6875rem 1.5625rem;
}

.ikonik-o52ee, .ikonik-ud3u5 {
  color: #fff;
}

.border-doctor {
  outline-offset: -1px;
  pointer-events: none;
  border-radius: .75rem;
  outline: 2px dashed #00000040;
  position: absolute;
  inset: 0%;
}

.header_heading {
  color: var(--base-color-neutral--white);
}

.nav_logo-light {
  width: 10rem;
}

.nav_logo-light:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  display: none;
}

.collection-list-wrapper-2:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e), .collection-list:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
  background-color: #fff0;
}

.slider {
  position: static;
}

.google-author-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-star-row {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-post-date {
  color: #797986;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline;
}

.google-social-circle {
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.google-star {
  align-items: center;
  display: flex;
}

.google-average {
  justify-content: center;
  display: flex;
}

.google-author-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.google-divider {
  border-bottom: 1px dashed #e8e8e8;
  width: 100%;
  height: 1px;
}

.google-average-badge {
  grid-column-gap: 6px;
  color: #050414;
  letter-spacing: -.1px;
  background-color: #f9f9f9;
  border-radius: 50px;
  align-items: center;
  padding: 12px 16px 12px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.google-caption {
  color: #3c3c47;
  max-height: 5.4em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  overflow: auto;
}

.google-author-name {
  color: #050414;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.google-post {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30rem;
  padding: 24px;
  display: flex;
}

.google-average-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.google-avatar {
  width: 100%;
  height: 100%;
}

.google-avatar-large {
  border: 2px solid #fff;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  overflow: hidden;
}

.google-logo {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.google-total {
  font-weight: 600;
}

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

.inline {
  display: inline;
}

.google-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.75rem;
  display: flex;
}

.google-arrows {
  grid-column-gap: 1.215rem;
  grid-row-gap: 1.215rem;
  justify-content: flex-end;
  padding-right: 2.94438rem;
  display: flex;
}

.google-reviews-track.splide__track {
  overflow: visible;
}

.insta-logo-wrapper {
  opacity: 0;
  background-color: #0000006b;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.insta-logo-wrapper:hover {
  opacity: 1;
}

.slider-section {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  max-width: 100%;
  padding-top: 8.4rem;
  padding-bottom: .4rem;
  overflow: clip;
}

.collection-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  max-width: 25rem;
  text-decoration: none;
}

.slid-imag {
  aspect-ratio: 1 / 1.5;
  object-fit: cover;
  border-radius: .5rem;
  height: 100%;
}

.slider-button-wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.space-2rem {
  padding-top: 2rem;
}

.img-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.instagram-track.splide__track {
  overflow: visible;
}

.instagram-list.splide__list.designer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_home-google-reviews {
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: clip;
}

.whatsapp {
  z-index: 9999;
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  inset: auto .4rem 2.9rem auto;
}

.video-embed {
  position: absolute;
  inset: 0%;
}

.video-script {
  display: none;
}

.overlay-hero {
  background-color: #00000054;
  position: absolute;
  inset: 0%;
}

.overlay-hero-bg {
  z-index: -1;
  background-color: var(--black-2);
  position: absolute;
  inset: 0%;
}

.ikonik-fk1kf {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global.sku-hero {
    padding-right: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .page-wrapper {
    position: relative;
  }

  .main-wrapper {
    overflow: clip;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_component {
    padding-top: 1rem;
  }

  .nav_menu {
    background-color: #000000ed;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .nav_menu:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
    background-color: #ffffffed;
  }

  .nav_menu_link {
    text-align: center;
    margin: 16px 0 16px 0;
    display: flex;
  }

  .nav_button {
    color: #fff;
    background-color: #0000;
    padding: 0;
  }

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

  .nav_fixed {
    z-index: 3;
    background-color: var(--base-color-neutral--white);
  }

  .nav_fixed.transparent {
    background-color: #fff0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .embed {
    background-color: #0000;
  }

  .embed:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
    color: var(--base-color-neutral--black);
  }

  .home_formulations_boost {
    padding-bottom: 5rem;
  }

  .heading {
    margin-top: 4rem;
  }

  .truedrip-heading-wrappwr {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .truedrip_heading {
    flex-flow: column;
  }

  .party-button-left {
    margin-bottom: 1.25rem;
  }

  .padding-find {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .find-component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .find-heading {
    display: block;
  }

  .text-combo {
    flex-flow: wrap;
  }

  .find-right {
    order: -1;
    margin-left: 0;
  }

  .delivery-wrapper {
    grid-column-gap: 19.8rem;
    grid-row-gap: 19.8rem;
    flex-flow: column;
    padding-bottom: 6rem;
  }

  .section_home-deip {
    background-color: #f5f5f500;
  }

  .deip-wrappe {
    flex-flow: column;
  }

  .delivery_image._2 {
    object-fit: contain;
    object-fit: contain;
    inset: auto 0% -29%;
    width: 100%;
    inset: auto 0% -29%;
  }

  .engineered-component {
    padding-top: 4.875rem;
  }

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

  .formulations-tab {
    padding: 1rem;
  }

  .tabs-menu {
    overflow: auto;
  }

  .customers-wrapper {
    grid-template-columns: 1fr;
    width: auto;
    max-width: 100%;
    margin-right: 27px;
  }

  .image-border {
    width: 15rem;
    height: 15rem;
  }

  .section_sku_hero {
    overflow: clip;
  }

  .section_sku_component {
    flex-flow: column;
  }

  .sku_herp-img-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .section_sku2 {
    overflow: visible;
  }

  .section_sku2.hide-desktop {
    display: block;
  }

  .sku2_component {
    flex-flow: column;
    display: flex;
  }

  .sku2_component.arrows {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  }

  .sku2_heading.s3 {
    margin-bottom: 1.375rem;
  }

  .sku2_heading.plan.hide-mobile {
    display: none;
  }

  .sku3_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6.5rem;
  }

  .sku3_content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sku3_paragraph {
    font-size: 1rem;
  }

  .sku3_paragraph.d {
    text-align: center;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sku3_accordions {
    margin-left: 0;
  }

  .service-accordion-service {
    font-size: 1.625rem;
  }

  .sku4_accordions {
    margin-left: 0;
  }

  .stay-heading-wrapper {
    height: auto;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .schedule_component {
    flex-flow: column;
    padding-bottom: 2rem;
  }

  .table-component {
    padding-left: 1rem;
    overflow: scroll;
  }

  .table-wrapper {
    width: 751.78px;
  }

  .table-card {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }

  .table-card-text {
    min-height: auto;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .test-text {
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .html-video-wrapper {
    min-width: 90vw;
    min-height: auto;
  }

  .popup-close-link {
    top: 7px;
    right: 5px;
    transform: none;
  }

  .card_arrow-icon {
    width: 4em;
    height: 4em;
  }

  ._2section_arrows-wrapper {
    bottom: 1.8rem;
  }

  .truedrip_bubble-wrap {
    margin-left: 0;
  }

  .contact-details-section {
    overflow: clip;
  }

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

  .customers_mask {
    max-width: 90%;
  }

  .nav_dropdown_link {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 0;
    display: block;
  }

  .nav_dropdown_link:hover {
    color: var(--base-color-neutral--black);
  }

  .nav_dropdown_list.w--open {
    position: static;
  }

  .cms_s2-arrows {
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    inset: auto auto -39px 0%;
    transform: none;
  }

  .cms_s2-arrows.usecase {
    bottom: -58px;
    left: 63.8vw;
  }

  .slider-collection-list {
    transform: translate(-11.9rem);
  }

  .doctors_mask {
    max-width: 90%;
  }

  .doctors_component {
    display: block;
  }

  .party-button {
    margin-bottom: 1.25rem;
  }

  .dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .benefices_slide.splide__slide {
    width: 53vw;
    min-width: 50vw;
    max-width: 100%;
  }

  .generic_component {
    order: -1;
  }

  .benefices_buttons {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    margin-top: 0;
  }

  .sku2_left {
    min-height: auto;
    padding-top: 51px;
  }

  .sku2_left.hide-desktop {
    order: -1;
    margin-bottom: 37px;
    display: block;
  }

  .sku2_left.mobile {
    padding-top: 0;
  }

  .calendly-section {
    padding-top: 6.2rem;
  }

  .contact-menu {
    text-align: center;
    display: flex;
  }

  .slider-section {
    padding-top: 6.2rem;
  }

  .hero-background {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .sku2_mob-component {
    flex-flow: column;
    display: flex;
  }

  .sku2_mob-component.arrows {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .text-color-primary {
    letter-spacing: -.00875rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 114%;
  }

  .text-color-primary.text-color {
    margin-bottom: 1.38188rem;
    font-size: .75rem;
    line-height: 136%;
  }

  .text-color-primary.party-color {
    font-size: .875rem;
    line-height: 125.643%;
  }

  .text-color-primary.find-right {
    max-width: 21.0041rem;
    font-size: .875rem;
    line-height: 142.857%;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.deip {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.sku-hero {
    padding-right: 1.5rem;
  }

  .padding-global.slider {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large.delivery {
    background-position: 10%;
  }

  .button.is-nav {
    justify-content: center;
    align-items: center;
  }

  .text-size-medium {
    font-size: 1rem;
    line-height: 136%;
  }

  .text-size-medium.mobile-text-aligh-center {
    text-align: center;
    text-align: center;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav_component {
    padding-top: 1rem;
  }

  .nav_container {
    direction: rtl;
    flex-flow: row-reverse;
  }

  .nav_brand {
    max-width: 6.71rem;
    padding-left: 0;
  }

  .nav_brand:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e), .nav_brand.w--current {
    max-width: none;
  }

  .nav_logo-dark:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
    width: 7rem;
  }

  .home_header_component {
    max-width: 20.9903rem;
  }

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

  .embed:where(.w-variant-64918acc-6783-4f67-70e2-9b33f42f776e) {
    color: var(--base-color-neutral--black);
  }

  .section_home-formulations {
    font-size: 2rem;
  }

  .home_formulations_boldest {
    grid-column-gap: 2.125rem;
    grid-row-gap: 2.125rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home_formulations_hydration {
    border-radius: .75rem;
    flex-flow: column-reverse;
    min-height: auto;
  }

  .home_formulations_boost {
    border-top-left-radius: 0;
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
    padding-top: 2.5rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home_formulations_text-weapper {
    margin-top: 1.29rem;
  }

  .heading {
    letter-spacing: -.015rem;
    line-height: 136%;
  }

  .heading.slider {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .home_formulations-text-wrapper {
    max-width: 19.5rem;
  }

  .home_formulations-image-wrapper {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 0;
  }

  .heading-wrapper {
    padding-bottom: 2.8rem;
  }

  .heading-wrapper.expert {
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .fixes-component {
    grid-column-gap: 1.9425rem;
    grid-row-gap: 1.9425rem;
    grid-template-columns: 1fr;
  }

  .fixes-card-wrapper {
    max-width: 10.4207rem;
  }

  .card-heading {
    max-width: 18.5rem;
  }

  .dustbin-image {
    text-align: center;
    margin-top: 3.84688rem;
  }

  .formulations-wrapper {
    max-width: 18.875rem;
  }

  .section_home-truedrip {
    border-bottom: 1px solid #89848433;
    padding-bottom: 3rem;
  }

  .water-background-image {
    margin-bottom: 1.95rem;
  }

  .truedrip-heading-wrappwr {
    flex-flow: column;
  }

  .doctor-heading {
    align-self: center;
  }

  .truedrip_heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.9025rem;
  }

  .ellipse {
    inset: 0% auto auto 0%;
  }

  .section_home-party {
    margin-top: 3.25rem;
  }

  .tab-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .party_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    position: relative;
  }

  .party-image-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 35%;
    margin-bottom: 2.62rem;
    padding-top: 1rem;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .party-right {
    margin-top: 0;
    padding-top: 45px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .party-text-wrapper {
    width: 100%;
    max-width: 67%;
  }

  .party-text {
    font-size: .875rem;
    line-height: 125.643%;
  }

  .party-image {
    margin-left: 0;
  }

  .party-image.float {
    position: static;
  }

  .inside-wrapper {
    margin-top: 1.25rem;
    padding-top: .9375rem;
    padding-bottom: 1.05125rem;
    padding-left: 1.15813rem;
  }

  .button-wrapper {
    text-align: center;
    margin-bottom: 2.80563rem;
  }

  .party-button-left, .party-button-right {
    font-size: 1rem;
    font-weight: 500;
    line-height: 117.528%;
  }

  .drip-wrapper {
    display: none;
  }

  .section_home-find {
    margin-top: 6.25rem;
  }

  .padding-find {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }

  .find-left {
    padding: 2rem 1.4375rem;
  }

  .find-component {
    grid-column-gap: 1.6875rem;
    grid-row-gap: 1.6875rem;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .find-heading, .find-heading-graa {
    font-size: 2rem;
    line-height: 117.528%;
  }

  .find-right-heading {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 116.667%;
  }

  .section_home-delivery {
    margin-top: 6.5rem;
  }

  .delivery-heading-wrapper {
    max-width: 14.3896rem;
  }

  .delivery-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-bottom: 5rem;
    padding-left: 1.44rem;
    padding-right: 1.2rem;
  }

  .right-text {
    margin-top: 217px;
  }

  .delivery-right-heading.font-size {
    font-size: 1.25rem;
  }

  .trudrip-percentage {
    width: 4.44rem;
  }

  .powders-text {
    max-width: 80%;
    margin-bottom: 1rem;
    padding: .95rem 1.25rem .89rem .93rem;
    font-size: 1rem;
  }

  .powders-text.pills {
    max-width: 60%;
  }

  .powders-text.capsules {
    max-width: 40%;
  }

  .formulations-button {
    font-size: .9375rem;
    line-height: 100%;
  }

  .heading-3 {
    line-height: 118.75%;
  }

  .truedrip-text-component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: clip;
  }

  .truedrip-text-component.first {
    overflow: clip;
  }

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

  .deip-text {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .deip-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .deip-wrappe {
    flex-flow: column;
  }

  .delivery_image {
    height: 45%;
  }

  .delivery_image._2 {
    inset: 0% 0% auto;
    inset: 0% 0% auto;
  }

  .delivery_tab-link {
    font-size: .75rem;
  }

  .delivery_tab-menu {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    white-space: nowrap;
  }

  .deip-paragraph-wrapper {
    letter-spacing: -.14px;
    margin-top: 1.09938rem;
    margin-bottom: 1.25rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .deip-paragraph {
    letter-spacing: -.000875rem;
    font-weight: 500;
    line-height: 114%;
  }

  .engineered-heading {
    margin-bottom: 2.1875rem;
  }

  .medical-wrapper {
    grid-column-gap: 2.03938rem;
    grid-row-gap: 1.42813rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .medical-card {
    max-width: 8.6935rem;
    height: 8.6935rem;
  }

  .formulations-tab {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .heading-4 {
    line-height: 118.75%;
  }

  .medical-expert-wrapper {
    padding-top: .6575rem;
    padding-bottom: 1.4775rem;
    padding-left: 1.445rem;
  }

  .expert-card-wrapper {
    margin-bottom: 1.16688rem;
    padding-right: 1.73563rem;
  }

  .expert-heading {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .rithika-name {
    font-size: 1rem;
    line-height: 1.2;
  }

  .expert-card-text {
    margin-bottom: 1.16688rem;
    padding-right: 1rem;
    font-size: .75rem;
    line-height: 141.667%;
  }

  .section_home-customers {
    padding-bottom: 1rem;
  }

  .heading-5 {
    margin-bottom: 2.84625rem;
    font-size: 2rem;
    line-height: 131.25%;
  }

  .customers-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .runner-text {
    font-size: .875rem;
  }

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

  .text-block-2 {
    font-size: .875rem;
  }

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

  .rating-text {
    font-size: .625rem;
  }

  .star-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .star {
    width: 34px;
  }

  .star-text-wrapper {
    padding: 1.375rem .625rem 1.625rem 1.375rem;
  }

  .star-text-heading {
    font-size: 1.5rem;
  }

  .star-text {
    font-size: .75rem;
    line-height: 141.667%;
  }

  .section_sku_component {
    grid-template-columns: 1fr;
    padding-bottom: 3.125rem;
  }

  .sku_hero_left {
    flex-flow: column;
    padding-top: 7.5625rem;
  }

  .sku_hero_nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 3.375rem;
    font-size: .875rem;
  }

  .sku_her0_heading {
    margin-bottom: 1.5625rem;
    font-size: 2.25rem;
  }

  .sku_hero-content {
    padding-bottom: 5.25rem;
  }

  .sku_hero-paragraph {
    margin-bottom: 2.125rem;
    font-size: 1rem;
  }

  .sku_hero-width {
    max-width: 10.625rem;
    margin-bottom: 3.625rem;
  }

  .sku_hero-hutton {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
  }

  .sku2_component {
    grid-column-gap: 2.625rem;
    grid-row-gap: 2.625rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 51px;
  }

  .sku2_heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .sku2_heading.s3 {
    margin-bottom: 1.375rem;
  }

  .sku2_heading.plan {
    min-width: auto;
    max-width: 100%;
  }

  .sku2_heading.plan.hide-mobile {
    display: none;
  }

  .sku2_content.splide {
    width: 100%;
  }

  .sku2_card {
    min-width: 90%;
    min-height: auto;
  }

  .sku2_card-content2 {
    padding: 1.25rem;
  }

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

  .sku2_content-wrapper {
    width: 100%;
  }

  .sku3_component {
    grid-column-gap: 2.8125rem;
    grid-row-gap: 2.8125rem;
    padding-top: 6.5rem;
  }

  .sku3_paragraph {
    margin-bottom: 1.875rem;
  }

  .sku3_paragraph.d {
    max-width: 100%;
    font-size: 1rem;
  }

  .sku3_image {
    margin-bottom: 1.625rem;
  }

  .service-accordion-dropdown {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-accordion {
    grid-template-columns: 6.25rem 10fr 1fr;
  }

  .service-accordion-service {
    font-size: 1.5rem;
  }

  .service-dropdown-list {
    grid-template-columns: 6.25rem 10fr 1fr;
  }

  .service-dropdown-text {
    font-size: 1rem;
  }

  .sku4_component {
    flex-flow: column;
    padding-top: 2.96875rem;
    padding-bottom: 4.6875rem;
  }

  .sku4_component.pd {
    padding-top: 6.76875rem;
  }

  .sku4_heading {
    text-align: center;
    max-width: 13.5rem;
    font-size: 2rem;
    line-height: 118%;
  }

  .sku4_heading.faq {
    max-width: none;
  }

  .sku4_tag {
    margin-bottom: .8125rem;
  }

  .sku4_top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .sku4_top.centered {
    text-align: center;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .therapy-image {
    margin-bottom: 2.38688rem;
  }

  .therapy-heading {
    letter-spacing: -.0175rem;
    margin-bottom: .780625rem;
    font-size: 1.75rem;
  }

  .therapy-text {
    letter-spacing: -.01rem;
    font-size: 1rem;
    line-height: 118.75%;
  }

  .code-element {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    justify-content: center;
    margin-top: 26px;
    margin-bottom: 5rem;
    padding-right: 0;
  }

  .stay-heading-wrapper {
    letter-spacing: -.0125rem;
    padding: .59375rem 3.6875rem;
    font-size: 1.25rem;
    line-height: 141%;
  }

  .paragraph {
    text-align: center;
    letter-spacing: -.0125rem;
    font-size: 1.25rem;
    line-height: 141%;
  }

  .inbox-weapper {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .inbox-text {
    text-align: center;
    max-width: 19.5065rem;
    font-size: 1.25rem;
    line-height: 155%;
  }

  .inbox-text-wrapper {
    grid-column-gap: 3.08688rem;
    grid-row-gap: 3.08688rem;
    flex-flow: column;
    align-items: center;
  }

  .inbox-button-wrapper {
    max-width: 21.7972rem;
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.13;
  }

  .inbox-button {
    padding: 1.14375rem 1.29313rem;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 2.1875rem;
    padding-left: 0;
  }

  .footer-content {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-contact-wrapper, .footer-contact-wrapper.events, .footer-contact-wrapper.services, .footer-contact-wrapper.truedrip, .footer-contact-wrapper.events, .footer-contact-wrapper.services, .footer-contact-wrapper.truedrip {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-heading {
    margin-bottom: 1.35375rem;
    font-size: 1.25rem;
  }

  .truedrip-text {
    font-size: 1rem;
    line-height: 106.25%;
  }

  .truedrip-text:hover {
    color: #f3f3f39e;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .contact-text-wrapper {
    flex-flow: column;
    max-width: 10.0626rem;
    font-size: 1rem;
    line-height: 106.25%;
    display: flex;
  }

  .services-text, .events-text {
    font-size: 1rem;
    line-height: 106.25%;
  }

  .contact-text {
    margin-bottom: .625rem;
    font-size: 1rem;
    line-height: 106.25%;
  }

  .terms-wrapper {
    grid-column-gap: 1.59688rem;
    grid-row-gap: 1.59688rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 0;
  }

  .terms-link {
    font-size: .6875rem;
    line-height: .72;
  }

  .schedule_component {
    padding-top: 3.875rem;
    padding-bottom: 2.96875rem;
  }

  .schedule_heading {
    margin-bottom: 1.125rem;
  }

  .schedule_para {
    margin-bottom: 1.5625rem;
  }

  .schedule_card {
    grid-column-gap: 1.625rem;
    grid-row-gap: 1.625rem;
  }

  .schedule_card-text {
    font-size: 1.5rem;
  }

  .schedule_card-image {
    max-width: 10.8711rem;
  }

  .section_plan {
    padding-top: 2.96875rem;
    padding-bottom: 2.96875rem;
  }

  .splide__list.designer {
    flex-flow: wrap;
  }

  .splide__track.use_case {
    width: 100%;
    max-width: 100%;
  }

  .table-component {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .table-card-text {
    height: 47.9861px;
  }

  .test-text {
    height: 35.7465px;
  }

  .marquee-component {
    margin-bottom: .95rem;
  }

  .play-button {
    display: none;
  }

  .formulation_left-arrow {
    left: 43%;
    transform: scale(.8);
  }

  .formulation_right-arrow {
    left: 54%;
    transform: scale(.8);
  }

  .pill {
    font-size: 1rem;
    font-weight: 500;
    line-height: 117.528%;
  }

  .popup_card {
    overflow: auto;
  }

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

  .card_arrow-icon {
    width: 3em;
    height: 3em;
  }

  ._2section_arrows-wrapper {
    width: 100%;
    bottom: 2.9rem;
  }

  .truedrip_tab-bg {
    height: 100%;
  }

  .find_select {
    font-size: 1.25rem;
  }

  .find_inline {
    font-size: 1.5rem;
  }

  .flex {
    font-size: 2rem;
  }

  .customers_image {
    aspect-ratio: 1;
  }

  .home_hero-bg.desktop {
    display: none;
  }

  .home_hero-bg.mobile {
    z-index: 0;
    display: block;
  }

  .home_hero-bg.image {
    display: none;
  }

  .home_hero-bg.mob-bg {
    z-index: -1;
    display: block;
  }

  .cms_s2-arrows {
    width: 100%;
  }

  .cms_s2-arrows.usecase {
    width: auto;
    margin-top: 22px;
    position: static;
  }

  .swiper_arrows-wrapperr {
    width: 100%;
    bottom: 4rem;
  }

  .customer_spacer {
    height: 2rem;
  }

  .party-button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 117.528%;
  }

  .benefices_slide.splide__slide {
    min-width: 70vw;
  }

  .generic_component {
    order: -1;
  }

  .benefices_buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .sku2_left.mobile {
    align-self: center;
    margin-left: auto;
    padding-top: 16px;
  }

  .accordion-dropdown {
    padding-right: .75rem;
  }

  .nav_logo-light {
    width: 7rem;
  }

  .calendly-section {
    padding-top: 4.3rem;
    padding-bottom: .7rem;
  }

  .google-arrows {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    justify-content: center;
    margin-top: 26px;
    margin-bottom: 5rem;
    padding-right: 0;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .slider-section {
    padding-top: 4.3rem;
    padding-bottom: .7rem;
  }

  .collection-wrapper {
    width: 90vw;
    max-width: 90vw;
  }

  .slider-button-wp {
    justify-content: center;
    align-items: center;
  }

  .instagram-list.splide__list.designer {
    grid-template-columns: 1fr 1fr;
  }

  .hero-background {
    display: block;
  }

  .sku2_mob-component {
    grid-column-gap: 2.625rem;
    grid-row-gap: 2.625rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 51px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .text-color-primary.party-color._60 {
    width: 68%;
  }

  .text-color-primary.color {
    color: var(--base-color-neutral--black);
    font-size: 1rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.spot {
    border-bottom-style: none;
  }

  .padding-global.lrft {
    padding-right: .5rem;
  }

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

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

  .section_home-header {
    height: 100dvh;
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }

  .home_header_component {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .embed.tick {
    width: 14px;
    height: 14px;
  }

  .home_formulations_hydration {
    min-height: 33.564rem;
  }

  .home_formulations_boost {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-wrapper {
    padding-bottom: .5rem;
  }

  .drip-bag-image {
    max-width: 50%;
  }

  .truedrip-heading-wrappwr {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .truedrip_heading {
    padding-left: 0;
  }

  .party-text-wrapper {
    max-width: 100%;
  }

  .party-text._60 {
    max-width: 60%;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .party-button-left {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .delivery-heading {
    margin-bottom: 11.2rem;
  }

  .delivery-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .right-text {
    margin-top: 44px;
  }

  .powders-text {
    max-width: 85%;
  }

  .powders-text.pills {
    max-width: 70%;
  }

  .powders-text.capsules {
    max-width: 60%;
  }

  .truedrip-text-component.first {
    max-width: 100%;
  }

  .truedrip-text-component.const {
    width: 100%;
    max-width: 100%;
  }

  .delivery_image {
    left: 21%;
  }

  .delivery_image._2 {
    width: 140%;
    max-width: 140%;
    height: 58%;
    top: -3%;
    left: -20%;
  }

  .deip-paragraph {
    font-size: 1.875rem;
  }

  .spot-heading-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: var(--base-color-neutral--black);
    margin-bottom: 0;
    display: flex;
  }

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

  .number-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .number-heading.absolute {
    display: none;
  }

  .engineered-component {
    padding-top: 0;
  }

  .engineered-heading {
    font-size: 1.8rem;
  }

  .medical-card {
    max-width: 8rem;
    height: 8rem;
  }

  .card-text {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }

  .medical-expert-wrapper {
    min-height: 25.5rem;
  }

  .expert-card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 15rem;
  }

  .expert-card-text {
    font-size: .75rem;
  }

  .section_home-customers {
    padding-bottom: 0;
  }

  .customers-image {
    aspect-ratio: 3 / 2;
  }

  .right-wrapper {
    padding: 1.5rem;
  }

  .sarah-heading {
    margin-bottom: .125rem;
  }

  .runner-text {
    margin-bottom: .5rem;
  }

  .t-text {
    margin-bottom: 1rem;
  }

  .star-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .star {
    width: 34px;
  }

  .star-image {
    max-width: 100%;
  }

  .image-border {
    width: 100%;
  }

  .sku_hero_left {
    padding-top: 2rem;
  }

  .sku_herp-img-wrapper {
    min-width: auto;
    max-height: none;
  }

  .sku-hero_image {
    object-fit: contain;
  }

  .sku2_component.arrows {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .sku2_heading.min {
    min-width: auto;
  }

  .sku3_component {
    padding-bottom: 2rem;
  }

  .sku3_paragraph.d {
    margin-top: 0;
  }

  .sku3_image {
    width: 46%;
  }

  .service-accordion {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .service-accordion-service {
    font-size: 1rem;
  }

  .accordian-icon.opacity-0 {
    display: none;
  }

  .service-dropdown-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: min-content 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .service-dropdown-text {
    width: 100%;
  }

  .sku4_component.pd {
    padding-top: 6.46875rem;
  }

  .reviews_bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .code-element {
    margin-top: 17px;
  }

  .stay-heading-wrapper {
    margin-left: 25px;
    margin-right: 25px;
  }

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

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-social-block {
    flex-flow: wrap;
  }

  .contact-text {
    line-height: 121%;
  }

  .schedule_component {
    grid-column-gap: 3.25rem;
    grid-row-gap: 3.25rem;
  }

  .schedule_left {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .schedule_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .schedule_card-image {
    max-width: 8rem;
  }

  .table-wrapper {
    grid-template-columns: 0fr .5fr 1fr 1fr 1fr;
  }

  .table-card-text {
    height: 32px;
    font-size: .8rem;
  }

  .test-text {
    padding-left: 12px;
    padding-right: 12px;
    font-size: .6rem;
  }

  .test-text.heading {
    padding-left: 1rem;
    padding-right: 10px;
  }

  .marquee-list.splide__list.designer {
    grid-template-columns: 1fr;
  }

  .cursor-arrows {
    width: 30px;
  }

  .max-w-25 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .unsplash-image {
    aspect-ratio: 3 / 2;
  }

  .dropdown-toggle {
    margin-bottom: 11px;
  }

  .pill {
    padding: .4rem 1rem;
    font-size: .7rem;
  }

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

  .popup_component {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .popup_card {
    max-height: 95dvh;
    padding-top: 2rem;
  }

  .popup_logo {
    width: 8rem;
    height: 32px;
    margin-bottom: .5rem;
  }

  .popup_para {
    margin-bottom: 1.25rem;
    font-size: .875rem;
  }

  .popup_content-card {
    padding: 1rem;
  }

  .popup-heading {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .popup-content-para {
    margin-bottom: 1.5rem;
  }

  .card {
    height: auto;
  }

  .card_image-wrapper {
    height: auto;
    position: static;
  }

  .card_arrow_wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative;
  }

  .card_arrow-icon {
    width: auto;
    height: auto;
  }

  .expand-overlay {
    background-image: none;
  }

  .card_component_scaling {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .inherit {
    font-size: 1rem;
  }

  ._2section_arrows-wrapper {
    bottom: 3rem;
  }

  .truedrip_bubble-wrap {
    margin-left: 0;
  }

  .find_form {
    margin-bottom: 0;
  }

  .find_select {
    border-radius: 0;
    margin-bottom: 11px;
    font-weight: 400;
  }

  .find_select._50 {
    width: 100%;
  }

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

  .customers_mask {
    max-width: 100%;
  }

  .customers_image {
    width: 4rem;
    height: 4rem;
  }

  .suggested-drip {
    font-size: 1rem;
  }

  .cms_s2-arrows {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -1.25rem;
  }

  .doctors_mask {
    max-width: 100%;
  }

  .party-button {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .slider-card-text {
    font-size: 1.6rem;
  }

  .slider_card-overlay {
    padding: 1.5rem;
  }

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

  .benefices_slide.splide__slide {
    min-width: 86vw;
  }

  .benefices_list.splide__list.designer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .border-doctor {
    outline-offset: -2px;
  }

  .google-author-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .google-post {
    width: 80vw;
  }

  .google-row {
    flex-flow: column-reverse;
  }

  .google-arrows {
    margin-top: 17px;
    margin-bottom: 2rem;
  }

  .sku2_mob-component.arrows {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }
}

#w-node-ab1340b1-5b06-33a9-9605-a6bbb714ccfa-7dbb4154, #w-node-_6e2c295c-751d-6a54-29e1-002d582669cc-7dbb4154, #w-node-_1bd374f0-119a-d199-1547-eb69a84f5a51-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95c40e22-3fbb-9b5f-77f3-dc8db5a86109-7dbb4154, #w-node-_95c40e22-3fbb-9b5f-77f3-dc8db5a8610a-7dbb4154, #w-node-_10228bb1-1903-632f-9d3a-728d0ca74d6f-7dbb4154, #w-node-_10228bb1-1903-632f-9d3a-728d0ca74d70-7dbb4154, #w-node-_68962ffb-1d3f-61b3-4510-a1951c4b9aef-7dbb4154, #w-node-_68962ffb-1d3f-61b3-4510-a1951c4b9af0-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b4d80a93-a247-0697-1f36-b3cff769075e-7dbb4154 {
  place-self: start center;
}

#w-node-_13476d70-95d2-ab0c-9798-04d8713e2385-7dbb4154, #w-node-f470654a-67ba-b7c1-cd93-e90f2b50900a-7dbb4154, #w-node-eac0085b-316f-0167-ef6b-cc2b14de4655-7dbb4154, #w-node-_36c54883-9200-6ada-f9d8-e69930636099-7dbb4154, #w-node-_010a3ca5-9107-d060-d214-c30b7de55a18-7dbb4154, #w-node-_53481915-c775-9d17-1620-3b536eecee22-7dbb4154 {
  align-self: start;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62f85-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62f86-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62f88-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62f8c-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62f8d-7dbb4154, #w-node-_83a15004-0458-2d56-706b-1519dabdacfb-7dbb4154, #w-node-_83a15004-0458-2d56-706b-1519dabdacfc-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62f96-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62f9a-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62f9b-7dbb4154, #w-node-add1b8f6-93ce-1477-adb3-15f43c838ade-7dbb4154, #w-node-add1b8f6-93ce-1477-adb3-15f43c838adf-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62fa4-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62fa8-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fa9-7dbb4154, #w-node-_3f1beec0-4588-d2f8-98dd-632abcd8a4bf-7dbb4154, #w-node-_3f1beec0-4588-d2f8-98dd-632abcd8a4c0-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62fb2-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62fb6-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fb7-7dbb4154, #w-node-a8e40a0e-b9d1-a65d-5a63-3fc001cf6525-7dbb4154, #w-node-a8e40a0e-b9d1-a65d-5a63-3fc001cf6526-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62fc0-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_62259562-df2b-2c2b-a724-061576c62fc4-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fc5-7dbb4154, #w-node-_49a90d8c-ea9c-8c8f-b25d-de9f9e63fc03-7dbb4154, #w-node-_49a90d8c-ea9c-8c8f-b25d-de9f9e63fc04-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8e917f51-702b-4968-a487-7c9b9a08c2a8-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_8e917f51-702b-4968-a487-7c9b9a08c2ac-7dbb4154, #w-node-_8e917f51-702b-4968-a487-7c9b9a08c2ad-7dbb4154, #w-node-e8583e2b-30a6-e155-131c-c95188d3a2e3-7dbb4154, #w-node-e8583e2b-30a6-e155-131c-c95188d3a2e4-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a114abf2-baad-8698-6375-398bbd59e22e-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-a114abf2-baad-8698-6375-398bbd59e232-7dbb4154, #w-node-a114abf2-baad-8698-6375-398bbd59e233-7dbb4154, #w-node-_214b8b21-7e94-9364-4073-371b4d35c703-7dbb4154, #w-node-_214b8b21-7e94-9364-4073-371b4d35c704-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-faa97fd3-2ec5-f05d-dc2c-d9427e5c88b4-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-faa97fd3-2ec5-f05d-dc2c-d9427e5c88b8-7dbb4154, #w-node-faa97fd3-2ec5-f05d-dc2c-d9427e5c88b9-7dbb4154, #w-node-_8179d1c3-2e4e-183b-5c1c-436bbcd9b438-7dbb4154, #w-node-_8179d1c3-2e4e-183b-5c1c-436bbcd9b439-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_62acdbd9-9601-3917-6e22-88d0c8b20dd4-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_62acdbd9-9601-3917-6e22-88d0c8b20dd8-7dbb4154, #w-node-_62acdbd9-9601-3917-6e22-88d0c8b20dd9-7dbb4154, #w-node-_9cde6e0e-8f23-b045-118c-992d405d9d39-7dbb4154, #w-node-_9cde6e0e-8f23-b045-118c-992d405d9d3a-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_23679d06-d952-2587-299a-a0f6cdef444a-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_23679d06-d952-2587-299a-a0f6cdef444e-7dbb4154, #w-node-_23679d06-d952-2587-299a-a0f6cdef444f-7dbb4154, #w-node-b4b0a9f3-82cf-b46f-3c47-9e2a67b9278d-7dbb4154, #w-node-b4b0a9f3-82cf-b46f-3c47-9e2a67b9278e-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_11d63d22-3ca3-2b3b-49db-eaa2cc1a9a6d-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_11d63d22-3ca3-2b3b-49db-eaa2cc1a9a71-7dbb4154, #w-node-_11d63d22-3ca3-2b3b-49db-eaa2cc1a9a72-7dbb4154, #w-node-_7d13ec58-786d-3376-b32c-29241831b8b2-7dbb4154, #w-node-_7d13ec58-786d-3376-b32c-29241831b8b3-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_491d7844-97eb-3a46-69c2-a015e824ea19-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_491d7844-97eb-3a46-69c2-a015e824ea1d-7dbb4154, #w-node-_491d7844-97eb-3a46-69c2-a015e824ea1e-7dbb4154, #w-node-b51ff23d-197b-219f-2093-85666d2f50da-7dbb4154, #w-node-b51ff23d-197b-219f-2093-85666d2f50db-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4c532303-2eee-83ae-11c2-3ceae04bcc91-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_4c532303-2eee-83ae-11c2-3ceae04bcc95-7dbb4154, #w-node-_4c532303-2eee-83ae-11c2-3ceae04bcc96-7dbb4154, #w-node-a99ea0bf-d4cf-71a3-42f7-67c3825add04-7dbb4154, #w-node-a99ea0bf-d4cf-71a3-42f7-67c3825add05-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_88b73f7b-d385-96fe-fd44-80f88993f53c-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_88b73f7b-d385-96fe-fd44-80f88993f540-7dbb4154, #w-node-_88b73f7b-d385-96fe-fd44-80f88993f541-7dbb4154, #w-node-_23deba0a-e5d1-64d5-54bd-c03134132e48-7dbb4154, #w-node-_23deba0a-e5d1-64d5-54bd-c03134132e49-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-daaa889a-9343-bc71-5c80-ddc592c21806-7dbb4154 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-daaa889a-9343-bc71-5c80-ddc592c2180a-7dbb4154, #w-node-daaa889a-9343-bc71-5c80-ddc592c2180b-7dbb4154 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-ac1bbc10-0bb9-cd23-06ba-f011276583d1-276583cc, #w-node-ac1bbc10-0bb9-cd23-06ba-f011276583db-276583cc, #w-node-ac1bbc10-0bb9-cd23-06ba-f011276583e7-276583cc, #w-node-ac1bbc10-0bb9-cd23-06ba-f011276583f1-276583cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1bbc10-0bb9-cd23-06ba-f01127658402-276583cc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c197ac27-dc54-a73e-80cf-83d7e6775d4e-e6775d4b, #w-node-c197ac27-dc54-a73e-80cf-83d7e6775d4f-e6775d4b, #w-node-e2da92ff-64b3-b43e-f659-25f11bc131fe-1bc131f2, #w-node-e2da92ff-64b3-b43e-f659-25f11bc131ff-1bc131f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_002cbb22-ea97-de5d-6671-11edfff1055f-1bc131f2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_62259562-df2b-2c2b-a724-061576c62f88-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62f96-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fa4-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fb2-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fc0-7dbb4154, #w-node-_8e917f51-702b-4968-a487-7c9b9a08c2a8-7dbb4154, #w-node-a114abf2-baad-8698-6375-398bbd59e22e-7dbb4154, #w-node-faa97fd3-2ec5-f05d-dc2c-d9427e5c88b4-7dbb4154, #w-node-_62acdbd9-9601-3917-6e22-88d0c8b20dd4-7dbb4154, #w-node-_23679d06-d952-2587-299a-a0f6cdef444a-7dbb4154, #w-node-_11d63d22-3ca3-2b3b-49db-eaa2cc1a9a6d-7dbb4154, #w-node-_491d7844-97eb-3a46-69c2-a015e824ea19-7dbb4154, #w-node-_4c532303-2eee-83ae-11c2-3ceae04bcc91-7dbb4154, #w-node-_88b73f7b-d385-96fe-fd44-80f88993f53c-7dbb4154, #w-node-daaa889a-9343-bc71-5c80-ddc592c21806-7dbb4154 {
    grid-area: 1 / 2 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62259562-df2b-2c2b-a724-061576c62f88-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62f96-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fa4-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fb2-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fc0-7dbb4154, #w-node-_8e917f51-702b-4968-a487-7c9b9a08c2a8-7dbb4154, #w-node-a114abf2-baad-8698-6375-398bbd59e22e-7dbb4154, #w-node-faa97fd3-2ec5-f05d-dc2c-d9427e5c88b4-7dbb4154, #w-node-_62acdbd9-9601-3917-6e22-88d0c8b20dd4-7dbb4154, #w-node-_23679d06-d952-2587-299a-a0f6cdef444a-7dbb4154, #w-node-_11d63d22-3ca3-2b3b-49db-eaa2cc1a9a6d-7dbb4154, #w-node-_491d7844-97eb-3a46-69c2-a015e824ea19-7dbb4154, #w-node-_4c532303-2eee-83ae-11c2-3ceae04bcc91-7dbb4154, #w-node-_88b73f7b-d385-96fe-fd44-80f88993f53c-7dbb4154, #w-node-daaa889a-9343-bc71-5c80-ddc592c21806-7dbb4154 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ac1bbc10-0bb9-cd23-06ba-f011276583db-276583cc {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-ac1bbc10-0bb9-cd23-06ba-f011276583f1-276583cc {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-ac1bbc10-0bb9-cd23-06ba-f01127658402-276583cc {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62259562-df2b-2c2b-a724-061576c62f88-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62f96-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fa4-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fb2-7dbb4154, #w-node-_62259562-df2b-2c2b-a724-061576c62fc0-7dbb4154, #w-node-_8e917f51-702b-4968-a487-7c9b9a08c2a8-7dbb4154, #w-node-a114abf2-baad-8698-6375-398bbd59e22e-7dbb4154, #w-node-faa97fd3-2ec5-f05d-dc2c-d9427e5c88b4-7dbb4154, #w-node-_62acdbd9-9601-3917-6e22-88d0c8b20dd4-7dbb4154, #w-node-_23679d06-d952-2587-299a-a0f6cdef444a-7dbb4154, #w-node-_11d63d22-3ca3-2b3b-49db-eaa2cc1a9a6d-7dbb4154, #w-node-_491d7844-97eb-3a46-69c2-a015e824ea19-7dbb4154, #w-node-_4c532303-2eee-83ae-11c2-3ceae04bcc91-7dbb4154, #w-node-_88b73f7b-d385-96fe-fd44-80f88993f53c-7dbb4154, #w-node-daaa889a-9343-bc71-5c80-ddc592c21806-7dbb4154 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac1bbc10-0bb9-cd23-06ba-f011276583db-276583cc {
    grid-row: 2 / 3;
  }
}
