:root {
  --tan: #bc9e79;
  --saddle-brown: #544133;
  --black: #423328;
  --antique-white: #ece4d2;
  --background: #f0ede7;
  --peru: #db8346;
  --antique-white-2: #d6caba;
  --red: red;
}

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

body {
  background-color: var(--tan);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--saddle-brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Playfair", serif;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 3.4rem;
}

h2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
   font-family: "Playfair", serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3rem;
}

h3 {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
   font-family: "Playfair", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 30px;
}

p {
  color: var(--saddle-brown);
  margin-bottom: 10px;
   font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.navbar {
  border-bottom: 1px none var(--saddle-brown);
  background-color: #bc9e79;
  padding-top: 12px;
  padding-bottom: 12px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 30px 14px;
   font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--antique-white);
  border: 1px #000;
}

.nav-link.w--current {
  color: var(--antique-white);
  text-transform: uppercase;
  font-weight: 700;
}

.header {
  color: var(--black);
  text-align: center;
  margin-top: 0;
   font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  position: static;
}

.header.subscripe-head {
  color: var(--antique-white);
  text-align: left;
  font-size: 3rem;
}

.subscribe {
  color: var(--black);
  letter-spacing: 1px;
  border: 1px #000;
  border-radius: 0;
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.subscribe:hover {
  border-bottom-color: var(--antique-white);
  color: var(--antique-white);
}

.subscribe_section {
  height: 20vh;
  background-color: var(--tan);
}

.form {
  padding-top: 10%;
  padding-bottom: 10%;
}

.new_footer {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 40px;
   font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.new_footer.social {
  color: var(--antique-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.footer-sm {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-description {
  color: var(--antique-white);
  font-family: ivystyle-sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.answer-field {
  background-color: var(--antique-white);
  border-radius: 0;
  font-family: ivystyle-sans, sans-serif;
  font-weight: 600;
}

.submit-button {
  border: 1px solid var(--antique-white);
  color: var(--antique-white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: ivystyle-sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.image-2 {
  height: 7vh;
}

.container-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.columns-3 {
  background-color: var(--tan);
}

.location {
  background-color: var(--antique-white);
  position: static;
}

.column-10 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_link {
  color: var(--antique-white);
  text-decoration: none;
}

.footer_link:hover {
  color: var(--saddle-brown);
}

.footer_link.w--current {
  font-weight: 700;
  text-decoration: none;
}

.body-2 {
  background-color: var(--background);
}

.sub_nav {
  color: var(--black);
  text-transform: uppercase;
  flex-direction: row;
  padding-left: 20px;
  font-family: ivystyle-sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
}

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

.sub_nav.w--current {
  color: var(--peru);
}

.mobile-nav {
  z-index: 10;
  height: 10vh;
  background-color: var(--background);
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-container {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.new_text {
  color: var(--saddle-brown);
  text-align: left;
  margin-bottom: 0;
  font-family: ivystyle-sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.introduction_img-vid_banner {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.icon-2 {
  display: none;
  overflow: hidden;
}

.icon-3 {
  display: none;
  overflow: visible;
}

.intro_slide_1.pop_banner-1 {
  background-image: url('../images/1_IMG_0386_sm.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro_slide_1.class_head-1 {
  background-image: url('../images/class_sm_head_FM9A2181.jpg');
  background-position: 50%;
  background-size: cover;
}

.slidebanner {
  height: 60vh;
  background-image: url('../images/Home_banner_img6.jpg');
  background-position: 50%;
  background-size: cover;
}

.new_slide_dot {
  font-size: 10px;
}

.intro_slide_2 {
  background-image: url('../images/Home_banner_img5.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro_slide_2.pop_banner-2 {
  background-image: url('../images/2_FM9A0923_sm.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.intro_slide_2.class_head-2 {
  background-image: url('../images/class_sm_head_DSC7890.jpg');
}

.intro_slide_3 {
  background-image: url('../images/Home_banner_img3.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro_slide_3.pop_banner-3 {
  background-image: url('../images/3_1M9A6100_sm.jpg');
  background-position: 50% 0;
}

.intro_slide_3.class_head-3 {
  background-image: url('../images/class_sm_head_FM9A2187.jpg');
}

.intro_slide_4 {
  background-image: url('../images/Home_banner_img2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro_slide_4.pop_banner-4 {
  background-image: url('../images/5_1M9A7772_sm.jpg');
  background-position: 50% 30%;
}

.intro_slide_4.class_head-4 {
  background-image: url('../images/class_sm_head_ATHA_SPACE0858.jpg');
}

.intro_slide_5 {
  background-image: url('../images/Home_banner_img1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro_slide_5.pop_banner-5 {
  background-image: url('../images/6_POP_1MIN_-3_sm.jpg');
}

.center_down {
  width: 24px;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.new-container {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 4.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.new-container.banner {
  height: 30vh;
  justify-content: center;
}

.new-container.retreat {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-h1 {
  color: var(--saddle-brown);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.new-h1.instructors {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.inspiration.banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid;
  border-width: .5px;
  border-color: var(--black);
  grid-template-rows: auto;
}

.inspiration.banner.atha--at--home {
  border-style: none;
}

.intro_image {
  width: 50%;
  height: 50vh;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: stretch;
  display: block;
}

.intro_image.our-value {
  height: auto;
}

.div_paragraph {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 20px 25px;
  display: flex;
}

.div_paragraph.athome {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
}

.div-header {
  border-bottom: .5px solid var(--saddle-brown);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
}

.intro_section {
  border-style: solid none none;
  border-width: .5px 1px;
  border-color: var(--saddle-brown) black;
  padding-top: 40px;
  padding-bottom: 0;
}

.intro_section.brown {
  background-color: var(--antique-white-2);
  display: block;
}

.intro_section.footer_section {
  border-top: .5px solid var(--saddle-brown);
  background-color: var(--background);
  padding-top: 40px;
  padding-bottom: 40px;
}

.intro_section.pop {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 0;
  display: none;
}

.intro_section.banner {
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 0;
}

.intro_section.class-link {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.intro_section.banner {
  padding-bottom: 0;
}

.intro_section.upcoming {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.intro_section.line-contact {
  background-color: var(--antique-white-2);
  margin-bottom: 0;
  padding-top: 0;
}

.intro_section.class-upcoming {
  padding-bottom: 40px;
}

.container_main_grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto 64px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.container_main_grid.location {
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto auto;
}

.container_main_grid.promotion {
  grid-template-rows: auto auto auto 64px auto;
}

.container_main_grid.instructor {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container_main_grid.cafe--promotion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.container_main_grid.gear {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  margin-bottom: 40px;
}

.button {
  border: .5px solid var(--saddle-brown);
  color: var(--saddle-brown);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: ivystyle-sans, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
  display: block;
}

.button:hover {
  background-color: var(--saddle-brown);
  opacity: 1;
  color: var(--background);
  font-weight: 600;
}

.button.line {
  width: 100%;
}

.button.book-now, .button.book-now.mobile {
  display: none;
}

.h1_center {
  border-bottom: .5px solid var(--saddle-brown);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.h1_center.no-endline {
  border-bottom-style: none;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 0;
}

.new-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 50%;
}

.new-image._1 {
  object-position: 60% 50%;
}

.slider_feedback {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.review-1 {
  background-image: url('../images/sm_ATHA_june_SET6_post1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-6, .icon-7 {
  display: none;
}

.div_text_paragraph {
  text-align: center;
  padding: 20px;
}

.fullwidth-slide {
  height: 80vh;
}

.fullwidth_slide_img {
  background-image: url('../images/1_DJI_0172.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-1 {
  background-image: url('../images/1_DJI_0172.jpg');
  background-position: 50%;
  background-size: cover;
}

.fullwidth_slide_img.location-img-2 {
  background-image: url('../images/2_DSC_4492.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-3 {
  background-image: url('../images/3_DSC_4436.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-4 {
  background-image: url('../images/4_DSC_4451.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-5 {
  background-image: url('../images/5_DSC_4571.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-6, .fullwidth_slide_img.location-img-7 {
  background-image: url('../images/7_DSC_3809.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-6 {
  background-image: url('../images/6_DSC_3791.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-8 {
  background-image: url('../images/8_DSC_4548.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-9 {
  background-image: url('../images/9_DSC_4437.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-10 {
  background-image: url('../images/10_DSC_4416.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-11 {
  background-image: url('../images/11_DSC_4406.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-12 {
  background-image: url('../images/12_DSC_3153.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-13 {
  background-image: url('../images/13_DSC_4375.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-14 {
  background-image: url('../images/14_DSC_4378.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-15 {
  background-image: url('../images/15_DSC_3165.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-16 {
  background-image: url('../images/10_DSC_4416.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-17 {
  background-image: url('../images/17_DSC_4062.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-18 {
  background-image: url('../images/18_DSC_4661.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-19 {
  background-image: url('../images/19_DSC_4003.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-20 {
  background-image: url('../images/20_DSC_4111-HDR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-21 {
  background-image: url('../images/21_DSC_4101-HDR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-22 {
  background-image: url('../images/22_DSC_4489.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-23 {
  background-image: url('../images/23_DSC_3325.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-24 {
  background-image: url('../images/24_DSC7554.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth_slide_img.location-img-25 {
  background-image: url('../images/25_DSC_4418.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_promotion {
  width: 100%;
  height: 470px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.mask {
  width: 470px;
  overflow: visible;
}

.promotion_frame {
  height: 100%;
  background-image: url('../images/ATHA_IG_280722-06.jpg');
  background-position: 0 0;
  background-size: cover;
}

.promotion_frame.pro-2 {
  background-image: url('../images/ATHA_IG_300722-11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.promotion_frame.pro-3 {
  background-image: url('../images/ATHA_IG_280722-14.jpg');
  background-position: 50%;
}

.promotion_frame.pro-4 {
  background-image: url('../images/sm_ATHA_august_SET19_post.jpg');
}

.promotion_frame.pro-5 {
  background-image: url('../images/sm_ATHA_august_SET26_post.jpg');
}

.promotion_frame.pro-4 {
  background-image: url('../images/atha-july-artwork_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.promotion_frame.pro-5 {
  background-image: url('../images/atha-july-artwork_3_1.jpg');
  background-position: 50%;
}

.promotion_frame.pro-6 {
  background-image: url('../images/20220607_AT_SMT_1040-12.jpg');
  background-position: 50%;
}

.promotion_frame.pro-7 {
  background-image: url('../images/20210929_AT-06.jpg');
}

.footer {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 30px 30px 30px 30px;
  grid-template-columns: 1fr 1fr 4.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.new_footer_icon-link {
  width: 100%;
  align-items: center;
  display: flex;
}

.form-2 {
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.field-label {
  color: var(--saddle-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 10px;
  font-family: ivystyle-sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.submit-button-2 {
  background-color: var(--saddle-brown);
  color: var(--background);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: ivystyle-sans, sans-serif;
  font-weight: 600;
}

.form-block {
  background-color: rgba(0, 0, 0, 0);
}

.newicon {
  height: 100%;
  object-fit: contain;
  padding-left: 0;
  display: block;
}

.newicon.pin {
  height: 100%;
  padding-left: 2px;
}

.newicon.chat {
  height: 85%;
}

.pop_logo-img {
  width: 100%;
}

.pop_logo {
  width: 70%;
  margin: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_pop_logo {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.pop_ending-img {
  height: 70vh;
  background-image: url('../images/1M9A6063_sm.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.divnew-icon {
  height: 25px;
  align-self: auto;
  align-items: center;
  display: block;
}

.card-instructor-img {
  height: 300px;
  background-image: url('../images/sm_DSC9554.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-instructor-img.lena-3 {
  background-image: url('../images/sm_Space_-169.jpg');
  background-position: 50% 40%;
}

.card-instructor-img._4 {
  background-image: url('../images/sm_AthaInstructors-38.jpg');
  background-position: 50% 20%;
}

.card-instructor-img._5 {
  background-image: url('../images/sm_Space_-33.jpg');
  background-position: 32% 0;
}

.card-instructor-img._6 {
  background-image: url('../images/sm_Space_-64.jpg');
  background-position: 50% 45%;
}

.card-instructor-img.pear {
  background-position: 70% 68%;
  background-size: 140%;
}

.card-info {
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  display: flex;
}

.card__title-description {
  border: .5px solid var(--saddle-brown);
  flex: 1;
  align-self: stretch;
  padding: 20px 0;
  text-decoration: none;
}

.card__info_price {
  border-right: .5px solid var(--saddle-brown);
  border-bottom: .5px solid var(--saddle-brown);
  border-left: .5px solid var(--saddle-brown);
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.card__info_price.rightalign {
  border-bottom-width: .5px;
  border-left-width: .5px;
  border-right-width: .5px;
  justify-content: flex-end;
}

.card-instructor {
  text-decoration: none;
}

.card-instructor:hover {
  box-shadow: 1px 1px 3px 0 var(--peru);
  opacity: 1;
}

.card-instructor.gear {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.slide-instructor {
  background-image: url('../images/AthaInstructors-277.jpg');
  background-position: 50% 43%;
  background-size: cover;
}

.slide-instructor._2 {
  background-image: url('../images/sm_AthaInstructors-247.jpg');
  background-position: 50%;
}

.slide-instructor._3 {
  background-image: url('../images/sm_AthaInstructors-249.jpg');
}

.slide-instructor._4 {
  background-image: url('../images/sm_AthaInstructors-257.jpg');
}

.background-video {
  height: 60vh;
}

.banner_video {
  display: none;
}

.image_banner {
  height: 60vh;
  background-image: url('../images/sm_Atha-mood_85.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.image_banner.gear {
  height: 60vh;
  background-image: url('../images/sm_DSC9997.jpg');
  background-position: 50%;
  background-size: cover;
}

.image_banner.cafe {
  height: 60vh;
  background-image: url('../images/sm_ATHA_YOGURT8308-42.jpg');
  background-position: 50% 49%;
  background-size: cover;
}

.image_banner.retreat {
  background-image: url('../images/sm_Atha-mood_85.jpg');
  background-size: cover;
}

.class-option.online {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.class-option.onsite {
  height: 50vh;
  background-color: var(--saddle-brown);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.class-cat-box {
  height: 26vh;
  border: .5px solid var(--saddle-brown);
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.new_h3 {
  color: var(--saddle-brown);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.3rem;
  text-decoration: none;
  display: block;
}

.video {
  height: 80vh;
}

.background_vid_consult {
  height: 100%;
}

.athome__box {
  height: 53vh;
  background-image: url('../images/sm_FM9A2051.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.athome__box.gear {
  background-image: url('../images/sm_Atha_Merchandise-3.jpg');
  background-position: 0 77%;
  background-size: 119%;
}

.athaathome_p {
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 10px 20px;
  display: flex;
}

.athaathome_p_h2 {
  border-bottom: .5px solid var(--saddle-brown);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.athaathome_p_insidep {
  padding: 20px 10px;
}

.section_intro_pop {
  padding-bottom: 40px;
}

.div_banner_header {
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.banner_subtitle {
  padding-top: 5px;
}

.banner_subtitle.center {
  text-align: center;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10%;
}

.container_main_flex.linecontact {
  height: 70vh;
  border: .5px none var(--saddle-brown);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_flex {
  height: 50%;
  border: 1px #000;
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div_flex.flip {
  flex-direction: row-reverse;
  align-content: space-between;
}

.athaathome_home-subdiv {
  margin-bottom: 0;
}

.div_line-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gear-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 100%;
  display: inline-block;
}

.gear-img.bag {
  object-position: 50% 50%;
}

.gear-img.strap {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: 80% 50%;
}

.lightbox-link-3 {
  height: 370px;
  object-position: 50% 50%;
  flex: none;
  display: block;
  overflow: hidden;
}

.card__info--text {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-family: ivystyle-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.card__info--text.price {
  font-weight: 600;
}

.cardheader_gear-info {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container_upcoming {
  border-bottom: .5px solid var(--saddle-brown);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.upcoming_yoga-101_main_slide {
  height: 60vh;
}

.upcoming_yoga_slide-1 {
  background-image: url('../images/sm_DSC9229.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.upcoming_yoga_slide-3 {
  background-image: url('../images/sm_DSC9608.jpg');
  background-position: 34% 70%;
  background-repeat: no-repeat;
  background-size: 130%;
}

.upcoming_yoga_slide-4 {
  background-image: url('../images/sm_DSC9413.jpg');
  background-position: 34% 60%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.upcoming_yoga_slide-5 {
  background-image: url('../images/sm_DSC9146.jpg');
  background-position: 34% 90%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.div_upcoming_info {
  padding-top: 40px;
}

.div_upcoming_subhead {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 10px 20px 0;
  display: flex;
}

.subtitle {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.upcoming_so_slide-1 {
  background-image: url('../images/sm_MG_6563.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.upcoming_so_slide-2 {
  background-image: url('../images/sm_DSC04464.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.upcoming_so_slide-3 {
  background-image: url('../images/sm_FM9A6753-69.jpg');
  background-position: 34% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.upcoming_so_slide-4 {
  background-image: url('../images/sm_DSC05057.jpg');
  background-position: 34% 60%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.upcoming_so_slide-5 {
  background-image: url('../images/sm_MG_6325.jpg');
  background-position: 34% 90%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.retreat_title {
  min-width: auto;
  flex-flow: column wrap;
  flex: 1;
  align-content: flex-start;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.retreat_p {
  width: 70%;
  flex: 0 auto;
  align-self: center;
}

.div_retreat_subtitle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pop-route {
  width: 70%;
  justify-content: center;
  display: flex;
}

.paragraph-3 {
  margin-bottom: auto;
}

.container_classoption {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: .5px solid var(--saddle-brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.retreat_date {
  color: var(--black);
  font-family: ivystyle-sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.upcoming_link-nav {
  border-right: .5px solid var(--saddle-brown);
  border-left: .5px solid var(--saddle-brown);
  background-color: var(--background);
  color: var(--black);
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: ivystyle-sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: none;
  display: flex;
}

.upcoming_link-nav:hover {
  background-color: var(--saddle-brown);
  color: var(--background);
}

.upcoming_link-nav.w--current {
  color: var(--saddle-brown);
  text-transform: uppercase;
  font-family: ivystyle-sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: underline;
}

.upcoming_link-nav.w--current:hover {
  color: var(--background);
}

.review-2 {
  background-image: url('../images/sm_ATHA_june_SET6_post3_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.review-3 {
  background-image: url('../images/sm_ATHA_june_SET6_post3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.review-4 {
  background-image: url('../images/sm_ATHA_june_SET6_post2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.review-5 {
  background-image: url('../images/sm_ATHA_july_SET16_post2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.review-6 {
  background-image: url('../images/sm_ATHA_july_SET16_post3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.review-7 {
  background-image: url('../images/sm_ATHA_july_SET16_post1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.socialmediaset {
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.social-icon_withrightspace {
  color: var(--black);
  margin-right: 20px;
  padding-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}

.social-icon_ig {
  color: var(--black);
  padding-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}

.popup_feel_calm {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(84, 65, 51, .53);
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 10%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.feel-div {
  width: 950px;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--antique-white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin: auto;
  display: grid;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.feel-header {
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 50px 0;
  font-weight: 400;
  display: flex;
}

.feel-subhead {
  padding-bottom: 20px;
}

.feel-alltext {
  margin-bottom: 0;
  padding-bottom: 52px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.h2_left-align {
  text-align: left;
}

.link-block {
  z-index: 10;
  font-family: "Fa 400", sans-serif;
  text-decoration: none;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.close-icon {
  color: var(--black);
  font-family: "Fa 400", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}

.feel-h1 {
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 50px 0;
  font-weight: 400;
  display: flex;
}

.popup_feel_good, .popup_feel_active, .popup_feel_sweaty, .popup_online-schedule {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(84, 65, 51, .53);
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 10%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.schedule {
  position: relative;
}

.social-icon_youtube-link {
  color: var(--black);
  margin-right: 20px;
  padding-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}

.banner_images {
  height: 60vh;
}

.instruct_img-1 {
  background-image: url('../images/NEW-INSTRUCTORS_DSC1228.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 100%;
}

.instruct_img-2 {
  background-image: url('../images/NEW-INSTRUCTORS_DSC1244.jpg');
  background-position: 50%;
  background-size: cover;
}

.instruct_img-3 {
  background-image: url('../images/NEW-INSTRUCTORS_DSC1294.jpg');
  background-position: 50%;
  background-size: cover;
}

.instructorlinkbox {
  border: .5px solid var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.instructor_all_heading {
  color: var(--saddle-brown);
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 2.4rem;
  line-height: 3rem;
  text-decoration: none;
}

.image-11 {
  border-bottom: .5px solid var(--black);
}

.instructor_banner_70vh {
  height: 70vh;
}

.collection-item {
  height: 80vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 70%;
  background-size: cover;
}

.slide-1 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: content-box;
}

.slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instructor_vertical_img {
  width: 500px;
  height: 700px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.instructor_head {
  border-bottom: .5px solid var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
}

.instructor_quote {
  text-align: center;
  margin-left: -78px;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

.instructor_text {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 60px;
}

.grid {
  grid-template-rows: auto auto auto;
}

.text-block {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
}

.instructor_others {
  border-bottom: .5px solid var(--black);
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

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

.image-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block {
  width: auto;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
}

.instructor_other_img_box {
  width: 300px;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5, .slide-2, .instructor-slide_1, .instructor-slide_2, .instructor-slide_3, .instructor-slide_4, .instructor-slide_5, .instructor-slide_6, .instructor-slide_7, .instructor-slide_8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.instructor-slide_9, .instructor-slide_10, .instructor-slide_11, .instructor-slide_12, .instructor-slide_13, .instructor-slide_14, .instructor-slide_15, .instructor-slide_16, .instructor-slide_17, .instructor-slide_18, .instructor-slide_19, .instructor-slide_20, .instructor-slide_21, .instructor-slide_22, .instructor-slide_23, .instructor-slide_24, .instructor-slide_25 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  h2 {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 50px;
  }

  p {
    color: var(--black);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sub_nav.w--current {
    color: var(--peru);
  }

  .mobile-nav {
    z-index: 1;
  }

  .intro_slide_4.pop_banner-4 {
    background-position: 50% 30%;
  }

  .new-container.retreat {
    align-items: flex-start;
  }

  .new-h1 {
    flex: 0 auto;
    font-size: 3.3rem;
    display: block;
  }

  .new-h1.instructors {
    margin-bottom: 0;
  }

  .inspiration.banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .inspiration.banner.atha--at--home {
    border-style: none;
    grid-template-rows: auto auto;
  }

  .intro_image {
    height: 100%;
  }

  .div_paragraph {
    padding: 20px;
  }

  .div-header {
    padding-bottom: 40px;
  }

  .intro_section.pop {
    padding-bottom: 0;
  }

  .intro_section.banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .intro_section.class-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro_section.banner {
    padding-bottom: 0;
  }

  .container_main_grid.cafe--promotion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button {
    letter-spacing: 1.3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .button.book-now {
    display: none;
  }

  .h1_center {
    padding-bottom: 20px;
  }

  .footer {
    grid-row-gap: 10px;
  }

  .image_banner {
    height: 70vh;
    background-image: url('../images/sm_FM9A2181.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .class-option {
    height: 70vh;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    text-decoration: none;
    display: flex;
  }

  .class-option.online {
    height: 50vh;
    border-style: none solid;
    border-width: 1px .5px .5px;
    border-color: var(--saddle-brown);
  }

  .class-option.onsite {
    background-color: var(--saddle-brown);
    color: var(--background);
  }

  .class-cat-box {
    height: 26vh;
    border: .5px solid var(--saddle-brown);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .new_h3 {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.6rem;
    display: block;
  }

  .athome__box {
    height: 70vh;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    text-decoration: none;
    display: flex;
  }

  .athome__box.cafe {
    height: 60vh;
    background-position: 50%;
  }

  .athome__box.gear {
    height: 60vh;
  }

  .athaathome_p {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    display: flex;
  }

  .athaathome_p_h2 {
    align-self: stretch;
    padding-bottom: 20px;
  }

  .athaathome_p_insidep {
    padding-bottom: 20px;
  }

  .div_upcoming_subhead {
    padding: 10px;
  }

  .retreat_date {
    text-align: left;
  }

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

  .dropdown-list.w--open {
    flex-direction: column;
    display: flex;
  }

  .social-icon_withrightspace {
    align-items: center;
    margin-right: 20px;
    padding-right: 0;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    display: block;
  }

  .social-icon_ig {
    align-items: center;
    margin-right: 0;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    display: block;
  }

  .popup_feel_calm {
    z-index: 20;
    width: 100vw;
    height: 100vh;
    background-color: rgba(84, 65, 51, .53);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .feel-div {
    width: 1000px;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--antique-white);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
    position: absolute;
  }

  .feel-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feel-text {
    flex: 1;
  }

  .feel-subhead {
    padding-bottom: 20px;
  }

  .feel-alltext {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 52px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .h2_left-align {
    text-align: left;
  }

  .link-block {
    color: var(--black);
    font-family: "Fa 400", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    position: absolute;
    top: -2%;
    bottom: auto;
    left: auto;
    right: -2%;
  }

  .close-icon {
    flex-wrap: wrap;
    font-family: "Fa 400", sans-serif;
    display: flex;
  }

  .feel-h1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .popup_feel_good, .popup_feel_active, .popup_feel_sweaty {
    z-index: 20;
    width: 100vw;
    height: 100vh;
    background-color: rgba(84, 65, 51, .53);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup_online-schedule {
    z-index: 20;
    width: 100vw;
    height: 100vh;
    background-color: rgba(84, 65, 51, .53);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .social-icon_youtube-link {
    align-items: center;
    margin-right: 20px;
    padding-right: 0;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 3.7rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header, .header.subscripe-head {
    font-size: 2.7rem;
  }

  .subscribe {
    padding: 30px 14px;
    text-decoration: none;
  }

  .form {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .new_footer {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20px;
  }

  .new_footer.social {
    padding-top: 10%;
    padding-bottom: 40%;
  }

  .footer-address {
    padding: 0 0%;
  }

  .image-2 {
    height: 6vh;
  }

  .nav-menu {
    background-color: var(--tan);
    flex-flow: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .columns-3 {
    padding: 10% 10% 0;
  }

  .menu-button {
    background-color: var(--tan);
    padding-top: 27px;
    padding-bottom: 27px;
  }

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

  .icon {
    color: var(--black);
    font-size: 2.1rem;
  }

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

  .body-2 {
    display: block;
  }

  .sub_nav {
    border-bottom: .5px solid var(--saddle-brown);
    flex: 1;
    padding-left: 10px;
    display: flex;
  }

  .sub_nav.w--current {
    padding-left: 10px;
  }

  .sub_nav.ending {
    border-bottom-style: none;
  }

  .mobile-nav {
    flex-flow: row-reverse wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

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

  .image-10 {
    max-width: 90%;
  }

  .new_text {
    max-width: 100%;
    flex: 0 auto;
    align-self: auto;
  }

  .slidebanner, .slidebanner.founder {
    height: 50vh;
  }

  .center_down {
    padding-top: 20px;
    display: none;
  }

  .new-container {
    flex: 0 auto;
  }

  .inspiration {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .intro_image {
    width: 100%;
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-header {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .intro_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro_section.banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro_section.upcoming {
    border-top-style: solid;
    position: -webkit-sticky;
    position: sticky;
  }

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

  .div_text_paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fullwidth-slide {
    height: 60vh;
  }

  .slide_promotion {
    height: 470px;
  }

  .promotion_frame {
    background-size: contain;
  }

  .footer {
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new_footer_icon-link {
    align-items: center;
  }

  .newicon {
    height: 100%;
    padding-left: 0;
  }

  .newicon.pin {
    padding-left: 4px;
  }

  .pop_logo {
    width: 60%;
    margin-bottom: 40px;
  }

  .section_pop_logo {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .divnew-icon {
    height: 23px;
  }

  .card-instructor-img {
    height: 230px;
  }

  .card-instructor:hover {
    box-shadow: none;
  }

  .background-video {
    height: 50vh;
  }

  .nav-brand {
    flex: 1;
  }

  .image_banner.gear, .image_banner.cafe {
    background-size: cover;
  }

  .class-option.onsite, .class-cat-box {
    height: 40vh;
  }

  .div_banner_header {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner_subtitle.center {
    padding-left: 6%;
    padding-right: 6%;
  }

  .div_flex {
    flex-direction: column;
  }

  .div_upcoming_subhead {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--background);
    color: var(--tan);
  }

  .container_classoption {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: solid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .dropdown-list.w--open {
    background-color: var(--background);
    padding-left: 22px;
  }

  .upcoming_link-nav {
    color: var(--black);
    text-transform: uppercase;
    font-family: ivystyle-sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .upcoming_link-nav:hover {
    background-color: var(--background);
    color: var(--black);
  }

  .nav-menu-2 {
    border-bottom: .5px solid var(--saddle-brown);
    background-color: var(--background);
    flex-direction: column;
    display: flex;
  }

  .social-icon_withrightspace, .social-icon_ig {
    padding-right: 0;
  }

  .popup_feel_calm {
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 10%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .feel-div {
    width: 600px;
    height: auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    align-self: flex-start;
    align-items: center;
    justify-items: center;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .feel-header {
    border-bottom: 1px solid var(--saddle-brown);
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feel-subhead {
    text-align: left;
  }

  .feel-alltext {
    padding-bottom: 20px;
  }

  .h2_left-align {
    text-align: left;
  }

  .link-block {
    top: -1.5%;
    right: -2.5%;
  }

  .feel-h1 {
    border-bottom: 1px none var(--saddle-brown);
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .popup_feel_good, .popup_feel_active, .popup_feel_sweaty, .popup_online-schedule {
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 10%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .social-icon_youtube-link {
    padding-right: 0;
  }

  .collection-item {
    height: 70vh;
  }

  .instructor_quote {
    margin-left: auto;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .instructor_text {
    padding: 30px 35px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }

  h2 {
    letter-spacing: 2px;
    font-size: 2.6rem;
    line-height: 3.1rem;
  }

  p {
    margin-bottom: 0;
  }

  .navbar {
    padding-left: 10%;
    padding-right: 10%;
  }

  .header {
    font-size: 2.5rem;
  }

  .header.subscripe-head {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .subscribe {
    padding: 30px 14px;
  }

  .new_footer {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 20px;
    font-size: 13px;
  }

  .nav-menu {
    position: absolute;
  }

  .menu-button.w--open {
    position: static;
  }

  .columns-7 {
    display: flex;
  }

  .sub_nav {
    margin-left: 0;
    padding-left: 30px;
  }

  .sub_nav.w--current {
    padding-left: 30px;
  }

  .new_text {
    text-align: left;
  }

  .slidebanner {
    height: 50vh;
  }

  .center_down {
    width: 20px;
    padding-bottom: 20px;
  }

  .new-container.banner {
    height: auto;
  }

  .new-container.retreat {
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .new-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
  }

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

  .intro_image {
    width: 100%;
    height: 50vh;
    align-items: stretch;
  }

  .div_paragraph {
    width: 100%;
    justify-content: center;
    padding: 20px 20px 0;
    display: flex;
  }

  .div_paragraph.athome {
    padding-bottom: 20px;
  }

  .div-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro_section {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .intro_section.footer_section {
    padding-bottom: 30px;
  }

  .intro_section.pop {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro_section.banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro_section.line-contact {
    border: 1px #000;
    padding-bottom: 0;
  }

  .intro_section.promotion--cafe, .intro_section.gear {
    padding-bottom: 0;
  }

  .intro_section.promotion--gear {
    border-top-style: none;
    padding-bottom: 0;
  }

  .intro_section.promotion--all {
    padding-bottom: 0;
  }

  .container_main_grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .container_main_grid.location {
    padding-top: 40px;
  }

  .container_main_grid.instructor {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 60px 100px;
  }

  .container_main_grid.cafe--promotion {
    grid-template-rows: auto auto auto;
  }

  .container_main_grid.gear {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .button.book-now {
    display: none;
  }

  .button.book-now.mobile {
    justify-content: center;
    display: flex;
  }

  .h1_center {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .new_footer_icon-link {
    padding-left: 20px;
  }

  .field-label {
    align-self: flex-start;
  }

  .card-instructor-img {
    height: 350px;
  }

  .card-instructor-img._6 {
    background-position: 10% 30%;
    background-size: 100%;
  }

  .background-video {
    height: 50vh;
  }

  .image_banner.gear, .image_banner.cafe {
    background-size: cover;
  }

  .class-option.online, .class-option.onsite {
    height: 50vh;
  }

  .class-cat-box {
    height: 30vh;
  }

  .video {
    height: 50vh;
  }

  .section_intro_pop {
    padding-bottom: 20px;
  }

  .banner_subtitle.center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .container_main_flex {
    border-top: .5px solid var(--saddle-brown);
    padding-top: 0;
  }

  .container_main_flex.linecontact {
    border-style: none;
  }

  .div_upcoming_subhead {
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
    display: flex;
  }

  .retreat_title {
    align-self: stretch;
  }

  .retreat_p {
    width: 100%;
    flex: 0 auto;
    align-self: stretch;
  }

  .div_retreat_subtitle {
    flex: 0 auto;
    align-self: auto;
  }

  .pop-route {
    padding-top: 40px;
  }

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

  .upcoming_link-nav {
    color: var(--black);
    flex: 1;
    align-self: stretch;
  }

  .upcoming_link-nav:hover {
    background-color: var(--background);
    color: var(--black);
  }

  .social-icon_withrightspace, .social-icon_ig {
    padding-right: 0;
  }

  .popup_feel_calm {
    width: 100vw;
    height: 100vh;
    background-color: rgba(84, 65, 51, .6);
    position: fixed;
  }

  .feel-div {
    width: 80vw;
    grid-template-rows: auto auto auto auto auto auto auto;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .feel-header {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feel-subhead {
    padding-bottom: 10px;
  }

  .h2_left-align {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .feel-h1 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .popup_feel_good, .popup_feel_active, .popup_feel_sweaty, .popup_online-schedule {
    width: 100vw;
    height: 100vh;
    background-color: rgba(84, 65, 51, .6);
    position: fixed;
  }

  .social-icon_youtube-link {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: .1rem;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }

  h3 {
    text-align: center;
  }

  p {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .navbar {
    flex-flow: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    padding: 10%;
    display: block;
  }

  .header {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .header.subscripe-head {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .subscribe {
    padding: 30px 14px;
  }

  .subscribe_section {
    height: 50vh;
  }

  .new_footer {
    text-align: left;
    padding-top: 0%;
    font-size: .8rem;
    line-height: 1.4;
  }

  .new_footer.social {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10%;
    font-size: .8rem;
    line-height: 1.4;
    display: flex;
  }

  .footer-sm {
    flex-direction: column;
  }

  .form-description, .submit-button {
    font-size: .8rem;
    line-height: 1.4;
  }

  .footer-address {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: visible;
  }

  .image-2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    display: block;
  }

  .container-4 {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    display: block;
    position: static;
  }

  .columns-3 {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
    display: block;
  }

  .brand {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .brand.w--current, .column-7 {
    display: block;
  }

  .menu-button {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 2%;
    padding-bottom: 2%;
    display: block;
  }

  .icon {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .location {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }

  .column-10 {
    display: block;
  }

  .columns-7 {
    flex-direction: row;
  }

  .column-11 {
    display: block;
  }

  .sub_nav {
    text-align: left;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .sub_nav.w--current {
    padding-left: 20px;
  }

  .mobile-nav {
    height: 10vh;
    align-content: space-around;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .header-container {
    width: 100%;
    justify-content: space-between;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-10 {
    max-width: 80%;
  }

  .new_text {
    text-align: left;
    white-space: normal;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
    display: block;
  }

  .slidebanner {
    width: 100%;
    height: 30vh;
  }

  .slidebanner.founder {
    height: 30vh;
  }

  .new_slide_dot {
    font-size: 5px;
    line-height: 20px;
  }

  .center_down {
    width: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .new-container {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  .new-container.banner {
    height: auto;
  }

  .new-container.retreat {
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 0;
  }

  .new-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.3;
  }

  .inspiration.banner.atha--at--home {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .intro_image {
    height: 30vh;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .intro_image.our-value {
    height: 30vh;
  }

  .div_paragraph {
    flex-wrap: wrap;
    align-items: stretch;
    padding: 10px;
  }

  .div-header {
    padding: 0 0 20px;
  }

  .intro_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro_section.brown {
    padding-bottom: 0;
  }

  .intro_section.footer_section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .intro_section.banner {
    padding: 20px;
  }

  .intro_section.line-contact, .intro_section.class-upcoming, .intro_section.promotion--cafe {
    padding-bottom: 0;
  }

  .intro_section.gear {
    padding-top: 0;
  }

  .intro_section.promotion--gear, .intro_section.promotion--all {
    padding-bottom: 0;
  }

  .container_main_grid {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
  }

  .container_main_grid.promotion {
    grid-row-gap: 0px;
  }

  .container_main_grid.instructor {
    grid-template-rows: auto auto auto auto auto auto;
    padding: 20px;
  }

  .container_main_grid.cafe--promotion {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button:hover {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .button.book-now {
    width: 100%;
    flex: 1;
    align-self: stretch;
  }

  .h1_center {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 20px;
  }

  .h1_center.no-endline {
    padding-left: 36px;
    padding-right: 36px;
  }

  .slider_feedback {
    height: 270px;
  }

  .div_text_paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fullwidth-slide {
    height: 30vh;
  }

  .slide_promotion {
    height: 40vh;
    overflow: hidden;
  }

  .mask {
    width: 100%;
  }

  .promotion_frame {
    height: 100%;
    background-size: contain;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .footer {
    grid-row-gap: 5px;
    grid-template-rows: 50px 50px 50px 50px auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .new_footer_icon-link {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .field-label {
    text-align: left;
    font-size: .7rem;
  }

  .submit-button-2 {
    font-size: .75rem;
  }

  .newicon {
    max-width: 100%;
    padding-left: 3px;
  }

  .pop_logo {
    flex: 0 auto;
    align-self: center;
    margin-bottom: 10px;
  }

  .section_pop_logo {
    padding-top: 20px;
  }

  .pop_ending-img {
    height: 30vh;
  }

  .icon-8, .icon-9 {
    font-size: 20px;
  }

  .icon-10 {
    font-size: 20px;
    line-height: 22px;
  }

  .icon-11 {
    font-size: 20px;
  }

  .right-arrow {
    align-items: flex-start;
    display: block;
  }

  .card-instructor-img {
    height: 230px;
  }

  .card__title-description {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .background-video {
    height: 30vh;
  }

  .nav-brand {
    flex: 1;
    padding-left: 0;
  }

  .image_banner, .image_banner.gear, .image_banner.cafe {
    height: 30vh;
    background-size: cover;
  }

  .class-option.online, .class-option.onsite {
    height: 30vh;
  }

  .class-cat-box {
    height: 20vh;
    border-bottom-style: none;
  }

  .new_h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .video {
    height: 30vh;
  }

  .athome__box.cafe {
    height: 30vh;
    background-position: 50%;
    background-size: cover;
  }

  .athome__box.gear {
    height: 30vh;
  }

  .section_intro_pop {
    padding-bottom: 10px;
  }

  .div_banner_header {
    flex-wrap: wrap;
    align-content: center;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner_subtitle.center {
    align-self: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container_main_flex {
    border-top-style: none;
    padding-top: 0;
  }

  .container_main_flex.linecontact {
    height: 30vh;
  }

  .div_flex {
    align-items: stretch;
  }

  .container_upcoming {
    flex-direction: column;
  }

  .upcoming_yoga-101_main_slide {
    height: 30vh;
  }

  .upcoming_yoga_slide-4 {
    background-size: cover;
  }

  .div_upcoming_subhead {
    align-items: stretch;
    padding: 20px;
  }

  .retreat_title {
    align-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .retreat_p, .pop-route {
    width: 100%;
  }

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

  .menu-button-2.w--open {
    background-color: var(--background);
    color: var(--tan);
  }

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

  .dropdown-list.w--open {
    background-color: var(--background);
  }

  .upcoming_link-nav {
    border-top: 1px #000;
    border-bottom: .5px solid var(--saddle-brown);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .upcoming_link-nav:hover {
    background-color: var(--background);
    color: var(--black);
  }

  .upcoming_link-nav.w--current {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .nav-menu-2 {
    background-color: var(--background);
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .dropdown {
    flex: 1;
  }

  .socialmediaset {
    justify-content: center;
  }

  .social-icon_withrightspace, .social-icon_ig {
    padding-right: 0;
  }

  .popup_feel_calm {
    z-index: 10;
    width: 100vw;
    height: auto;
    background-color: rgba(84, 65, 51, .6);
    padding-top: 10%;
    padding-bottom: 10%;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .feel-div {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .feel-header {
    border-bottom-width: .5px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 10px;
    font-weight: 600;
  }

  .feel-image {
    display: none;
  }

  .feel-text {
    font-family: ivystyle-sans, sans-serif;
    font-size: .8rem;
    line-height: 1rem;
  }

  .feel-subhead {
    padding-bottom: 5px;
  }

  .feel-alltext {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2_left-align {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .link-block {
    top: -2%;
    right: -6%;
  }

  .close-icon {
    font-size: 30px;
    line-height: 30px;
  }

  .feel-h1 {
    text-align: left;
    border-bottom-style: none;
    border-bottom-width: .5px;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 2.3rem;
    display: flex;
  }

  .popup_feel_good, .popup_feel_active, .popup_feel_sweaty {
    z-index: 10;
    width: 100vw;
    height: auto;
    background-color: rgba(84, 65, 51, .6);
    padding-top: 10%;
    padding-bottom: 10%;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .popup_online-schedule {
    z-index: 10;
    width: 100vw;
    height: auto;
    background-color: rgba(84, 65, 51, .6);
    padding: 10% 26px;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .social-icon_youtube-link {
    padding-right: 0;
  }

  .instructor_vertical_img {
    width: 100%;
  }

  .instructor_quote {
    margin-left: 0;
  }

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

#w-node-_45786df3-62bd-95b3-033f-8cf6db92aa55-51783330 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_45786df3-62bd-95b3-033f-8cf6db92aa5a-51783330 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a1fa6692-1433-317c-b793-badc1340e07d-51783330 {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_2d4d5250-c076-a7aa-1bda-9b8e044148a2-51783330 {
  grid-area: 3 / 1 / 6 / 3;
}

#w-node-_9c41aae7-bcb9-c90e-a8e6-4cd25e84b2ca-51783330 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bf0b13c0-85e2-03bf-5e54-92437c48ceb0-51783330 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c3fe-7de3c3fc {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c402-7de3c3fc {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c408-7de3c3fc {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: start;
}

#w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c40c-7de3c3fc {
  grid-area: 4 / 1 / 5 / 3;
  justify-self: start;
}

#w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c410-7de3c3fc {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_5b5eb391-db9d-425d-0eb2-006dae32164e-bf783338 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5b5eb391-db9d-425d-0eb2-006dae321651-bf783338 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ee65b275-e961-e692-1dd2-3ce6effa7804-3e783339 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1191f14c-8b87-d41e-a520-5f5ac147bd1f-6f78333a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-b40dce85-f4ab-0c9a-6c16-24f8d9d22a90-6f78333a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-_81998b33-73cb-0d1d-7bc8-56b003913004-6f78333a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
}

#w-node-_0c8a8e05-1b35-5b92-4d78-80fd872357f9-6f78333a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_70acdf15-d711-4e1a-73e9-c69a0e4aa617-6f78333a, #w-node-_90b0cdba-9146-0e57-897b-341107c6ba10-8078333b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d38bc7d0-88c6-ad48-0cfb-f800a2c4a9d4-8078333b {
  grid-area: 2 / 2 / 4 / 3;
  align-self: auto;
}

#w-node-_1cf6fd00-4350-d424-94c9-e9a31e6752fe-8078333b {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_010f731e-da5d-9524-9485-443dfb015d6c-8078333b {
  grid-area: 2 / 1 / 6 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3eb7-8078333b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ec0-8078333b {
  grid-area: 2 / 2 / 4 / 3;
  align-self: auto;
}

#w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ec7-8078333b {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ece-8078333b {
  grid-area: 2 / 1 / 6 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c86-8078333b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c8f-8078333b {
  grid-area: 2 / 2 / 4 / 3;
  align-self: auto;
}

#w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c96-8078333b {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c9d-8078333b {
  grid-area: 2 / 1 / 6 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_385265ed-c7cd-0c88-4539-b96f56a55031-8078333b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_385265ed-c7cd-0c88-4539-b96f56a5503a-8078333b {
  grid-area: 2 / 2 / 4 / 3;
  align-self: auto;
}

#w-node-_385265ed-c7cd-0c88-4539-b96f56a55041-8078333b {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_385265ed-c7cd-0c88-4539-b96f56a55048-8078333b {
  grid-area: 2 / 1 / 6 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_5b5eb391-db9d-425d-0eb2-006dae32164e-8078333b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5b5eb391-db9d-425d-0eb2-006dae321651-8078333b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5dbfff3b-4dfa-8bae-5984-701b8baf9333-04783342 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_22c0625e-97bd-eca6-1c63-54682e9c93db-04783342 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_22c0625e-97bd-eca6-1c63-54682e9c93df-04783342 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_23d75efd-d3b5-7c79-a1af-024916b67869-04783342 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: auto;
  justify-self: center;
}

#w-node-_3db8f32e-9976-8a71-a22a-cee7760454ca-24783346 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a43ac76c-18ea-97e9-738b-910dcaff01f3-5093eae1, #w-node-a6976cf8-4d20-4de7-e36b-ae5d63cd0b62-5093eae1, #w-node-_0a456b3f-a510-c1a9-141e-2715e6fb89cb-5093eae1, #w-node-a49ef084-5e26-e534-f438-1303409198e2-5093eae1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e201979d-f6e7-ea6f-ccde-213823fc65e7-5093eae1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c792eb5f-07cb-4b0d-aa08-3d421a9ceac9-bc4c0015 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9007638a-4040-5c22-8dd3-34816e2bfb54-bc4c0015 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: stretch;
}

#w-node-_874ba9e4-4278-674d-55e3-64e7191ccf9f-bc4c0015 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_93dbb520-ec16-8d94-e8d3-195543d7e207-bc4c0015 {
  grid-area: 3 / 1 / 4 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_5b5eb391-db9d-425d-0eb2-006dae32164e-bf783338 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae321651-bf783338 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_90b0cdba-9146-0e57-897b-341107c6ba10-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d38bc7d0-88c6-ad48-0cfb-f800a2c4a9d4-8078333b {
    grid-area: 2 / 2 / 4 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1cf6fd00-4350-d424-94c9-e9a31e6752fe-8078333b {
    grid-area: 4 / 2 / 6 / 3;
  }

  #w-node-_010f731e-da5d-9524-9485-443dfb015d6c-8078333b {
    grid-area: 2 / 1 / 6 / 2;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3eb7-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ec0-8078333b {
    grid-area: 2 / 2 / 4 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ec7-8078333b {
    grid-area: 4 / 2 / 6 / 3;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ece-8078333b {
    grid-area: 2 / 1 / 6 / 2;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c86-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c8f-8078333b {
    grid-area: 2 / 2 / 4 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c96-8078333b {
    grid-area: 4 / 2 / 6 / 3;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c9d-8078333b {
    grid-area: 2 / 1 / 6 / 2;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a55031-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a5503a-8078333b {
    grid-area: 2 / 2 / 4 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a55041-8078333b {
    grid-area: 4 / 2 / 6 / 3;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a55048-8078333b {
    grid-area: 2 / 1 / 6 / 2;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae32164e-8078333b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae321651-8078333b {
    grid-area: 1 / 2 / 2 / 3;
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c3fe-7de3c3fc {
    align-self: center;
  }

  #w-node-_90b0cdba-9146-0e57-897b-341107c6ba10-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d38bc7d0-88c6-ad48-0cfb-f800a2c4a9d4-8078333b {
    grid-column-start: 1;
  }

  #w-node-_1cf6fd00-4350-d424-94c9-e9a31e6752fe-8078333b {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-_010f731e-da5d-9524-9485-443dfb015d6c-8078333b {
    grid-row: 6 / 8;
    grid-column-end: 3;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3eb7-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ec0-8078333b {
    grid-column-start: 1;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ec7-8078333b {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3ece-8078333b {
    grid-row: 6 / 8;
    grid-column-end: 3;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c86-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c8f-8078333b {
    grid-column-start: 1;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c96-8078333b {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c9d-8078333b {
    grid-row: 6 / 8;
    grid-column-end: 3;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a55031-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a5503a-8078333b {
    grid-column-start: 1;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a55041-8078333b {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-_385265ed-c7cd-0c88-4539-b96f56a55048-8078333b {
    grid-row: 6 / 8;
    grid-column-end: 3;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae32164e-8078333b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-c792eb5f-07cb-4b0d-aa08-3d421a9ceac9-bc4c0015 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9007638a-4040-5c22-8dd3-34816e2bfb54-bc4c0015 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_874ba9e4-4278-674d-55e3-64e7191ccf9f-bc4c0015 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_93dbb520-ec16-8d94-e8d3-195543d7e207-bc4c0015 {
    grid-row: 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c3fe-7de3c3fc, #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c402-7de3c3fc {
    grid-column-end: 4;
  }

  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c408-7de3c3fc {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: start;
  }

  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c40c-7de3c3fc {
    grid-area: 4 / 1 / 5 / 4;
    justify-self: start;
  }

  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c410-7de3c3fc {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_990ace37-0736-e8bf-10ac-fb411a16a02c-7de3c3fc {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae32164e-bf783338 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_86d0f248-0b70-4a97-a452-fd40d974f896-3e783339 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05c01c23-98c6-3538-82f3-1b199654381c-3e783339 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bb411b92-4b1f-fc46-0d30-0a22d9b15255-3e783339 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1191f14c-8b87-d41e-a520-5f5ac147bd1f-6f78333a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b40dce85-f4ab-0c9a-6c16-24f8d9d22a90-6f78333a {
    grid-row: 3 / 4;
  }

  #w-node-_81998b33-73cb-0d1d-7bc8-56b003913004-6f78333a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_70acdf15-d711-4e1a-73e9-c69a0e4aa61a-6f78333a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_70acdf15-d711-4e1a-73e9-c69a0e4aa61b-6f78333a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c8cccc38-421e-84d9-bb0a-2f90234b6a56-6f78333a, #w-node-f7769d60-a362-da53-049a-87fc03262351-6f78333a, #w-node-f7f67989-09f3-8568-b9ff-1766648673b8-6f78333a, #w-node-c8590bd3-d6d8-aeed-e293-aa472eb24db6-6f78333a, #w-node-c661e5a4-a239-ec66-a300-4c68c936bd1e-6f78333a, #w-node-_90b0cdba-9146-0e57-897b-341107c6ba10-8078333b, #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3eb7-8078333b, #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c86-8078333b, #w-node-_385265ed-c7cd-0c88-4539-b96f56a55031-8078333b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae321651-8078333b {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_22c0625e-97bd-eca6-1c63-54682e9c93df-04783342 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3db8f32e-9976-8a71-a22a-cee7760454cd-24783346 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3db8f32e-9976-8a71-a22a-cee7760454ce-24783346 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_38f1801b-967f-7c89-5469-bc38676c605e-24783346, #w-node-c4df96f4-60f6-f605-afae-109c2afd5bf9-24783346, #w-node-d25a3af6-ceb1-c826-3fdb-f4d37dfabf22-24783346, #w-node-_5c228e32-759a-49e9-2cfc-a9d56856dcbe-24783346, #w-node-_9b6050cc-2cca-adef-f362-8ad2b9283907-24783346, #w-node-_18c6e915-4602-357f-704a-824a17dc16a0-24783346, #w-node-d1211205-0b98-e5bd-e018-091770a704d8-24783346, #w-node-_810fe06c-99eb-d80b-ae2c-41d39ea97a01-24783346 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d4d5250-c076-a7aa-1bda-9b8e044148a2-51783330 {
    grid-area: 2 / 1 / 5 / 3;
  }

  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c3fe-7de3c3fc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: start;
  }

  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c402-7de3c3fc, #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c408-7de3c3fc {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c40c-7de3c3fc {
    grid-column-end: 2;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-e91376a9-1b51-e9ce-2cf6-f2d17de3c410-7de3c3fc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_990ace37-0736-e8bf-10ac-fb411a16a02c-7de3c3fc {
    grid-column-end: 2;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae321651-bf783338 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7670f874-0e55-b2db-fee1-e9298d163b97-bf783338 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_45f53bd6-123a-a86e-ad6d-9c75038498f1-bf783338 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ee65b275-e961-e692-1dd2-3ce6effa7804-3e783339 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_86d0f248-0b70-4a97-a452-fd40d974f896-3e783339 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_05c01c23-98c6-3538-82f3-1b199654381c-3e783339 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bb411b92-4b1f-fc46-0d30-0a22d9b15255-3e783339 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_70acdf15-d711-4e1a-73e9-c69a0e4aa617-6f78333a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_70acdf15-d711-4e1a-73e9-c69a0e4aa61a-6f78333a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_70acdf15-d711-4e1a-73e9-c69a0e4aa61b-6f78333a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c8cccc38-421e-84d9-bb0a-2f90234b6a56-6f78333a, #w-node-f7769d60-a362-da53-049a-87fc03262351-6f78333a, #w-node-f7f67989-09f3-8568-b9ff-1766648673b8-6f78333a, #w-node-c8590bd3-d6d8-aeed-e293-aa472eb24db6-6f78333a, #w-node-c661e5a4-a239-ec66-a300-4c68c936bd1e-6f78333a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_90b0cdba-9146-0e57-897b-341107c6ba10-8078333b, #w-node-_139d08c1-fe0c-720d-3786-d39f9c2d3eb7-8078333b, #w-node-_9b1c817c-c268-e90a-17c2-cb6e4fa59c86-8078333b, #w-node-_385265ed-c7cd-0c88-4539-b96f56a55031-8078333b {
    grid-area: 1 / 1 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae32164e-8078333b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5b5eb391-db9d-425d-0eb2-006dae321651-8078333b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5dbfff3b-4dfa-8bae-5984-701b8baf9333-04783342 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_22c0625e-97bd-eca6-1c63-54682e9c93df-04783342 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_3db8f32e-9976-8a71-a22a-cee7760454ca-24783346 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3db8f32e-9976-8a71-a22a-cee7760454cd-24783346 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3db8f32e-9976-8a71-a22a-cee7760454ce-24783346 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_38f1801b-967f-7c89-5469-bc38676c605e-24783346, #w-node-c4df96f4-60f6-f605-afae-109c2afd5bf9-24783346, #w-node-d25a3af6-ceb1-c826-3fdb-f4d37dfabf22-24783346, #w-node-_5c228e32-759a-49e9-2cfc-a9d56856dcbe-24783346, #w-node-_9b6050cc-2cca-adef-f362-8ad2b9283907-24783346, #w-node-_18c6e915-4602-357f-704a-824a17dc16a0-24783346, #w-node-d1211205-0b98-e5bd-e018-091770a704d8-24783346, #w-node-_810fe06c-99eb-d80b-ae2c-41d39ea97a01-24783346 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c792eb5f-07cb-4b0d-aa08-3d421a9ceac9-bc4c0015 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9007638a-4040-5c22-8dd3-34816e2bfb54-bc4c0015, #w-node-_874ba9e4-4278-674d-55e3-64e7191ccf9f-bc4c0015, #w-node-_93dbb520-ec16-8d94-e8d3-195543d7e207-bc4c0015 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}