:root {
  --peru: #b28d5a;
  --dim-grey-2: #896c66;
  --dim-grey: #6d7670;
  --floral-white: #eae8e1;
  --very-light-grey: #b2a89d;
  --steel-blue: #4e79b8;
  --tulum-green-blue: #008b8b;
  --cornsilk: #f8f0d8;
  --antique-white-2: #f5e0d0;
  --dim-grey-3: #6c5f58;
  --tulum-off-white: #fff;
  --dim-grey-4: #6f6b65;
  --tan: #d1c0a7;
  --tulum-tan: linen;
  --antique-white: #d4cebc;
  --floral-white-2: #eae8e1;
  --peach-puff: #ead1bd;
}

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

sub {
  line-height: 18px;
}

.image {
  width: 100%;
}

.nav-link {
  opacity: 1;
  color: #6d7670;
  padding-left: 12px;
  padding-right: 12px;
  font-family: century-gothic, sans-serif;
  font-size: 16px;
  transition: transform .25s, color .5s;
}

.nav-link:hover {
  filter: none;
  color: var(--peru);
  font-weight: 400;
  transform: scale(1.05);
}

.nav-link:active {
  color: var(--dim-grey-2);
  font-weight: 400;
  transform: scale(1);
}

.nav-link.w--current {
  color: var(--dim-grey);
}

.nav-link.w--current:hover {
  color: var(--peru);
  font-weight: 400;
}

.nav-link-2, .nav-link-3 {
  font-family: century-gothic, sans-serif;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  transition: transform .25s;
  display: inline-block;
}

.link-block:hover {
  filter: grayscale();
  transform: scale(1.1);
}

.link-block.footer {
  padding: 0 8px;
}

.nav-menu {
  align-items: center;
  font-family: century-gothic, sans-serif;
  display: flex;
}

.image-2 {
  height: 100%;
  max-height: none;
}

.container {
  flex: 1;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 21px 20px 32px;
  display: flex;
}

