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

.slider_contain {
  overflow: hidden;
  width: 1440px;
  max-width: none;
  padding-right: 65px;
  padding-left: 65px;
}

.slider_contain.classes {
  margin-top: 47px;
}

.section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.most-watched {
  margin-bottom: 70px;
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url('../images/sw-new-classes-bg-classes.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.section.most-watched.classes {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.section.most-watched.home {
  background-image: url('../images/sw-new-classes-bg-6.jpg');
}

.section.most-watched.journals {
  margin-bottom: 0px;
  background-image: url('../images/sw-new-classes-bg-journal.jpg');
}

.section.latest-journals {
  margin-bottom: 70px;
}

.section.classes {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.section.classes.mobile {
  display: none;
}

.section.latest-classes {
  margin-bottom: 90px;
}

.wrapper {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 15px;
}

.list_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item_1 {
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}

.card {
  width: 300px;
  height: 100%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.card:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card.class-category {
  width: 160px;
}

.card.class-category:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.card.class-category.w--current {
  width: 160px;
}

.card.class-category.mixitup-control-active {
  outline-color: #00e;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.image {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 86.7%, 0.64);
  border-radius: 5px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: opacity 400ms ease, box-shadow 200ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, box-shadow 200ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, box-shadow 200ms ease;
  transition: transform 400ms ease, opacity 400ms ease, box-shadow 200ms ease, -webkit-transform 400ms ease;
}

.image:hover {
  box-shadow: 0 11px 6px 0 rgba(0, 0, 0, 0.19);
  opacity: 0.85;
}

.image:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.image.class-category {
  border-color: hsla(0, 0%, 86.7%, 0.64);
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
  -webkit-transition-duration: 400ms, 400ms, 200ms;
  transition-duration: 400ms, 400ms, 200ms;
}

.image.class-category:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.19);
  opacity: 0.85;
}

.image.class-category:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image.class-category.active {
  border-color: #e51919;
}

.nav-mobile {
  display: none;
}

.link-block-2 {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 400ms ease;
  transition: opacity 200ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 200ms ease;
  transition: transform 400ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  text-align: center;
  text-decoration: none;
}

.link-block-2:hover {
  opacity: 0.85;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.link-block-2.class-badge {
  min-width: 100%;
  margin-bottom: 25px;
  padding-right: 3px;
  padding-left: 3px;
}

.link-block-2.class-badge:hover {
  opacity: 1;
}

.link-block-2.member-journeys {
  padding-right: 0px;
  padding-left: 0px;
}

.text-header {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Quattrocento, sans-serif;
  color: #806f55;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-header.category {
  margin-bottom: 7px;
  padding-top: 5px;
  color: #fff;
  font-size: 22px;
}

.text-header.most-watched {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.text-header.popup {
  color: #b8b8b8;
}

.class-title {
  margin-top: 18px;
  margin-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Quattrocento, sans-serif;
  color: #d6d6d6;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.class-title:hover {
  color: #d6d6d6;
}

.class-title:active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.class-title.most-watched {
  color: #fff;
}

.class-title.popup {
  color: #d6d6d6;
}

.class-title.lrg {
  color: #3f3f3f;
}

.grid-3 {
  position: static;
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: minmax(200px, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 26px auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-divider {
  width: 70px;
  height: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.46);
}

.category-divider.color {
  width: 70px;
  height: 3px;
  background-color: #ccb38b;
  opacity: 1;
}

.category-divider.color.most-watched {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.55);
}

.category-divider.color.journals {
  margin-top: 12px;
  margin-bottom: 12px;
}

.category-divider.popup {
  background-color: hsla(0, 0%, 100%, 0.22);
}

.image-13 {
  width: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: #7c7c7c;
  border-radius: 5px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 200ms ease, box-shadow 200ms ease, border 200ms ease;
  transition: transform 400ms ease, opacity 200ms ease, box-shadow 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.image-13:hover {
  border-width: 1px;
  box-shadow: 0 11px 6px 0 rgba(0, 0, 0, 0.19);
  opacity: 0.9;
}

.class-container {
  overflow: scroll;
  max-width: 1440px;
  padding: 70px 75px;
  background-color: transparent;
  white-space: normal;
}

.class-container.mixed-media {
  background-color: #363636;
}

.class-container.popup {
  overflow: visible;
  padding-top: 127px;
  background-color: #30393f;
}

.section-classes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#e4e4e4));
  background-image: linear-gradient(180deg, #ddd, #e4e4e4);
}

.section-classes.classes {
  padding-top: 38px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#e4e4e4));
  background-image: linear-gradient(180deg, #e4e4e4, #e4e4e4);
}

.section-classes.journals-2 {
  margin-bottom: 70px;
}

.section-classes.mixed-media {
  background-color: rgba(34, 34, 34, 0.95);
  background-image: none;
}

.body {
  background-color: #e4e4e4;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32.most-watched {
  padding-left: 11px;
}

.container-11 {
  max-width: 1440px;
  padding-right: 75px;
  padding-left: 75px;
}

.image-14 {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.image-15 {
  width: 15px;
  height: 15px;
  margin-left: 3px;
}

.header {
  position: relative;
  z-index: 2;
  margin-top: 43px;
  margin-bottom: 10px;
}

.header.categories {
  position: relative;
  z-index: 2;
  margin-top: -291px;
}

.header.categories.classes {
  position: relative;
  z-index: 3;
  margin-top: -360px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.header.class-categories {
  position: relative;
  z-index: 3;
  margin-top: 154px;
}

.header.classes {
  margin-top: 50px;
}

.header.home {
  margin-top: 80px;
}

.left_arrow_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: hsla(0, 0%, 100%, 0.22);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.left_arrow_1:hover {
  background-color: hsla(0, 0%, 100%, 0.42);
}

.left_arrow_1:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.right_arrow_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.22);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.right_arrow_1:hover {
  background-color: hsla(0, 0%, 100%, 0.42);
}

.right_arrow_1:active {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow-block.category {
  display: none;
}

.arrow-block.list-4 {
  display: none;
}

.div-block-33 {
  margin-bottom: 10px;
  padding-left: 5px;
}

.class-badge-text-block {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #464646;
  font-size: 15px;
  text-align: left;
}

.class-badge-text-block:hover {
  color: rgba(70, 70, 70, 0.88);
}

.class-badge-text-block.class-badge-text {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #575757;
  font-weight: 300;
  text-align: center;
}

.class-badge-text-block.class-badge-text.most-watched {
  color: #fff;
}

.icon-3 {
  color: hsla(0, 0%, 100%, 0.53);
  font-size: 35px;
}

.iconplay-2 {
  width: 14px;
  margin-right: 1rem;
  font-size: 20px;
}

.container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1440px;
  padding: 20px 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero {
  height: 70%;
  max-width: 1440px;
  padding: 0px 75px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container.hero.classes {
  height: 83%;
}

.container.hero.journals {
  height: 60%;
}

.div-block {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block.hero__content {
  width: 60%;
  margin-bottom: 0px;
}

.slide-2 {
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0;
}

.icon-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.53);
  font-size: 35px;
}

.icon-2:hover {
  color: #fff;
}

.hero__text-2 {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.slider-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0) 68%, #e4e4e4), linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 50%, transparent 102%), linear-gradient(59deg, #42687e, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.14), #141818);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.slider-gradient.home {
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0) 68%, #e4e4e4), linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 50%, transparent 102%), linear-gradient(59deg, rgba(94, 134, 135, 0.85), hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(58, 81, 82, 0.85));
}

.slider-gradient.journals {
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0) 68%, #e4e4e4), linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 50%, transparent 102%), linear-gradient(59deg, #6e5d5b, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.14), #141818);
}

.hero__btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  padding: 14px 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 5px;
  background-color: #c7abab;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.hero__btn-2:hover {
  background-color: #dab7b7;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.slide-nav-3 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40%;
  z-index: 2;
  margin-top: -45px;
  margin-right: 0px;
  margin-bottom: auto;
  opacity: 0.7;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}

.slide-nav-3.classes {
  margin-top: -100px;
  padding-top: 81px;
}

.slide-nav-3.journals {
  margin-top: -80px;
}

.hero__btns-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-3 {
  height: 98%;
}

.slider-3.classes {
  height: 93%;
}

.slider-3.home {
  height: 110%;
}

.slider-3.journals {
  height: 120%;
}

.left-arrow-3 {
  top: -400px;
  z-index: 2;
  display: none;
  height: 400px;
  margin-left: -10px;
  opacity: 0;
}

.right-arrow-3 {
  top: -309px;
  z-index: 2;
  height: 400px;
  opacity: 1;
}

.right-arrow-3.journals {
  top: -500px;
}

.right-arrow-3.home {
  top: -413px;
}

.image-16 {
  max-width: 80%;
  margin-bottom: 40px;
}

.image-16.hero__show-title {
  max-width: 50%;
  margin-bottom: 0px;
}

.section_hero {
  position: relative;
  display: block;
  width: 100%;
  height: 1000px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_hero.classes {
  height: 833px;
}

.section_hero.classes-hero {
  display: block;
  height: 900px;
}

.slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-image.hero-3 {
  background-image: url('../images/sw-bloom-in-color-hero.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.slider-image.hero-1 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-image: none;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.image-17 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/sw-bloom-in-color-hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item_2 {
  padding-right: 14px;
  padding-left: 14px;
}

.list_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item_3 {
  padding-right: 14px;
  padding-left: 14px;
}

.list_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item_4 {
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}

.left_arrow_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 51.4%, 0.16);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.left_arrow_2:hover {
  background-color: rgba(82, 82, 82, 0.27);
}

.left_arrow_2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.right_arrow_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 51.4%, 0.16);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.right_arrow_2:hover {
  background-color: rgba(82, 82, 82, 0.27);
}

.right_arrow_2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.left_arrow_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.24);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.left_arrow_3:hover {
  background-color: hsla(0, 0%, 100%, 0.42);
}

.left_arrow_3:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.right_arrow_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.24);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.right_arrow_3:hover {
  background-color: hsla(0, 0%, 100%, 0.42);
}

.right_arrow_3:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.left_arrow_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 51.4%, 0.16);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.left_arrow_4:hover {
  background-color: rgba(82, 82, 82, 0.27);
}

