@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Black.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Bold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Thin.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Hairline.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Finalsix;
  src: url('../fonts/FinalSix_Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --coral-red-main: #ea4e6c;
  --soft-black-main: #37373f;
  --light-gray-main: #f4f2f4;
  --warm-yellow-creators: #f7ce21;
  --unnasigned: #696969;
  --coral-orange-studio: #ff965c;
  --transparent: transparent;
  --soft-pink-main: #f2d7f9;
  --soft-teal-enterprise: #26c4ad;
  --lavender-blue-collections: #8395ff;
  --unnasigned-2: #f6f2ee;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
  --relume-library-lite--rl-white\<deleted\|variable-41e69d91\>: white;
}

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

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

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

body {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Finalsix, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.container.bg-red {
  background-color: var(--coral-red-main);
}

.logo {
  width: auto;
  height: 100%;
  max-height: 30px;
  display: flex;
}

.menu-bar {
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: color .2s;
}

.menu-bar.tablet {
  color: var(--soft-black-main);
  display: inline-block;
}

.menu-bar.tablet:hover {
  color: var(--coral-red-main);
}

.menu-bar.tablet.w--current {
  color: var(--coral-red-main);
  text-decoration: none;
  -webkit-text-decoration-color: var(--coral-red-main);
  text-decoration-color: var(--coral-red-main);
  text-decoration-thickness: 2px;
  display: inline-block;
}

.menu-bar.tablet.w--current:hover {
  color: var(--coral-red-main);
}

.menu-bar.tablet.home-nav {
  display: none;
}

.phone-call {
  border: 1.5px solid var(--soft-black-main);
  background-color: var(--warm-yellow-creators);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.phone-icon {
  height: 20px;
}

.body {
  background-color: var(--light-gray-main);
  overflow: hidden;
}

.hero-section {
  box-sizing: border-box;
  margin: 20px auto 100px;
  position: relative;
  overflow: visible;
}

.heading-1 {
  color: var(--soft-black-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Finalsix, Verdana, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.05;
  display: block;
}

.heading-1.more-space {
  text-transform: uppercase;
}

.heading-1.align-bottom {
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.heading-1.align-top {
  color: var(--light-gray-main);
}

.heading-1.align-top.right-title {
  margin-right: 40px;
}

.heading-1.align-top.contact {
  color: var(--light-gray-main);
  text-align: center;
  margin-top: 0;
}

.heading-1.align-top.creators, .heading-1.align-top.pataka {
  color: var(--soft-black-main);
}

.heading-wrap {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  display: block;
}

.hero-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 40px;
  display: flex;
}

.hero-wrap.hero-next-layer {
  margin-top: 0;
}

.hero-wrap.hero-next-layer.flip {
  flex-flow: row-reverse;
}

.body-text {
  color: var(--unnasigned);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.body-text.black {
  color: var(--soft-black-main);
}

.body-text.black.bold {
  color: var(--soft-black-main);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.body-text.black.style {
  font-family: Inter, sans-serif;
}

.body-text.bold {
  color: var(--soft-black-main);
  font-weight: 700;
}

.body-text.bold.tagging, .body-text.white {
  color: var(--light-gray-main);
}

.body-text.blue {
  color: var(--coral-orange-studio);
}

.body-text.hero {
  color: var(--soft-black-main);
}

.body-text.hero._400 {
  font-weight: 400;
}

.body-text.about-video {
  width: 100%;
}

.body-text.white-text {
  color: var(--light-gray-main);
}

.hero-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 582px;
  height: auto;
  display: flex;
}

.hero-illustration {
  border-radius: 8px;
  flex: 0 auto;
  height: 567px;
  display: block;
  overflow: hidden;
}

.button-text {
  border: 1px none var(--coral-red-main);
  color: var(--light-gray-main);
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 25px 16px 16px;
  font-family: Bricolage Grotesque;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.button-text.price {
  padding-left: 0;
  padding-right: 0;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 3px solid var(--coral-red-main);
  background-color: var(--light-gray-main);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 6px 12px;
  font-size: 16px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button:hover {
  box-shadow: 0 1px 20px -6px var(--unnasigned);
  transform: scale(1.04);
}

.button.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.button.social-media {
  border: 1px solid var(--light-gray-main);
  color: var(--soft-black-main);
  width: 100%;
  margin-left: 0;
  padding: 14px 36px;
  font-family: Inter, sans-serif;
}

.button.social-media:hover {
  background-color: var(--light-gray-main);
  color: var(--soft-black-main);
}

.button.price {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--coral-red-main);
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  margin-left: 0;
}

.button.price:hover {
  box-shadow: none;
}

.button.hero {
  margin-left: 67px;
  margin-right: 67px;
}

.button.hero:hover {
  box-shadow: 0 1px 20px -6px var(--unnasigned);
  outline-offset: 0px;
  outline: 3px #00e;
}

.button.button-red {
  border-width: 2px;
  border-color: var(--light-gray-main);
  background-color: var(--coral-red-main);
}

.button.button-red.button-no-border {
  border-width: 0;
  padding: 7.5px 15px;
}

.button.button-grey {
  border-width: 2px;
  border-color: var(--soft-black-main);
  background-color: var(--transparent);
  padding: 4px 18px;
}

.button.button-pink {
  border-color: var(--soft-pink-main);
  background-color: var(--soft-pink-main);
}

.ellipse-sparkle-pink {
  border: 1px solid #000;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.triagle {
  width: 120px;
  position: relative;
  top: -32px;
  bottom: auto;
  left: 10px;
}

.half-round {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  position: relative;
  bottom: 24px;
  left: -30px;
}

.sparkle-line-1 {
  width: 75px;
  position: absolute;
  inset: 28% -110% auto auto;
}

.heading-4 {
  color: var(--light-gray-main);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Finalsix, Verdana, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.heading-4.bold {
  font-weight: 700;
}

.heading-4.bold.right {
  text-align: right;
  order: 0;
}

.heading-4.bold.blue, .heading-4.bold.blue:hover {
  color: var(--coral-orange-studio);
}

.heading-4.white {
  color: var(--light-gray-main);
  text-align: left;
}

.heading-4.left {
  text-align: left;
}

.heading-4.tag-text {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-4.donate-section, .heading-4.our-sponsor-section {
  color: var(--soft-black-main);
}

.element-hero {
  perspective-origin: 50%;
  transform-origin: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-38px, 178px);
}

.element-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--soft-black-main);
  background-color: var(--soft-pink-main);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: absolute;
}

.element-text.rotate {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 20px 40px;
  bottom: 0;
  right: -25px;
  transform: rotate(10deg);
}

.element-text.rotate._1 {
  transform: rotate(-4deg);
}

.element-text.rotate._1.event-overlay {
  background-color: var(--coral-red-main);
  color: var(--light-gray-main);
  position: static;
}

.element-text.rotate._1.event-overlay.class-detail {
  height: auto;
  position: absolute;
  top: auto;
  right: -5%;
  transform: rotate(-7deg);
}

.element-text.rotate.pink {
  background-color: var(--warm-yellow-creators);
  position: absolute;
  inset: 0% 0% auto auto;
}

.element-text.rotate._3.pink {
  margin-left: auto;
  transform: rotate(7deg);
}

.element-text.blue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--coral-orange-studio);
  inset: 14% auto auto 7%;
}

.element-text.blue.small-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  top: 10%;
  left: -3%;
}

.ellipse-black {
  width: 32px;
  height: 22px;
}

.path-2 {
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.hero-image {
  background-color: var(--coral-red-main);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.path-3 {
  position: relative;
}

.donate-section {
  background-color: var(--transparent);
  margin-left: auto;
  margin-right: auto;
}

.home-gallery-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pillar-item {
  border-radius: 7px;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 25%;
  display: flex;
}

.pillar-item.pink, .pillar-item.purple {
  background-color: var(--soft-pink-main);
}

.pillar-item.card-1 {
  background-color: var(--warm-yellow-creators);
  grid-auto-columns: 1fr;
}

.pillar-item.card-2 {
  background-color: var(--coral-orange-studio);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
}

.pillar-item.card-3 {
  background-color: var(--soft-teal-enterprise);
}

.pillar-item.card-4 {
  background-color: var(--lavender-blue-collections);
  border-radius: 10px;
}

.pillar-item.white {
  background-color: var(--light-gray-main);
}

.value-item-top {
  justify-content: space-between;
  display: flex;
}

.sparkle-1 {
  width: 15px;
}

.heading-5 {
  color: var(--soft-black-main);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Finalsix, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.heading-5.contact-form-header {
  font-family: Inter, sans-serif;
}

.pillar-item-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-1 {
  color: var(--soft-black-main);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.paragraph-1.left, .paragraph-1.left.bold {
  text-align: left;
}

.paragraph-1.left.white-text {
  color: var(--light-gray-main);
  padding-left: 0;
}

.paragraph-1.bold {
  text-align: center;
  font-weight: 600;
}

.paragraph-1.bold.red {
  color: var(--coral-red-main);
  -webkit-text-stroke-color: var(--light-gray-main);
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-1.bold.blue {
  color: var(--coral-red-main);
}

.paragraph-1.bold.button-white {
  color: var(--light-gray-main);
  padding-left: 0;
  padding-right: 0;
}

.paragraph-1.bold.button-white._700-bold {
  font-weight: 700;
}

.paragraph-1.bold.button-white._400 {
  font-weight: 400;
}

.paragraph-1.bold.button-grey {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.paragraph-1.white {
  color: var(--light-gray-main);
}

.paragraph-1.semibold {
  font-weight: 600;
}

.paragraph-1.pillar-section-text {
  margin-left: 15px;
  margin-right: 15px;
}

.list {
  grid-column-gap: 2.25vw;
  grid-row-gap: 2.25vw;
  justify-content: center;
  display: flex;
}

.highlighted-events-section {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.highlighted-events-section.top-event {
  margin-top: 60px;
}

.new-events-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--soft-black-main);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-events-text {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.new-events-illustration {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Finalsix, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

.heading-2.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-2.white-text {
  color: var(--light-gray-main);
}

.new-events-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.calendar, .circle {
  width: 50px;
}

.new-events-item-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.icon {
  width: 50px;
}

.new-events-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.location, .include {
  width: 48px;
}

.event-image {
  object-fit: cover;
  width: 700px;
  height: 100%;
}

.ellipse-white {
  width: 40px;
}

.ellipse-white.small {
  width: 20px;
}

.spiral {
  width: 150px;
  display: block;
  position: absolute;
  inset: -14% auto auto 0%;
  transform: translate(25px, 97px);
}

.flower-1 {
  z-index: -1;
  width: 200px;
  position: absolute;
  inset: -4% 0% auto auto;
}

.flower-1.classes {
  z-index: -1;
  position: absolute;
  inset: auto -10% 0% auto;
}

.events-section {
  background-image: url('../images/Creative-Classes-Section.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  overflow: clip;
}

.creative-classes-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tag {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--soft-black-main);
  border-right: 0 solid #000;
  border-bottom: 1px solid var(--soft-black-main);
  background-color: var(--coral-red-main);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 9px;
  display: flex;
  position: relative;
  overflow: visible;
}

.creative-classes-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.class-item {
  width: 100%;
}

.class-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-3 {
  color: var(--soft-black-main);
  text-transform: uppercase;
  flex-flow: row;
  margin-bottom: 0;
  font-family: Finalsix, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.heading-3.center {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-3.center.pink {
  color: var(--warm-yellow-creators);
}

.heading-3.reference {
  text-transform: uppercase;
  font-size: 48px;
}

.heading-3.pillar-header {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 28px;
  line-height: 1.1;
}

.heading-3.principle-text {
  font-size: 28px;
}

.class-price {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow-right {
  width: 50px;
}

.arrow-right.testi {
  width: 48px;
  display: block;
}

.arrow-right.testi:active {
  width: 45px;
}

.arrow-right.orange {
  flex-flow: column;
  display: none;
}

.class-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--soft-black-main);
  background-color: var(--warm-yellow-creators);
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.class-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.classes {
  z-index: 10;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  height: auto;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.tag-icon {
  width: 23px;
  height: 23px;
}

.video-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.video-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-space {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 680px;
  display: flex;
  position: relative;
}

.video-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video-subheading-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.testimonial-section {
  background-image: url('../images/Testimonial-Section.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  display: none;
}

.testimoni-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: flex-start;
  padding-top: 137px;
  padding-bottom: 113px;
  display: flex;
  position: static;
}

.testimoni-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.paragraph-2 {
  color: var(--unnasigned);
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-2.white {
  color: var(--light-gray-main);
  font-weight: 300;
}

.paragraph-2.white.less-oppacity {
  opacity: .65;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2.white.less-oppacity:hover {
  text-decoration: underline;
}

.paragraph-2.white.less-oppacity.left {
  color: var(--light-gray-main);
}

.paragraph-2.blue {
  color: var(--coral-orange-studio);
}

.paragraph-2._65 {
  width: 70%;
}

.paragraph-2.black {
  color: var(--soft-black-main);
  width: auto;
  font-family: Inter, sans-serif;
}

.hero-testimonials-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.arrow-left {
  width: 50px;
}

.arrow-left.testi {
  width: 48px;
  display: block;
}

.arrow-left.testi:active {
  width: 45px;
}

.testi-title {
  justify-content: space-between;
  align-items: flex-start;
  width: 28%;
  display: flex;
  position: relative;
}

.cta-section {
  justify-content: center;
  align-items: center;
  height: 627px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.cta-section.about {
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: static;
}

.cta-section.class, .cta-section.gallery {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.cta-wrap.about {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.cta-text {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-text.about {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.ellipse-sparkle-purple {
  width: 56px;
}

.two-ellipse {
  width: 75px;
  position: absolute;
  inset: 20% auto auto 5%;
}

.sparkle-slim {
  width: 72px;
  position: absolute;
  inset: auto 5% 5% auto;
}

.four-half-round-1 {
  width: 180px;
  position: absolute;
  inset: 0% 5% auto auto;
  overflow: visible;
}

.path-5 {
  position: static;
}

.round-star {
  width: 260px;
  position: absolute;
  inset: auto auto 0% 5%;
}

.footer-section {
  background-color: var(--coral-red-main);
  position: static;
}

.footer-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.footer-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.subscription-box {
  height: auto;
  font-family: Bricolage Grotesque;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.footer-menu-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.smile-face-1 {
  width: 380px;
  position: absolute;
  inset: auto auto 0% 30%;
}

.footer-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.menu {
  padding-right: 0;
  text-decoration: none;
}

.footer {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  display: flex;
}

.footer.top {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.footer.bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.class-image-wrap {
  border: 1px solid #000;
  border-bottom-width: 0;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

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

.empty-state {
  background-color: var(--coral-red-main);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block {
  color: var(--light-gray-main);
  font-family: Bricolage Grotesque;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.mentor-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.top-section.top-about {
  background-image: url('../images/Background-about.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-section.top-classes {
  background-image: url('../images/111.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-section.top-schedules {
  background-image: url('../images/Background-Schedules.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.top-section.contact {
  background-color: var(--coral-red-main);
  margin-top: 10px;
}

.top-section.contact.creators {
  background-color: var(--warm-yellow-creators);
}

.top-section.contact.pataka {
  background-color: var(--lavender-blue-collections);
}

.top-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.top-wrap.schedules {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.top-wrap.classes-top {
  justify-content: center;
}

.about-abstract-image {
  width: 290px;
}

.round-family-icon {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

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

.about-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-wrap.center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.about-illustration {
  width: 45%;
  position: relative;
}

.about-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.recycle-section-image-wrap {
  width: 100%;
  height: 100%;
}

.photo-and-video-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.photo-and-video-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.photo-and-video-text {
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.photo-and-video-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.photo-and-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.photo-in-action-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.classes-section {
  background-image: url('../images/011.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.classes-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.classes-text {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sparkle-and-oval {
  flex: 0 auto;
  width: 65%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.clasess-title-text {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.clasess-title-text.right {
  justify-content: center;
  align-items: flex-end;
}

.classes-abstract-image {
  width: 320px;
  margin-left: -100px;
  margin-right: -45px;
  overflow: hidden;
}

.class-section {
  margin: 100px auto;
  overflow: hidden;
}

.cta-classes-wrap {
  background-image: url('../images/CTA-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 160px;
  display: flex;
  position: relative;
}

.class-details-section {
  margin-left: auto;
  margin-right: auto;
}

.class-details-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.class-details-photo {
  justify-content: center;
  display: flex;
  position: relative;
}

.class-detail-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sparkle-in-round {
  width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sparkle-in-round.right-down {
  inset: auto 0% 0% auto;
}

.classes-image-details {
  border: 2px none var(--soft-black-main);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.class-detail-bottom {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.class-deatils-text {
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.sparkle-in-round-small {
  width: 56px;
}

.map-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 60%;
  height: auto;
  display: flex;
}

.map-details.contact {
  justify-content: space-between;
  width: 100%;
  height: 400px;
}

.details-class {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--warm-yellow-creators);
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 40px;
  display: flex;
}

.small-icon-calendar {
  width: 28px;
}

.small-icon-calendar.cms-class-page, .small-icon-calendar.cms-schedule-page {
  width: 25px;
}

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

.small-icon-time {
  width: 10%;
}

.small-icon-time.schedule-page {
  width: 28px;
}

.small-icon-time.cms-class-page, .small-icon-time.cms-schedule-page {
  width: 25px;
}

.small-icon-maps {
  width: 10%;
}

.small-icon-maps.schedule-page {
  width: 28px;
}

.small-icon-maps.cms-class-page, .small-icon-maps.cms-schedule-page {
  width: 35px;
}

.small-icon-phone {
  width: 13%;
}

.small-icon-phone.cms-class-page {
  width: 25px;
}

.include-wrap {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: var(--light-gray-main);
  background-image: url('../images/Include-Section.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  margin-left: 85px;
  margin-right: 85px;
  padding: 50px 56px;
  display: flex;
  position: relative;
}

.include-section {
  margin: 100px auto;
}

.include-title {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.include-main-icon {
  width: 270px;
  position: absolute;
  inset: auto auto 0% 5%;
}

.include-list {
  grid-column-gap: 16px;
  grid-row-gap: 44px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: inline-grid;
}

.include-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.include-icon-1, .include-icon-2, .include-icon-3, .include-icon-4, .include-icon-5, .include-icon-6 {
  width: 48px;
}

.gallery-section {
  background-image: url('../images/Gallery-BG.png');
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: static;
}

.image-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.triple-round-and-sparkle {
  width: 150px;
  position: absolute;
  inset: 31% auto auto 0%;
}

.gallery-row {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.gallery-button {
  align-items: flex-end;
  display: flex;
}

.reviews-section {
  margin: 100px auto;
}

.reviews-wrap {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.review-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.review {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  width: 50%;
  display: flex;
}

.review-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.classes-testimonial-image {
  width: auto;
  height: 90px;
}

._5-stars {
  width: 120px;
}

.cta-gallery-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/Background-CTA.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  width: 100%;
  padding-right: 50px;
  display: flex;
}

.classes-cta-image {
  width: 600px;
  margin-top: 32px;
  margin-left: 60px;
}

.schedule-abstract-image {
  width: 500px;
  height: auto;
  margin-left: -40px;
  margin-right: -60px;
  position: relative;
}

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

.schedule-wrap {
  flex-flow: column;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.schedule-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  display: flex;
}

.schedule-information {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.schedule-information.description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.cta-schedule-wrap {
  background-image: url('../images/Background-Schedule.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.slide-1-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  width: 70%;
  height: auto;
  display: flex;
}

.schedule-info-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.schedule-more-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/011.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 65svh;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.submit-button {
  background-color: var(--soft-black-main);
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--coral-red-main);
}

.submit-button.subscription {
  background-color: var(--soft-black-main);
  border-radius: 0;
  height: 60px;
  padding: 20px;
  font-family: Inter, sans-serif;
  transition: background-color .2s;
}

.submit-button.subscription:hover {
  background-color: var(--coral-red-main);
}

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

.text-field {
  background-color: #e7e7e7;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-field.white {
  border-color: var(--coral-red-main);
  background-color: var(--light-gray-main);
}

.text-field.subsription {
  background-color: var(--light-gray-main);
  border-radius: 0;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

.slide-nav {
  display: none;
}

.slide {
  width: auto;
  height: 480px;
  padding-left: 20px;
}

.mask {
  height: auto;
  overflow: hidden;
}

.left-arrow {
  width: 48px;
  height: 48px;
  inset: 0% 7% auto auto;
}

.background-video {
  border: 2px solid var(--soft-black-main);
  width: 100%;
  height: 100%;
}

.gallery-photo {
  aspect-ratio: auto;
  width: 320px;
  height: 400px;
  overflow: hidden;
}

.schedule-detail-section {
  margin-left: auto;
  margin-right: auto;
}

.schedule-detail-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.schedule-detail-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.schedule-detail-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.schedule-detail-photo {
  justify-content: center;
  display: flex;
  position: relative;
}

.schedule-image-details {
  border: 2px none var(--soft-black-main);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.path-7 {
  position: static;
  inset: 0% auto auto 0%;
}

.flower-5 {
  z-index: -1;
  width: 150px;
  position: absolute;
  inset: auto auto 0% -8%;
}

.flower-5.left-up {
  inset: 0% auto auto -8%;
}

.schedule-detail-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.schedule-detail-info {
  border: 2px none var(--soft-black-main);
  justify-content: space-between;
  width: 60%;
  height: 300px;
  display: flex;
}

.detail-schedule {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--soft-black-main);
  background-color: var(--soft-pink-main);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.small-icon-pricetag {
  width: 25px;
}

.events-title-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.right-arrow {
  text-align: left;
  width: 48px;
  height: 48px;
  inset: 0% 0% auto auto;
}

.password-image {
  width: auto;
  height: 100%;
}

._404-image {
  width: 100%;
  height: 100%;
}

.contact-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.contact-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.contact-details {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-information {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.phone-contact-icon, .email-contact-icon, .map-contact-icon {
  width: 60px;
}

.submition-section {
  margin-bottom: 50px;
}

.submition-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.form-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-up {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.button-line {
  border: 1px solid var(--coral-red-main);
  border-radius: 50px;
  padding: 16px 30px;
  text-decoration: none;
}

.button-line.blue {
  border-color: var(--coral-orange-studio);
}

.button-line.blue.full {
  border-color: var(--coral-red-main);
}

.price {
  display: flex;
}

.subsription {
  line-height: 0;
  display: flex;
}

.class-link-block {
  width: 100%;
  text-decoration: none;
}

.tabs-menu-2 {
  border-bottom: 1px solid var(--soft-black-main);
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
  display: flex;
}

.tab-link {
  opacity: .6;
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link:hover {
  opacity: 100;
  color: var(--coral-orange-studio);
}

.tab-link.w--current {
  background-color: var(--coral-orange-studio);
  opacity: 100;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.tab-link.w--current:hover {
  background-color: var(--coral-orange-studio);
}

.success-message {
  background-color: var(--coral-red-main);
}

.error-message {
  background-color: var(--warm-yellow-creators);
  padding-left: 20px;
}

.error-message.absolute {
  margin-top: 0;
  padding-left: 10px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 50px);
}

.form-block {
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
}

.video-in-action {
  z-index: 0;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
}

.path-8 {
  color: #adaaaa;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.photo-in-action {
  border: 1px solid #000;
  width: 100%;
  height: 180px;
}

.four-half-round-2 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 13%;
  bottom: auto;
  right: -15%;
}

.sparkle-line-2 {
  width: 70px;
  height: 50px;
  position: absolute;
  inset: 4% auto auto -2%;
}

.flower-2 {
  width: 245px;
  height: 245px;
  position: absolute;
  inset: auto auto 25% -2%;
}

.icon-wrap {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px 40px 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-wrap.left {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 60px 0 60px 60px;
}

.icon-wrap.right {
  flex-flow: column;
  align-items: flex-end;
  padding: 60px 60px 60px 0;
}

.button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.schedule-details-map {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--soft-black-main);
  width: 50%;
  height: 100%;
}

.color-coral-red {
  background-color: var(--coral-red-main);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.style-guide-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hex-code {
  color: #222;
  letter-spacing: -1px;
  text-transform: uppercase;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: .9;
}

.items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.color-light-gray {
  background-color: var(--light-gray-main);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.color-warm-yellow {
  background-color: var(--warm-yellow-creators);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.text-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.color-soft-pink {
  background-color: var(--soft-pink-main);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.link-text {
  color: var(--unnasigned);
  margin-top: 0;
  margin-bottom: 0;
}

.guide-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  align-self: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.color-soft-black {
  border: 1px solid var(--unnasigned);
  background-color: var(--soft-black-main);
  width: 100px;
  height: 100px;
}

.item-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.head-block {
  border-bottom: 1px solid #2223;
  padding-bottom: 0;
}

.container-1340px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.header-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #222;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.color-coral-orange {
  border: 1px solid var(--soft-black-main);
  background-color: var(--coral-orange-studio);
  width: 100px;
  height: 100px;
}

.color-light-grey {
  border: 1px solid var(--soft-black-main);
  background-color: var(--unnasigned-2);
  width: 100px;
  height: 100px;
}

.color-grey {
  border: 1px solid var(--soft-black-main);
  background-color: var(--unnasigned);
  width: 100px;
  height: 100px;
}

.hex-code-2 {
  color: #222;
  letter-spacing: -1px;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: .9;
}

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

.schedule-wrap-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-style: solid none;
  border-width: 0 0 1px;
  border-color: var(--unnasigned);
  justify-content: space-between;
  margin-top: 50px;
  margin-left: 125px;
  margin-right: 125px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.schedule-wrap-inner:hover {
  border-bottom-color: var(--coral-red-main);
}

.small-icon-mentor {
  width: 28px;
}

.g {
  width: 100%;
}

.to-the-class-button {
  border: 1px solid var(--coral-red-main);
  border-radius: 50px;
  padding: 16px 20px;
  text-decoration: none;
}

.sparkle-line-3 {
  width: 75px;
  height: 75px;
  margin-left: 40px;
  overflow: visible;
}

.smile-face-2, .smile-face-3 {
  width: 110px;
}

.smile-face-3.testimoni {
  position: absolute;
  inset: auto auto -29% 25%;
}

.flower-3 {
  width: 75px;
  height: 75px;
}

.hideline-3-classes-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.image-schedule {
  width: auto;
  height: 200px;
}

.schedule-image {
  border: 1px solid var(--soft-black-main);
  width: 100%;
  height: 100%;
}

.detail-schedule-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.password-image-wrap {
  width: auto;
  height: 200px;
}

._404-image-wrap {
  height: 180px;
}

.map-contact {
  width: 100%;
  height: 100%;
}

.schedule-image-wrap {
  border: 2px solid var(--soft-black-main);
  height: 500px;
}

.image-class-wrap {
  border: 2px solid var(--soft-black-main);
  width: 100%;
  height: 440px;
}

.hideline-2-classes-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.collection-list-wrapper, .collection-list-wrapper-2, .collection-list-wrapper-4, .collection-list-wrapper-5 {
  display: none;
}

.navigation {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 10px;
}

.phone-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100px;
  display: flex;
}

.password-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.collection-item-2, .collection-item-3 {
  width: 100%;
}

.hero-testimonial-wrap {
  border: 3px solid var(--soft-black-main);
  width: 55%;
  height: 100%;
}

.smile-face-4 {
  width: 120px;
}

.video-about-wrap {
  width: 100%;
  height: 450px;
}

.photo-in-action-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flower-4 {
  width: 196px;
  height: 196px;
  position: absolute;
  inset: auto 4% 6% auto;
}

.sparkle-line-4 {
  width: 65px;
  height: 65px;
  position: absolute;
  inset: 10% 17% auto auto;
}

.flower-6 {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 40px;
  left: 72px;
}

.rectagle {
  width: 56px;
  height: 56px;
  position: absolute;
  inset: auto auto 13% 19%;
}

.div-block {
  display: flex;
}

.carousel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--coral-red-main);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.color-soft-teal {
  border: 1px solid var(--soft-black-main);
  background-color: var(--soft-teal-enterprise);
  width: 100px;
  height: 100px;
}

.color-lavender-blue {
  border: 1px solid var(--soft-black-main);
  background-color: var(--lavender-blue-collections);
  width: 100px;
  height: 100px;
}

.image {
  width: 100%;
  height: 100%;
}

.pillar-image {
  aspect-ratio: 1;
  background-color: var(--coral-red-main);
  opacity: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.pillar-upper {
  padding-left: 15px;
  padding-right: 15px;
}

.pillar-lower {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.flat-button {
  background-color: var(--soft-pink-main);
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flat-button.blue {
  border-color: var(--coral-orange-studio);
}

.flat-button.blue.full {
  border-color: var(--coral-red-main);
}

.home-gallery-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--coral-red-main);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-gallery-section.about {
  background-image: none;
}

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

.gallery-image {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  background-color: var(--soft-black-main);
  width: 400px;
  height: 50px;
}

.paragraph-3 {
  color: var(--light-gray-main);
}

.main-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.code-embed-2.hamburger-close {
  display: none;
}

.about-hero-image {
  width: 100%;
  height: 100%;
}

.about-pillar-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid #000;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding-bottom: 20px;
  display: flex;
}

.about-pillar-item.pink, .about-pillar-item.purple {
  background-color: var(--soft-pink-main);
}

.about-pillar-item.card-1 {
  background-color: var(--warm-yellow-creators);
  grid-auto-columns: 1fr;
}

.about-pillar-item.card-2 {
  background-color: var(--coral-orange-studio);
}

.about-pillar-item.card-3 {
  background-color: var(--soft-teal-enterprise);
}

.about-pillar-item.card-4 {
  background-color: var(--lavender-blue-collections);
}

.about-pillar-item.white {
  background-color: var(--light-gray-main);
}

.rl_logo1_logo {
  max-height: 3.5rem;
}

.rl_logo1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_logo1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.rl_logo1_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.rl-heading-style-h6 {
  color: var(--soft-black-main);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.rl_logo1_heading-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.sponsors-section {
  background-color: var(--coral-red-main);
  margin-left: auto;
  margin-right: auto;
}

.sponsors-section.about {
  background-color: var(--soft-pink-main);
  background-image: none;
}

.donate-section-copy, .principle-section {
  background-color: var(--coral-red-main);
  margin-left: auto;
  margin-right: auto;
}

.principle-section.about {
  background-color: var(--coral-red-main);
}

.donate-pillar-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid #000;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  padding-bottom: 20px;
  display: flex;
}

.donate-pillar-item.pink, .donate-pillar-item.purple {
  background-color: var(--soft-pink-main);
}

.donate-pillar-item.card-1 {
  background-color: var(--warm-yellow-creators);
  grid-auto-columns: 1fr;
}

.donate-pillar-item.card-2 {
  background-color: var(--coral-orange-studio);
}

.donate-pillar-item.card-3 {
  background-color: var(--soft-teal-enterprise);
}

.donate-pillar-item.card-4 {
  background-color: var(--lavender-blue-collections);
}

.donate-pillar-item.white {
  background-color: var(--light-gray-main);
  justify-content: flex-start;
  align-items: center;
}

.donate-heading-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--transparent);
  border: 2px solid #000;
  border-radius: 20px;
}

.button-line-donate {
  border: 1px solid var(--soft-black-main);
  border-radius: 50px;
  padding: 8px 12px;
  text-decoration: none;
}

.button-line-donate.blue {
  border-color: var(--coral-orange-studio);
}

.button-line-donate.blue.full {
  border-color: var(--coral-red-main);
}

.principal-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 300px;
}

.donate-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.about-pillar-lower {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.donate-pillar-lower {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.donate-list {
  grid-column-gap: 2.25vw;
  grid-row-gap: 2.25vw;
  justify-content: center;
  display: flex;
}

.creators-gallery-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.creators-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.creators-wrap.center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: stretch;
}

.right-arrow-2, .icon-3, .icon-4 {
  display: none;
}

.left-arrow-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.slider-2 {
  height: 400px;
}

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

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

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery_gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.rl_gallery7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery7_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery7_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_gallery7_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl_gallery7_lightbox-link {
  width: 100%;
}

.rl_section_gallery7 {
  background-color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.rl_gallery7_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery7_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-image-wrapper {
  width: 100%;
  height: 100%;
}

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

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

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

.pillar-section {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_section_header44 {
  background-color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_header44_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.submition-section-copy {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pataka-image-wrapper {
  width: 100%;
  height: 300px;
}

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

.pataka-top-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pataka-bottom {
  padding: 10px;
}

.paragraph-4 {
  margin-top: 10px;
}

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

.recycle-section-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.recycle-section-wrap.center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  align-items: stretch;
}

.recycle-section-image {
  width: 100%;
  height: 100%;
}

.image-4 {
  width: 80px;
}

.hero-heart {
  color: var(--coral-red-main);
  width: 70px;
  position: absolute;
  top: -59px;
  right: -49px;
  transform: rotate(28deg);
}

.hero-s {
  z-index: -1;
  position: absolute;
  inset: -43px 0 -134px;
}

.hero-s.events-section-s-doodle {
  top: -401px;
  bottom: -549px;
}

.hero-s.events-s, .hero-s.studio-s, .hero-s.ventures-s, .hero-s.pataka-s {
  top: -130px;
  bottom: -41px;
  right: 149px;
  transform: rotate(164deg);
}

.code-embed-4 {
  color: var(--soft-pink-main);
  width: 100%;
  height: 100%;
  transform: scale(2.1)rotate(-88deg);
}

.code-embed-4.event-s {
  color: var(--warm-yellow-creators);
}

.code-embed-4.studio-s {
  color: var(--coral-orange-studio);
}

.code-embed-4.ventures-s {
  color: var(--soft-teal-enterprise);
}

.code-embed-4.pataka-s {
  color: var(--lavender-blue-collections);
}

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

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slider-3 {
  height: 100%;
}

.pillar-image-top {
  padding: 32px 40px 18px;
}

.banner {
  background-color: var(--coral-red-main);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 8px 14px 8px 30px;
  position: absolute;
  top: 30px;
  left: 0;
}

.upcoming-event-doodle {
  color: var(--coral-red-main);
  width: 60px;
  margin-top: 10px;
  margin-left: 20px;
}

.heading-wrapper {
  position: relative;
}

.lower-text-heading-wrapper {
  display: flex;
}

.events-home-button-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0%;
  right: 0%;
}

.events-home-button-wrapper-inner {
  position: relative;
}

.code-embed-5 {
  color: var(--soft-pink-main);
  width: 92px;
  position: absolute;
  top: -31px;
  right: -85px;
  transform: rotate(-15deg);
}

.slide-3 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery3_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl_gallery3_image-wrapper {
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.rl_gallery3_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.rl_gallery3_gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_gallery3_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_gallery3 {
  background-color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.rl_gallery3_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.pillar-gallery-section {
  box-sizing: border-box;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.hero-light-bulb {
  color: var(--coral-red-main);
  width: 50px;
  position: absolute;
  top: -59px;
  right: -49px;
}

.hero-bolt {
  color: var(--coral-red-main);
  width: 50px;
  position: absolute;
  top: -48px;
  right: -55px;
}

.hero-ventures, .hero-swirl {
  color: var(--coral-red-main);
  width: 70px;
  position: absolute;
  top: -59px;
  right: -49px;
  transform: rotate(28deg);
}

@media screen and (min-width: 1280px) {
  .tag-icon {
    flex: 0 auto;
  }

  .video-section {
    margin: 100px auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-wrap {
    width: 100%;
  }

  .paragraph-2.white.less-oppacity {
    width: auto;
  }

  .cta-section.about, .top-section.top-about, .about-section, .classes-section {
    margin-left: auto;
    margin-right: auto;
  }

  .classes-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .sparkle-and-oval {
    left: 35%;
  }

  .creators-gallery-section, .creators-section, .recycle-section {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .button.social-media:hover {
    background-color: var(--light-gray-main);
    color: var(--soft-black-main);
  }

  .list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .arrow-right.testi:active {
    width: 45px;
  }

  .arrow-right.orange {
    display: none;
  }

  .arrow-left.testi:active {
    width: 45px;
  }

  .menu:hover {
    color: var(--light-gray-main);
    text-decoration: underline;
  }

  .about-wrap.center {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 60px;
  }

  .small-icon-time.cms-class-page {
    width: 12%;
  }

  .small-icon-maps.cms-class-page {
    width: 14%;
  }

  .submit-button.subscription {
    background-color: var(--warm-yellow-creators);
  }

  .submit-button.subscription:hover {
    background-color: var(--coral-red-main);
  }

  .style-guide-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .password-image-wrap {
    height: 200px;
  }

  .image-class-wrap {
    height: 500px;
  }

  .arrow {
    display: flex;
  }

  .donate-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .creators-wrap.center, .recycle-section-wrap.center {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  ._5-stars {
    width: 100px;
  }

  .utility-page-wrap {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .password-image-wrap {
    height: 250px;
  }

  .image-3 {
    width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-bar.tablet {
    border-bottom: 1px solid var(--light-gray-main);
    color: var(--light-gray-main);
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
  }

  .menu-bar.tablet.w--current {
    color: var(--soft-black-main);
    display: block;
  }

  .menu-bar.tablet.home-nav {
    display: block;
  }

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

  .heading-1 {
    font-size: 70px;
  }

  .heading-1.space-left {
    padding-left: 40px;
  }

  .heading-1.more-space {
    padding-left: 70px;
  }

  .heading-1.align-bottom {
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-1.align-bottom.classes {
    margin-left: 40px;
  }

  .heading-1.align-bottom.contact {
    padding-bottom: 40px;
  }

  .heading-1.align-top {
    margin-top: 0;
    font-size: 48px;
  }

  .heading-1.schedule {
    margin-left: 100px;
  }

  .hero-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .hero-wrap.hero-next-layer.flip {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .body-text.black.bold, .body-text.black.style {
    width: auto;
  }

  .body-text.white {
    text-align: center;
    width: 100%;
  }

  .body-text.white.footer-menu {
    text-align: left;
  }

  .body-text.video {
    width: 60%;
  }

  .body-text.hero {
    width: 100%;
  }

  .hero-text {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 514px;
    padding-top: 10px;
  }

  .hero-illustration {
    width: 100%;
    height: 50vw;
    padding-top: 0;
  }

  .button-text {
    font-size: 14px;
  }

  .button {
    margin-left: 0;
  }

  .button.hero {
    margin-left: 40px;
  }

  .triagle {
    width: 100px;
    left: 27px;
  }

  .half-round {
    width: 100px;
    bottom: -2px;
    left: 10px;
  }

  .sparkle-line-1 {
    width: 60px;
    inset: 0% 0% auto auto;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-4.white {
    text-align: left;
    width: auto;
  }

  .element-text.rotate {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 15px 20px;
    left: 11px;
  }

  .element-text.rotate._1.event-overlay {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 230px;
    position: absolute;
    inset: auto 0% -5% auto;
  }

  .element-text.rotate._1.event-overlay.class-detail {
    margin-right: 0;
  }

  .element-text.blue {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image {
    width: 100%;
    height: 400px;
  }

  .home-gallery-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pillar-item, .pillar-item.pink {
    width: 100%;
  }

  .pillar-item.purple {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .pillar-item.card-2 {
    align-items: stretch;
  }

  .heading-5 {
    width: 100%;
  }

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

  .paragraph-1.left.bold, .paragraph-1.left.bold.mentor {
    text-align: left;
  }

  .list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: stretch center;
    display: grid;
  }

  .highlighted-events-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .highlighted-events-section.top-event {
    margin-top: 40px;
  }

  .new-events-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .new-events-text {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 90px;
  }

  .new-events-illustration {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    font-size: 62px;
  }

  .heading-2.testimonial {
    width: 70%;
  }

  .calendar, .icon {
    width: 38px;
  }

  .new-events-info {
    flex-flow: row;
  }

  .location, .include {
    width: 38px;
  }

  .event-image {
    text-align: left;
    width: 100%;
  }

  .ellipse-white {
    width: 30px;
  }

  .spiral {
    width: 120px;
    position: absolute;
    inset: 0% auto auto -5%;
  }

  .flower-1 {
    right: 4%;
  }

  .creative-classes-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 60px;
  }

  .class-item {
    height: 100%;
  }

  .class-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .class-title.center {
    text-align: left;
    align-items: center;
  }

  .arrow-right, .arrow-right.testi {
    width: 40px;
  }

  .class-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    height: 170px;
    padding: 20px;
  }

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

  .classes {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: auto;
    overflow: visible;
  }

  .video-space {
    height: 450px;
  }

  .video-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .video-subheading-text {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: row;
    align-items: center;
  }

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

  .testimoni-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimoni-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-2.white.less-oppacity {
    text-align: center;
  }

  .paragraph-2.white.less-oppacity.left {
    text-align: left;
  }

  .paragraph-2._65 {
    width: 100%;
  }

  .arrow-left.testi {
    width: 40px;
  }

  .testi-title {
    width: 100%;
  }

  .cta-section {
    height: 450px;
    margin-bottom: 60px;
  }

  .cta-section.about {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cta-section.gallery {
    overflow: hidden;
  }

  .cta-text {
    margin-left: -41px;
  }

  .cta-text.about {
    width: 100%;
  }

  .ellipse-sparkle-purple {
    width: 50px;
  }

  .two-ellipse {
    width: 56px;
    top: 5%;
  }

  .four-half-round-1 {
    width: 80px;
  }

  .round-star {
    width: 150px;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-title {
    z-index: 10;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  .subscription-box {
    width: 100%;
  }

  .footer-menu-list {
    z-index: 10;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .smile-face-1 {
    width: 350px;
    inset: 10% 0% auto 25%;
  }

  .footer.top {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    justify-content: center;
  }

  .footer.bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .top-section {
    height: 200px;
  }

  .top-section.top-schedules {
    height: 250px;
  }

  .top-section.contact {
    justify-content: center;
    align-items: center;
    height: 160px;
    display: flex;
  }

  .top-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top-wrap.schedules {
    flex-flow: column;
    justify-content: center;
    height: 250px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 160px;
  }

  .about-abstract-image {
    width: 160px;
  }

  .round-family-icon {
    z-index: -1;
    inset: 0% auto auto 0%;
  }

  .about-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .about-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
  }

  .about-wrap.center {
    flex-flow: column;
  }

  .about-illustration {
    width: 45%;
    display: flex;
  }

  .about-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .recycle-section-image-wrap {
    height: 50%;
  }

  .photo-and-video-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .photo-and-video-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .photo-and-video-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .photo-in-action-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .classes-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .classes-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .sparkle-and-oval {
    inset: auto -4% 14% auto;
  }

  .classes-abstract-image {
    width: 150px;
    height: 100%;
    margin-left: -45px;
  }

  .class-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cta-classes-wrap {
    padding: 40px 100px;
  }

  .class-details-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sparkle-in-round {
    left: 0;
  }

  .sparkle-in-round.right-down {
    width: 50px;
  }

  .class-detail-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .class-deatils-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .map-details {
    flex-flow: row;
    width: 100%;
  }

  .map-details.contact {
    height: 320px;
  }

  .details-class {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 2px solid var(--soft-black-main);
    width: 80%;
    padding: 30px;
  }

  .small-icon-calendar {
    width: 25px;
  }

  .small-icon-calendar.cms-class-page {
    width: 23px;
  }

  .small-icon-time.schedule-page {
    width: 25px;
  }

  .small-icon-time.cms-class-page, .small-icon-maps.cms-class-page {
    width: 23px;
  }

  .small-icon-maps.cms-schedule-page {
    width: 26px;
  }

  .small-icon-phone.cms-class-page {
    width: 23px;
  }

  .include-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
  }

  .include-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .include-main-icon {
    width: 200px;
  }

  .include-list {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .triple-round-and-sparkle {
    width: 50px;
    inset: 0% 0% auto auto;
  }

  .gallery-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .gallery-button {
    order: 1;
  }

  .reviews-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .reviews-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .review-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .review {
    width: 100%;
  }

  .review-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  ._5-stars {
    width: 70px;
  }

  .cta-gallery-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    height: 320px;
  }

  .classes-cta-image {
    width: 550px;
    height: 100%;
    margin-top: 40px;
    margin-left: 100px;
  }

  .schedule-abstract-image {
    order: 1;
    width: 250px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .schedule-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .schedule-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .schedule-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 65%;
  }

  .schedule-information.description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-schedule-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-1-wrapper {
    padding-left: 0;
  }

  .slider {
    width: 100%;
  }

  .schedule-info-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .schedule-more-info, .utility-page-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .submit-button.subscription, .text-field.subsription {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slide {
    padding-left: 0;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    inset: auto 7% 0% auto;
  }

  .schedule-detail-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .schedule-detail-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .schedule-detail-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .schedule-detail-description {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .schedule-detail-info {
    flex-flow: row;
    width: 100%;
    height: 250px;
  }

  .detail-schedule {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
  }

  .events-title-home {
    text-align: center;
    align-items: flex-start;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    display: block;
    inset: auto 0% 0% auto;
  }

  .contact-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .contact-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-details {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: center;
  }

  .submition-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .submition-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-line {
    width: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-block, .video-in-action {
    width: 100%;
  }

  .photo-in-action {
    border: 1px solid var(--soft-black-main);
    height: 120px;
  }

  .icon-wrap.left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .icon-wrap.right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .schedule-details-map {
    width: 100%;
    height: auto;
  }

  .style-guide-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .guide-wrapper {
    padding-bottom: 20px;
  }

  .schedule-wrap-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
  }

  .small-icon-mentor {
    width: 25px;
  }

  .sparkle-line-3 {
    width: 50px;
    height: 50px;
  }

  .smile-face-2, .smile-face-3 {
    width: 80px;
  }

  .smile-face-3.testimoni {
    width: 80px;
    inset: 0% 0% auto auto;
  }

  .flower-3 {
    width: 50px;
  }

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

  .image-schedule {
    width: auto;
    height: 320px;
  }

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

  .detail-schedule-text {
    flex-flow: column;
    display: flex;
  }

  ._404-image-wrap {
    height: 180px;
  }

  .schedule-image-wrap {
    height: 400px;
  }

  .image-class-wrap {
    height: 320px;
  }

  .hideline-2-classes-list {
    width: 100%;
  }

  .collection-list-wrapper {
    display: block;
  }

  .collection-list-wrapper-3 {
    display: none;
  }

  .collection-list-wrapper-4 {
    display: block;
  }

  .collection-list-wrapper-6, .phone-nav {
    display: none;
  }

  .menu-button {
    z-index: 2;
    background-color: var(--transparent);
    padding: 8px;
    transition: background-color .2s;
  }

  .menu-button.w--open {
    background-color: var(--coral-red-main);
    transition-duration: 1s;
    position: relative;
  }

  .nav-menu {
    background-color: var(--coral-red-main);
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 28px;
    position: fixed;
  }

  .password-wrap {
    flex-flow: column;
  }

  .collection-item-4 {
    width: 100%;
  }

  .smile-face-4 {
    width: 80px;
  }

  .flower-4 {
    width: 130px;
    height: 130px;
  }

  .sparkle-line-4 {
    width: 48px;
    height: 48px;
    right: 5%;
  }

  .flower-6 {
    width: 80px;
    height: 80px;
    top: 28px;
    left: 23px;
  }

  .rectagle {
    width: 32px;
    height: 32px;
    left: 10%;
  }

  .pillar-lower {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .flat-button {
    width: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-2 {
    color: var(--coral-red-main);
    font-size: 34px;
  }

  .nav-menu-flex {
    flex-flow: column;
    margin-top: 30px;
    display: flex;
  }

  .code-embed-2 {
    z-index: 210;
    background-color: var(--lavender-blue-collections);
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
  }

  .code-embed-3 {
    width: 25px;
    height: 25%;
  }

  .code-embed-3.hamburger-open {
    color: var(--coral-red-main);
  }

  .navbar {
    transition: background-color 1s;
  }

  .about-hero-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .about-pillar-item {
    flex-flow: row;
    width: 100%;
    max-width: 654px;
    padding-bottom: 0;
    display: flex;
  }

  .about-pillar-item.pink {
    width: 100%;
  }

  .about-pillar-item.purple {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .about-pillar-item.white {
    flex-flow: row-reverse;
    justify-content: space-between;
    display: flex;
  }

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

  .donate-pillar-item, .donate-pillar-item.pink {
    width: 100%;
  }

  .donate-pillar-item.purple {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .button-line-donate {
    width: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .principal-image {
    width: 50%;
    height: 280px;
    margin-right: -10px;
  }

  .principal-image.opposite {
    margin-left: -10px;
    margin-right: 0;
  }

  .about-pillar-lower {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    width: 50%;
  }

  .donate-list {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: stretch center;
    display: flex;
  }

  .creators-gallery-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .creators-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
  }

  .creators-wrap.center {
    flex-flow: column;
  }

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

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

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .creators-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

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

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

  .submition-section-copy, .recycle-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .recycle-section-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
  }

  .recycle-section-wrap.center {
    flex-flow: column;
  }

  .hero-s.events-section-s-doodle {
    bottom: 3px;
  }

  .slider-3 {
    width: 100%;
  }

  .pillar-image-top {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .events-home-button-wrapper {
    position: absolute;
    inset: 452px 70px auto auto;
  }

  .code-embed-5 {
    right: -78px;
  }

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

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .pillar-gallery-section {
    margin-bottom: 60px;
  }

  .hero-light-bulb {
    width: 45px;
    top: -48px;
    right: -36px;
  }
}

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

  .hero-section {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .heading-1.align-bottom {
    position: relative;
  }

  .heading-1.align-bottom.about {
    margin-left: 160px;
  }

  .heading-1.align-bottom.classes {
    margin-left: 10px;
  }

  .heading-1.align-bottom.contact {
    margin-left: 200px;
  }

  .heading-1.align-top.right-title {
    margin-right: 10px;
  }

  .heading-1.align-top.about {
    margin-left: 160px;
  }

  .heading-1.schedule {
    font-size: 48px;
  }

  .hero-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

  .body-text.black, .body-text.video {
    width: 100%;
  }

  .hero-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    padding-top: 20px;
  }

  .hero-illustration {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .button-text {
    padding: 10px 20px 10px 10px;
  }

  .button {
    margin-left: 0;
  }

  .button.price {
    width: auto;
  }

  .button.schedule-page {
    justify-content: flex-start;
    align-items: center;
    width: 450px;
  }

  .ellipse-sparkle-pink {
    width: 48px;
    height: 48px;
  }

  .triagle {
    width: 80px;
    top: 1px;
    left: -33px;
  }

  .half-round {
    left: -81px;
  }

  .sparkle-line-1 {
    width: 50px;
    position: relative;
  }

  .heading-4.bold.blue {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-4.white {
    width: 100%;
  }

  .heading-4.left.gallery-title {
    width: 50%;
  }

  .element-hero {
    position: relative;
    top: -180px;
  }

  .element-text.rotate {
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .element-text.rotate._1.event-overlay {
    margin-left: 98px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .element-text.rotate._3.pink {
    inset: -4% 0% auto auto;
  }

  .element-text.blue {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 10px;
  }

  .hero-image {
    height: 300px;
  }

  .home-gallery-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .pillar-item.pink, .pillar-item.purple {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .pillar-item-center {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .paragraph-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-1.left.bold, .paragraph-1.left.bold.mentor {
    font-size: 12px;
  }

  .paragraph-1.bold.left {
    font-size: 16px;
  }

  .list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .highlighted-events-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .highlighted-events-section.top-event {
    margin-top: 20px;
  }

  .new-events-text {
    padding-left: 20px;
    padding-right: 10px;
  }

  .new-events-illustration {
    width: 100%;
    height: 300px;
  }

  .heading-2 {
    text-align: left;
    font-size: 56px;
  }

  .heading-2.testimonial {
    width: 85%;
  }

  .heading-2.about {
    width: 100%;
  }

  .heading-2.white-text {
    font-size: 46px;
  }

  .flower-1 {
    width: 130px;
  }

  .creative-classes-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .class-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .class-title.center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .arrow-right, .arrow-right.testi {
    width: 32px;
  }

  .class-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .video-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .video-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .video-space {
    height: 320px;
  }

  .video-subheading-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: stretch;
  }

  .testimonial-section {
    margin-bottom: 40px;
  }

  .testimoni-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-testimonials-image {
    object-fit: cover;
  }

  .arrow-left.testi {
    width: 32px;
  }

  .cta-section {
    height: 350px;
    margin-bottom: 40px;
  }

  .cta-section.about {
    height: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cta-text {
    margin-left: 0;
    padding-top: 40px;
  }

  .cta-text.about {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .cta-text.schedule {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ellipse-sparkle-purple {
    width: 32px;
  }

  .two-ellipse {
    width: 35px;
  }

  .sparkle-slim {
    width: 55px;
  }

  .four-half-round-1 {
    width: 65px;
  }

  .round-star {
    width: 100px;
  }

  .footer-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 40px;
  }

  .footer-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .subscription-box {
    width: 100%;
    height: 100%;
  }

  .footer-menu-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .smile-face-1 {
    top: 5%;
    left: 15%;
  }

  .footer-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer.bottom {
    flex-flow: column;
    width: 100%;
  }

  .class-image-wrap {
    height: 200px;
  }

  .top-section {
    height: 180px;
  }

  .top-wrap {
    height: 130px;
  }

  .top-wrap.schedules {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 130px;
  }

  .top-wrap.classes-top {
    flex-flow: row;
    justify-content: space-between;
  }

  .about-abstract-image {
    order: 1;
    width: 130px;
    position: absolute;
  }

  .about-abstract-image.contact {
    margin-left: 60px;
  }

  .about-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-wrap {
    flex-flow: column;
  }

  .about-illustration {
    width: 65%;
  }

  .about-text {
    width: 100%;
  }

  .photo-and-video-section {
    background-image: none;
    background-size: auto;
  }

  .photo-and-video-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .photo-and-video-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .photo-and-video-text {
    width: 100%;
  }

  .photo-and-video-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .photo-and-video {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
  }

  .photo-in-action-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .classes-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .classes-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sparkle-and-oval {
    width: 60%;
    bottom: 18%;
  }

  .classes-abstract-image {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    inset: -8px auto 0% 194px;
  }

  .class-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cta-classes-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .class-details-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .class-detail-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sparkle-in-round {
    width: 60px;
  }

  .class-deatils-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .map-details.contact {
    height: 200px;
  }

  .details-class {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 25px 25px 25px 40px;
  }

  .small-icon-calendar.cms-class-page, .small-icon-calendar.cms-schedule-page {
    width: 20px;
  }

  .details-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .small-icon-time {
    width: 16px;
  }

  .small-icon-time.cms-class-page, .small-icon-time.cms-schedule-page {
    width: 20px;
  }

  .small-icon-maps {
    width: 16px;
  }

  .small-icon-maps.schedule-page, .small-icon-maps.cms-class-page {
    width: 25px;
  }

  .small-icon-maps.cms-schedule-page, .small-icon-phone.cms-class-page {
    width: 20px;
  }

  .include-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .include-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .include-main-icon {
    opacity: .06;
    width: 300px;
    inset: auto auto 0% 0%;
  }

  .include-list {
    z-index: 10;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
  }

  .include-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .include-icon-1, .include-icon-2, .include-icon-3, .include-icon-4, .include-icon-5, .include-icon-6 {
    width: 32px;
  }

  .gallery-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .triple-round-and-sparkle {
    width: 30px;
  }

  .gallery-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .reviews-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-gallery-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: 500px;
    padding-right: 0;
  }

  .classes-cta-image {
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .schedule-abstract-image {
    order: 1;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: auto auto 0% 3%;
  }

  .schedule-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .schedule-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .schedule-information.description {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-schedule-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-1-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .slider {
    flex-flow: row;
  }

  .schedule-info-details, .schedule-more-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .submit-button.subscription {
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .text-field.subsription {
    padding-top: 20px;
    overflow: visible;
  }

  .gallery-photo {
    height: auto;
  }

  .schedule-detail-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flower-5 {
    width: 100px;
  }

  .schedule-detail-info {
    height: 220px;
  }

  .detail-schedule {
    padding: 24px;
  }

  .contact-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .phone-contact-icon, .email-contact-icon, .map-contact-icon {
    width: 40px;
  }

  .submition-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .submition-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .form-up {
    flex-flow: column;
  }

  .button-line {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-line.full {
    width: 100%;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    margin-bottom: 0;
  }

  .video-in-action {
    width: 100%;
  }

  .icon-wrap {
    padding: 0 10px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .button-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .content-block {
    display: none;
  }

  .content-block.view {
    display: block;
  }

  .header-block {
    display: none;
  }

  .schedule-wrap-inner {
    flex-flow: column;
  }

  .sparkle-line-3 {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .smile-face-2 {
    width: 50px;
  }

  .smile-face-3 {
    width: 40px;
  }

  .smile-face-3.testimoni {
    width: 50px;
  }

  .image-schedule {
    border: 1px solid #000;
    height: 200px;
  }

  .schedule-image {
    object-fit: cover;
  }

  .schedule-image-wrap {
    height: 250px;
  }

  .image-class-wrap {
    height: 220px;
  }

  .navigation, .menu-button {
    z-index: 100;
  }

  .menu-button.w--open {
    transition: background-color .2s;
  }

  .video-about-wrap {
    height: 380px;
  }

  .flower-4 {
    width: 80px;
    height: 80px;
  }

  .sparkle-line-4 {
    width: 32px;
    height: 32px;
  }

  .flower-6 {
    width: 48px;
    height: 48px;
  }

  .pillar-lower {
    justify-content: space-between;
    align-items: center;
  }

  .flat-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flat-button.full {
    width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu-flex {
    flex-flow: column;
    display: flex;
  }

  .about-pillar-item {
    flex-flow: column;
  }

  .about-pillar-item.pink {
    padding-bottom: 20px;
  }

  .about-pillar-item.purple {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .about-pillar-item.white {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .rl_logo1_logo {
    max-height: 3rem;
  }

  .rl_logo1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

  .rl_logo1_logo-list {
    padding-top: 1rem;
  }

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

  .donate-pillar-item.pink {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .donate-pillar-item.purple {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .button-line-donate {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-line-donate.full {
    width: 100%;
  }

  .principal-image {
    width: 100%;
    margin: 0;
  }

  .principal-image.opposite {
    margin-left: 0;
    margin-right: 0;
  }

  .about-pillar-lower {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .donate-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .creators-gallery-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .creators-wrap {
    flex-flow: column;
  }

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

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

  .rl_gallery_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_gallery7_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .creators-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pillar-section {
    margin-bottom: 40px;
  }

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

  .rl_header44_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_header44_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_header44_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

  .submition-section-copy, .recycle-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .recycle-section-wrap {
    flex-flow: column;
  }

  .hero-heart {
    width: 60px;
    top: -27px;
    right: -37px;
  }

  .hero-s {
    height: 820px;
    top: 0;
    bottom: 0;
  }

  .hero-s.events-section-s-doodle {
    height: 1038px;
  }

  .hero-s.events-s, .hero-s.studio-s, .hero-s.ventures-s, .hero-s.pataka-s {
    height: auto;
    top: -299px;
    bottom: -51px;
  }

  .pillar-image-top {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .banner {
    padding-left: 20px;
  }

  .upcoming-event-doodle {
    width: 40px;
    margin-top: 0;
    margin-left: 10px;
  }

  .events-home-button-wrapper {
    margin-top: -40px;
    position: static;
  }

  .code-embed-5 {
    right: -92px;
  }

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

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .pillar-gallery-section {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .hero-light-bulb {
    top: -42px;
    right: -37px;
  }

  .hero-bolt {
    width: 50px;
    top: -54px;
    right: -48px;
  }

  .hero-ventures, .hero-swirl {
    width: 60px;
    top: -27px;
    right: -37px;
  }
}

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

  .logo {
    height: 24px;
  }

  .phone-call {
    width: 30px;
    height: 30px;
  }

  .phone-icon {
    height: 18px;
  }

  .hero-section {
    margin-top: 0;
  }

  .heading-1 {
    width: 100%;
    font-size: 56px;
  }

  .heading-1.space-left {
    text-align: left;
    padding-left: 15px;
  }

  .heading-1.more-space {
    padding-left: 25px;
  }

  .heading-1.align-bottom {
    margin-left: 0;
    font-size: 32px;
  }

  .heading-1.align-bottom.about {
    margin-left: 100px;
  }

  .heading-1.align-bottom.classes {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-1.align-bottom.contact {
    margin-left: 100px;
  }

  .heading-1.align-top {
    font-size: 32px;
  }

  .heading-1.align-top.right-title {
    margin-right: 0;
  }

  .heading-1.align-top.about {
    margin-left: 100px;
  }

  .heading-1.schedule {
    margin-left: 0;
  }

  .heading-wrap {
    text-align: left;
    width: 100%;
  }

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

  .body-text {
    text-align: left;
    width: 100%;
  }

  .body-text.white.footer-menu {
    text-align: left;
  }

  .body-text.hero {
    color: var(--soft-black-main);
  }

  .hero-text {
    text-align: center;
    width: 100%;
  }

  .hero-illustration {
    height: 75vw;
  }

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

  .button.hero {
    margin-left: 15px;
  }

  .button.schedule-page {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .triagle {
    width: 60px;
    top: -35px;
    left: -59px;
    overflow: visible;
  }

  .half-round {
    width: 75px;
    bottom: 16px;
  }

  .sparkle-line-1 {
    inset: auto 12% 9% auto;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-4.bold.blue {
    text-align: left;
  }

  .heading-4.white {
    width: 100%;
    padding-right: 10px;
  }

  .heading-4.tag-text {
    font-size: 18px;
    line-height: 18px;
  }

  .element-hero {
    width: 100%;
    top: -201px;
    left: 16%;
  }

  .element-text.rotate {
    position: relative;
  }

  .element-text.rotate._1.event-overlay {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 0;
  }

  .element-text.rotate._1.event-overlay.class-detail {
    bottom: -15%;
    right: 0%;
  }

  .element-text.rotate._3.pink {
    top: -8%;
  }

  .element-text.blue {
    padding: 8px;
  }

  .hero-image {
    height: 200px;
  }

  .paragraph-1.left {
    width: 100%;
  }

  .paragraph-1.left.bold {
    font-size: 10px;
  }

  .paragraph-1.bold.left {
    font-size: 16px;
  }

  .paragraph-1.pillar-section-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .highlighted-events-section {
    margin-top: 20px;
  }

  .new-events-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .new-events-illustration {
    height: 200px;
  }

  .heading-2 {
    font-size: 44px;
  }

  .heading-2.center.cta {
    font-size: 40px;
  }

  .heading-2.white-text {
    font-size: 34px;
  }

  .new-events-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .event-image {
    width: 100%;
  }

  .spiral {
    width: 80px;
    top: -28%;
    left: 0%;
  }

  .flower-1 {
    width: 100px;
    inset: 0% 10% auto auto;
  }

  .creative-classes-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .class-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-3.reference {
    font-size: 40px;
  }

  .heading-3.pillar-header {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 25px;
  }

  .arrow-right {
    width: 30px;
  }

  .arrow-right.testi {
    width: 100%;
  }

  .class-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 130px;
    padding: 15px;
  }

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

  .video-space {
    height: 280px;
  }

  .video-subheading-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .testimoni-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .paragraph-2.white.less-oppacity.left {
    text-align: left;
    line-height: 18px;
  }

  .arrow-left.testi {
    width: 100%;
  }

  .testi-title {
    flex-flow: row;
  }

  .cta-section {
    height: auto;
  }

  .cta-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-wrap.about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .cta-text.about {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-text.schedule {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .two-ellipse {
    width: 24px;
  }

  .sparkle-slim {
    width: 40px;
    bottom: 1%;
  }

  .four-half-round-1 {
    width: 40px;
  }

  .round-star {
    width: 50px;
  }

  .footer-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-title {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .subscription-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .footer-menu-list {
    flex-flow: column;
  }

  .smile-face-1 {
    width: 100%;
    inset: auto auto 20%;
  }

  .footer-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
  }

  .footer.top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer.bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .top-section {
    height: 140px;
  }

  .top-section.top-classes {
    height: 210px;
  }

  .top-section.contact {
    height: 120px;
  }

  .top-wrap {
    height: 100px;
  }

  .top-wrap.schedules {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .top-wrap.classes-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 150px;
  }

  .about-abstract-image {
    order: 1;
    width: 80px;
    margin-top: 0;
  }

  .about-abstract-image.contact {
    margin-left: 20px;
  }

  .round-family-icon {
    padding-left: 0;
    padding-right: 0;
    inset: auto 0% 11%;
  }

  .about-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .photo-and-video-section {
    overflow: visible;
  }

  .photo-and-video-title {
    flex-flow: column;
  }

  .photo-and-video-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .photo-in-action-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch start;
    display: grid;
  }

  .sparkle-and-oval {
    z-index: -1;
  }

  .clasess-title-text {
    align-items: center;
    width: 100%;
  }

  .clasess-title-text.right {
    justify-content: center;
    align-items: center;
  }

  .classes-abstract-image {
    order: 1;
    width: 80px;
    height: 80px;
    inset: 21px 0% 0% 43%;
  }

  .cta-classes-wrap {
    padding: 40px 0;
  }

  .class-details-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .class-detail-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
  }

  .class-deatils-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .map-details {
    flex-flow: column;
  }

  .map-details.contact {
    height: 200px;
  }

  .details-class {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding: 20px;
  }

  .small-icon-calendar {
    width: 20px;
  }

  .small-icon-calendar.cms-class-page, .small-icon-calendar.cms-schedule-page {
    width: 18px;
  }

  .small-icon-time {
    width: 14px;
  }

  .small-icon-time.schedule-page {
    width: 20px;
  }

  .small-icon-time.cms-class-page {
    width: 18px;
  }

  .small-icon-maps {
    width: 14px;
  }

  .small-icon-maps.schedule-page {
    width: 20px;
  }

  .small-icon-maps.cms-class-page, .small-icon-phone.cms-class-page {
    width: 18px;
  }

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

  .review-list {
    margin-left: auto;
    margin-right: auto;
  }

  .review {
    flex-flow: column;
  }

  .classes-testimonial-image {
    width: 90px;
  }

  .cta-gallery-wrap {
    flex-flow: column;
    align-items: center;
    height: 380px;
    padding-top: 40px;
  }

  .classes-cta-image {
    order: 1;
    width: 200px;
    height: 150px;
    margin-top: 20px;
  }

  .schedule-abstract-image {
    order: 1;
    width: 150px;
    inset: auto auto 0% 106px;
  }

  .cta-schedule-wrap {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-1-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .utility-page-wrap {
    width: 100%;
    height: 350px;
  }

  .utility-page-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .utility-page-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 80%;
  }

  .left-arrow {
    width: 32px;
    height: 32px;
    inset: 0% 14% auto auto;
  }

  .schedule-detail-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .schedule-detail-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .flower-5 {
    width: 60px;
  }

  .schedule-detail-description {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
  }

  .schedule-detail-info {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .detail-schedule {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .small-icon-pricetag {
    width: 20px;
  }

  .events-title-home {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-arrow {
    width: 32px;
    height: 32px;
    inset: 0% 0% auto auto;
  }

  .contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-information {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .phone-contact-icon, .email-contact-icon, .map-contact-icon {
    width: 25px;
  }

  .submition-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-up {
    flex-flow: column;
  }

  .tabs-menu-2 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link, .tab-link.w--current {
    padding-top: 0;
  }

  .video-in-action {
    width: 100%;
    height: 100%;
  }

  .icon-wrap {
    padding: 10px;
  }

  .icon-wrap.left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .icon-wrap.right {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .button-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .schedule-details-map {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .style-guide-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-2 {
    width: 100%;
    overflow: visible;
  }

  .link-text {
    overflow-wrap: anywhere;
    flex: 0 auto;
  }

  .guide-wrapper {
    width: 100%;
    max-width: none;
    padding-bottom: 60px;
  }

  .container-1340px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-block {
    align-items: flex-start;
    width: 100%;
  }

  .hex-code-2 {
    font-size: 26px;
  }

  .schedule-wrap-inner {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .small-icon-mentor {
    width: 20px;
  }

  .sparkle-line-3 {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .smile-face-2 {
    width: 30px;
    position: relative;
    top: 0;
  }

  .smile-face-3 {
    width: 30px;
  }

  .smile-face-3.testimoni {
    inset: auto 0% 0% auto;
  }

  .flower-3 {
    width: 20px;
    height: 20px;
  }

  .hideline-3-classes-list {
    grid-template-columns: 1fr;
  }

  .password-image-wrap, ._404-image-wrap {
    height: 100px;
  }

  .map-contact {
    width: 100%;
    height: 100%;
  }

  .schedule-image-wrap {
    height: 200px;
  }

  .hideline-1-class-list {
    width: 100%;
  }

  .collection-list-wrapper {
    display: none;
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .collection-list-wrapper-4 {
    display: none;
  }

  .collection-list-wrapper-5 {
    display: block;
  }

  .navigation {
    padding-top: 10px;
  }

  .menu-button {
    padding: 6px;
  }

  .menu-button.w--open {
    transition-duration: 1s;
  }

  .menu-button.hamburger-open.w--open {
    background-color: var(--coral-red-main);
    color: var(--light-gray-main);
  }

  .collection-item-5 {
    width: 100%;
  }

  .video-about-wrap {
    height: 200px;
  }

  .flower-4 {
    width: 32px;
    height: 32px;
    bottom: 30%;
  }

  .sparkle-line-4 {
    width: 20px;
    height: 20px;
  }

  .flower-6 {
    width: 24px;
    height: 24px;
    top: 14px;
    left: 15px;
  }

  .rectagle {
    width: 20px;
    height: 20px;
    top: 112px;
    bottom: auto;
  }

  .pillar-lower {
    padding-top: 20px;
  }

  .div-block-2 {
    width: 200px;
  }

  .icon-2 {
    color: var(--coral-red-main);
  }

  .nav-menu-flex {
    color: var(--soft-teal-enterprise);
  }

  .rl_logo1_logo-list {
    justify-content: center;
  }

  .donate-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .creators-gallery-section, .creators-section, .recycle-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-heart {
    width: 50px;
    top: -31px;
    right: -37px;
  }

  .hero-s {
    height: auto;
    top: -279px;
  }

  .hero-s.events-section-s-doodle {
    height: 1086px;
  }

  .hero-s.events-s, .hero-s.studio-s, .hero-s.ventures-s, .hero-s.pataka-s {
    top: -351px;
    bottom: -188px;
    right: 0;
  }

  .pillar-image-top {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .pillar-gallery-section {
    margin-top: 0;
  }

  .hero-light-bulb {
    width: 44px;
    top: -42px;
    right: -29px;
  }

  .hero-ventures, .hero-swirl {
    width: 50px;
    top: -31px;
    right: -37px;
  }
}

#w-node-_9b40cfec-92ab-ce60-b0bb-741f8f097da8-d28ec6a7, #w-node-_21df4bd3-af4e-c59b-e8a0-e7e48e828c21-d28ec6a7, #w-node-c7883b33-f7c1-170e-3739-b956efc653ed-d28ec6a7, #w-node-_2d577fc8-aa9c-0132-b5c1-5c58892dddcf-d28ec6a7, #w-node-_05e2d9ba-f392-c9b3-5f9e-7af3e4f9465a-d28ec6a9, #w-node-_61667244-1ced-e3fd-9fdb-3683960ed1b5-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1b6-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1bc-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1bd-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1c3-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1c4-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1ca-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1cb-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1d1-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61667244-1ced-e3fd-9fdb-3683960ed1d2-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0b1730fe-ffcb-919e-c6fc-9b1257da7cee-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1730fe-ffcb-919e-c6fc-9b1257da7cef-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8b0664c-ebe5-a344-3b9c-045f8b98a00b-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8b0664c-ebe5-a344-3b9c-045f8b98a00c-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b9c1615e-4f25-dc89-165e-23c1af5729fd-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9c1615e-4f25-dc89-165e-23c1af5729fe-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4647f8c8-c8d5-1794-0229-7afeee75fa62-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4647f8c8-c8d5-1794-0229-7afeee75fa63-d28ec6b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5b619151-eabe-6ce9-8c26-f5ccfe3b2521-d28ec6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b619151-eabe-6ce9-8c26-f5ccfe3b2522-d28ec6b2, #w-node-_061e13c0-0cdb-0206-f9c7-ff4b9c69fe8c-d28ec6b3, #w-node-caf62c58-ae97-042f-5815-ff5ca7acd9d2-d28ec6b3, #w-node-a962cafc-6dd1-f11b-20d9-ab0c137ba514-d28ec6b3, #w-node-_061e13c0-0cdb-0206-f9c7-ff4b9c69fe9d-d28ec6b3, #w-node-_061e13c0-0cdb-0206-f9c7-ff4b9c69fea3-d28ec6b3, #w-node-_061e13c0-0cdb-0206-f9c7-ff4b9c69feae-d28ec6b3, #w-node-_061e13c0-0cdb-0206-f9c7-ff4b9c69feb4-d28ec6b3, #w-node-_3358aab5-242e-3d0b-7c38-7a2a9ff1f3a8-d28ec6b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Thin.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Hairline.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Finalsix';
  src: url('../fonts/FinalSix_Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}