.brand {
  flex: 1;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 20px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.gray-area {
  background-color: #eee;
  margin: 0;
}

.logo-links {
  margin: 0;
  padding: 30px;
}

.footer-text-links {
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.text-block {
  color: var(--dim-grey);
  font-family: century-gothic, sans-serif;
  transition: transform .25s;
}

.text-block:hover {
  color: var(--peru);
  transform: scale(1.1);
}

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

.below-footer-container {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sub-footer-text {
  display: flex;
}

.text-block-2 {
  color: var(--very-light-grey);
  font-family: century-gothic, sans-serif;
}

.link {
  color: var(--very-light-grey);
  text-decoration: none;
}

.link-block-2 {
  flex: 1;
}

.footer-logo-container {
  flex: 1;
  margin-right: 20px;
}

.footer-logo {
  margin-right: 0;
  transition: transform .2s;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-container._2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-inside {
  background-color: var(--dim-grey-2);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 0 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-inside.greece2 {
  background-color: #489aa0;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-inside.header1 {
  background-color: var(--steel-blue);
  background-image: url('../images/Greece_06.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: 30px;
}

.hero-inside.header1.tulum-image-header {
  background-color: var(--tulum-green-blue);
  background-image: none;
}

.hero-inside.subscribe {
  background-color: var(--peru);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.hero-inside.greece2-copy {
  background-color: #489aa0;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-inside.yogic_bkgd_color1 {
  background-color: var(--dim-grey-2);
  margin-top: 0;
  margin-bottom: 0;
}

.image-hero-container {
  object-fit: contain;
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  width: 55%;
  display: flex;
}

.meet---text-container {
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: 100%;
  margin: 50px 60px;
  display: block;
}

.meet---text-container.headerbar1 {
  width: 95%;
  max-width: 95%;
  margin-top: 21px;
  margin-bottom: 21px;
}

.heading {
  color: var(--cornsilk);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: baskerville-display-pt, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.heading.meet-lexi {
  color: var(--antique-white-2);
  font-size: 58px;
}

.heading.meet-lexi.classes {
  color: var(--dim-grey-3);
  font-size: 48px;
}

.heading.meet-lexi.classes.tulum {
  color: var(--tulum-green-blue);
}

.heading.meet-lexi.classes.tulum.centry2 {
  font-family: century-gothic, sans-serif;
}

.heading.meet-lexi.classes.tulum.centry2.bottomstuff {
  color: var(--tulum-off-white);
  font-size: 34px;
  line-height: 38px;
}

.heading.meet-lexi.classes.tulum.centry2.bottomstuff._3left {
  color: var(--floral-white);
  font-size: 24px;
  font-weight: 700;
}

.heading.meet-lexi.classes.tulum.centry2.bottomstuff.boxbox_header {
  font-size: 48px;
}

.heading.meet-lexi.classes.tulum.yogic_h2 {
  color: var(--dim-grey-4);
  font-family: century-gothic, sans-serif;
  line-height: 50px;
}

.heading.meet-lexi.classes.tulum.yogic_h2 {
  font-family: century-gothic, sans-serif;
}

.heading.meet-lexi.classes.tulum.yogic_h2.bottomstuff {
  color: var(--tulum-off-white);
  font-size: 34px;
  line-height: 38px;
}

.heading.meet-lexi.classes.tulum.yogic_h2.bottomstuff._3left {
  color: var(--tan);
  font-size: 24px;
  font-weight: 700;
}

.heading.greece-head {
  color: var(--floral-white);
  font-family: PT Sans, sans-serif;
}

.heading.greece-head.header-bar {
  color: var(--tulum-off-white);
  margin-bottom: 0;
}

.heading.stay {
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
}

.heading.yogic-header {
  color: var(--floral-white);
  font-family: PT Sans, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.heading.yogic-header.header-bar {
  color: var(--tulum-off-white);
  margin-bottom: 0;
}

.image-3 {
  object-fit: cover;
  object-position: 70% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.body-text---hero {
  color: var(--tulum-off-white);
  margin-bottom: 0;
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.body-text---hero.classes-text {
  color: var(--dim-grey-4);
}

.body-text---hero.classes-text.extra-space-above1 {
  margin-top: 28px;
}

.body-text---hero.classes-text.subscript {
  font-size: 11px;
  line-height: 14px;
}

.body-text---hero.classes-text.virtual {
  margin-top: 34px;
  line-height: 28px;
  text-decoration: none;
}

.body-text---hero.classes-text.virtual.smallertext {
  font-size: 14px;
  line-height: 18px;
}

.body-text---hero.classes-text.virtual.retreat {
  margin-bottom: 10px;
  font-weight: 400;
}

.body-text---hero.classes-text.virtual.registraton-full {
  margin-top: 13px;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.body-text---hero.classes-text.earlybird {
  margin-bottom: 23px;
}

.body-text---hero.classes-text.tulum-green {
  color: var(--tulum-green-blue);
}

.body-text---hero.classes-text.tulum-green.space_below {
  margin-bottom: 16px;
}

.body-text---hero.classes-text.tulum-green.yogic_intro_subhead1 {
  color: var(--dim-grey-4);
  margin-bottom: 28px;
  font-size: 24px;
}

.body-text---hero.classes-text.spaceafter {
  color: var(--dim-grey-4);
}

.body-text---hero.classes-text.bottom_stuff_text, .body-text---hero.classes-text.bottom_stuff_text-copy {
  color: var(--tulum-off-white);
  font-size: 21px;
}

.body-text---hero.classes-text.bottom_stuff_text-copy._2 {
  margin-top: 37px;
}

.body-text---hero.classes-text.yogic_18pt {
  color: var(--tulum-off-white);
  font-size: 18px;
}

.body-text---hero.classes-text.virtual-copy {
  color: var(--peru);
  margin-top: 17px;
  margin-bottom: 22px;
  line-height: 28px;
  text-decoration: none;
}

.body-text---hero.classes-text.virtual-copy.smallertext {
  font-size: 14px;
  line-height: 18px;
}

.body-text---hero.classes-text.virtual-copy.retreat {
  margin-bottom: 10px;
  font-weight: 400;
}

.body-text---hero.classes-text.virtual-copy.registraton-full {
  margin-top: 13px;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.body-text---hero.classes-text.spots-full {
  color: var(--tulum-tan);
  margin-bottom: 23px;
  font-size: 21px;
}

.body-text---hero.greece1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.body-text---hero.greece1.bigger-text {
  color: var(--dim-grey);
}

.body-text---hero.subhead {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.body-text---hero.subhead.white {
  color: var(--tulum-off-white);
}

.body-text---hero.subhead.full {
  color: var(--antique-white);
}

.body-text---hero.yogic-intro-text {
  color: var(--dim-grey-4);
  font-size: 21px;
  line-height: 36px;
}

.body-text---hero.yogic-intro-text.extra-space-above1 {
  margin-top: 28px;
}

.body-text---hero.yogic-intro-text.subscript {
  font-size: 11px;
  line-height: 14px;
}

.body-text---hero.yogic-intro-text.virtual {
  margin-top: 34px;
  line-height: 28px;
  text-decoration: none;
}

.body-text---hero.yogic-intro-text.virtual.smallertext {
  font-size: 14px;
  line-height: 18px;
}

.body-text---hero.yogic-intro-text.virtual.retreat {
  margin-bottom: 10px;
  font-weight: 400;
}

.body-text---hero.yogic-intro-text.earlybird {
  margin-bottom: 23px;
}

.body-text---hero.yogic-intro-text.tulum-green {
  color: var(--tulum-green-blue);
}

.body-text---hero.yogic-intro-text.tulum-green.space_below {
  margin-bottom: 16px;
}

.image-4 {
  transition: transform .4s;
}

.image-4:hover {
  transform: scale(1.05);
}

.meet-lexi-container {
  background-color: #0000;
}

.meet-lexi---parts-container {
  margin-left: 30px;
  margin-right: 30px;
}

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

.meet-lexi-container {
  background-color: var(--peru);
  display: block;
}

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

.meet-lexi---container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.meet-lexi-3-part-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 30px;
  margin-right: 30px;
}

.meet-lexi-top-container {
  background-color: var(--peru);
  width: 100%;
  padding: 45px 60px;
}

.meet-lexi-middle-container {
  background-color: var(--floral-white-2);
  display: block;
}

.meet-lexi-bottom-container {
  background-color: var(--floral-white-2);
  margin: 0;
  padding: 45px 60px;
}

.quote {
  color: var(--peru);
  border-left-width: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: baskerville-display-pt, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}

.quote.yogic-green_quote {
  color: var(--cornsilk);
  margin-top: 32px;
  font-size: 24px;
  line-height: 34px;
}

.meet-lexi-photo-and-text-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-5 {
  object-fit: cover;
  flex: 1;
  align-self: flex-start;
  max-width: 30%;
  margin-top: 30px;
  transition: transform .5s;
}

.image-5:hover {
  transform: rotate(2.5deg)scale(1.1);
}

.meet---text-container-bottom {
  align-self: center;
  width: 70%;
  max-width: 70%;
  margin: 30px 0 20px 60px;
  display: block;
}

.meet---text-container-bottom.classes {
  width: auto;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 70px;
  text-decoration: none;
}

.image-6 {
  object-fit: scale-down;
  margin-top: -6px;
  display: block;
}

.vc-parts-container {
  margin: 30px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 1fr) minmax(10px, 1px) minmax(15%, 1fr) 1fr 1fr 1fr;
}

.vc-text_block_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--floral-white-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 0%;
  display: block;
  overflow: visible;
}

.link-2 {
  color: var(--dim-grey);
  text-decoration: underline;
}

.paper_ragged_left {
  background-color: var(--floral-white-2);
  margin-left: 0;
  padding-left: 0;
}

.vc-icon_container {
  background-color: var(--tan);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vc_icon_parts {
  background-color: var(--tan);
  color: var(--floral-white-2);
}

.image-7 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.vc-container-2 {
  justify-content: space-between;
  width: 100%;
  max-width: 1700px;
  margin: 30px auto;
  padding: 0 30px;
  font-style: normal;
  display: flex;
}

.vc-parts-container-2 {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.vc-parts-container-2.slideshow {
  display: block;
}

.vc-text-box2 {
  background-color: var(--floral-white-2);
  flex: 0 auto;
  width: 60%;
  display: flex;
}

.vc-text-box2.tulumbackgroundtan {
  background-color: var(--tulum-tan);
}

.vc-text-box2.tulumbackgroundtan.bottombkgd {
  background-color: var(--tulum-green-blue);
}

.vc-text-box2.tulumbackgroundtan.yogic_bottom_box_color {
  background-color: var(--dim-grey-2);
}

.image-8 {
  background-color: #eae8e1;
  min-width: 15px;
  max-width: 15px;
  height: 100%;
  max-height: 100%;
  display: block;
}

.image-8.transparent-rag {
  z-index: 1;
  background-color: #0000;
  margin-left: 0;
  position: relative;
  right: -9px;
}

.image-8.right-side-photo {
  background-color: #0000;
}

.vc-torn-paper-rag-left {
  margin-left: -3px;
}

.vc-torn-paper-rag-left.right {
  background-color: var(--tan);
}

.vc-icon-container {
  display: flex;
}

.image-9 {
  width: 80px;
  margin-bottom: 15px;
}

.link-block-3 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(1.05);
}

.link-block-3.studio {
  transition: transform .25s;
  transform: translate(0);
}

.link-block-3.studio:hover {
  transform: scale(1.05);
}

.link-block-3.studio:active {
  transform: scale(1);
}

.image-text_holder {
  background-color: var(--tan);
  flex-direction: column;
  justify-content: center;
  width: 155px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-text_holder.studio2 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-text_holder.retreats {
  flex: 0 auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-text {
  color: var(--dim-grey-3);
  text-align: center;
  max-width: 125px;
  font-family: century-gothic, sans-serif;
  font-size: 16px;
}

.vc-image-container {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  display: block;
}

.vc-main-image {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/I_Virtual_Classes_No_Rag.webp');
  background-position: 80%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  min-width: 400px;
  height: auto;
  min-height: 100%;
  margin-left: 0;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.vc-main-image.retreats_photo {
  background-image: url('../images/I_Retreats_No_Rag2.webp');
  background-position: 0%;
  width: auto;
}

.image-10 {
  flex: 1;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 10%;
  display: block;
}

.div-block-3 {
  background-image: url('../images/I_Virtual_Classes_2000pix_Wide.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  display: flex;
}

.rag_horizontal_up {
  background-color: #eae8e1;
  min-width: 15px;
  height: 100%;
  max-height: 100%;
  display: none;
}

.rag_horizontal_up.transparent-rag {
  z-index: 1;
  background-color: #0000;
  margin-left: 0;
  position: relative;
  right: -9px;
}

.rag_horizontal_up.right-side-photo {
  background-color: #0000;
}

.torn-paper-down-image {
  object-fit: scale-down;
  margin-top: -6px;
}

.torn-down---container {
  background-color: var(--floral-white-2);
  display: none;
}

.vc-non-pc-images {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  display: none;
}

.torn-down---container2, .vc-torn-down-beige, .vc-torn-down-beige-copy {
  background-color: var(--floral-white-2);
  display: none;
}

.vc-torn-up-beige {
  display: none;
}

.torn-paper-down-image-copy {
  object-fit: scale-down;
  margin-top: -6px;
}

.vc-torn-up-tan {
  display: none;
}

.torn-paper-up-tan {
  object-fit: scale-down;
  margin-top: -6px;
}

.studio-icon {
  width: auto;
  max-width: 105px;
  margin-bottom: 15px;
}

.link-3 {
  color: var(--dim-grey);
}

.studio_classes_image {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/I_Studio_Classes_No_Rag.webp');
  background-position: 83%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  min-width: 400px;
  height: auto;
  min-height: 100%;
  margin-left: 0;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.studio_classes_image:hover {
  min-height: 105%;
}

.studio_classes_image.special-offer {
  background-image: url('../images/Greece_07.jpg');
  background-position: 100%;
}

.studio_classes_image.studio {
  background-image: url('../images/Greece_Room_02.webp');
}

.studio_classes_image.studio.tulum_image_05 {
  background-image: url('../images/graden_room.webp');
}

.studio_classes_image.studio.tulum_image_06 {
  background-image: url('../images/Beachfront-Room.webp');
}

.studio_classes_image.traditional {
  background-image: url('../images/Greece_Room_03.jpg');
}

.studio_classes_image.superior {
  background-image: url('../images/Greece_Room_01.webp');
}

.studio_classes_image.daily-rhythm {
  background-image: url('../images/Greece_08.jpg');
  background-position: 50%;
  background-size: cover;
}

.studio_classes_image.daily-rhythm.tulum_image_04 {
  background-image: url('../images/Tulum_2026_Yoga_Near_Beach.jpg');
  background-position: 100%;
}

.studio_classes_image.daily-rhythm.yogic_image_04 {
  background-image: url('../images/Yogic_teacher.training.webp');
  background-position: 55%;
}

.studio_classes_image.daily-rhythm.yogic_image_05 {
  background-image: url('../images/Lexi.teaching.3.webp');
  background-position: 100%;
}

.studio_classes_image.daily-rhythm.yogic_image_06 {
  background-image: url('../images/Beach_Yoga_Group_01.webp');
  background-position: 50%;
}

.studio_classes_image.daily-rhythm.yogic_image_07 {
  background-image: url('../images/Yoga_Beach_Single_Pose_02.webp');
  background-position: 55%;
}

.studio_classes_image.questions {
  background-image: url('../images/Greece_04.webp');
  background-position: 0 100%;
}

.studio_classes_image.questions.tulum_image_last {
  background-image: url('../images/Tulum_2026_Pool_Beach.jpg');
}

.studio_classes_image.questions.yogic_image_09 {
  background-image: url('../images/I_Studio_Classes_No_Rag.webp');
  background-position: 15%;
  background-size: cover;
}

.studio_classes_image.not_included {
  background-image: url('../images/Greece_03.webp');
  background-position: 100%;
}

.studio_classes_image.overview {
  background-image: url('../images/Greece_01.webp');
}

.studio_classes_image.overview.tulum_image_02 {
  background-image: url('../images/Beach-Front-Deck.webp');
}

.studio_classes_image.overview.tulum_image_03 {
  background-image: url('../images/Yoga_Beach_Single_Pose_04_sqr.webp');
  background-position: 0%;
  background-size: cover;
}

.studio_classes_image.overview.tulum_image_03-copy {
  background-image: url('../images/Tulum_2026_Water_Cave_People.jpg');
  background-position: 50%;
  background-size: cover;
}

.studio_classes_image.not_small {
  background-image: url('../images/Greece_03.webp');
  background-position: 50%;
}

.vc-main-image-copy, .sc-studio_classes_image {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/I_Virtual_Classes_No_Rag.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  min-width: 400px;
  height: auto;
  min-height: 100%;
  margin-left: 0;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.reatreats_icon, .retreats_icon_a1 {
  width: 80px;
  margin-bottom: 15px;
}

.retreats-image-a1 {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/I_Retreats_No_Rag2.webp');
  background-position: 10%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  min-width: 400px;
  height: auto;
  min-height: 100%;
  margin-left: 0;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.retreats-image-a1.retreats_photo {
  background-image: url('../images/I_Retreats_No_Rag2.webp');
  background-position: 0%;
  width: auto;
}

.retreats-image-phones {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/I_Virtual_Classes_No_Rag.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  min-width: 400px;
  height: auto;
  min-height: 100%;
  margin-left: 0;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.retreats-image-phones.retreats_photo {
  background-image: url('../images/I_Retreats_No_Rag2.webp');
  background-position: 0%;
  width: auto;
}

.link-4 {
  color: var(--dim-grey-4);
  transition: color .2s;
}

.link-4:hover {
  color: var(--peru);
}

.link-5 {
  color: var(--dim-grey-4);
  transition: color .2s;
}

.link-5:hover {
  color: var(--peru);
}

.link-6 {
  color: var(--dim-grey-4);
}

.link-7 {
  color: var(--dim-grey-4);
  transition: color .2s;
}

.link-7:hover {
  color: var(--peru);
}

.link-8 {
  color: var(--dim-grey-4);
  transition: color .2s;
}

.link-8:hover {
  color: var(--peru);
}

.torn-paper-rag-down---meet-lexi {
  object-fit: scale-down;
  margin-top: -6px;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.greece_tan_1 {
  background-color: var(--cornsilk);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 0 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.greece_tan_1.greece2 {
  background-color: #014398;
  margin-top: 0;
  margin-bottom: 0;
}

.list {
  color: var(--dim-grey-4);
  font-family: century-gothic, sans-serif;
  font-size: 18px;
}

.list.tulumlist {
  padding-left: 21px;
}

.list.tulum-bullets-slide-over {
  padding-left: 18px;
}

.list.yogic-body-bullets, .list.yogic-body-bullets-copy {
  margin-top: 20px;
  padding-left: 18px;
}

.list.spaceafter2 {
  margin-bottom: 27px;
}

.list.yogic_end_bullets {
  color: var(--tulum-off-white);
  margin-bottom: 27px;
}

.list-item {
  margin-bottom: 5px;
  font-weight: 400;
}

.list-item.wider {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 28px;
}

.list-item.tulumlist {
  margin-bottom: 12px;
  line-height: 22px;
}

.list-item-2 {
  margin-bottom: 5px;
}

.list-item-2.tulumlist {
  margin-bottom: 12px;
  line-height: 22px;
}

.list-item-3 {
  margin-bottom: 5px;
}

.list-item-3.tulumlist {
  margin-bottom: 12px;
  line-height: 22px;
}

.list-item-4 {
  margin-bottom: 5px;
}

.list-item-4.tulumlist {
  margin-bottom: 11px;
  line-height: 22px;
}

.list-item-5, .list-item-6 {
  margin-bottom: 5px;
  line-height: 22px;
}

.list-item-7, .list-item-8, .list-item-9 {
  margin-bottom: 12px;
  line-height: 22px;
}

.list-item-10 {
  margin-bottom: 12px;
}

.link-9, .bold-text, .link-10 {
  color: var(--dim-grey-4);
}

.link-10:hover {
  color: var(--peru);
}

.link-11 {
  color: var(--dim-grey-4);
}

.link-11:hover {
  color: var(--peru);
}

.buttons {
  color: var(--dim-grey-3);
  background-color: #d1c0a7;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-left: 40px;
  padding: 7px 10px;
  font-family: century-gothic, sans-serif;
  transition: color .4s, background-color .4s, transform .4s;
}

.buttons:hover {
  background-color: var(--very-light-grey);
  color: var(--floral-white);
  transform: scale(1.08);
}

.buttons.w--current {
  margin-top: 25px;
  margin-left: 0;
}

.buttons.questions {
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  transition: background-color .4s, color .4s, transform .4s;
}

.buttons.questions:hover {
  background-color: var(--very-light-grey);
  color: var(--floral-white);
  transition: transform .4s, opacity .2s;
  transform: scale(1.08);
}

.buttons.retreats {
  margin-bottom: 0;
  margin-left: 0;
}

.buttons.retreats.tulumbutton {
  background-color: var(--tulum-green-blue);
  color: var(--tulum-off-white);
}

.buttons.retreats.tulumbutton.spaceabove {
  margin-top: 15px;
}

.buttons.retreats.tulumbutton.spaceabove.inverted {
  background-color: var(--tan);
  color: var(--dim-grey-3);
  margin-top: 2px;
}

.buttons.book_a_call {
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  transition: background-color .4s, color .4s, transform .4s;
}

.buttons.book_a_call:hover {
  background-color: var(--very-light-grey);
  color: var(--floral-white);
  transition: transform .4s, opacity .2s;
  transform: scale(1.08);
}

.body {
  transition: opacity .4s;
  transform: translate(0);
}

.link-12 {
  color: var(--dim-grey-3);
}

.link-13, .link-14, .link-15, .link-16 {
  color: var(--dim-grey-4);
}

.rise-header {
  font-size: 24px;
  font-weight: 400;
}

.bold-text-2 {
  font-family: century-gothic, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.text-span {
  font-size: 24px;
  line-height: 24px;
}

.link-17 {
  color: var(--dim-grey-4);
}

.bold-text-3 {
  color: var(--tulum-off-white);
}

.bold-text-3.centry1 {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
}

.tulum_green {
  color: var(--tulum-green-blue);
}

.slide {
  background-image: url('../images/A-Yoga-Shala-Heaven-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slider_height {
  height: 75vh;
}

.slide-2 {
  background-image: url('../images/Intro_Graphic.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/alex-azabache-V83v-MYB_Z8-unsplash.webp');
  background-position: 50%;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/Beach-Front-Deck.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/water_shot_up.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Beach-Pool-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/A-Shala-Beachfront.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Spa.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Beachfront-Room.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/A-Yoga-Shala-Chica.webp');
  background-position: 50%;
  background-size: cover;
}

.centry3 {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  display: block;
}

.subscribe---container {
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe---container._2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stay-connected {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 30px 60px;
  line-height: 14px;
  display: flex;
}

.stay-connected.headerbar1 {
  width: 95%;
  max-width: 95%;
  margin-top: 21px;
  margin-bottom: 21px;
}

.link-18 {
  color: var(--cornsilk);
  font-weight: 400;
}

.text-span-2 {
  line-height: 21px;
}

.slide-1-2 {
  background-image: url('../images/Tulum_2026_Sky_Ocean_Rocks.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/Tulum_2026_Water_Cave_People.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/Tulum_2026_Yoga_Near_Beach.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/Tulum_2026_Pool_Beach.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/Tulum_2026_Sunset.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Tulum_2026_Room_Balcony_View.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/Tulum_2026_Massage.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-19 {
  color: var(--dim-grey-4);
}

.yogic_image_02, .vc-non-pc-images-copy {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  display: none;
}

.bold-text-4 {
  color: var(--peru);
  text-decoration: none;
}

.bold-text-5 {
  color: var(--peru);
}

.puru-color {
  color: var(--peru);
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 30px;
    font-size: 20px;
  }

  .link-block.footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    background-color: var(--floral-white);
  }

  .container {
    padding: 20px 30px;
  }

  .icon {
    color: #b28b5a;
    font-size: 30px;
  }

  .menu-button {
    background-color: #eae8e1;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--floral-white);
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .footer-text-links {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-blocks-container {
    flex-flow: column wrap;
    flex: 1;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .footer-logo-container {
    flex: 0 auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container {
    flex-direction: row;
  }

  .hero-inside {
    flex-direction: column;
  }

  .hero-inside.header1 {
    background-size: auto;
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .image-hero-container {
    width: 100%;
  }

  .meet---text-container {
    width: 100%;
    max-width: 100%;
    margin: 19px 0 30px;
    padding: 21px 40px;
  }

  .heading.meet-lexi {
    margin-bottom: 20px;
  }

  .meet-lexi-top-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .meet-lexi-middle-container {
    background-color: #0000;
    flex-direction: row;
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .image-5 {
    margin-top: 0;
  }

  .meet---text-container-bottom {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
  }

  .meet---text-container-bottom.classes {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-6 {
    background-color: var(--floral-white);
    width: 100%;
    min-width: 100%;
    margin-top: -8px;
    display: block;
  }

  .vc-container-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vc-parts-container-2 {
    flex-direction: column;
  }

  .vc-text-box2 {
    width: 100%;
  }

  .image-8 {
    display: none;
    position: static;
  }

  .vc-torn-paper-rag-left {
    backface-visibility: visible;
    flex: 0 auto;
    transform: none;
  }

  .vc-icon-container {
    flex-direction: column;
    flex: 0 auto;
  }

  .vc-icon-container.classes-torn-down {
    background-color: var(--tan);
    flex-direction: column;
    flex: 1;
    align-items: center;
  }

  .link-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-3.studio {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .vc-image-container {
    flex-direction: row;
    width: 100%;
    display: none;
  }

  .vc-main-image {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .vc-main-image.retreats_non_pc {
    background-image: url('../images/I_Retreats_No_Rag2.webp');
    background-position: 0%;
  }

  .image-10 {
    min-width: auto;
  }

  .rag_horizontal_up {
    width: 100%;
    height: 15px;
    max-height: 50%;
    position: static;
  }

  .torn-paper-down-image {
    object-fit: fill;
    background-color: #0000;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    min-width: 100%;
    margin-top: 0;
    display: block;
  }

  .torn-down---container {
    background-color: #0000;
    flex-direction: row;
    flex: 1;
    align-items: stretch;
    display: block;
  }

  .vc-non-pc-images {
    flex-direction: row;
    width: 100%;
    display: block;
  }

  .torn-down---container2, .vc-torn-down-beige, .vc-torn-down-beige-copy {
    background-color: #0000;
    flex-direction: row;
    flex: 1;
    align-items: stretch;
    display: block;
  }

  .vc-torn-up-beige {
    display: block;
  }

  .torn-paper-down-image-copy {
    background-color: var(--floral-white);
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    min-width: 100%;
    margin-top: 0;
    display: block;
  }

  .vc-torn-up-tan {
    margin-top: -10px;
    display: block;
  }

  .torn-paper-up-tan {
    object-fit: fill;
    background-color: #0000;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    min-width: 100%;
    margin-top: 0;
    display: block;
  }

  .studio-icon {
    width: auto;
    max-width: 105px;
  }

  .link-3 {
    color: var(--dim-grey);
  }

  .studio_classes_image, .vc-main-image-copy {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .sc-studio_classes_image {
    background-image: url('../images/I_Studio_Classes_No_Rag.webp');
    background-position: 100% 0;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .sc-studio_classes_image.overview_sml {
    background-image: url('../images/Greece_01.webp');
    background-position: 50%;
  }

  .sc-studio_classes_image.overview_sml.tulum_phone_image02 {
    background-image: url('../images/Beach-Front-Deck.webp');
    background-position: 50%;
    background-size: cover;
  }

  .sc-studio_classes_image.overview_sml.tulum_phone_image03 {
    background-image: url('../images/Tulum_2026_Water_Cave_People.jpg');
    background-position: 100% 55%;
    background-size: cover;
  }

  .sc-studio_classes_image.overview_sml.yogic_image_01 {
    background-image: url('../images/Yoga_Beach_Single_Pose_04_sqr.webp');
    background-position: 50% 65%;
    background-size: cover;
  }

  .sc-studio_classes_image.daily_sml {
    background-image: url('../images/Greece_08.jpg');
    background-position: 50%;
  }

  .sc-studio_classes_image.daily_sml.tulum_phone_image04 {
    background-image: url('../images/Tulum_2026_Yoga_Near_Beach.jpg');
    background-position: 50%;
  }

  .sc-studio_classes_image.daily_sml.yogic_image_03 {
    background-image: url('../images/Yogic_teacher.training.webp');
    background-position: 50% 55%;
    background-size: cover;
  }

  .sc-studio_classes_image.daily_sml.yogic_image_05 {
    background-image: url('../images/Yoga_Class_Assist_01.webp');
    background-position: 50% 10%;
  }

  .sc-studio_classes_image.daily_sml.yogic_image_06 {
    background-image: url('../images/Beach_Yoga_Group_01.webp');
    background-position: 50% 90%;
  }

  .sc-studio_classes_image.special_sml {
    background-image: url('../images/Greece_07.jpg');
    background-position: 50%;
  }

  .sc-studio_classes_image.studio_sml {
    background-image: url('../images/Greece_Room_02.webp');
    background-position: 50%;
  }

  .sc-studio_classes_image.studio_sml.tulum_phone_image05 {
    background-image: url('../images/graden_room.webp');
  }

  .sc-studio_classes_image.studio_sml.tulum_phone_image06 {
    background-image: url('../images/Beachfront-Room.webp');
    background-position: 50%;
  }

  .sc-studio_classes_image.traditional_sml {
    background-image: url('../images/Greece_Room_03.jpg');
    background-position: 50%;
  }

  .sc-studio_classes_image.superior_sml {
    background-image: url('../images/Greece_Room_01.webp');
    background-position: 50%;
  }

  .sc-studio_classes_image.questions_sml {
    background-image: url('../images/Greece_04.webp');
    background-position: 50% 100%;
  }

  .sc-studio_classes_image.questions_sml.tulum_phone_image07 {
    background-image: url('../images/Tulum_2026_Pool_Beach.jpg');
    background-position: 50%;
  }

  .sc-studio_classes_image.questions_sml.tulum_phone_image08 {
    background-image: url('../images/Yogic_Lexi.teaching.1.webp');
    background-position: 20% 40%;
    background-size: auto;
  }

  .sc-studio_classes_image.not-included_sml {
    background-image: url('../images/Greece_03.webp');
    background-position: 100%;
  }

  .sc-studio_classes_image.yogic_sml_image_08 {
    background-image: url('../images/Yoga_Beach_Single_Pose_02.webp');
    background-position: 50% 60%;
  }

  .sc-studio_classes_image.yogic_sml_image_08.tulum_phone_image04 {
    background-image: url('../images/Tulum_2026_Yoga_Near_Beach.jpg');
    background-position: 50%;
  }

  .sc-studio_classes_image.yogic_sml_image_08.yogic_image_03 {
    background-image: url('../images/Yogic_teacher.training.webp');
    background-position: 50% 55%;
    background-size: cover;
  }

  .sc-studio_classes_image.yogic_sml_image_08.yogic_image_05 {
    background-image: url('../images/Yoga_Class_Assist_01.webp');
    background-position: 50% 10%;
  }

  .sc-studio_classes_image.yogic_sml_image_08.yogic_image_06 {
    background-image: url('../images/Beach_Yoga_Group_01.webp');
    background-position: 50% 90%;
  }

  .retreats-image-a1 {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .retreats-image-a1.retreats_non_pc {
    background-image: url('../images/I_Retreats_No_Rag2.webp');
    background-position: 0%;
  }

  .retreats-image-phones {
    background-image: url('../images/I_Retreats_No_Rag2.webp');
    background-position: 0%;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .retreats-image-phones.retreats_non_pc {
    background-image: url('../images/I_Retreats_No_Rag2.webp');
    background-position: 0%;
  }

  .torn-paper-rag-down---meet-lexi {
    background-color: var(--floral-white);
    width: 100%;
    min-width: 100%;
    margin-top: -8px;
    display: block;
  }

  .greece_tan_1 {
    flex-direction: column;
  }

  .subscribe---container {
    flex-direction: row;
  }

  .stay-connected {
    width: 100%;
    max-width: 100%;
    margin: 19px 0 30px;
    padding: 0 40px;
  }

  .yogic_image_02, .vc-non-pc-images-copy {
    flex-direction: row;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2 {
    text-align: center;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link {
    flex: 1;
  }

  .hero-inside.subscribe {
    flex-flow: column;
    justify-content: center;
  }

  .meet---text-container {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .meet---text-container.headerbar1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .heading.meet-lexi.classes {
    font-size: 46px;
    line-height: 52px;
  }

  .heading.stay {
    font-size: 25px;
    line-height: 30px;
  }

  .meet-lexi-top-container {
    padding-bottom: 30px;
  }

  .meet-lexi-photo-and-text-container {
    flex-direction: column;
  }

  .image-5 {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .meet---text-container-bottom {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .meet---text-container-bottom.classes {
    margin: 30px;
  }

  .image-6 {
    margin-top: -7px;
  }

  .image-9 {
    width: 70px;
    margin-bottom: 5px;
  }

  .link-block-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .torn-paper-down-image, .torn-paper-down-image-copy, .torn-paper-up-tan {
    margin-top: 0;
  }

  .studio-icon {
    width: auto;
    max-width: 100px;
    margin-bottom: 5px;
  }

  .reatreats_icon, .retreats_icon_a1 {
    width: 70px;
    margin-bottom: 5px;
  }

  .torn-paper-rag-down---meet-lexi {
    margin-top: -7px;
  }

  .stay-connected {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .stay-connected.headerbar1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text-links {
    flex: 1;
    align-self: center;
  }

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

  .text-blocks-container {
    flex-wrap: wrap;
    align-self: stretch;
  }

  .div-block {
    flex-wrap: wrap;
  }

  .text-block-2, .link {
    flex: 1;
  }

  .hero-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .hero-inside {
    margin-left: 10px;
    margin-right: 10px;
  }

  .meet---text-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 30px;
  }

  .meet---text-container.headerbar1 {
    padding-right: 10px;
  }

  .heading {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .heading.meet-lexi.classes {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 48px;
  }

  .heading.meet-lexi.classes.tulum.centry2.bottomstuff.boxbox_header {
    font-size: 38px;
    line-height: 42px;
  }

  .heading.meet-lexi.classes.tulum.yogic_h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .heading.greece-head.header-bar {
    font-size: 28px;
  }

  .heading.yogic-header {
    font-size: 48px;
    line-height: 56px;
  }

  .heading.yogic-header.header-bar {
    font-size: 28px;
  }

  .body-text---hero.classes-text {
    line-height: 26px;
  }

  .body-text---hero.classes-text.tulum-green.yogic_intro_subhead1 {
    font-size: 21px;
  }

  .body-text---hero.subhead.white, .body-text---hero.subhead.full {
    margin-top: 15px;
    font-size: 21px;
  }

  .body-text---hero.yogic-intro-text {
    font-size: 18px;
    line-height: 26px;
  }

  .image-4 {
    padding-right: 20px;
  }

  .meet-lexi-3-part-grid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .meet-lexi-top-container {
    padding: 25px 20px 20px;
  }

  .meet-lexi-middle-container {
    object-fit: scale-down;
    margin-top: -1px;
  }

  .meet-lexi-bottom-container {
    padding: 30px;
  }

  .image-5 {
    object-fit: scale-down;
    flex: 0 auto;
    margin-bottom: 8px;
  }

  .meet---text-container-bottom {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 11px;
  }

  .meet---text-container-bottom.classes {
    margin: 25px 20px;
  }

  .image-6 {
    object-fit: scale-down;
    margin-top: 0;
    display: block;
  }

  .vc-container-2 {
    margin-right: auto;
    padding-left: 0;
    padding-right: 20px;
  }

  .vc-parts-container-2 {
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 0;
  }

  .vc-text-box2 {
    justify-content: flex-start;
    display: flex;
  }

  .image-text_holder.studio2 {
    padding-right: 20px;
  }

  .vc-main-image {
    min-width: 200px;
    height: 200px;
  }

  .torn-paper-down-image {
    object-fit: scale-down;
    margin-top: 0;
    display: block;
  }

  .torn-down---container, .torn-down---container2, .vc-torn-down-beige, .vc-torn-down-beige-copy {
    object-fit: scale-down;
    margin-top: -1px;
  }

  .torn-paper-down-image-copy, .torn-paper-up-tan {
    object-fit: scale-down;
    margin-top: 0;
    display: block;
  }

  .studio_classes_image, .vc-main-image-copy, .sc-studio_classes_image {
    min-width: 200px;
    height: 200px;
  }

  .sc-studio_classes_image.questions_sml.tulum_phone_image08 {
    background-size: cover;
  }

  .retreats-image-a1, .retreats-image-phones {
    min-width: 200px;
    height: 200px;
  }

  .torn-paper-rag-down---meet-lexi {
    object-fit: scale-down;
    margin-top: 0;
    display: block;
  }

  .greece_tan_1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .list {
    padding-left: 28px;
  }

  .list-item, .list-item-2, .list-item-3 {
    line-height: 26px;
  }

  .buttons {
    margin-left: 25px;
  }

  .subscribe---container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .stay-connected {
    margin: 0;
    padding: 0 20px 30px;
  }

  .stay-connected.headerbar1 {
    padding-right: 10px;
  }
}

#Meet-Lexi.w-node-a30d3c26-0f0d-a0cd-5646-9ee37d4a6993-7d4a6991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a30d3c26-0f0d-a0cd-5646-9ee37d4a6994-7d4a6991, #w-node-a30d3c26-0f0d-a0cd-5646-9ee37d4a6995-7d4a6991, #w-node-a30d3c26-0f0d-a0cd-5646-9ee37d4a69a4-7d4a6991, #w-node-a30d3c26-0f0d-a0cd-5646-9ee37d4a69a6-7d4a6991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