.left_arrow_4:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.right_arrow_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 51.4%, 0.16);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.right_arrow_4:hover {
  background-color: rgba(82, 82, 82, 0.27);
}

.right_arrow_4:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.text-block-10 {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 12px;
}

.navbar__dropdown-profile-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.navbar__menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 100%;
  background-color: transparent;
}

.navbar.classes {
  background-color: transparent;
}

.brand {
  width: 100px;
}

.brand.navbar__logo {
  display: block;
  width: 200px;
  margin-right: 30px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand.navbar__logo:hover {
  opacity: 0.7;
}

.image-5 {
  width: 15px;
  margin-right: -9px;
  margin-bottom: 2px;
}

.navbar__profile-picture-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 8px;
  margin-left: 8px;
  padding-left: 0px;
}

.navbar__link-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 6px 12px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #fdfdfd;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-indent: 0px;
}

.navbar__link-2:hover {
  color: #bdbdbd;
  font-weight: 400;
}

.footer-container {
  max-width: 1280px;
  margin-bottom: 0%;
}

.text-block-14 {
  display: block;
  margin-bottom: 10%;
  padding-top: 5%;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.text-block-14.new-for-you {
  margin-bottom: 3%;
  padding-top: 0%;
  padding-right: 114px;
  padding-left: 114px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-14.member-journey {
  margin: 15px 0px 25px;
  padding-top: 0px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.image-8 {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.div-block-14 {
  width: 30px;
  height: 3px;
  background-color: hsla(0, 0%, 100%, 0.47);
}

.div-block-14.footer {
  width: 40px;
}

.category-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-image: url('../images/studioworks-menu-journal.jpg');
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: border 200ms ease, box-shadow 200ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  transition: border 200ms ease, box-shadow 200ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  transition: border 200ms ease, box-shadow 200ms ease, opacity 200ms ease, transform 400ms ease;
  transition: border 200ms ease, box-shadow 200ms ease, opacity 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  text-align: center;
}

.category-button:hover {
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0 12px 6px 0 rgba(0, 0, 0, 0.19);
  opacity: 0.92;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-button.new-for-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #6e6e6e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/studioworks-menu-journal.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/studioworks-menu-journal.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  -webkit-transition: box-shadow 200ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease, transform 400ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.category-button.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  min-height: 300px;
  padding-top: 0px;
  padding-right: 157px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-width: 1px;
  border-color: #6e6e6e;
  background-image: url('../images/studioworks-menu-thumb-member-journeys.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: box-shadow 200ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 200ms ease, transform 400ms ease, opacity 200ms ease;
  transition: box-shadow 200ms ease, transform 400ms ease, opacity 200ms ease, -webkit-transform 400ms ease;
  text-align: left;
}

.category-button.footer:hover {
  border-width: 1px;
  box-shadow: 0 12px 6px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-12 {
  width: 275px;
  margin-top: 0px;
}

.column-43 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-15.member-journeys {
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-15.new-for-you {
  margin-top: 14px;
  margin-bottom: 14px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 45px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #c7abab;
  text-align: center;
}

.div-block-30.new-for-you {
  width: 210px;
  height: 45px;
  margin-left: 0px;
  border-style: none;
}

.columns-9 {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.footer-section {
  margin-top: 0px;
  padding: 80px 50px;
  background-color: #3e4247;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.most-watched-header-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.section-footer {
  padding: 81px 50px;
  background-color: #36393d;
}

.footer-column-1 {
  padding-top: 7px;
  text-align: left;
}

.footer-logo {
  padding-bottom: 30px;
}

.footer-legal-text {
  font-family: Lato, sans-serif;
  color: #7c7c7c;
  font-size: 13px;
  font-weight: 300;
}

.footer-link {
  position: relative;
  display: block;
  margin-bottom: 11px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.3);
}

.grid-2 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer-link-block {
  margin-top: -1px;
  margin-bottom: 33px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #aaaeb4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-link-block:hover {
  background-color: transparent;
  color: #fff;
}

.image-18 {
  margin-top: -1px;
}

.image-19 {
  margin-top: -2px;
}

.icon-4 {
  color: #fdfdfd;
}

.text-block-17 {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  color: #fdfdfd;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-block-17:hover {
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.dropdown-link {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid #3d3d3d;
  background-color: #202020;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #ececec;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #929292;
}

.dropdown-link-2 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #202020;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #ececec;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dropdown-link-2:hover {
  color: #929292;
}

.dropdown-list {
  width: 50px;
  margin-top: -7px;
}

.dropdown-list.w--open {
  width: 210px;
  margin-left: -10px;
  border-radius: 5px;
  background-color: #272727;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.21);
}

.dropdown-link-3 {
  padding-left: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #ececec;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dropdown-link-3:hover {
  color: #929292;
}

.dropdown-link-3.top {
  padding-top: 20px;
  padding-left: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.dropdown-link-3.top:hover {
  color: #929292;
}

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

.dropdown-toggle {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-toggle:hover {
  opacity: 0.7;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-18 {
  font-family: Lato, sans-serif;
  color: #fdfdfd;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-hover-line {
  width: 100%;
  height: 3px;
  background-color: #aaa;
}

.navbar-hover-line.classes {
  background-color: #c7abab;
}

.link-block-5 {
  margin-top: 6px;
  padding: 10px 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-5:hover {
  opacity: 0.7;
}

.link-block-5.w--current:hover {
  opacity: 1;
}

.navbar-hover-line-2 {
  width: 100%;
  height: 3px;
  background-color: #aaa;
}

.navbar-hover-line-2.journal {
  background-color: #c7abab;
}

.navbar-hover-line-3 {
  width: 100%;
  height: 3px;
  background-color: #aaa;
}

.navbar-hover-line-4 {
  width: 100%;
  height: 3px;
  background-color: #aaa;
}

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

.container-12 {
  max-width: 1280px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-35 {
  position: static;
}

.section-2 {
  width: 100%;
}

.text-block-19 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 11px;
  background-color: rgba(101, 110, 116, 0.8);
  font-family: Quattrocento, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.category_card {
  width: 200px;
  text-decoration: none;
}

.div-block-36 {
  text-decoration: none;
}

.div-block-37 {
  width: 300px;
  margin-left: 88px;
}

.section-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.studioworks-journal-text {
  font-family: Montserrat, sans-serif;
  color: #806f55;
  font-size: 15px;
}

.button {
  position: relative;
  z-index: 2;
  padding: 18px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #c7abab;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: #b89797;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

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

.section-4 {
  position: relative;
  z-index: 2;
  margin-top: -39px;
  margin-bottom: 120px;
}

.classes-hero {
  display: none;
  height: 446px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 64, 68, 0.72)), to(rgba(58, 64, 68, 0.72))), url('../images/alchemy-of-the-soul-hero.jpg');
  background-image: linear-gradient(180deg, rgba(58, 64, 68, 0.72), rgba(58, 64, 68, 0.72)), url('../images/alchemy-of-the-soul-hero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-beginner-lessons {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#e4e4e4));
  background-image: linear-gradient(180deg, #d8d8d8, #e4e4e4);
}

.bold-text {
  font-family: Lato, sans-serif;
  color: #707070;
  font-size: 15px;
  font-weight: 400;
}

.text-block-master-artist {
  margin-top: 13px;
}

.image-20 {
  max-width: none;
  margin-bottom: 15px;
}

.section-5 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.link-block-6 {
  padding: 18px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #c7abab;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  width: 100%;
}

.video {
  padding-right: 0px;
  padding-left: 0px;
}

.html-embed-3 {
  width: 100%;
}

.text-subtitle {
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #8d8d8d;
  text-transform: uppercase;
}

.mix {
  margin-bottom: 45px;
  padding-right: 3px;
  padding-left: 3px;
  text-decoration: none;
}

.mix.mixed {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mix.mixed:hover {
  opacity: 0.85;
}

.mix.charcoal {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mix.charcoal:hover {
  opacity: 0.85;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.mix-container {
  max-width: 1440px;
  padding: 100px 75px 70px;
}

.div-block-38 {
  width: 100%;
  height: 1px;
}

.action-trigger {
  position: absolute;
  display: none;
  width: 100%;
  height: 1px;
  margin-top: -465px;
  background-color: transparent;
}

.class-popup-beginner {
  position: fixed;
  z-index: 100;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100%;
  background-color: #242a2e;
  -o-object-fit: fill;
  object-fit: fill;
}

.class-popup-beginner.charcoal {
  display: none;
}

.class-popup-beginner.beginner {
  display: none;
}

.class-popup-beginner.mixed-media {
  display: none;
}

.div-block-40 {
  width: 1440px;
  height: 100px;
  background-color: #000;
}

.popup-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  height: 90px;
  max-width: 1440px;
  padding-left: 73px;
  border-bottom: 1px solid #3e4a52;
  background-color: rgba(44, 52, 58, 0.98);
  box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.14);
}

.div {
  margin-right: 23px;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.24);
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-7:hover {
  opacity: 0.79;
}

.link-block-7:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image-21 {
  width: 16px;
  height: 16px;
  opacity: 1;
}

.popup-mixed-media {
  position: fixed;
  z-index: 100;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100%;
  background-color: #242a2e;
}

.popup-charcoal {
  position: fixed;
  z-index: 100;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100%;
  background-color: #242a2e;
}

.pop-up-all-classes {
  position: fixed;
  z-index: 100;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100%;
  background-color: #242a2e;
}

.left_arrow_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.24);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.left_arrow_5:hover {
  background-color: hsla(0, 0%, 100%, 0.42);
}

.left_arrow_5:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.right_arrow_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.24);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.right_arrow_5:hover {
  background-color: hsla(0, 0%, 100%, 0.42);
}

.right_arrow_5:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.video-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.html-embed-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.video-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.vimeo-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.vimeo-video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.html-embed-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.vimeo-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.div-block-41 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.div-block-42 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 56.25%;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  width: 100%;
  height: 100%;
}

.button1.clicked {
  background-color: #788590;
}

.button1.inactive {
  background-color: #a5a5a5;
}

.button2.inactive {
  background-color: #999;
}

.price-usa {
  padding-top: 18px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #ac966f;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
}

.price-usa.shipping {
  margin-bottom: 14px;
  padding-top: 22px;
  font-family: Quattrocento, sans-serif;
  color: #7e7e7e;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-usa.disclaimer {
  padding-top: 0px;
  color: #cfb991;
  font-size: 15px;
}

.price-canada {
  display: none;
  padding-top: 18px;
  font-family: Lato, sans-serif;
  color: #ac966f;
  font-size: 36px;
  line-height: 38px;
}

.price-canada.shipping {
  margin-bottom: 14px;
  padding-top: 22px;
  font-family: Quattrocento, sans-serif;
  color: #7e7e7e;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-international {
  display: none;
  padding-top: 18px;
  font-family: Lato, sans-serif;
  color: #ac966f;
  font-size: 36px;
  line-height: 38px;
}

.price-international.shipping {
  margin-bottom: 14px;
  padding-top: 22px;
  font-family: Quattrocento, sans-serif;
  color: #7e7e7e;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-usa-active {
  display: inline-block;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1.5px solid #8a8a8a;
  border-radius: 3px;
  background-color: #8a8a8a;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.button-usa-inactive {
  display: none;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1.5px solid #8a8a8a;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #8a8a8a;
  text-align: center;
}

.button-usa-inactive:hover {
  background-color: #eee;
}

.button-canada-active {
  display: none;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1.5px solid #8a8a8a;
  border-radius: 3px;
  background-color: #8a8a8a;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.button-canada-inactive {
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1.5px solid #8a8a8a;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #8a8a8a;
  text-align: center;
}

.button-canada-inactive:hover {
  background-color: #eee;
}

.button-international-active {
  display: none;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1.5px solid #8a8a8a;
  border-radius: 3px;
  background-color: #8a8a8a;
  color: #fff;
}

.button-international-inactive {
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1.5px solid #8a8a8a;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #8a8a8a;
  text-align: center;
}

.button-international-inactive:hover {
  background-color: #eee;
}

.checkout-us {
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #c7abab;
  border-radius: 3px;
  background-color: #c7abab;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.checkout-us:hover {
  border-color: #b49a9a;
  background-color: #b49a9a;
}

.div-block-45 {
  margin-top: 30px;
  text-align: right;
}

.checkout-canada {
  display: none;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #c7abab;
  border-radius: 3px;
  background-color: #c7abab;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.checkout-canada:hover {
  border-color: #b49a9a;
  background-color: #b49a9a;
}

.checkout-international {
  display: none;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #c7abab;
  border-radius: 3px;
  background-color: #c7abab;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.checkout-international:hover {
  border-color: #b49a9a;
  background-color: #b49a9a;
}

.columns-11 {
  display: block;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.section-6 {
  background-image: url('../images/studioworks-hero.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: fixed;
}

.div-block-46 {
  margin-top: 45px;
  text-align: center;
}

.text-block-21 {
  margin-top: 10px;
  font-family: professor, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 64px;
}

.columns-12 {
  margin-top: 27px;
  text-align: center;
}

.container-14 {
  max-width: 1000px;
  padding-bottom: 85px;
}

.section-7 {
  margin-bottom: 93px;
}

.checkout-arrow {
  margin-bottom: 2px;
}

.text-block-22 {
  margin-top: 22px;
  font-family: Quattrocento, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-column {
  height: 100px;
}

.column-45 {
  height: 100px;
}

.column-46 {
  height: 100px;
}

.container-15 {
  max-width: 1100px;
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-23 {
  margin-top: 22px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.text-block-24 {
  padding-bottom: 0px;
  font-family: Quattrocento, sans-serif;
  color: #b9a27e;
  font-size: 30px;
  line-height: 36px;
}

.columns-13 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
}

.div-block-48 {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background-color: #dbdbdb;
}

.column-50 {
  text-align: right;
}

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

.image-22 {
  margin-top: 44px;
  padding-right: 25px;
}

.section-8 {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #f7f7f7;
}

.text-disclaimer {
  margin-top: 35px;
  font-family: Lato, sans-serif;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.price-disclaimer-usa {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  color: #cfb991;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-block-25 {
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-block-26 {
  margin-bottom: 42px;
  font-family: Lato, sans-serif;
  color: #696969;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

.bold-text-2 {
  color: #6e6e6e;
}

.price-disclaimer-canada-int {
  display: none;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  color: #cfb991;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .slider_contain {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.classes {
    top: 69px;
    margin-top: -60px;
  }

  .wrapper {
    padding-right: 46px;
    padding-left: 46px;
  }

  .list_1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .item_1 {
    width: 332px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .card {
    width: 265px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .card:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .card.class-category:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image {
    max-width: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .image:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
  }

  .image:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    overflow: hidden;
    max-height: 90px;
    max-width: none;
    min-height: 90px;
    padding: 0px 60px;
    border-top: 1px solid #fff;
    background-color: #f3f3f3;
    box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    padding-top: 8px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .mobile-nav-icon {
    width: 25px;
    margin-top: 7px;
    margin-bottom: 2px;
  }

  .text-block-12 {
    padding-top: 6px;
    font-family: Lato, sans-serif;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .text-block-12.classes {
    color: #a37d7d;
  }

  .text-block-12.journals {
    color: #a37d7d;
    font-weight: 400;
  }

  .text-block-12.home {
    color: #a37d7d;
  }

  .div-block-29 {
    width: 100%;
    margin-top: 4px;
  }

  .mobile-nav-div {
    width: 100%;
    height: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #c7abab;
  }

  .mobile-nav-div.classes {
    height: 3px;
    margin-top: -3px;
  }

  .mobile-nav-div.home {
    height: 3px;
    margin-top: -3px;
  }

  .mobile-nav-div.journals {
    height: 3px;
    margin-top: -3px;
  }

  .link-block-2 {
    display: block;
    max-width: 500px;
    margin-bottom: 40px;
  }

  .link-block-2:hover {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .link-block-2.class-badge {
    margin-bottom: 25px;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .text-header {
    margin-left: 0px;
    font-size: 22px;
  }

  .text-header.category {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .class-title {
    margin-top: 11px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .class-title:hover {
    color: #d6d6d6;
  }

  .grid-3 {
    margin-right: -5px;
    margin-left: -5px;
    grid-auto-flow: row;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-areas: ". Area";
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-wrap {
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-wrap.journals {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-divider {
    margin-left: 0px;
  }

  .category-divider.color {
    margin-left: 0px;
  }

  .image-13 {
    width: 500px;
  }

  .image-13:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
  }

  .class-container {
    overflow: hidden;
    padding-right: 70px;
    padding-left: 70px;
  }

  .class-container.journals {
    padding-bottom: 20px;
  }

  .header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-block.journals {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-32 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header.categories.classes {
    top: 0px;
    margin-top: -420px;
  }

  .header.classes {
    margin-top: 130px;
  }

  .arrow-block {
    display: none;
  }

  .arrow-block.category {
    display: none;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .class-badge-text-block.class-badge-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .iconplay-2 {
    width: 14px;
  }

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

  .container.hero {
    margin-top: -100px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .div-block {
    width: 100%;
  }

  .div-block.hero__content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero__text-2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .slider-gradient {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .hero__btn-2 {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .hero__btn-2:hover {
    background-color: #c7abab;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .slide-nav-3 {
    margin-top: -98px;
    padding-top: 0px;
  }

  .slide-nav-3.classes {
    margin-top: -182px;
  }

  .slider-3 {
    min-height: 850px;
  }

  .left-arrow-3 {
    opacity: 0;
  }

  .right-arrow-3 {
    opacity: 0;
  }

  .image-16 {
    max-width: 50%;
  }

  .image-16.hero__show-title {
    max-width: 60%;
  }

  .section_hero {
    background-position: 100% 0%;
    background-size: cover;
  }

  .slider-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .slider-image.hero-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .image-17 {
    position: static;
    width: auto;
    height: 100%;
  }

  .navbar__menu-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #141414;
  }

  .navbar {
    display: none;
    background-color: #141414;
  }

  .menu-button {
    margin-left: auto;
  }

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

  .div-block-2.navbar__menu-right {
    display: none;
  }

  .navbar__link-2 {
    padding: 16px 60px;
    font-size: 18px;
  }

  .footer-container {
    margin-bottom: 3%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-14.new-for-you {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-14.member-journey {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-8 {
    width: 150px;
    margin-left: 0px;
  }

  .category-button {
    max-height: 550px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .category-button:hover {
    border-width: 2px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .category-button.new-for-you {
    height: 325px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .category-button.new-for-you:hover {
    border-style: solid;
    border-width: 1px;
  }

  .category-button.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 325px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .category-button.footer:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .image-12 {
    width: 200px;
    margin-top: 0px;
  }

  .column-43 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-15.member-journeys {
    margin-left: 0px;
  }

  .div-block-30 {
    width: 210px;
    height: 45px;
    margin-left: 0px;
    border-radius: 3px;
  }

  .div-block-30.new-for-you {
    width: 190px;
    height: 45px;
    margin-top: 11px;
    margin-bottom: 0px;
  }

  .columns-9 {
    display: block;
  }

  .footer-section {
    position: relative;
    padding-right: 59px;
    padding-left: 59px;
  }

  .text-block-11 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .most-watched-header-text {
    line-height: 25px;
    text-align: center;
  }

  .section-footer {
    display: none;
  }

  .footer-column-1 {
    margin-bottom: 40px;
    text-align: center;
  }

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

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

  .grid-2 {
    margin-top: 50px;
    text-align: center;
  }

  .footer-link-block {
    margin-bottom: 18px;
    font-size: 12px;
  }

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

  .button {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .button:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-5.journals {
    margin-bottom: 70px;
  }

  .action-trigger {
    margin-top: -368px;
  }

  .class-popup-beginner {
    display: none;
    height: 100%;
  }

  .popup-header {
    padding-left: 63px;
  }

  .div {
    margin-right: 65px;
  }

  .popup-mixed-media {
    display: none;
    height: 100%;
  }

  .popup-charcoal {
    position: fixed;
    z-index: 100;
    overflow: scroll;
    height: 100%;
  }

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

  .price-usa.shipping {
    margin-bottom: 16px;
  }

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

  .price-canada.shipping {
    margin-bottom: 16px;
  }

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

  .price-international.shipping {
    margin-bottom: 16px;
  }

  .div-block-45 {
    text-align: center;
  }

  .columns-11 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-6 {
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block-21 {
    font-size: 47px;
  }

  .columns-12 {
    display: none;
  }

  .container-14 {
    padding-bottom: 50px;
  }

  .container-15 {
    margin-top: 47px;
  }

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

  .column-47 {
    text-align: right;
  }

  .column-48 {
    text-align: right;
  }

  .column-49 {
    text-align: right;
  }

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

  .image-22 {
    width: 600px;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .price-disclaimer-usa {
    text-align: center;
  }

  .columns-14 {
    padding-right: 28px;
    padding-left: 28px;
  }

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

  .container-16 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section.most-watched {
    padding-top: 190px;
  }

  .section.classes {
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
  }

  .section.classes.mobile {
    top: 71px;
    display: block;
    padding-bottom: 15px;
  }

  .wrapper {
    padding-top: 8px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .list_1 {
    padding-left: 0px;
  }

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

  .card {
    width: 210px;
  }

  .image {
    border-width: 1px;
  }

  .image.class-category {
    border-width: 1px;
    border-color: #c2c2c2;
  }

  .image.class-category:hover {
    opacity: 1;
  }

  .nav-mobile {
    max-height: 85px;
    min-height: 85px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23 {
    max-width: 100%;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block-4 {
    position: static;
    width: 100%;
  }

  .mobile-nav-icon {
    width: 26px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .text-block-12 {
    padding-top: 0px;
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-div {
    width: 59px;
  }

  .mobile-nav-div.classes {
    width: 49px;
  }

  .mobile-nav-div.home {
    width: 37px;
  }

  .link-block-2 {
    max-height: 500px;
    max-width: 275px;
    margin-bottom: 33px;
  }

  .link-block-2.footer {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-2.member-journeys {
    max-width: none;
  }

  .text-header {
    margin-left: 0px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .text-header.category {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
  }

  .text-header.popup {
    margin-bottom: 0px;
    padding-top: 10px;
  }

  .class-title {
    font-size: 15px;
    line-height: 20px;
  }

  .class-title.lrg {
    font-size: 17px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-wrap {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-wrap.journals {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-divider.color.journals {
    margin-top: 0px;
  }

  .image-13 {
    border-width: 1.5px;
  }

  .class-container {
    padding-right: 68px;
    padding-left: 68px;
  }

  .header-block {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-block.journals {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-32 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .header.categories.classes {
    position: -webkit-sticky;
    position: sticky;
    margin-top: -430px;
    padding-top: 8px;
    padding-bottom: 0px;
  }

  .header.classes {
    margin-top: 40px;
  }

  .header.home {
    margin-top: 60px;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .class-badge-text-block.class-badge-text {
    font-size: 15px;
    text-align: center;
  }

  .iconplay-2 {
    width: 13px;
  }

  .container.hero {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.hero.journals {
    height: 75%;
  }

  .hero__text-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .slider-gradient {
    background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0) 68%, #e4e4e4), linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 50%, transparent 102%), linear-gradient(59deg, #42687e, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.14), #141818);
  }

  .hero__btn-2 {
    margin-right: 0rem;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-nav-3 {
    margin-top: -80px;
    background-color: transparent;
  }

  .slide-nav-3.classes {
    margin-top: -158px;
  }

  .slide-nav-3.journals {
    margin-top: -97px;
  }

  .hero__btns-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-3 {
    height: 75%;
    min-height: 785px;
  }

  .slider-3.home {
    height: 105%;
  }

  .left-arrow-3 {
    opacity: 0;
  }

  .right-arrow-3 {
    top: -400px;
    opacity: 0;
  }

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

  .image-16.hero__show-title {
    max-width: 70%;
  }

  .section_hero {
    height: 900px;
  }

  .navbar__menu-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #141414;
  }

  .menu-button.w--open {
    padding-right: 6px;
    padding-left: 6px;
  }

  .div-block-2.navbar__menu-right {
    display: none;
  }

  .navbar__link-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .footer-container {
    margin-top: 0%;
    margin-bottom: 8%;
  }

  .text-block-14 {
    margin-bottom: 25px;
    padding-top: 10px;
  }

  .text-block-14.new-for-you {
    padding-right: 27px;
    padding-left: 27px;
  }

  .category-button {
    padding-right: 40px;
    padding-left: 40px;
  }

  .category-button:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.19);
  }

  .column-43 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-section {
    margin-top: 0px;
  }

  .most-watched-header-text {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 25px;
    text-align: center;
  }

  .section-footer {
    padding: 80px 50px 50px;
  }

  .studioworks-journal-text {
    margin-bottom: 18px;
  }

  .button:hover {
    background-color: #c7abab;
  }

  .bold-text {
    font-size: 15px;
  }

  .image-20 {
    width: 380px;
  }

  .action-trigger {
    display: block;
    margin-top: -335px;
  }

  .popup-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div {
    margin-right: 45px;
  }

  .link-block-7 {
    width: 30px;
    height: 30px;
  }

  .image-21 {
    width: 15px;
    height: 15px;
  }

  .popup-mixed-media {
    display: none;
  }

  .popup-charcoal {
    display: none;
  }

  .columns-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-51 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .columns-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .slider_contain {
    width: 100%;
  }

  .section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.most-watched {
    background-position: 50% 0%;
  }

  .section.latest-journals {
    margin-bottom: 25px;
  }

  .section.classes {
    top: 54px;
    margin-top: 0px;
    padding-top: 6px;
  }

  .section.classes.mobile {
    top: 67px;
    z-index: 4;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .section.latest-classes {
    margin-bottom: 20px;
  }

  .wrapper {
    width: 100%;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .list_1 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .item_1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card {
    width: 350px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .card:hover {
    opacity: 1;
  }

  .image {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 600;
    max-height: 85px;
    min-height: 85px;
    padding: 0px 5px;
    border-top: 1px solid #fff;
    background-color: #e4e4e4;
    box-shadow: 0 -1px 3px 3px rgba(0, 0, 0, 0.1);
  }

  .container-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mobile-nav-icon {
    width: 26px;
    height: auto;
    margin-bottom: 2px;
  }

  .text-block-12 {
    padding-top: 0px;
    color: #474747;
    font-size: 9px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-div {
    width: 46px;
  }

  .mobile-nav-div.classes {
    width: 40px;
  }

  .mobile-nav-div.home {
    width: 30px;
  }

  .mobile-nav-div.journals {
    width: 50px;
  }

  .link-block-2 {
    display: inline;
    margin-bottom: 26px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-2.class-badge {
    padding-right: 4px;
    padding-left: 4px;
  }

  .text-header {
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .text-header.category {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .text-header.most-watched {
    line-height: 30px;
  }

  .text-header.popup {
    font-size: 15px;
    text-align: left;
  }

  .class-title {
    margin-top: 13px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .class-title.popup {
    font-size: 14px;
    line-height: 18px;
  }

  .class-title.lrg {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-3 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-wrap {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0.8rem;
    padding-bottom: 1.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .category-divider {
    margin-left: 0px;
  }

  .category-divider.popup {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .class-container {
    padding-top: 30px;
    padding-right: 19px;
    padding-left: 19px;
    text-align: center;
  }

  .class-container.popup {
    overflow: scroll;
    max-width: none;
    padding-top: 110px;
  }

  .header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-block.journals {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-32.most-watched {
    padding-left: 0px;
  }

  .container-11 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header.categories {
    margin-top: -270px;
  }

  .header.categories.classes {
    z-index: 4;
    margin-top: -320px;
    padding-top: 10px;
  }

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

  .class-badge-text-block {
    display: none;
    font-size: 14px;
    line-height: 18px;
  }

  .class-badge-text-block.class-badge-text {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .class-badge-text-block.class-badge-text.most-watched {
    padding-right: 0px;
    padding-left: 0px;
  }

  .iconplay-2 {
    width: 13px;
  }

  .container {
    padding: 0px 16px;
  }

  .container.hero {
    height: 44%;
    max-width: none;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.hero.journals {
    height: 45%;
  }

  .div-block.hero__content {
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-2 {
    display: none;
  }

  .hero__text-2 {
    margin-top: 14px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .hero__btn-2 {
    overflow: visible;
    margin-right: 0rem;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slide-nav-3 {
    margin-top: -40px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 8px;
    text-align: center;
  }

  .slide-nav-3.classes {
    margin-top: -93px;
  }

  .slide-nav-3.journals {
    margin-top: -20px;
  }

  .hero__btns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .slider-3 {
    height: 0%;
    min-height: 750px;
  }

  .slider-3.classes {
    min-height: 675px;
  }

  .slider-3.journals {
    height: 100%;
  }

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

  .image-16.hero__show-title {
    max-width: 80%;
  }

  .section_hero {
    height: 750px;
    min-height: auto;
  }

  .slider-image.hero-1 {
    background-image: url('../images/sw-art-passports-hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .image-17 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .item_2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .item_3 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .item_4 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar__menu-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand.navbar__logo {
    padding-left: 0px;
  }

  .menu-button {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-2.navbar__menu-right {
    display: none;
  }

  .navbar__link-2 {
    padding: 14px 12px;
    font-size: 18px;
  }

  .footer-container {
    margin-top: 5%;
    margin-bottom: 25%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-14 {
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-14.new-for-you {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-14.member-journey {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .category-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    max-height: 450px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 68%;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .category-button.new-for-you {
    height: 300px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .category-button.footer {
    height: 300px;
    margin-bottom: 40px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-30 {
    width: 100%;
    height: 15%;
  }

  .div-block-30.new-for-you {
    width: 100%;
    height: 15%;
  }

  .footer-section {
    margin-top: 20px;
    padding: 40px 0px;
  }

  .most-watched-header-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .section-footer {
    padding: 50px 20px;
  }

  .footer-logo {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link-block {
    margin-bottom: 18px;
  }

  .button {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
  }

  .section-4 {
    margin-bottom: 60px;
  }

  .section-beginner-lessons {
    position: relative;
    z-index: 3;
  }

  .bold-text {
    font-size: 13px;
  }

  .text-block-master-artist {
    display: none;
    margin-top: 8px;
    font-size: 13px;
  }

  .image-20 {
    width: 300px;
    max-width: 375px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .mix.mixed {
    max-height: 500px;
    max-width: 275px;
    min-width: 100%;
    margin-bottom: 25px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .mix.charcoal {
    padding-right: 5px;
    padding-left: 5px;
  }

  .mix-container {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .action-trigger {
    margin-top: -330px;
  }

  .class-popup-beginner {
    display: none;
    height: 100%;
  }

  .popup-header {
    height: auto;
    padding-left: 0px;
  }

  .div {
    margin-top: 9px;
    margin-right: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .link-block-7 {
    width: 25px;
    height: 25px;
    margin-left: 6px;
    opacity: 1;
  }

  .image-21 {
    width: 12px;
    height: 12px;
    opacity: 0.54;
  }

  .popup-charcoal {
    display: none;
  }

  .div-block-46 {
    margin-top: 10px;
  }

  .text-block-21 {
    margin-top: 0px;
    font-size: 30px;
  }

  .container-14 {
    padding-bottom: 17px;
  }

  .section-7 {
    margin-bottom: 90px;
  }

  .container-15 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-24 {
    font-size: 25px;
    line-height: 32px;
  }

  .image-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .container-16 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-54 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-d7de815b-2de9-f004-825f-2dfc1dd3e759-1dd3e745 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d7de815b-2de9-f004-825f-2dfc1dd3e75b-1dd3e745 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d7de815b-2de9-f004-825f-2dfc1dd3e75d-1dd3e745 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bb607f14-7210-2ae0-03d3-8cdd6bec2bd6-3f5dbff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1ca47ab-e437-d068-109b-c84a5f0711d3-3f5dbff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4b5fa3a-ba53-3db6-735e-ad44ff84f876-3f5dbff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b84b62c0-0a31-8195-6389-152fdf4e9779-3f5dbff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d7b864b-9af2-f3ef-da6f-55d15d1d6094-3f5dbff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3ba31b5-0b7b-4c23-4418-52fb7dd1dce9-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66f92074-6a6e-3e5b-afaa-3da575687474-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a633c332-d9a8-16af-b599-1f3e17a26def-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_75541e1b-93f4-ed29-7a16-87de654dad3b-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e101da7-aee8-abbb-6c00-14cf79e86743-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a172336-918c-67af-bb85-530cef26f7ff-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2117f17-93e0-6972-789f-80f4a283493f-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb7993c1-8da2-71b8-4d77-80eaddc9e32c-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c341e45-7fbc-2960-35a0-c091102a65ba-1d5dbff2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f8f1deb-d1a0-11be-6c3a-1801ca8c2a82-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3ba31b5-0b7b-4c23-4418-52fb7dd1dce9-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66f92074-6a6e-3e5b-afaa-3da575687474-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a633c332-d9a8-16af-b599-1f3e17a26def-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_75541e1b-93f4-ed29-7a16-87de654dad3b-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e101da7-aee8-abbb-6c00-14cf79e86743-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a172336-918c-67af-bb85-530cef26f7ff-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2117f17-93e0-6972-789f-80f4a283493f-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb7993c1-8da2-71b8-4d77-80eaddc9e32c-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c341e45-7fbc-2960-35a0-c091102a65ba-9f5dbff3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb607f14-7210-2ae0-03d3-8cdd6bec2bd6-d85dbff4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1ca47ab-e437-d068-109b-c84a5f0711d3-d85dbff4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4b5fa3a-ba53-3db6-735e-ad44ff84f876-d85dbff4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b84b62c0-0a31-8195-6389-152fdf4e9779-d85dbff4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d7b864b-9af2-f3ef-da6f-55d15d1d6094-d85dbff4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3ba31b5-0b7b-4c23-4418-52fb7dd1dce9-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66f92074-6a6e-3e5b-afaa-3da575687474-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a633c332-d9a8-16af-b599-1f3e17a26def-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_75541e1b-93f4-ed29-7a16-87de654dad3b-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e101da7-aee8-abbb-6c00-14cf79e86743-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a172336-918c-67af-bb85-530cef26f7ff-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2117f17-93e0-6972-789f-80f4a283493f-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb7993c1-8da2-71b8-4d77-80eaddc9e32c-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c341e45-7fbc-2960-35a0-c091102a65ba-825dbff6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4fef07f-0ce5-2e20-f9aa-f5f33cffd3ac-265dbff8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

