:root {
  --black-2: black;
  --misty-rose: #ffcde1;
  --white: white;
  --black: #f13782;
  --dim-grey: #54595f;
  --grey: #8a8a8a;
  --black-3: #e1e1e1;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  max-width: 100%;
}

.nav-link {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.nav-link-2 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #f13782;
  border-bottom: 2px solid #f13782;
}

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

.navbar-no-shadow-eng {
  z-index: 2;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-home-eng {
  z-index: 5;
  background-color: var(--black-2);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.nav-link-3 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  border-style: none none solid;
  border-width: 1px 1px 2.5px;
  border-color: black black var(--black);
  color: var(--black);
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--black);
  font-size: 14px;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--misty-rose);
  border-radius: 0;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  margin-bottom: 20px;
  margin-left: 0;
}

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

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

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

.list-item {
  font-size: 12px;
}

.image {
  width: 40px;
  height: auto;
  margin-left: 0;
  transition: all .3s;
}

.image:hover {
  color: #000;
  transform: scale(.92);
}

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

.eng {
  color: #fff;
  border: 1px #000;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.container-2 {
  max-width: 100%;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.mask {
  width: 100%;
  height: auto;
}

.slide {
  width: 100%;
  height: auto;
  position: relative;
}

.image-2 {
  width: 1488px;
  height: 1%;
  max-height: none;
}

.slide-nav, .image-3 {
  width: 100%;
  height: auto;
}

.container-3 {
  max-width: 1200px;
}

.sale-pc {
  background-color: var(--black);
  display: block;
}

.heading {
  color: #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.heading-2 {
  color: #000;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.heading-3 {
  color: var(--white);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.div-block {
  color: var(--white);
}

.heading-4 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bold-text-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
}

.bold-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-6 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.image-4 {
  width: 100%;
  height: auto;
  max-height: none;
}

.column {
  padding-left: 40px;
}

.heading-7 {
  color: #000;
  font-size: 100px;
  line-height: 30px;
}

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

.container-4 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.link-2 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.heading-8 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-9 {
  color: var(--black);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  background-color: var(--white);
  padding-bottom: 10px;
}

.div-block-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-10 {
  color: var(--black);
  font-family: Prompt, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}

.events-pc {
  background-image: url('../images/bg4.jpg.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-5 {
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.container-5 {
  max-width: 1200px;
}

.heading-11 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

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

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 100px;
}

.heading-12 {
  text-align: left;
  line-height: 25px;
}

.heading-13 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 130px;
  font-weight: 500;
  line-height: 37px;
}

.div-block-7 {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-2 {
  color: var(--white);
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-8 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.heading-14 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.text-span-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.image-5 {
  width: 100px;
  height: auto;
}

.meet-pc {
  background-image: url('../images/bg6.jpg.webp');
  background-position: 50% 0;
  background-size: cover;
}

.container-6 {
  max-width: 1200px;
}

.heading-15 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-9 {
  margin-top: 0;
}

.navigt-pc {
  border-top: 10px solid var(--black);
  background-color: var(--black-2);
  display: none;
  overflow: hidden;
}

.div-block-10 {
  background-color: var(--black);
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-16 {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.list {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 40px;
}

.list-item-2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: disc;
}

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

.navigation:hover {
  color: var(--black);
}

.text-span-5, .text-span-6 {
  color: var(--white);
}

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

.columns {
  margin-top: 40px;
}

.div-block-12, .div-block-13 {
  position: relative;
}

.div-block-14 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-7 {
  max-width: 100%;
}

.dropdown, .dropdown-toggle {
  color: #fff;
}

.dropdown-toggle:hover {
  color: var(--black);
}

.dropdown-link {
  border-top: 2.5px solid var(--black);
  background-color: var(--misty-rose);
}

.columns-2 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.button {
  background-color: var(--black);
  border-radius: 100px;
  padding: 15px 40px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  transition: all .3s;
}

.button:hover {
  background-color: var(--grey);
  color: var(--white);
  transform: scale(.9);
}

.div-block-15 {
  text-align: right;
  margin-bottom: 20px;
}

.moda-pc {
  height: auto;
  margin-top: 120px;
  display: block;
  overflow: hidden;
}

.moda-mbo-copy {
  display: none;
}

.sale-mbo-copy {
  background-color: var(--black);
  display: none;
}

.events-mbo {
  background-image: url('../images/bg4.jpg.webp');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.navigt-mbo-copy {
  border-top: 10px solid var(--black);
  background-color: var(--black-2);
  display: none;
  overflow: hidden;
}

.body-2 {
  color: var(--black-2);
  background-color: #0000;
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.container-9 {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-18 {
  color: var(--black);
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 30px;
}

.container-10 {
  border: 1px #000;
  max-width: 100%;
  position: static;
}

.schedule-1-pc {
  border-bottom: 10px solid var(--black);
  margin-top: 120px;
  display: none;
  position: relative;
}

.div-block-29 {
  position: absolute;
}

.container-11 {
  max-width: 1200px;
  color: var(--white);
}

.section-5 {
  background-color: var(--black-3);
  color: var(--white);
}

.heading-19 {
  color: var(--black-2);
  margin-top: 40px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-20 {
  color: var(--black-2);
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.div-block-30 {
  margin-top: 0;
}

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

.div-block-31 {
  margin-top: 0;
}

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

.container-12 {
  max-width: 1300px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.heading-21 {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.container-13 {
  max-width: 1500px;
}

.container-14 {
  max-width: 1200px;
  margin-top: 0;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 70%;
  height: auto;
  display: flex;
}

.kru-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-22 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-23 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-34 {
  text-align: left;
  display: inline;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-36 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-9, .image-10 {
  width: 100%;
  height: auto;
}

.section-6 {
  background-color: var(--black-3);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.lightbox-link {
  flex-direction: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container-15 {
  max-width: 1200px;
  padding-bottom: 20px;
}

.div-block-37 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-7 {
  background-image: url('../images/bg4.jpg.webp');
  background-position: 0 0;
  background-size: auto;
}

.heading-24 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-25 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.div-block-39 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.image-11 {
  margin-right: 5px;
}

.container-16 {
  text-align: center;
  max-width: 1200px;
  margin-top: 0;
}

.container-17 {
  max-width: 1200px;
}

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

.image-12 {
  width: 100%;
  height: auto;
  display: block;
}

.image-13, .image-14 {
  width: 100%;
  height: auto;
}

.heading-26 {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

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

.div-block-40 {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.link-block-2 {
  text-align: left;
  text-decoration: none;
}

.div-block-41 {
  text-align: left;
}

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

.div-block-42 {
  text-align: left;
}

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

.grid-latin {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  height: auto;
}

.heading-28 {
  font-family: Montserrat, sans-serif;
}

.heading-29 {
  color: #adadad;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 300;
}

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

.latin-dance-pc {
  background-color: var(--black-2);
}

.container-18 {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-44 {
  border-radius: 0;
  width: 100%;
  height: auto;
}

.div-block-44:hover {
  transform: scale(1);
}

.image-16 {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.lightbox-link-2 {
  border-radius: 0;
}

.image-17 {
  object-fit: fill;
  width: 100%;
  height: auto;
}

.div-block-45 {
  width: 255px;
  height: auto;
}

.image-18 {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.container-19 {
  max-width: 100%;
  margin: 0 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.image-19 {
  display: inline-block;
}

.grid-8 {
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gallery {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 2px;
  transition: all .3s;
}

.gallery:hover {
  background-color: #0000;
  transform: scale(.9);
}

.section-9 {
  background-color: var(--black-3);
  display: none;
}

.container-20 {
  max-width: 1200px;
}

.heading-30 {
  color: var(--black);
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-31 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section-10 {
  background-color: var(--black-3);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-1 {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.div-block-46 {
  border-radius: 0;
}

.column-3 {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 20px;
}

.grid-9 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-47 {
  background-color: var(--grey);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-32 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.div-block-48 {
  background-color: var(--white);
}

.div-block-47-copy {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.bold-text-5 {
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.schedule-pc {
  background-color: var(--black-3);
}

.button-2 {
  background-color: var(--black);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

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

.div-block-50 {
  padding: 10px;
}

.bold-text-6 {
  font-weight: 600;
}

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

.div-block-51 {
  background-color: var(--white);
}

.div-block-52 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 600;
}

.events-mbo-copy, .events-mbo-copy-copy {
  background-image: url('../images/bg4.jpg.webp');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.meet-mbo-copy {
  background-image: url('../images/bg6.jpg.webp');
  background-position: 50% 0;
  background-size: cover;
  display: none;
}

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

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

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

.schedule-mob-copy {
  background-color: var(--black-3);
  display: none;
}

.nstructor-mob-copy {
  border-bottom: 10px solid var(--black);
  display: none;
  position: relative;
}

.latin-dance-mob-latin {
  background-color: var(--black-2);
  display: none;
}

.div-block-85 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-84 {
  color: #fff;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

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

.image-30 {
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-84 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.div-block-86 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-87 {
  overflow: hidden;
}

.heading-83 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.container-23 {
  max-width: 1200px;
}

.div-block-88 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.meet-pc-copy, .meet-mob-c, .meet-mob-c-copy {
  background-image: url('../images/bg6.jpg.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-84-copy {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.meet-mob {
  background-image: url('../images/bg6.jpg.webp');
  background-position: 50% 0;
  background-size: cover;
  display: none;
}

.nstructor-mob, .gallery-mob {
  border-bottom: 10px solid var(--black);
  display: none;
  position: relative;
}

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

.abot-us-pc {
  border-bottom: 10px solid var(--black);
  margin-top: 120px;
  position: relative;
}

.abot-us-mob-copy {
  border-bottom: 10px solid var(--black);
  position: relative;
}

.schedule-1-pc-copy {
  border-bottom: 10px solid var(--black);
  margin-top: 120px;
  position: relative;
}

.schedule-1-mob-copy, .abot-us-mob-1 {
  border-bottom: 10px solid var(--black);
  display: none;
  position: relative;
}

.navbar-no-shadow-th {
  z-index: 60;
  background-image: linear-gradient(#000, #000);
  margin-top: 32px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-eng-copy {
  display: block;
}

.bold-text-12, .bold-text-13 {
  font-weight: 400;
}

.link-3 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.container-24 {
  max-width: 1200px;
}

.link-4 {
  color: var(--black);
  font-family: Prompt, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.bold-text-14 {
  color: var(--white);
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 400;
}

.navbar-no-shadow-eng-1, .navbar-no-shadow-eng-copy {
  display: block;
}

.navbar-th {
  z-index: 5;
  background-color: var(--black-2);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.bold-text-18 {
  font-weight: 500;
}

.navigt-pc-copy {
  border-top: 10px solid var(--black);
  background-color: var(--black-2);
  display: block;
}

.latin-dance-pc-latin {
  background-color: var(--black-2);
  display: none;
}

.events-pc-copy {
  background-image: url('../images/bg4.jpg.webp');
  background-position: 50%;
  background-size: cover;
}

.home-news {
  background-color: #fff0;
  background-image: url('../images/bg4.jpg.webp');
  background-position: 50%;
  background-size: auto;
}

.bold-text-19 {
  font-weight: 500;
}

.heading-85 {
  color: #fff;
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-20 {
  font-weight: 500;
}

.link-5, .link-6, .link-7, .link-8 {
  text-decoration: none;
}

.latin-dance-pc-be-copy {
  background-color: var(--black-2);
  display: none;
}

.latin-dance-mob-latin-1 {
  background-color: var(--black-2);
  display: none;
}

.grid-latin-mob-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  height: auto;
  display: block;
}

.latin-dance-mob-latin-copy {
  background-color: var(--black-2);
  display: none;
}

.container-16-copy {
  text-align: center;
  max-width: 1200px;
  margin-top: 0;
}

.div-block-5-copy {
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.grid-latin-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  height: auto;
}

.bold-text-22 {
  font-weight: 400;
  line-height: 30px;
}

.bold-text-23, .bold-text-24 {
  font-weight: 400;
}

.link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-26, .link-27, .link-28, .link-29 {
  text-decoration: none;
}

.con-1-mob {
  border-bottom: 10px solid var(--black);
  display: none;
  position: relative;
}

.button-copy-blog2-blogall2 {
  background-color: var(--black);
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 20px;
  position: static;
  top: -50px;
}

.heading-86 {
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.heading-7-blog {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
}

.div-block-1 {
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-7-blog3copy {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-135 {
  text-align: center;
  font-size: 13px;
}

.heading-7-blog3 {
  color: #3d3d3d;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.heading-7-copy-copy-blog3 {
  color: #3d3d3d;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.div-block-5-copy-csssopy {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 2px 2px 10px -6px #000;
}

.heading-7-copy-blog {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.heading-7-copy-blog2 {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.columns-2-copy {
  margin-top: 0;
  padding-bottom: 20px;
}

.heading-7-copy-copy-blog2 {
  color: #3d3d3d;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.heading-7-blog2 {
  color: #3d3d3d;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-5-copy-dd {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 2px 2px 10px -6px #000;
}

.heading-7-copy-copy-blog {
  color: #3d3d3d;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.button-copy-cblog3-blogall3 {
  background-color: var(--black);
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 20px;
  position: static;
  top: -50px;
}

.blog-button1-blogall1 {
  background-color: var(--black);
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  top: 0;
}

.container-9-ourblog {
  max-width: 1000px;
  padding-bottom: 20px;
}

.link-31 {
  color: var(--black-2);
  text-decoration: none;
}

.heading-136 {
  color: #d0d0d0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.image-33 {
  border-radius: 15px;
  width: 100%;
  height: auto;
  transition: all .3s;
}

.container-25 {
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-126 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.list-item-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link-32 {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.link-32.w--current {
  color: #fff;
}

.link-32.copy {
  color: var(--white);
}

.bold-text-40 {
  color: #000;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.bold-text-41, .bold-text-42 {
  color: #000;
  font-weight: 500;
}

.link-63 {
  color: #0e0d0d;
  text-decoration: none;
}

.link-62 {
  color: #161616;
  text-decoration: none;
}

.link-37 {
  color: #000;
  text-decoration: none;
}

.link-82 {
  color: #1a1919;
  text-decoration: none;
}

.heading-137 {
  color: var(--black);
  text-align: center;
  font-size: 13px;
}

.section-34 {
  color: #000;
  background-color: #0000;
  margin-top: 136px;
}

.link-64 {
  color: #0c0b0b;
  text-decoration: none;
}

.link-39 {
  color: #141414;
  text-decoration: none;
}

.container-44 {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 20px;
}

.content_blog {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.tiltle_blog {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
}

.link-38 {
  color: #131212;
  text-decoration: none;
}

.bold-text-45 {
  text-decoration: none;
}

.link-36 {
  color: #0a0a0a;
  text-decoration: none;
}

.image-34 {
  margin-top: 20px;
}

.bold-text-46 {
  color: var(--black);
  text-align: left;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.heading-138 {
  text-align: left;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-139 {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.list-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  list-style-type: disc;
}

.list-item-5 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading-140 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section-35 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-36 {
  background-color: #0000;
  background-image: linear-gradient(#000, #000);
  margin-top: 0;
  margin-bottom: 0;
}

.link-83, .link-84, .link-85 {
  color: var(--black);
  text-decoration: none;
}

.div-block-95 {
  display: none;
  overflow: hidden;
}

.div-block-96 {
  overflow: hidden;
}

.div-block-97 {
  display: block;
  overflow: hidden;
}

.div-block-98 {
  overflow: hidden;
}

.div-block-99, .div-block-100 {
  display: none;
  overflow: hidden;
}

.div-block-101, .div-block-102 {
  overflow: hidden;
}

.div-block-103 {
  display: none;
  overflow: hidden;
}

.div-block-104 {
  overflow: hidden;
}

.div-block-105 {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.div-block-106 {
  overflow: hidden;
}

.div-block-107 {
  display: none;
  overflow: hidden;
}

.div-block-108, .div-block-109, .div-block-110, .div-block-111, .div-block-112, .div-block-113 {
  overflow: hidden;
}

.heading-141 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.image-35 {
  width: 100px;
  max-width: 100%;
  margin-bottom: 0;
}

.div-block-114 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.container-45 {
  max-width: 1400px;
}

.section-37 {
  margin-top: 135px;
}

.paragraph {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  line-height: 45px;
}

.heading12 {
  color: #000;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.container-46 {
  max-width: 1200px;
}

.section-38 {
  background-color: var(--black-2);
  padding-top: 10px;
}

.paragraph-2 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 12px;
}

.link-86, .link-87, .link-88, .link-89, .link-90, .link-91, .link-92, .link-93, .link-94, .link-95 {
  color: #fff;
  text-decoration: none;
}

.link-96 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-97, .link-98, .link-99, .link-100, .link-101, .link-102 {
  color: #fff;
  text-decoration: none;
}

.link-103, .link-104 {
  color: var(--black-2);
  text-decoration: none;
}

.link-105, .link-106 {
  color: #fff;
  text-decoration: none;
}

.link-107, .link-108 {
  color: #000;
  text-decoration: none;
}

.link-109, .link-110 {
  color: #fff;
  text-decoration: none;
}

.list-item-6 {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.list-item-6:hover {
  border-bottom: 0 #c9155d;
}

.list-item-6.w--current {
  font-family: Oswald, sans-serif;
}

.moda-menu-copy {
  z-index: 9;
  color: #000;
  display: block;
  position: relative;
}

.right-arrow {
  color: #97979759;
  margin-right: -100px;
  display: block;
}

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

.section-39 {
  color: #190111;
  padding-top: 20px;
  padding-bottom: 60px;
  display: none;
}

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

.heading-5-copy {
  color: #979797;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: padding-box;
  margin-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mask-2 {
  width: 100%;
  height: auto;
  position: static;
}

.heading-142 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
}

.dance-is-more-back {
  color: #fff;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  display: inline;
}

.div-block-115 {
  margin-right: 40px;
}

.heading-143 {
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.div-block-116 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-117 {
  margin-top: 40px;
}

.image-36 {
  width: 100px;
  height: auto;
  margin-right: 60px;
}

.link-block-5 {
  text-align: left;
  margin-bottom: 15px;
}

.image-37 {
  width: 25%;
  height: auto;
  margin-bottom: 10px;
}

.container-47 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  height: auto;
  display: flex;
}

.section-25 {
  z-index: 2;
  background-color: #000;
  background-image: url('../images/moda-website-8.png');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  margin-top: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.left-arrow-3 {
  margin-bottom: 0;
  display: block;
  inset: 0% auto 10% 0%;
}

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

.dropdown-2 {
  margin-left: 40px;
}

.div-block-118 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.heading-144 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.container-regular-copy {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-7 {
  font-size: 12px;
}

.image-moda {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/moda-d_1moda-d.webp');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
  height: auto;
}

.navbar-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-119 {
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.slide-4 {
  width: 100%;
  height: auto;
}

.div-dance-is-more {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.left-arrow {
  margin-left: -100px;
  display: block;
}

.image-41 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #fff;
  border: 1px #000;
  border-bottom: 2.5px solid #f13782;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  margin-left: 0;
  margin-right: 0;
  font-family: Prompt, sans-serif;
}

.slider-2 {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: static;
}

.container-48 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.nav-button-wrapper-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.heading-sub-serve {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-146 {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-121 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55%;
  display: flex;
}

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

.div-block-123 {
  width: 100%;
  height: auto;
  position: relative;
}

.image-42 {
  filter: brightness(200%);
  width: 30px;
  height: auto;
}

.dropdown-link-2 {
  color: #f32778;
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #db4581;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.mask-3 {
  width: 100%;
  height: auto;
}

.section-8 {
  background-image: url('../images/mada-BG1-HOME.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
}

.heading-92 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.dance-1 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.div-block-124 {
  background-color: #fff;
  display: block;
  overflow: hidden;
}

.div-block-125 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-14 {
  display: block;
}

.heading-serve {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 25px;
}

.heading-serve.serve {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.link-block-4 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  overflow: visible;
}

.video-moda-copy {
  background-color: #fff;
}

.bold-text-47 {
  font-size: 18px;
}

.div-block-126 {
  margin-left: 0;
  margin-right: 0;
}

.heading-148 {
  color: #f32778;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

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

.div-block-127 {
  text-align: center;
  margin-top: 10px;
}

.div-block-128 {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
}

.nav-menu-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.bold-text-48 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.heading-149 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.image-43 {
  max-width: 30%;
}

.image-44 {
  width: 130px;
  height: auto;
  transition: all .3s;
}

.image-44:hover {
  transform: scale(1.1);
}

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

.container-49 {
  max-width: 100%;
}

.image-45 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline;
}

.background-video-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 900px;
  padding-top: 0;
  display: flex;
}

.div-block-130 {
  margin-right: 60px;
}

.container-50 {
  max-width: 1200px;
  position: absolute;
  inset: 10% 0% auto;
}

.heading-150 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.section-12 {
  background-color: #000;
  display: block;
}

.background-video {
  width: 100%;
  height: 660px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.icon-4 {
  color: #fff;
}

.slide-nav-2 {
  display: none;
}

.container-51 {
  font-size: 1200px;
}

.link-block-6 {
  margin-right: 10px;
}

.container-52 {
  max-width: 1200px;
}

.container-53 {
  max-width: 1000px;
}

.image-46 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.heading-91 {
  color: #fff;
  border-bottom: 2px #fff;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.bold-text-49 {
  font-weight: 400;
}

.heading-89 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

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

.nav-menu-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.section-9-copy {
  color: #190111;
  background-image: linear-gradient(#190111, #190111);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.container-54 {
  max-width: 100%;
}

.section-13 {
  background-color: #2b2b2b;
  padding-top: 0;
}

.image-47 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.section-40 {
  margin-top: 10px;
}

.div-block-131 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.heading-93 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  display: inline;
}

.div-block-132 {
  border: 2px solid var(--black);
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
}

.container-55 {
  max-width: 900px;
}

.heading-90 {
  color: #979797;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.container-56 {
  max-width: 1200px;
  position: absolute;
  inset: 5% 0% auto;
}

.heading-151 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.dropdown-toggle-2 {
  padding: 0 40px 0 0;
}

.dropdown-toggle-2:hover {
  border-bottom: 2px solid #f32778;
}

.section-11 {
  display: none;
  position: relative;
}

.slider-pc {
  z-index: 40;
  margin-top: 20px;
  display: none;
  position: static;
  top: -44px;
}

.div-block-133 {
  text-align: center;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.column-6 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-134 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.left-arrow-2 {
  display: none;
}

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

.slide-nav-3 {
  margin-top: 0;
  font-size: 10px;
  display: block;
  inset: auto 0% -15%;
}

.div-block-135 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-88 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.container-57 {
  max-width: 800px;
}

.div-block-136 {
  margin-right: 20px;
}

.navbar-home-eng-copy {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  color: var(--black-2);
  background-color: #0000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-137 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-138 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-139 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin-top: 0;
  display: flex;
}

.container-58 {
  max-width: 100%;
}

.image-49 {
  width: 50%;
  height: auto;
  margin-right: 20px;
}

.nav-menu-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.columns-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  display: flex;
}

.slide-nav-4 {
  display: none;
}

.heading-serve-moda {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.div-block-140 {
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-140:hover {
  transform: translate(10px, 10px);
}

.right-arrow-3 {
  margin-bottom: auto;
  display: block;
  inset: 0% 0% 10% auto;
}

.container-59 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.latin-dance {
  width: 40%;
  height: auto;
  margin-top: auto;
  line-height: 10px;
}

.link-block-7 {
  margin-right: 10px;
}

.button-3 {
  background-color: #000;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.mask-4 {
  width: 100%;
  height: auto;
}

.heading-153 {
  color: var(--grey);
  text-align: center;
  -webkit-text-stroke-color: transparent;
  margin: -10px 10px 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.address-th {
  color: #979797;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.div-block-141 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.container-60 {
  max-width: 1090px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-95 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  transform: translate(0);
}

.section-16 {
  background-image: url('../images/moda-ติดตาม.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.image-51 {
  width: 40px;
  height: auto;
  margin-left: 0;
  transition: all .3s;
}

.image-51:hover {
  color: #000;
  transform: scale(.92);
}

.div-block-142 {
  color: #fff;
  margin-left: 50px;
  position: absolute;
  inset: auto auto 5% 0%;
}

.slide-5 {
  width: 100%;
  height: auto;
  position: static;
}

.heading-slide {
  color: #fff;
  text-align: center;
  margin: -12px 0 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.div-block-143 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-144 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-154 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.div-block-145 {
  flex-direction: column;
  display: flex;
}

.nav-menu-wrapper-copy {
  color: #000;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.section-17 {
  display: none;
}

.div-block-146 {
  align-items: center;
  display: flex;
}

.container-61 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading-155 {
  color: #000;
  letter-spacing: 1px;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-6-copy {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

.navbar-home-thai {
  z-index: 500;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.navbar-wrapper-copy {
  justify-content: center;
  align-items: center;
  margin-top: -36px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-4 {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  margin-top: 375px;
  padding-bottom: 60px;
}

.div-block-147 {
  transition: all .3s;
  position: relative;
}

.div-block-147:hover {
  transform: scale(1.1);
}

.column-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.bold-text-50 {
  font-size: 18px;
  line-height: 35px;
}

.text-block-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.bold-text-51 {
  color: #979797;
  font-weight: 300;
}

.div-block-148 {
  position: absolute;
  inset: auto 0% 5%;
}

.dance-is-more {
  color: var(--black);
  text-align: right;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  display: inline;
}

.heading-157 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-157.engser {
  font-family: Oswald, sans-serif;
}

.heading-158 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.columns-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-8 {
  margin-right: 10px;
}

.section-41 {
  position: relative;
}

.heading-moda {
  color: #fff;
  text-align: left;
  margin-right: 60px;
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.heading-moda.alter {
  text-align: right;
  margin-right: 0;
}

.link-111 {
  color: #979797;
  text-decoration: none;
}

.right-arrow-4 {
  color: #97979759;
  display: block;
}

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

.section-42 {
  color: #190111;
  background-image: linear-gradient(#190111, #190111);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

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

.heading-160 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-149 {
  margin-right: 40px;
}

.heading-161 {
  color: #f32778;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-150 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-151 {
  margin-top: 40px;
}

.image-52 {
  width: 100px;
  height: auto;
}

.link-block-9 {
  text-align: left;
  margin-bottom: 15px;
}

.image-53 {
  width: 25%;
  height: auto;
  margin-bottom: 10px;
}

.container-62 {
  flex-direction: column;
  max-width: 1200px;
  display: flex;
}

.section-43 {
  z-index: 2;
  background-color: #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.left-arrow-4 {
  width: 8%;
  height: auto;
  margin-bottom: auto;
}

.image-54 {
  height: auto;
}

.dropdown-3 {
  margin-left: 40px;
}

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

.heading-162 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.image-55 {
  margin-top: -20px;
}

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

.list-item-9 {
  font-size: 12px;
}

.navbar-wrapper-3 {
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 220px;
  display: flex;
}

.div-block-153 {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-154 {
  justify-content: flex-end;
  display: flex;
}

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

.left-arrow-5 {
  display: block;
}

.image-57 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #fff;
  border: 1px #000;
  border-bottom: 2.5px solid #f13782;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.slider-3 {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: auto;
  position: static;
}

.container-63 {
  max-width: 1200px;
}

.nav-button-wrapper-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.heading-163 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-164 {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-155 {
  width: 80%;
  height: auto;
}

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

.div-block-157 {
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  top: 0;
}

.image-58 {
  width: 30px;
  height: auto;
}

.mask-5 {
  width: 100%;
  height: auto;
}

.section-44 {
  background-image: url('../images/mada-BG1-HOME.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
}

.heading-165 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.div-block-158 {
  position: relative;
}

.section-45 {
  display: none;
}

.heading-166 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.link-block-10 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  overflow: visible;
}

.bold-text-52 {
  font-size: 18px;
}

.div-block-159 {
  margin-left: 0;
  margin-right: 0;
}

.heading-167 {
  color: #f32778;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

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

.div-block-160 {
  text-align: center;
  margin-top: 40px;
}

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

.bold-text-53 {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.heading-168 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.image-59 {
  max-width: 30%;
}

.image-60 {
  width: 130px;
  height: auto;
  transition: all .3s;
}

.image-60:hover {
  transform: scale(1.1);
}

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

.container-64 {
  max-width: 100%;
}

.image-61 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline;
}

.background-video-3 {
  width: auto;
  height: 600px;
  padding-top: 0;
  position: relative;
}

.div-block-163 {
  margin-right: 60px;
}

.container-65 {
  max-width: 1200px;
  position: absolute;
  inset: 10% 0% auto;
}

.heading-169 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.section-46 {
  background-color: #000;
  display: block;
}

.icon-6 {
  color: #fff;
}

.slide-nav-5 {
  display: none;
}

.container-66 {
  font-size: 1200px;
}

.link-block-11 {
  margin-right: 10px;
}

.container-67 {
  max-width: 1200px;
  position: absolute;
  inset: 20% 0% 0%;
}

.container-68 {
  max-width: 1000px;
}

.image-62 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.heading-170 {
  color: #fff;
  border-bottom: 2px #fff;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.bold-text-54 {
  font-weight: 400;
}

.heading-171 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.icon-7 {
  color: #97979759;
}

.nav-menu-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.container-69 {
  max-width: 100%;
}

.section-47 {
  background-color: #2b2b2b;
  padding-top: 0;
}

.image-63 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.section-48 {
  margin-top: 20px;
}

.div-block-164 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.heading-172 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  display: inline;
}

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

.heading-173 {
  color: #979797;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.container-70 {
  max-width: 1200px;
  position: absolute;
  inset: 10% 0% auto;
}

.heading-174 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.dropdown-toggle-3 {
  padding: 0 40px 0 0;
}

.dropdown-toggle-3:hover {
  border-bottom: 2px solid #f32778;
}

.section-49 {
  position: relative;
}

.div-block-166 {
  text-align: center;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.column-8 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-167 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.left-arrow-6 {
  display: none;
}

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

.slide-nav-6 {
  margin-top: 0;
  font-size: 10px;
  display: block;
  top: 240px;
}

.div-block-168 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-175 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.container-71 {
  max-width: 800px;
}

.div-block-169 {
  margin-right: 20px;
}

.div-block-170 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-171 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-172 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.container-72 {
  max-width: 100%;
}

.image-65 {
  width: 50%;
  height: auto;
  margin-right: 20px;
}

.nav-menu-wrapper-3 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.columns-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  display: flex;
}

.div-block-173 {
  overflow: hidden;
}

.heading-176 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.div-block-174 {
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-174:hover {
  transform: translate(10px, 10px);
}

.container-73 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.image-66 {
  width: 40%;
  height: auto;
}

.mask-6 {
  width: 100%;
  height: auto;
}

.heading-177 {
  text-align: center;
  -webkit-text-stroke-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-178 {
  color: #979797;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.div-block-175 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-179 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.section-51 {
  background-image: url('../images/moda-ติดตาม.webp');
  background-position: 50%;
  background-size: cover;
}

.image-67 {
  width: 40px;
  height: auto;
  margin-left: 0;
  transition: all .3s;
}

.image-67:hover {
  color: #000;
  transform: scale(.92);
}

.div-block-176 {
  color: #fff;
  margin-left: 50px;
  position: absolute;
  inset: auto auto 5% 0%;
}

.slide-6 {
  width: 100%;
  height: auto;
  position: static;
}

.heading-180 {
  color: #fff;
  text-align: center;
  margin: -10px 0 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-177 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-178 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-181 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.div-block-179 {
  flex-direction: column;
  display: flex;
}

.section-52 {
  display: none;
}

.div-block-180 {
  align-items: center;
  display: flex;
}

.container-74 {
  max-width: 100%;
  margin-bottom: 0;
  position: static;
}

.heading-182 {
  color: #979797;
  letter-spacing: .5px;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-53 {
  background-image: url('../images/mada-BG1-HOME.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-181 {
  transition: all .3s;
  position: relative;
}

.div-block-181:hover {
  transform: scale(1.1);
}

.column-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.bold-text-55 {
  font-size: 18px;
}

.text-block-3 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.bold-text-56 {
  color: #979797;
  font-weight: 300;
}

.div-block-182 {
  position: absolute;
  inset: 21% 0% auto;
}

.heading-183 {
  color: #fff;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: inline;
}

.heading-184 {
  color: #f32778;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-185 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.columns-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-54 {
  position: relative;
}

.heading-186 {
  color: #979797;
  text-align: left;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.container-75 {
  max-width: 1200px;
}

.background-video-4 {
  display: flex;
  overflow: auto;
}

.div-block-183 {
  margin-left: 0;
  margin-right: 0;
}

.heading-dance {
  color: #f32778;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.container-76 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.bold-text-57 {
  font-weight: 400;
}

.container-77 {
  max-width: 100%;
}

.column-10 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-68 {
  width: 500px;
  height: auto;
  margin-right: 0;
}

.heading-wecom {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading-wecom.eng-moda {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.heading-wecom.welcomeeng {
  font-family: Oswald, sans-serif;
}

.heading-189 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: none;
}

.columns-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-55 {
  padding-top: 0;
  position: relative;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.heading-follow-us {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

.div-block-184 {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-185 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-191 {
  color: #fff;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.heading-191:hover {
  color: var(--black);
}

.div-block-186 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-187 {
  align-items: flex-end;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-187:hover {
  color: var(--black);
}

.heading-192 {
  color: #fff;
  text-align: left;
  text-shadow: 2px 1px 14px var(--black-2);
  margin: 0 0 0 -15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.heading-192:hover {
  color: var(--white);
  text-shadow: 2px 2px 8px var(--black-2);
}

.section-11-copy {
  display: block;
}

.div-block-188 {
  z-index: 1001;
}

.div-block-189 {
  background-color: #dfdddd;
  position: static;
  inset: 0%;
}

.background-video-6 {
  height: 800px;
}

.grid-2111 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: grid;
  position: relative;
}

.div-block-190 {
  max-width: 100%;
}

.div-block-191 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.link-block-12 {
  z-index: 30;
  position: relative;
}

.container-78 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

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

.background-video-7 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-192 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section-56 {
  width: 1332px;
}

.container-79 {
  z-index: 1;
  max-width: 100%;
  display: block;
  position: static;
}

.container-80 {
  z-index: 10;
  max-width: 1200px;
  position: static;
  inset: 0%;
}

.grid-2113 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
}

.background-video-8 {
  width: 100%;
  height: 0;
  margin-bottom: 0;
  display: block;
  position: static;
}

.teacher-pc {
  display: block;
  position: relative;
}

.text-span-8 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.section-58 {
  z-index: 100;
  background-color: #0000;
  margin-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-59 {
  background-image: url('../images/moda-moda-BG.png');
  background-position: 50% 0;
  background-size: cover;
}

.container-81 {
  background-image: url('../images/moda-moda-BG.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
}

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

.background-video-9 {
  width: 0;
  height: 500px;
}

.youtube {
  width: 73%;
}

.navbar-home-eng-4 {
  z-index: 500;
  background-color: #0000;
  background-image: linear-gradient(#000 42%, #0000);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.image-70 {
  width: 381.344px;
  height: 268.547px;
}

.container-82 {
  max-width: 1200px;
}

.container-83 {
  max-width: 1100px;
}

.everyone-pc {
  background-color: #000;
  background-image: url('../images/moda-website-2000-x-1094-px.webp');
  background-position: 50% 100%;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-84 {
  max-width: 85%;
}

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

.section-61 {
  background-image: url('../images/moda-website-2000-x-1094-px.webp'), linear-gradient(#000, #000);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  padding-top: 0;
  padding-bottom: 140px;
}

.div-block-194 {
  background-color: var(--black-2);
}

.bold-text-58 {
  color: #fff;
  margin-left: -4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.bold-text-58.enl {
  margin-top: 0;
  font-family: Oswald, sans-serif;
}

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

.link-113 {
  color: #979797;
  -webkit-text-stroke-color: #8a8a8afc;
  text-decoration: none;
}

.section-62 {
  background-color: #3a0017;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/About-us_1About us.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-62.contact {
  background-image: linear-gradient(#0000, #0000), url('../images/EVENTS_1EVENTS.webp');
  background-position: 0 0, 50% 0;
}

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

.about-th {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.about-th.engabout {
  font-family: Oswald, sans-serif;
}

.div-block-195 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-86 {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-194 {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.paragraph-3 {
  color: var(--white);
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-71 {
  width: 400px;
}

.div-block-196 {
  text-align: right;
}

.columns-10 {
  align-items: center;
  display: flex;
}

.container-87 {
  max-width: 100%;
}

.section-63 {
  background-color: #0000;
  display: block;
  position: relative;
}

.container-88 {
  max-width: 1200px;
}

.heading-195 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.heading-196 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.container-89 {
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-10 {
  height: 600px;
}

.section-64 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/moda-ABOUT-US-BG-.1_1moda ABOUT US BG .1.webp');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
}

.bold-text-59 {
  color: #fff;
  font-size: 40px;
}

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

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

.heading-197 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.heading-198 {
  color: #fff;
  margin: 0 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.image-72 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  height: auto;
  display: block;
}

.heading-57 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-198 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.div-block-199 {
  background-color: #f1378280;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-block-200 {
  background-image: linear-gradient(279deg, var(--black), #af0267);
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-4 {
  color: #fff;
  margin: 0 10px;
}

.button-12 {
  border: 2px solid var(--white);
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-12:hover {
  color: var(--black);
  background-color: #fff;
}

.div-block-201 {
  text-align: center;
  border-radius: 0;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.button-13 {
  border: 2px solid var(--white);
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-13:hover {
  color: var(--black);
  background-color: #fff;
}

.button-14 {
  border: 2px solid var(--white);
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 9px 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-14:hover {
  color: var(--black);
  background-color: #fff;
}

.bold-text-60 {
  font-weight: 400;
}

.container-90 {
  max-width: 1200px;
}

.slider-div {
  padding: 40px 140px;
}

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

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

.slide-7 {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-7, .slider-4 {
  width: 100%;
  height: auto;
}

.slider-thumb-image-2 {
  background-color: #0000;
  width: 100px;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  inset: 0%;
}

.slider-thumb-image-6, .slider-thumb-image-5, .slider-thumb-image-7, .slider-thumb-image-3, .slider-thumb-image-4 {
  background-color: #fff;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  inset: 0%;
}

.slider-thumb-wrap-1 {
  background-color: #0000;
  flex: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 6px;
  padding: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.slider-thumb-wrap-1:hover {
  border: 1px solid var(--black);
}

.slider-thumb-wrap-2 {
  background-color: #0000;
  flex: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 6px;
  padding: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.no-perspective {
  z-index: 4;
  clear: none;
  opacity: 1;
  z-index: 4;
  clear: none;
  opacity: 1;
  background-color: #0000;
  border: 0 #0000;
  flex-wrap: nowrap;
  height: auto;
  margin-top: -125px;
  margin-left: 0;
  margin-right: -6px;
  display: flex;
  position: static;
  overflow: visible;
}

.slider-thumb-image-8, .slider-thumb-image-9 {
  background-color: #fff;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  inset: 0%;
}

.slide-8, .slider-5, .mask-8 {
  width: 100%;
  height: auto;
}

.image-73 {
  width: 100px;
}

.div-block-202 {
  justify-content: flex-start;
  display: flex;
}

.right-arrow-6 {
  display: block;
}

.left-arrow-7 {
  display: none;
}

.slide-8-copy, .slide-1, .slide-2, .slide-3 {
  width: 100%;
  height: auto;
}

.slider-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 220px 140px;
  display: block;
}

.slider-section.light {
  background-color: #fff;
  padding-top: 140px;
}

.slide-9, .slide-10, .slider-6, .mask-9 {
  width: 100%;
  height: auto;
}

.image-74 {
  width: 100px;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.slide-nav-7 {
  display: none;
}

.slider-navigation-copy {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation-copy.no-perspective {
  z-index: 4;
  clear: none;
  opacity: 1;
  background-color: #0000;
  border: 0 #0000;
  flex-wrap: nowrap;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: -6px;
  position: static;
  overflow: visible;
}

.slider-thumb-wrap-1-copy {
  background-color: #0000;
  flex: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 6px;
  padding: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.slider-thumb-wrap-1-copy:hover {
  border: 1px solid #000;
}

.section-65 {
  display: none;
}

.section-66 {
  background-image: linear-gradient(#0009, #0009), url('../images/moda-bg-ครู_1moda-bg-ครู.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  margin-top: 93px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.heading-199 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.heading-200 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

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

.container-91 {
  max-width: 1300px;
}

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

.heading-201 {
  margin: 0 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 20px;
}

.div-block-204 {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  height: 75px;
  display: flex;
}

.section-67 {
  margin-top: 40px;
  display: none;
}

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

.heading-202 {
  margin: 0 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 20px;
}

.div-block-205 {
  border: .1px solid #f7f7f7;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-205:hover {
  background-color: #0000;
}

.heading-203 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

.div-block-sun {
  border: .5px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-sun:hover {
  background-color: #ffcde133;
}

.heading-204 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-206 {
  margin-left: 10px;
}

.div-block-207 {
  background-color: #000;
}

.heading-205 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.link-block-13 {
  color: #fff;
  background-color: #f13782ed;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.link-block1 {
  background-color: var(--black-2);
  color: #fff;
  text-decoration: none;
  display: block;
}

.heading-205-copy {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.image-75 {
  width: 30px;
  height: 30px;
}

.div-block-208 {
  flex-direction: column;
  display: flex;
}

.div-block-209 {
  flex-direction: column;
  display: none;
}

.section-68 {
  margin-top: 0;
  display: block;
}

.container-92 {
  max-width: 1200px;
}

.slider-thumb-image-10 {
  background-color: #0000;
  width: 100px;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  inset: 0%;
}

.caption {
  color: #8b8b8b;
  text-align: left;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.slider-thumb-image-11 {
  background-color: #fff;
  width: 100px;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  inset: 0%;
}

.div-block-210 {
  display: block;
}

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

.slider-thumb-image-12, .slider-thumb-image-13, .slider-thumb-image-14, .slider-thumb-image-15 {
  background-color: #fff;
  width: 100px;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  inset: 0%;
}

.text {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.slider-thumb-wrap-3 {
  background-color: #0000;
  flex: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 6px;
  padding: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.slider-thumb-wrap-3:hover {
  border: 1px solid var(--black);
}

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

.slider-thumb-image-16, .slider-thumb-image-17 {
  background-color: #fff;
  width: 100px;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  inset: 0%;
}

.left-arrow-8 {
  background-color: #f13782b3;
  width: 50px;
  height: 50px;
  margin-top: 30%;
  margin-bottom: 0;
}

.image-76 {
  width: 100%;
  display: inline-block;
  position: relative;
}

.audi-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-8 {
  z-index: 4;
  opacity: 0;
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 0 solid red;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 88px;
  line-height: 0;
  display: block;
  position: relative;
  inset: -25px 0% 0%;
  overflow: visible;
}

.right-arrow-7 {
  background-color: #f13782b3;
  width: 50px;
  height: 50px;
  margin-top: 30%;
  margin-bottom: 0;
}

.right-arrow-7:active {
  background-color: var(--black);
}

.mask-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15, .slide-16, .slide-17, .slide-18, .slide-19 {
  width: 100%;
  height: auto;
}

.container-93 {
  max-width: 100%;
  height: 75px;
  margin-top: -500px;
}

.div-block-211 {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  height: 482px;
}

.section-69 {
  margin-top: -400px;
}

.container-94 {
  max-width: 1200px;
}

.column-12 {
  text-align: right;
  left: -24px;
}

.heading-206 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.best {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.best.b, .best.bl {
  color: var(--white);
}

.best._1 {
  font-size: 38px;
}

.paragraph-5 {
  color: var(--white);
  margin-top: 15px;
  font-family: Prompt, sans-serif;
}

.button-15 {
  background-color: var(--white);
  color: var(--black-2);
  text-transform: capitalize;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-15:hover {
  transform: translate(0, 10px);
}

.column-13 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: -40px;
}

.columns-11 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-212 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  margin-left: 0;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.section-70 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.container-95 {
  max-width: 1000px;
}

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

.heading-208 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.div-block-213 {
  background-color: var(--black);
  opacity: 1;
  color: var(--black);
  padding: 40px 30px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.div-block-213:hover {
  transform: translate(0, 10px);
}

.paragraph-6 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
}

.div-block-213-copy {
  background-color: var(--black);
  padding: 40px 30px;
  transition: all .3s;
  display: none;
  box-shadow: 4px 2px 7px #0003;
}

.div-block-213-copy:hover {
  transform: translate(0, 10px);
}

.heading-208-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.paragraph-6-copy {
  color: #fff;
  margin-top: 10px;
}

.heading-151-copy {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.section-71 {
  background-image: linear-gradient(77deg, #4b011f, #000), url('../images/MODA-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-96 {
  max-width: 1200px;
}

.heading-209 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  display: block;
}

.heading-210 {
  color: #fff;
  margin: 0 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.image-77 {
  border-radius: 0;
}

.heading-211 {
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
  line-height: 34px;
}

.div-block-214 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 350px;
}

.div-block-215 {
  background-color: #f13782e6;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-216 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-7 {
  color: #fff;
  margin: 10px;
  font-family: Prompt, sans-serif;
}

.button-16 {
  background-color: #d57b49;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button-16:hover {
  background-color: #004fa4;
}

.div-block-217 {
  text-align: center;
  border-radius: 0;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.bold-text-61 {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-72-mob {
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}

.container-97 {
  max-width: 1200px;
  margin-top: 20px;
}

.section-ev {
  background-color: #3a0017;
  background-image: linear-gradient(#00000080, #00000080), url('../images/MODA-D-HOME-3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-212 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-213 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.section-73 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.paragraph-8 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
}

.heading-214 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.link-block-14 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-14:hover {
  transform: translate(0, -16px);
}

.image-78 {
  width: 20px;
  height: 14.8125px;
  margin-left: 5px;
}

.link-block-15 {
  text-decoration: none;
  transition: all .3s;
  overflow: visible;
}

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

.div-block-254, .div-block-344 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-ev-4 {
  background-color: #3a0017;
  background-image: linear-gradient(#00000080, #00000080), url('../images/EVENTS_1EVENTS.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-74 {
  margin-top: 0;
  position: static;
}

.container-98 {
  max-width: 100%;
}

.section-62-copy {
  background-color: #3a0017;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ติดต่อเรา.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  margin-top: 95px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-345 {
  background-image: radial-gradient(circle, #f137823b, #00000030 89%);
  position: static;
  inset: 0%;
}

.div-block-346 {
  position: relative;
}

.container-99 {
  max-width: 1000px;
}

.heading-215 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.heading-216 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  line-height: 32px;
}

.paragraph-9 {
  color: #8a8a8a99;
  margin-bottom: 0;
  padding-right: 60px;
  font-family: Prompt, sans-serif;
  font-size: 15px;
}

.section-75 {
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-217 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
}

.bold-text-62 {
  color: var(--black);
  font-size: 20px;
}

.heading-218 {
  font-size: 16px;
}

.heading-219 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.image-79 {
  width: 20px;
  margin-right: 5px;
}

.div-block-347 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

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

.heading-219-copy {
  color: #8a8a8a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-9 {
  color: var(--white);
  text-decoration: none;
}

.div-block-349 {
  background-color: #fff;
  padding: 20px;
}

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

.lightbox-link-3 {
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.align-center {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.background_blur {
  z-index: -1;
  filter: blur(70px);
  background-color: #f469163d;
  background-image: linear-gradient(254deg, #e3071466, #08a8be82 92%);
  border-radius: 300px;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cta_wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0303035e;
  border: 0 solid #c4c4c433;
  border-radius: .5rem;
  padding: 3.5rem 4rem;
  position: relative;
  overflow: hidden;
}

.text-span-10 {
  font-weight: 300;
}

.cta_component {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
  position: relative;
}

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

.padding-section-large.align_center {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.background-effect_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-10 {
  color: #d4d4d4;
  max-width: 40rem;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

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

.button-17 {
  color: #030303;
  background-color: #f9f9f9;
  border: .5px solid #f9f9f9;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  transition: padding .35s, color .35s, background-color .35s;
}

.button-17:hover {
  color: #f9f9f9;
  background-color: #f9f9f92b;
  padding: 13px 23px;
  text-decoration: none;
  transform: translate(0, -2px);
  box-shadow: 1px 2px 6px -1px #f9f9f963;
}

.button-17.secondary {
  color: #f9f9f9;
  background-color: #0000;
  border: .5px solid #f9f9f9;
  transition: padding .35s, color .35s, background-color .35s;
}

.button-17.secondary:hover {
  color: #fff;
  background-color: #f9f9f940;
  padding: 13px 23px;
}

.button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-350 {
  background-color: #f1378266;
}

.heading-220 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-351 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f13782cf;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-352 {
  color: #fff;
  text-align: center;
}

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

.div-block-353 {
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.container-100 {
  max-width: 1000px;
  display: block;
}

.section-4-pc {
  margin-top: -100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

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

.section-76 {
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-81 {
  width: 250px;
  transition: all .3s;
  display: inline;
}

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

.div-block-354 {
  display: inline-block;
}

.heading-221 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 18px;
  transition: all .3s;
  transform: rotate(0);
}

.heading-221:hover {
  color: var(--black);
}

.div-block-355 {
  z-index: 20;
  color: #000;
  text-align: left;
  background-color: #0000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  line-height: 12px;
  display: inline-block;
  position: absolute;
  inset: 0% 5% 0% 0%;
  transform: rotate(90deg);
}

.div-block-355:hover {
  color: var(--black);
}

.div-block-356 {
  margin-top: 20px;
  margin-right: 0;
  position: relative;
}

.div-block-357 {
  border: 5px none var(--black);
  overflow: hidden;
}

.div-block-358 {
  background-color: #f1378245;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #f1378252, #0000);
  width: 260px;
  display: inline;
  position: absolute;
  inset: 0%;
}

.heading-222 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-114 {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.heading-223 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.heading-223-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.image-82 {
  width: 38px;
}

.link-block-16 {
  z-index: 10;
  background-image: url('../images/รวม-icon.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-16:hover {
  background-color: #000;
}

.div-block-359 {
  flex-direction: column;
  margin-bottom: 45px;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.link-block-16-copy {
  z-index: 8;
  background-image: url('../images/icon-moda-fd-ig-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  transition: all .3s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-16-copy:hover {
  background-color: #000;
  background-image: url('../images/icon-moda-fd-ig-3.jpg');
}

.link-block51 {
  z-index: 9;
  background-image: url('../images/icon-moda-fd-ig-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  transition: all .3s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block51:hover {
  background-color: #000;
  background-image: url('../images/icon-moda-fd-ig-1.jpg');
}

.div-block-360 {
  z-index: 20;
  position: absolute;
  inset: auto 0% 17% 2%;
}

.heading-224 {
  color: var(--black);
  text-align: right;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 13px;
  margin-right: 50px;
  font-family: Kalam, sans-serif;
  font-size: 41px;
  font-weight: 400;
}

.div-block-361 {
  z-index: 30;
  font-size: 18px;
  position: absolute;
  inset: auto 10% -8% 0%;
}

.link-115 {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.link-115:hover {
  color: var(--black);
}

.container-101 {
  max-width: 1200px;
}

.gallery-wrapper {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.flex {
  flex-direction: column;
  justify-content: flex-start;
  width: 33.3294%;
  margin: 20px 10px 15px;
  display: flex;
}

.section-pc {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

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

.image-83 {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.body-3 {
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.bold-text-63 {
  font-weight: 400;
}

.section-abott {
  background-color: #3a0017;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AI-MODA-l_1AI-MODA-l.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-sud-dance {
  color: var(--white);
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.heading-sud-dance.engschedule {
  font-family: Oswald, sans-serif;
}

.columns-12 {
  color: var(--black);
}

.container-102 {
  max-width: 1000px;
}

.section-78 {
  background-image: linear-gradient(#000c, #000c), url('../images/Marketing-Portfolio-and-Resume-Website-in-Black-and-White-Neon-Green-Professional-Style_1Marketing Portfolio and Resume Website in Black and White Neon Green Professional Style.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-362 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  border-radius: 10px;
}

.founder-moda-about {
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-363 {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  box-shadow: 0 2px 5px 0 var(--black);
  text-align: center;
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 5px 0;
  position: absolute;
  inset: auto 0% 24%;
}

.image-84 {
  text-align: center;
  width: 400px;
  transition: all .3s;
}

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

.div-block-sure {
  z-index: 2;
  box-shadow: 0 1px 15px 0 var(--black);
  text-align: center;
  background-image: linear-gradient(#393a3c, #393a3c);
  border-radius: 10px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 5px 0;
  position: absolute;
  inset: auto 0% 12%;
}

.div-block-365 {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/Marketing-Portfolio-and-Resume-Website-in-Black-and-White-Neon-Green-Professional-Style_1Marketing Portfolio and Resume Website in Black and White Neon Green Professional Style.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  height: 166px;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .3s;
}

.div-block-365:hover {
  transform: scale(1.05);
}

.we {
  width: 65px;
}

.columns-13 {
  align-items: center;
  margin-top: -40px;
  display: flex;
}

.dance-school {
  color: var(--white);
  text-align: center;
  margin: 0 100px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}

.div-block-366 {
  position: absolute;
  inset: -20% 5% auto;
}

.div-block-367 {
  overflow: visible;
}

.w {
  text-align: right;
  position: absolute;
  inset: -20% 5% auto;
}

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

.image-86 {
  width: 50px;
}

.div-block-368 {
  text-align: right;
  position: absolute;
  inset: auto 5% 0% 0%;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-369 {
  margin-bottom: 60px;
}

.container-103 {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-79 {
  background-image: linear-gradient(#000, #0000 60%);
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 500px;
}

.div-block-370 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-sure-copy {
  z-index: 2;
  box-shadow: 0 1px 15px 0 var(--black);
  text-align: center;
  background-image: linear-gradient(#393a3c, #393a3c);
  border-radius: 10px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 5px 0;
  display: block;
  position: absolute;
  inset: auto 0% -5%;
}

.heading-228 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-371 {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  box-shadow: 0 2px 5px 0 var(--black);
  border-radius: 10px;
  margin: 0 20px 31px;
  padding: 10px 20px;
  display: block;
  position: absolute;
  inset: auto 0% 15%;
}

.div-block-372 {
  text-align: center;
  position: relative;
}

.div-block-371-copy {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
}

.column-16 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.founder {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(#393a3c, #393a3c);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding: 5px 0;
  position: absolute;
  inset: auto 0% 13%;
}

.div-block-373 {
  margin-top: 20px;
}

.div-block-374 {
  margin-top: 0;
}

.div-block-368-copy {
  text-align: left;
  position: absolute;
  inset: auto 5% 0%;
}

.image-84-copy {
  text-align: center;
  width: 400px;
  transition: all .2s;
}

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

.container-104 {
  max-width: 1200px;
}

.html-embed-3 {
  text-align: center;
}

.container-105 {
  max-width: 1200px;
}

.schedules-mob1 {
  color: var(--dim-grey);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

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

.body-4 {
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.html-embed-4 {
  border-radius: 20px;
}

.container-106 {
  max-width: 100%;
  margin-top: 0;
}

.div-block-375 {
  background-image: linear-gradient(#0000 12%, #95959594 43%, #cecececf 72%, #fff);
  height: 100px;
  margin-top: -12px;
}

.founder-moda {
  font-size: 20px;
  font-weight: 500;
}

.div-block-376 {
  padding-bottom: 0;
}

.div-block-377 {
  margin-top: 0;
}

.heading-227-copy {
  color: var(--white);
  text-align: center;
  margin: -15px 100px 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}

.html-embed-5.hidden {
  display: none;
}

.div-block-380 {
  display: block;
}

.icon-11 {
  color: var(--grey);
}

.slider-mob {
  z-index: 40;
  margin-top: 0;
  display: none;
  position: static;
  top: -44px;
}

.div-block-383 {
  display: block;
}

.everyone-mob {
  background-image: url('../images/MODA-bg.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.teacher {
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.section-4-mob {
  background-image: url('../images/moda-design-VBG_1moda design VBG.webp');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 0;
  padding-bottom: 0;
  display: none;
}

.section-about-us-pc {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: none;
}

.heading-about-us {
  color: #a7a7a7;
  text-align: center;
  -webkit-text-stroke-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.div-block-about-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-about-us1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
}

.about-us-tx {
  color: #fff;
  margin-left: -4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.heading-155-about-us1 {
  color: #000;
  letter-spacing: 1px;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-8-about2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.icon-12 {
  color: var(--grey);
}

.div-block-387 {
  margin-left: -70px;
}

.image-87 {
  width: 350px;
}

.section-about-us-mob {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  margin-top: 375px;
  padding-bottom: 40px;
  display: none;
}

.div-block-389 {
  margin-top: 20px;
}

.div-block-390 {
  display: none;
}

.nav-link-4-eng {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4-eng:hover {
  color: #fff;
  border: 1px #000;
  border-bottom: 2.5px solid #f13782;
}

.nav-link-4-eng:focus-visible, .nav-link-4-eng[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4-eng.w--current {
  font-family: Oswald, sans-serif;
}

.text-block-2-copy {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 17px;
}

.list-item-3-eng {
  font-family: Oswald, sans-serif;
}

.list-itemeng {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.list-itemeng:hover {
  border-bottom: 0 solid #c9155d;
}

.list-itemeng.w--current {
  font-family: Oswald, sans-serif;
}

.body-5, .body-6 {
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.moda-menueng {
  z-index: 99;
  color: #000;
  display: block;
  position: relative;
}

.list-item-6th {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.list-item-6th:hover {
  border-bottom: 2px #c9155d;
}

.list-item-6th.w--current {
  font-family: Prompt, sans-serif;
}

.list-ite {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.list-ite:hover {
  border-bottom: 2px solid #c9155d;
}

.list-ite.w--current {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
}

.div-block-355-copy {
  z-index: 20;
  color: #000;
  text-align: left;
  background-color: #0000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  line-height: 12px;
  display: inline-block;
  position: absolute;
  inset: 24% -24% auto auto;
  transform: rotate(90deg);
}

.div-block-355-copy:hover {
  color: var(--black);
}

.container-107 {
  max-width: 1200px;
}

.heading-229 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: #fff;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 25px;
  display: flex;
}

.heading-229.th {
  flex-direction: column;
  font-family: Prompt, sans-serif;
}

.heading-229._1 {
  flex-direction: column;
  display: flex;
}

.heading-230 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.heading-230.th {
  font-family: Prompt, sans-serif;
}

.div-block-395 {
  border-bottom: 1px solid #f1378266;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-396 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.heading-231 {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.image-88 {
  width: 20px;
}

.div-block-397 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.div-block-399 {
  margin-left: 10px;
}

.image-89 {
  width: 400px;
}

.div-block-400 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-401 {
  margin-top: 20px;
}

.div-block-mob {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.section-83 {
  margin-top: 40px;
}

.html-embed-6 {
  filter: grayscale(20%);
}

.heading-232 {
  color: var(--white);
  margin-top: 10px;
  margin-left: 44px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.heading-232.th {
  font-family: Prompt, sans-serif;
}

.div-block-403 {
  border-bottom: 1px solid #f1378266;
  margin: 20px 10px;
  padding-bottom: 40px;
}

.heading-233 {
  color: var(--black-3);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-90 {
  width: 25px;
  display: block;
}

.div-block-404 {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-405 {
  margin-left: 10px;
  display: flex;
}

.text-span-11 {
  color: var(--black);
}

.div-block-406 {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.div-block-406._1 {
  justify-content: space-around;
}

.div-block-407 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

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

.button-18 {
  background-color: var(--black);
  margin-top: 20px;
  margin-left: 44px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-18:hover {
  transform: scale(.9);
}

.button-18.th {
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.div-block-409 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 44px;
  display: flex;
}

.div-block-410 {
  margin-top: 20px;
  display: block;
}

.div-block-pc {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-90-copy {
  width: 25px;
  display: block;
}

.div-block-412 {
  margin-top: 20px;
}

.button-19 {
  border: 2px solid var(--black);
  background-color: var(--black);
  text-align: center;
  border-radius: 10px;
  padding: 5px 20px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-19:hover {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.div-block-413 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 40px;
  transition: all .3s;
  display: flex;
}

.text-span-12 {
  color: var(--black);
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-234 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.heading-9th {
  color: var(--black-3);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-add {
  align-items: flex-start;
  margin-top: 10px;
  display: none;
}

.list-item-6-copy {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Prompt, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.list-item-6-copy:hover {
  border-bottom: 2px solid #c9155d;
}

.list-item-6-copy.w--current {
  font-family: Oswald, sans-serif;
}

.div-block-l {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-414 {
  position: relative;
}

.heading-k {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-415 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-span-13 {
  font-family: Prompt, sans-serif;
}

.clssl-gallery {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 5px 10px #0003;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.image-91 {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px;
  width: 75px;
}

.image-91:active {
  filter: hue-rotate(277deg);
  width: 95px;
}

.image-92 {
  border-radius: 100px;
  width: 75px;
  box-shadow: 0 7px 5px #0003;
}

.heading-237 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.container-108 {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: absolute;
  inset: 0%;
}

.section-84 {
  -webkit-text-stroke-color: #190111;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

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

.heading-151-th {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-143-th {
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.founder-th {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.heading-192-en {
  color: #fff;
  text-shadow: 2px 1px 14px var(--black-2);
  margin: 0;
  padding-left: 0;
  padding-right: 60px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-192-en:hover {
  color: var(--white);
  text-shadow: 2px 2px 8px var(--black-2);
}

.text-span-14 {
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.text-span-en {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

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

.div-block-416 {
  margin-top: 40px;
}

.container-109 {
  max-width: 100%;
}

.container-110 {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: static;
}

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

.background-video-11 {
  height: 0;
  position: static;
}

.play-pause-button {
  position: static;
}

.background-video-12 {
  height: 900px;
  padding-top: 0;
}

.heading-239 {
  font-family: Prompt, sans-serif;
}

.div-block-418 {
  margin-top: 40px;
}

.image-94 {
  display: none;
}

.text-span-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Oswald, sans-serif;
  line-height: 30px;
  display: flex;
}

.text-span-16 {
  font-size: 22px;
}

.div-block-187-copy {
  background-image: url('../images/bgT.png');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  padding: 0 60px;
}

.div-block-187-copy:hover {
  color: var(--black);
}

.div-block-419 {
  margin-bottom: 20px;
  margin-left: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-95 {
  width: 250px;
  margin-top: 0;
  margin-left: 0;
}

.div-block-420 {
  margin-top: 0;
}

.div-block-184a {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-192-a {
  color: #fff;
  text-align: left;
  text-shadow: 2px 1px 14px var(--black-2);
  margin: 0 0 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.heading-192-a:hover {
  color: var(--white);
  text-shadow: 2px 2px 8px var(--black-2);
}

.div-blocka {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 90px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-419-z {
  margin-bottom: 15px;
  margin-left: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-b {
  margin-bottom: 20px;
  margin-left: 90px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-h, .image-95-bl {
  width: 300px;
  margin-top: 0;
  margin-left: 50px;
}

.heading-192-z {
  color: #fff;
  text-shadow: 2px 1px 14px var(--black-2);
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.heading-192-z:hover {
  color: var(--white);
  text-shadow: 2px 2px 8px var(--black-2);
}

.text-span-16-en {
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.heading-th {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.div-block-217-4 {
  text-align: center;
  border-radius: 0;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.bold-text-48-th {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-474 {
  margin-bottom: 30px;
  margin-left: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-430 {
  margin-bottom: 20px;
  margin-left: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-85 {
  border-top: 20px none var(--black);
  margin-top: 0;
}

.container-111 {
  max-width: 1200px;
}

.div-block-475 {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  height: 60px;
}

.section-86 {
  background-color: var(--black-2);
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-476 {
  margin-top: 40px;
}

.heading-240 {
  color: #fff;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 60px;
  display: flex;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 0;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.one {
  background-image: url('../images/ครูโอม_1ครูโอม.webp');
  height: 400px;
}

.speaker-image.four {
  background-image: url('../images/ครูเอ็ม_1ครูเอ็ม.webp');
  background-position: 50% 0;
  height: 400px;
}

.speaker-image.three {
  background-image: url('../images/ครูอ้อย_1ครูอ้อย.webp');
  background-position: 100% 0;
  height: 400px;
  margin-right: 0;
}

.speaker-image.five {
  background-image: url('../images/ครูอาลิ_1ครูอาลิ.webp');
  background-position: 0 0;
  width: 101%;
  height: 400px;
}

.speaker-image.two {
  background-image: url('../images/ครูปู_2ครูปู.webp');
  height: 400px;
}

.speaker-image.six {
  background-image: url('../images/ครูแพร_2ครูแพร.webp');
  background-position: 50%;
  height: 400px;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section.home-hero-section {
  background-image: linear-gradient(#000, #000);
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  display: none;
  overflow: hidden;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 0;
}

.speaker-name {
  z-index: 10;
  text-align: center;
  font-size: 64px;
  position: relative;
}

.slide-arrow {
  width: 18px;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  text-align: center;
  color: var(--white);
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.speaker-image-cover {
  z-index: 10;
  opacity: .5;
  filter: hue-rotate(256deg);
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.slide-image-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content-2 {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.speaker-slider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.teacherr-pc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.teacherr-pc.home-hero-section {
  background-image: linear-gradient(#0009, #0009), url('../images/Gradient-Blur-001.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 0 60px;
  display: none;
  overflow: hidden;
}

.speaker-name-2 {
  z-index: 10;
  color: var(--black);
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 48px;
  font-weight: 500;
  position: relative;
}

.speaker-name-2.enftechaers {
  font-family: Oswald, sans-serif;
}

.speaker-image-cover-2 {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-21 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.container-112 {
  max-width: 1200px;
}

.moda-teacher {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.moda-teacher.engts {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.moda-teacher.engblog {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
}

.moda-teacher.bl {
  color: var(--black);
  margin-top: 0;
  font-family: Oswald, sans-serif;
}

.div-block-477 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-113 {
  max-width: 1200px;
}

.button-lanuage {
  z-index: 20;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 13% auto auto;
}

.container-114 {
  max-width: 900px;
}

.div-block-478 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.link-block-18 {
  margin-right: 0;
  display: block;
}

.link-block-18.w--current {
  display: block;
}

.image-96 {
  max-width: none;
  display: inline-block;
}

.image-97, .image-98 {
  max-width: none;
}

.container-115 {
  max-width: 1200px;
}

.image-99 {
  width: 30px;
  height: auto;
  margin-left: 0;
  transition: all .3s;
}

.image-99:hover {
  filter: brightness(200%);
  color: #000;
  transform: scale(.92);
}

.dropdown-link-3 {
  background-color: #ffcde1;
  border-top: 2.5px solid #f13782;
}

.list-item-12 {
  font-size: 12px;
}

.nav-menu-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #f13782;
  border: 1px #000;
  border-bottom: 2.5px solid #f13782;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.bold-text-65 {
  font-weight: 400;
}

.nav-button-wrapper-4 {
  margin-bottom: 0;
  margin-left: 0;
}

.link-116 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.dropdown-toggle-4 {
  color: #fff;
}

.dropdown-toggle-4:hover {
  color: #f13782;
}

.bold-text-66 {
  font-weight: 400;
}

.navbar-th-2 {
  z-index: 60;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
  display: none;
  position: relative;
}

.image-100 {
  margin-right: 20px;
}

.container-116 {
  max-width: 1200px;
  display: block;
}

.div-block-479 {
  justify-content: flex-end;
  display: flex;
}

.section-88 {
  z-index: 62;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.section-89 {
  z-index: 60;
  padding-top: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-117 {
  max-width: 920px;
}

.div-block-480 {
  justify-content: flex-end;
  display: flex;
}

.link-block-19 {
  margin-right: 0;
  display: block;
}

.link-block-19.w--current {
  display: block;
}

.image-101 {
  max-width: none;
  display: inline-block;
}

.image-102 {
  max-width: none;
}

.heading-242 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.link-block-20 {
  border: 1px solid var(--white);
  filter: saturate(200%);
  outline-offset: 0px;
  border-radius: 50px;
  outline: 1px #f13782;
  padding: 0 20px;
  text-decoration: none;
  transition: all .3s;
}

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

.see-morm {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.see-morm.engseemore {
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
}

.div-block-481 {
  margin-bottom: 40px;
}

.container-118 {
  border-top: 10px solid var(--black);
  max-width: 1200px;
}

.grid-2121 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: block;
}

.container-119 {
  max-width: 1200px;
}

.div-block-483 {
  height: 50px;
}

.section-90 {
  z-index: 50;
  background-image: linear-gradient(#000, #000);
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span-address {
  color: var(--grey);
  font-family: Prompt, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-latin {
  text-align: center;
  margin-top: 0;
  margin-right: 100px;
}

.ballroom-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-ballroom {
  width: 500px;
  height: auto;
  margin-top: auto;
  margin-left: 0;
  line-height: 10px;
}

.heading-slide-latin-dance {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.div-block-484 {
  margin-bottom: 20px;
}

.paragraph-12 {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.div-block-485 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-145 {
  filter: invert(0%);
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.button-10 {
  background-color: var(--black);
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  transition: all .3s;
  display: inline-block;
}

.button-10:hover {
  background-color: #ff76ad;
}

.heading-10331 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.heading-10331.enl {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.schedule {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.schedule.enl {
  text-align: center;
  font-family: Prompt, sans-serif;
}

.schedule.enl.l {
  font-family: Prompt, sans-serif;
}

.image-144 {
  border-radius: 10px;
  width: 50%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-dance {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 10px;
  display: block;
  box-shadow: 0 2px 5px #ffcde17d;
}

.boxcontant {
  overflow: hidden;
}

.classes-pc {
  margin-top: 60px;
  margin-bottom: 40px;
  display: block;
}

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

.paragraph-13 {
  color: #4e4e4e;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.div-block-488 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.image-146 {
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.button-22 {
  background-color: #3c804f;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  transition: all .3s;
  display: inline-block;
}

.button-22:hover {
  background-color: #306e42;
}

.heading-10332 {
  color: #0d332d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.heading-10333 {
  color: #55a66c;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.image-147 {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.div-block-489 {
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 0 2px 5px #0003;
}

.columns-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
  display: flex;
}

.columns-15.alter {
  margin-top: 0;
}

.slider-mob1 {
  z-index: 40;
  margin-top: 0;
  display: none;
  position: static;
  top: -44px;
}

.container-120 {
  max-width: 1200px;
}

.teacherr-mob {
  display: none;
}

.div-block-495 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-121 {
  max-width: 1200px;
}

.section-92 {
  background-image: linear-gradient(#000, #000);
  margin-top: 60px;
}

.container-122 {
  max-width: 1200px;
}

.section-93 {
  background-image: linear-gradient(#000, #000);
  margin-top: 60px;
}

.container-123 {
  max-width: 1200px;
}

.section-94 {
  background-color: var(--black-2);
}

.container-124 {
  max-width: 1200px;
}

.section-95 {
  background-color: #000;
}

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

.heading-10335 {
  color: #fff;
  text-align: center;
}

.faq-q-text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.c-faq-q {
  background-color: var(--black);
  align-items: center;
  display: flex;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
  box-shadow: -1px 2px 5px #0003;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.bold-text-67 {
  font-weight: 500;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-a-text {
  margin-left: 0;
  padding: 20px;
  box-shadow: 2px 4px 5px #0003;
}

.c-faq-q-text {
  flex: 1;
  padding: 0 20px;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  border-left: 3px solid #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.faq-a-text {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.6em;
}

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

.div-block-497 {
  display: none;
}

.body-7 {
  background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-498 {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.div-block-499 {
  text-align: left;
  background-image: linear-gradient(#fff, #fff);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-500 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-501 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-502 {
  margin-left: 40px;
}

.div-block-506 {
  text-align: right;
  margin-right: 0;
}

.section-dance {
  z-index: 2;
  background-color: #000;
  height: auto;
  margin-top: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.section-danc {
  z-index: 2;
  background-color: #000;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

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

.container-126 {
  max-width: 100%;
}

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

.image-152 {
  width: 100%;
}

.container-127 {
  max-width: 1439px;
}

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

.image-153 {
  width: 60%;
}

.div-block-510 {
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
}

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

.container-128 {
  max-width: 100%;
  margin-top: 60px;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0 10px 10px;
}

.cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
}

.image-154 {
  width: 100%;
  height: auto;
  margin-top: -10px;
  display: inline-block;
}

.div-block-512 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-513 {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.cell-3, .cell-4 {
  padding-top: 0;
}

.cell-5 {
  padding-bottom: 0;
}

.cell-6 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.div-block-514, .div-block-515 {
  margin-top: 20px;
}

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

.div-block-517 {
  margin-top: 20px;
}

.hidden-row-paragraph {
  margin-bottom: 20px;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 27%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section-98 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-wrap {
  width: 100%;
  height: auto;
  padding: 10px;
  position: relative;
}

.title-large {
  z-index: 1;
  color: #005980;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 400;
  position: absolute;
  inset: 11% auto auto 6%;
}

.tabs-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tabs-link {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 1px auto;
  padding: 0;
  display: block;
  overflow: visible;
}

.tabs-link.w--current {
  background-color: #0000;
}

.tabs-content-wrap {
  width: 100%;
  height: 100%;
}

.row-heading-right {
  letter-spacing: 6px;
  text-transform: lowercase;
  margin-top: 10px;
  font-weight: 400;
}

.tabs-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: -30px;
  display: grid;
}

.row-heading-left {
  margin-top: 10px;
}

.accordion-top-content {
  background-color: #9ee2ff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  display: flex;
  box-shadow: 4px 4px 20px #d1cdcd;
}

.tabs-image {
  object-fit: cover;
  width: 80%;
  height: auto;
  display: inline-block;
}

.hidden-text-wrap {
  padding: 0 10px;
  display: block;
  overflow: hidden;
}

.container-129 {
  max-width: 1200px;
}

.div-block-518 {
  background-image: url('../images/กลุ่ม_1กลุ่ม.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 600px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 4px 0 5px #0003;
}

.div-block-519 {
  border: 0 solid #000;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.columns-16 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-74 {
  text-align: center;
  background-image: url('../images/เดียว_1เดียว.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: -4px 1px 5px #0003;
}

.class {
  color: var(--black);
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
}

.class.th {
  font-family: Prompt, sans-serif;
}

.div-block-521 {
  margin-left: 20px;
  margin-right: 20px;
}

.classes-bom {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.div-block-523 {
  text-align: right;
  margin-bottom: 20px;
}

.button-23 {
  background-color: var(--black);
  border-radius: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button-23:hover {
  transform: scale(.9);
}

.button-23.en {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.section-mob {
  margin-top: -100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-524, .div-block-525 {
  overflow: hidden;
}

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

.link-block-25._1, .link-block-30._1 {
  display: none;
}

.div-block-527 {
  text-align: left;
}

.section-62-sch {
  background-color: #3a0017;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AI-MODA-l_1AI-MODA-l.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-62-tcs {
  background-color: #3a0017;
  background-image: linear-gradient(#00000080, #00000080), url('../images/moda-bg-ครู_1moda-bg-ครู.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-news {
  background-color: #3a0017;
  background-image: linear-gradient(#00000024, #00000024), url('../images/new-moda_1new moda.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-gallery {
  background-color: #3a0017;
  background-image: linear-gradient(#00000080, #00000080), url('../images/197704334_xl_normal_none-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-528 {
  margin-top: 20px;
}

.text-span-17 {
  text-transform: capitalize;
}

.private {
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.private.bo {
  font-weight: 500;
}

.list-6 {
  font-family: Prompt, sans-serif;
  font-size: 14px;
  list-style-type: decimal;
}

.heading-10337 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-span-18 {
  margin-left: 0;
  font-weight: 400;
}

.bold-text-68 {
  font-weight: 400;
}

.list-7 {
  margin-top: 10px;
  padding-left: 20px;
}

.heading-10338 {
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-span-19 {
  font-family: Oswald, sans-serif;
}

.text-span-20, .text-span-21 {
  font-family: Prompt, sans-serif;
}

.bold-text-69 {
  font-weight: 400;
}

.list-item-14 {
  font-family: Prompt, sans-serif;
  overflow: visible;
}

.bold-text-70 {
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.bold-text-71 {
  font-weight: 400;
}

.list-item-15 {
  font-family: Prompt, sans-serif;
}

.bold-text-72 {
  font-weight: 400;
}

.div-block-529 {
  margin-top: 20px;
}

.slider-mob7 {
  z-index: 40;
  margin-top: 0;
  display: none;
  position: static;
  top: -44px;
}

.container-130 {
  max-width: 100%;
}

.image-155 {
  width: 99.9999%;
}

.container-131 {
  max-width: 100%;
}

.slide-21, .image-156, .mask-12 {
  width: 100%;
  height: auto;
}

.container-132 {
  max-width: 100%;
}

.mask-13, .slide-22 {
  width: 100%;
  height: auto;
}

.slide-nav-10 {
  inset: 0%;
}

.slide-23 {
  background-color: var(--black-2);
  width: 100%;
  height: auto;
}

.mask-14, .slider-8, .image-157 {
  width: 100%;
  height: auto;
}

.div-block-530 {
  text-align: center;
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-158 {
  width: 60%;
  height: auto;
}

.slide-nav-11 {
  display: none;
}

.heading-10339 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-531 {
  margin-top: -20px;
}

.button-24 {
  box-shadow: 0 0 2px 0 var(--black);
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

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

.section-pc7 {
  margin-top: 60px;
}

.image-159, .image-160 {
  border-radius: 10px;
}

.section-th {
  margin-top: 60px;
}

.youtube-2, .youtube-3 {
  background-image: none;
}

.slider-mob17 {
  z-index: 40;
  margin-top: 0;
  display: none;
  position: static;
  top: -44px;
}

.review-pc {
  margin-top: -100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.jonathan {
  margin-top: -100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.image-165 {
  width: 20px;
}

.div-block-533, .div-block-534 {
  margin-top: 10px;
}

.jonathan-mob {
  margin-top: -100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.slider-9 {
  background-color: #fff0;
}

.mask-15, .slide-24 {
  width: 100%;
  height: auto;
}

.slide-nav-12 {
  margin-top: 0;
  top: 337px;
}

.div-block-535 {
  width: 100%;
  max-width: 100%;
}

.container-133, .container-134 {
  max-width: 1090px;
}

.grid-2124 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-166, .image-167 {
  width: 100%;
  height: auto;
}

.div-block-536 {
  margin-top: -30px;
}

.div-block-538, .div-block-539 {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.button-25 {
  background-color: var(--black);
  border-radius: 5px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.button-25:hover {
  transform: scale(1.1);
}

.button-25.enl {
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.div-block-540 {
  text-align: center;
  margin-top: 10px;
}

.section-100 {
  background-color: var(--black-2);
  margin-top: 90px;
}

.image-168 {
  width: 100px;
  height: auto;
}

.div-block-541 {
  text-align: right;
}

.container-135 {
  margin-top: 0;
}

.column-26 {
  flex: 0 auto;
}

.container-136 {
  max-width: 1200px;
}

.container-137 {
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-2150 {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.image-169 {
  opacity: .5;
  filter: brightness(200%);
  width: 73px;
  margin-bottom: 0;
}

.time {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.organizer {
  align-items: center;
  margin-top: 10px;
  display: none;
}

.div-block-sala {
  margin-top: 20px;
  display: block;
}

.paragraph-15 {
  text-align: left;
  padding-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-15.divide {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text-73 {
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.link-117 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-74 {
  font-weight: 600;
}

.link-118 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-75 {
  font-weight: 600;
}

.link-119 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-76 {
  font-weight: 600;
}

.link-120 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-77 {
  font-weight: 600;
}

.link-121 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-78 {
  font-weight: 600;
}

.link-122 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-79 {
  font-weight: 600;
}

.link-123 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-80 {
  font-weight: 600;
}

.link-124 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-81 {
  font-weight: 600;
}

.link-125 {
  color: var(--black-2);
  text-decoration: none;
}

.link-126 {
  text-decoration: none;
}

.bold-text-82 {
  color: #000;
  font-weight: 600;
}

.link-127, .link-128 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-83, .bold-text-84, .bold-text-85 {
  font-weight: 600;
}

.link-129 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-86 {
  font-weight: 600;
}

.link-130 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-87 {
  font-weight: 600;
}

.link-131 {
  color: #000;
  text-decoration: none;
}

.bold-text-88 {
  font-weight: 600;
}

.link-132, .link-133 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-89, .bold-text-90 {
  font-weight: 600;
}

.link-134, .link-135 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-91, .bold-text-92 {
  font-weight: 600;
}

.link-136 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-93 {
  font-weight: 600;
}

.link-137 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-94 {
  font-weight: 600;
}

.link-138 {
  color: var(--black-2);
  text-decoration: none;
}

.bold-text-95 {
  font-weight: 600;
}

.slider-10 {
  background-color: #fff0;
  width: 100%;
  height: auto;
}

.button-26 {
  background-color: var(--black);
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  transition: all .3s;
}

.button-26:hover {
  transform: scale(1.05);
}

.button-26.en {
  font-family: Oswald, sans-serif;
}

.button-26.en._1 {
  display: none;
}

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

.div-block-406-copy {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.bold-text-96 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-139 {
  text-decoration: none;
}

.bold-text-97 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-140 {
  text-decoration: none;
}

.bold-text-98 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-141 {
  text-decoration: none;
}

.link-142, .link-143 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-99 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.bold-text-100 {
  color: var(--black);
  font-weight: 600;
}

.link-144, .link-145 {
  text-decoration: none;
}

.bold-text-101, .bold-text-102 {
  font-weight: 600;
}

.bold-text-103 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-146 {
  text-decoration: none;
}

.bold-text-104 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-147 {
  text-decoration: none;
}

.bold-text-105 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-148 {
  text-decoration: none;
}

.link-149, .link-150, .link-151 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-106, .bold-text-107, .bold-text-108 {
  font-weight: 600;
}

.list-item-4-copy {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-137-t {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.div-block-2152 {
  text-align: center;
  max-width: 100%;
}

.column-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-22 {
  text-transform: uppercase;
}

.div-block-2153 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-2154 {
  display: flex;
  overflow: hidden;
}

.container-138 {
  max-width: 1200px;
}

.div-block-2155 {
  text-align: center;
  width: 10%;
  height: auto;
}

.link-block-32 {
  overflow: visible;
}

.link-block-32._1 {
  display: none;
}

.link-block-33 {
  overflow: visible;
}

.link-block-33._1 {
  display: none;
}

.link-152, .link-153, .link-154, .link-155, .link-156, .link-157, .link-158, .link-159, .link-160, .link-161, .link-162, .link-163 {
  color: #e1e1e1;
  text-decoration: none;
}

.link-164, .link-165, .link-166 {
  color: #000;
  text-decoration: none;
}

.paragraph-16 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text-109 {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.bold-text-110 {
  color: var(--black);
  font-weight: 500;
}

.bold-text-111, .bold-text-112 {
  font-weight: 600;
}

.link-167 {
  text-decoration: none;
}

.bold-text-113 {
  font-weight: 600;
}

.div-block-2156 {
  line-height: 24px;
}

.phone-link {
  color: var(--black-3);
  text-decoration: none;
}

.language-link {
  border-bottom: 1px solid var(--black-2);
  color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 55px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #fff;
}

.icon-15 {
  color: var(--black);
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #000;
  border-radius: 9px;
  margin-right: 0;
  position: absolute;
  top: -167%;
  left: 4%;
}

.container-139 {
  z-index: 999;
  max-width: 290px;
  display: inline-block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-2138 {
  z-index: 500;
  width: 70px;
  height: 80px;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 1% auto;
}

.language-toggle-2 {
  background-color: var(--black-2);
  opacity: 1;
  color: #333;
  text-align: center;
  border: 1px solid #9b9eb838;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 60px;
  transition: all .2s;
  display: inline-block;
  top: -10px;
  box-shadow: 3px 3px 6px -3px #0000008f;
}

.language-toggle-2.w--open {
  background-color: var(--black-2);
  padding-right: 60px;
  right: auto;
}

.language-section-2 {
  z-index: 600;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 8vh;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-10 {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .35s;
}

.text-block-10:hover {
  color: #cfb66f;
  transform: scale(1.05);
}

.language-list-2 {
  background-color: #d99f9f;
  inset: 0% 0% auto auto;
}

.language-list-2.w--open {
  background-color: var(--black-2);
  opacity: 1;
  border-radius: 9px;
  min-width: 155px;
  padding: 8px 16px;
  top: -390%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.icon-16 {
  color: #0000;
  background-image: url('../images/LOGO-MODA.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 35px;
  display: block;
}

.dropdown-toggle-5 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.langauge-line-base {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-dropdown {
  z-index: 500;
}

.text-block-9 {
  color: var(--black);
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: all .35s;
}

.text-block-9:hover {
  color: #d1b86f;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  transform: scale(1.05);
}

.text-block-11 {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.text-block-11:hover {
  color: var(--black);
}

.flag-1 {
  background-image: url('../images/link.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.langauge-line-break-2 {
  background-color: #ecba26;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-2 {
  background-image: url('../images/icon-wantsApp_1icon-wantsApp.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.flag-1-y {
  background-image: url('../images/facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.dropdown-link-7 {
  color: var(--black);
  padding-left: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  transition: all .35s;
}

.dropdown-link-7:hover {
  color: #cfb66f;
  transform: scale(1.05);
}

.image-170, .image-171 {
  width: 400px;
}

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

.image-173 {
  width: 400px;
}

.image-cover-events-2 {
  width: 400px;
  height: auto;
}

.overflow {
  overflow: hidden;
}

.image-17850 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.modal-body-restructuring-money-02 {
  width: 450px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-33174 {
  color: var(--black);
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.icon-17 {
  color: #0000;
  background-image: url('../images/logo-C_1logo-C.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  font-size: 35px;
}

.close-modal-restructuring-money {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.language-list {
  background-color: #d99f9f;
  inset: 0% 0% auto auto;
}

.language-list.w--open {
  background-color: #018edb;
  border-radius: 20px;
  min-width: 250px;
  padding: 8px 16px;
  top: -260%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.text-block-12 {
  color: #fff;
  font-size: 15px;
}

.text-block-12:hover {
  color: #fff;
}

.link-block-96 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  color: #dfdfdf;
}

.language-link-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 55px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link-2:hover {
  color: #fff;
}

.heading-33172 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.flag-3 {
  background-image: url('../images/call_2call.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.langauge-line-base-2 {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-33173 {
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.flag-4 {
  background-image: url('../images/messager_1messager.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.modal-pop-up-cat {
  z-index: 8888;
  color: #333;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.pop-up-call-to-action {
  display: none;
}

.langauge-line-break {
  background-color: #b69442;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: #20355a;
  background-color: #202020;
  border: 1px solid #9b9eb838;
  border-radius: 20px;
  padding-right: 60px;
  transition: all .2s;
  top: -28px;
  right: auto;
}

.language-toggle.w--open {
  padding-right: 60px;
  right: auto;
}

.language-section {
  z-index: 999;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 10vh;
  padding-top: 50px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-18333 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.call-us {
  padding-bottom: 5px;
}

.dropdown-toggle-footer {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-footer:hover {
  box-shadow: 0 2px 5px #333;
}

.icon-18 {
  display: none;
}

.image-17963-footer {
  filter: invert();
  width: 25px;
}

.text-block-34 {
  font-size: 14px;
}

.dropdown-list-10 {
  background-color: #664c4c;
}

.dropdown-list-10.w--open {
  background-color: var(--black);
  border: 1px #fff;
  border-radius: 20px;
  margin-right: 0;
  padding-right: 0;
  top: 0;
  right: auto;
}

.dropdown-link-6 {
  outline-offset: 0px;
  color: #fff;
  background-color: #ff2681;
  border-radius: 40px;
  outline: 3px #fff;
  font-size: 14px;
  line-height: 28px;
}

.dropdown-link-6:hover {
  color: #fff;
}

.image-17851 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.heading-33175 {
  color: var(--black);
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.icon-19 {
  color: #0000;
  background-image: url('../images/logo-C_1logo-C.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  font-size: 35px;
}

.language-list-3 {
  background-color: #d99f9f;
  inset: 0% 0% auto auto;
}

.language-list-3.w--open {
  background-color: #018edb;
  border-radius: 20px;
  min-width: 250px;
  padding: 8px 16px;
  top: -260%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.text-block-35 {
  color: #fff;
  font-size: 15px;
}

.text-block-35:hover {
  color: #fff;
}

.link-block-97 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-36 {
  color: #dfdfdf;
}

.language-link-3 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 55px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link-3:hover {
  color: #fff;
}

.heading-33176 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.heading-33177 {
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.flag-5 {
  background-image: url('../images/messager_1messager.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.div-block-18334 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.heading-moda-2 {
  color: #fff;
  text-align: left;
  margin-right: 60px;
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.heading-moda-2.alter {
  text-align: right;
  margin-right: 0;
}

.dance-is-more-2 {
  color: #f13782;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  display: inline;
}

.dance-is-more-2.alter {
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}

.heading-moda-3 {
  color: #fff;
  text-align: left;
  margin-right: 60px;
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.heading-moda-3.alter {
  text-align: right;
  margin-right: 0;
}

.columns-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0 10px;
  display: flex;
}

.dance-is-more-back-2 {
  color: #f13782;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  display: inline;
}

.container-140 {
  max-width: 1100px;
}

.grid-2126 {
  grid-template-rows: auto;
  margin-bottom: 10px;
}

.grid-2128 {
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.table_header {
  background-color: var(--black);
  width: 300px;
  max-width: none;
  color: var(--white);
  border: 1px solid #000;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.table_header.long {
  background-color: var(--black);
  width: 300px;
  color: var(--white);
  border: 1px solid #000;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.table_header.short {
  background-color: var(--black);
  width: 300px;
  color: var(--white);
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.table_cell {
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.table_component {
  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-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

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

.list-8 {
  padding-left: 20px;
}

.div-block-18339 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-168 {
  text-decoration: none;
}

.link-168.w--current {
  color: var(--black);
}

.link-169 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-114 {
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.link-170 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-115 {
  font-weight: 600;
}

.link-171 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-116 {
  font-weight: 600;
}

.list-9 {
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: decimal;
}

.link-172, .link-173 {
  color: var(--black);
  text-decoration: none;
}

.link-blog {
  color: var(--black);
  font-weight: 600;
}

.bold-text-117 {
  text-decoration: none;
}

.link-174, .link-175 {
  color: var(--black);
  text-decoration: none;
}

.link-176, .link-177 {
  text-decoration: none;
}

.bold-text-118 {
  color: var(--black);
}

.link-178 {
  color: var(--black);
  text-decoration: none;
}

.link-179 {
  text-decoration: none;
}

.link-180 {
  color: var(--black);
  text-decoration: none;
}

.phone-list {
  bottom: -50px;
}

.phone-list.w--open {
  background-color: #0000;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.div-block-18001 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-18001:hover {
  box-shadow: 0 9px 11px -3px #2989b666;
}

.phone-link-2 {
  color: #20368f;
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 0 2px 9px #0003;
}

.phone-link-2:hover {
  color: #7a94fd;
  box-shadow: 0 9px 11px -3px #2989b666;
}

.div-block-18002 {
  margin-top: 40px;
}

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

.heading-103252 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.image-17852 {
  width: 60px;
  height: 60px;
}

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

.phone-dropdown {
  width: 100%;
}

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

.phone-button-dropdown {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 9px #0003;
}

.phone-button-dropdown:hover {
  box-shadow: 0 9px 11px -3px #2989b666;
}

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

.slider-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  max-width: 68%;
  height: auto;
  display: block;
}

@media screen and (min-width: 1440px) {
  .mobile-margin-top-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .body-2 {
    background-image: url('../images/moda-ABOUT-US-BG-.2_1moda-ABOUT-US-BG-.2.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .div-block-100 {
    display: block;
  }

  .section-39 {
    background-image: none;
  }

  .section-25 {
    background-image: url('../images/moda-website-8.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .nav-link-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-pc, .navbar-home-eng-copy {
    margin-top: 0;
  }

  .image-6-copy {
    width: 100px;
    position: static;
  }

  .heading-moda {
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-183 {
    margin-left: 20px;
  }

  .heading-dance {
    font-size: 52px;
  }

  .container-76 {
    max-width: 1200px;
  }

  .bold-text-57 {
    display: none;
  }

  .column-10 {
    justify-content: flex-end;
  }

  .image-68 {
    width: 500px;
    height: auto;
  }

  .heading-wecom {
    font-family: Prompt, sans-serif;
    font-size: 60px;
  }

  .everyone-pc {
    background-image: url('../images/moda-website-8.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .section-61 {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 220px;
  }

  .section-62 {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-us_1About us.webp');
    background-position: 0 0, 50% 0;
  }

  .section-64 {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .heading-200 {
    font-family: Prompt, sans-serif;
    font-size: 42px;
    font-weight: 600;
  }

  .heading-208 {
    color: var(--white);
  }

  .div-block-213 {
    background-color: var(--black);
    border-radius: 1px;
  }

  .paragraph-6 {
    color: var(--white);
  }

  .heading-213 {
    color: #ff82b5;
  }

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

  .div-block-353 {
    border: 5px #e04781;
  }

  .section-4-pc {
    margin-top: -180px;
    display: none;
  }

  .container-105 {
    max-width: 1200px;
  }

  .schedules-mob1 {
    position: relative;
  }

  .div-block-379 {
    margin-left: -70px;
  }

  .list-ite.w--current {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-232 {
    margin-left: 50px;
  }

  .button-18.w--current {
    margin-left: 60px;
  }

  .section-84 {
    display: block;
  }

  .speaker-slide {
    width: 100%;
    height: auto;
  }

  .clip-text.speaker-headding {
    margin-bottom: 10px;
  }

  .speaker-image.one, .speaker-image.three, .speaker-image.two, .speaker-image.six {
    width: 40%;
    height: 150px;
  }

  .section.home-hero-section {
    min-height: 60vh;
  }

  .speaker-info {
    max-width: 500px;
  }

  .speaker-arrow {
    inset: auto 0% 0% auto;
  }

  .speaker-arrow.left {
    inset: auto 0% 0%;
  }

  .body-display.large {
    margin-top: 0;
  }

  .slide-image-2 {
    width: 400px;
    height: 150px;
  }

  .speaker-slide-content-2 {
    align-items: center;
  }

  .speaker-slider-2 {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .teacherr-pc.home-hero-section {
    min-height: 60vh;
    display: flex;
  }

  .speaker-name-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .speaker-name-2.enftechaers {
    font-size: 40px;
  }

  .container-112 {
    max-width: 1200px;
  }

  .button-lanuage {
    background-image: linear-gradient(#000, #000);
  }

  .container-116 {
    max-width: 1200px;
  }

  .div-block-479 {
    max-width: 1440px;
  }

  .section-88 {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 150px;
    padding-top: 0;
    inset: 0% 0% auto auto;
  }

  .container-118, .section-90 {
    display: block;
  }

  .ballroom-slide {
    margin-bottom: 100px;
  }

  .classes-pc {
    margin-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .teacherr-mob {
    display: none;
  }

  .section-92 {
    margin-top: 60px;
  }

  .container-125 {
    justify-content: space-between;
    max-width: 100%;
    display: flex;
  }

  .image-150 {
    width: 30%;
  }

  .div-block-505 {
    flex-direction: column;
    margin-left: 40px;
    display: flex;
  }

  .section-96 {
    margin-left: 40px;
    display: none;
    position: absolute;
    inset: 20% auto 0% 0%;
  }

  .section80 {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    display: none;
    position: absolute;
    inset: -15% -35% 8% auto;
  }

  .image-151 {
    width: 50px;
  }

  .section-dance {
    background-image: none;
  }

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

  .div-block-509 {
    margin-left: 0;
    padding-left: 0;
  }

  .class {
    text-transform: capitalize;
  }

  .classes-bom {
    padding-bottom: 60px;
    display: none;
  }

  .section-mob {
    margin-top: -180px;
    display: none;
  }

  .div-block-524 {
    overflow: hidden;
  }

  .section-news {
    background-image: linear-gradient(#0000, #0000), url('../images/new-moda_1new moda.webp');
  }

  .slider-mob7 {
    margin-top: 0;
  }

  .div-block-530 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .heading-10339, .div-block-531 {
    margin-top: -30px;
  }

  .slider-mob17 {
    margin-top: 0;
  }

  .review-pc {
    margin-top: -180px;
    display: none;
  }

  .jonathan, .jonathan-mob {
    margin-top: -180px;
    display: block;
  }

  .slide-nav-12 {
    top: 334px;
  }

  .div-block-2150 {
    opacity: 1;
  }

  .image-169 {
    filter: brightness(200%);
    width: 73px;
    margin-bottom: 3px;
  }

  .div-block-sala {
    display: none;
  }

  .language-list-2.w--open {
    top: -374%;
  }

  .heading-moda-2, .heading-moda-3 {
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--misty-rose);
    color: #965050;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    color: var(--black-2);
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .nav-dropdown-icon {
    color: var(--black-2);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    display: block;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .menu-button {
    background-color: var(--black);
    color: var(--white);
    border-radius: 10px;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    color: #fff;
  }

  .eng {
    color: var(--black-2);
  }

  .image-3 {
    width: 100%;
  }

  .container-3 {
    display: inline-block;
  }

  .sale-pc {
    display: none;
  }

  .heading {
    margin-top: 10px;
    font-size: 26px;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 40px;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .heading-4 {
    font-size: 20px;
  }

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

  .bold-text-3, .bold-text-4 {
    font-size: 20px;
  }

  .image-4 {
    object-fit: fill;
    width: 100%;
    display: inline;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

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

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

  .heading-8 {
    color: var(--grey);
  }

  .heading-9 {
    color: var(--black);
  }

  .div-block-3 {
    background-color: var(--white);
    margin-bottom: 20px;
    padding-bottom: 0;
  }

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

  .events-pc {
    display: none;
  }

  .div-block-5 {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-5 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading-11 {
    margin-top: 40px;
    font-size: 40px;
  }

  .grid-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-13 {
    text-align: center;
    font-size: 62px;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 300px;
  }

  .text-span-2 {
    letter-spacing: 0;
    font-size: 19px;
  }

  .meet-pc {
    display: none;
  }

  .container-6 {
    margin-bottom: 100px;
  }

  .heading-15 {
    margin-bottom: 0;
    font-weight: 500;
  }

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

  .navigt-pc {
    display: none;
  }

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

  .list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation {
    font-size: 20px;
  }

  .div-block-11 {
    flex-direction: row;
    justify-content: space-between;
  }

  .icon {
    -webkit-text-stroke-color: #0021a7;
    font-size: 30px;
  }

  .dropdown-link {
    background-color: #ffedf4;
    font-family: Prompt, sans-serif;
  }

  .text-block, .icon-2 {
    color: var(--black-2);
  }

  .list-item-3 {
    flex: 0 auto;
    align-self: stretch;
  }

  .list-item-3:active {
    color: #ededed;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button {
    padding: 10px 20px;
  }

  .div-block-15 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .column-2, .div-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    align-self: auto;
  }

  .moda-pc {
    display: none;
  }

  .moda-mbo-copy {
    margin-top: 120px;
    display: block;
  }

  .sale-mbo-copy {
    display: block;
  }

  .container-8 {
    max-width: 1200px;
  }

  .image-6 {
    width: 80%;
    height: auto;
  }

  .div-block-18 {
    text-align: center;
    margin-top: 40px;
  }

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

  .image-7 {
    width: 80%;
    height: auto;
  }

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

  .div-block-21 {
    margin-top: 10px;
    display: flex;
  }

  .div-block-22 {
    margin-left: 20px;
  }

  .heading-17 {
    font-size: 20px;
  }

  .events-mbo {
    display: block;
  }

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

  .div-block-24 {
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigt-mbo-copy {
    display: block;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .container-9 {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .heading-18 {
    font-size: 60px;
  }

  .schedule-1-pc {
    display: none;
  }

  .container-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-19 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .heading-20 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-30 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .div-block-31 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-12 {
    padding-bottom: 20px;
  }

  .heading-21 {
    margin-top: 10px;
  }

  .container-13 {
    max-width: 1200px;
  }

  .div-block-37 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-12 {
    margin-bottom: auto;
  }

  .heading-26 {
    color: var(--black);
    font-weight: 400;
  }

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

  .div-block-43 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .latin-dance-pc {
    display: none;
  }

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

  .container-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-10 {
    margin-top: 120px;
  }

  .column-3 {
    text-align: left;
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    padding: 0;
    display: flex;
  }

  .grid-9 {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
  }

  .heading-32 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .schedule-pc {
    display: none;
  }

  .div-block-52, .image-25, .image-26, .image-27 {
    width: 100%;
    height: auto;
  }

  .events-mbo-copy, .events-mbo-copy-copy {
    display: block;
  }

  .meet-mbo-copy {
    display: none;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: inline-block;
  }

  .div-block-53 {
    margin-top: 20px;
  }

  .div-block-54 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .heading-33 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .text-span-7 {
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-56 {
    position: relative;
  }

  .div-block-57 {
    text-align: left;
    display: block;
    position: relative;
  }

  .div-block-58 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-28 {
    width: 100%;
    height: auto;
    display: block;
  }

  .div-block-59 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .div-block-60 {
    align-self: stretch;
    margin-left: 10px;
  }

  .container-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .grid-11 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .heading-34 {
    color: var(--white);
    flex: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .div-block-61 {
    background-color: var(--grey);
    color: #0000;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-62 {
    background-color: var(--white);
    margin-top: 15px;
  }

  .div-block-63 {
    margin-bottom: 0;
  }

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

  .div-block-65 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .div-block-66 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .grid-12 {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-self: stretch;
    align-items: flex-start;
    display: block;
  }

  .heading-35 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .schedule-mob-copy {
    display: block;
  }

  .nstructor-mob-copy {
    margin-top: 120px;
    display: block;
  }

  .latin-dance-mob-latin {
    display: block;
  }

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

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

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

  .div-block-86 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-83 {
    font-size: 26px;
    line-height: 20px;
  }

  .meet-pc-copy, .meet-mob-c, .meet-mob-c-copy, .meet-mob {
    display: block;
  }

  .nstructor-mob {
    margin-top: 120px;
    display: block;
  }

  .gallery-mob {
    margin-top: 120px;
    display: none;
  }

  .columns-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-90 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-91 {
    background-color: var(--black);
    padding: 20px;
  }

  .div-block-92 {
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    margin-right: 10px;
    display: flex;
  }

  .div-block-93 {
    margin-left: 10px;
  }

  .abot-us-pc {
    display: none;
  }

  .abot-us-mob-copy, .schedule-1-pc-copy {
    display: block;
  }

  .schedule-1-mob-copy {
    display: none;
  }

  .abot-us-mob-1 {
    margin-top: 120px;
    display: block;
  }

  .navbar-no-shadow-th {
    margin-top: 10px;
  }

  .link-3 {
    color: var(--black-2);
  }

  .navigt-pc-copy, .latin-dance-pc-latin, .events-pc-copy, .home-news {
    display: none;
  }

  .image-31, .image-32 {
    width: 100%;
    height: auto;
  }

  .bold-text-19 {
    font-size: 50px;
    line-height: 10px;
  }

  .heading-85 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 10px;
  }

  .bold-text-21 {
    font-weight: 400;
  }

  .column-5 {
    text-align: left;
    align-self: center;
  }

  .latin-dance-pc-be-copy {
    display: none;
  }

  .latin-dance-mob-latin-1 {
    display: none;
  }

  .grid-latin-mob-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-5-copy {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .latin-dance-mob-latin-copy {
    display: block;
  }

  .container-16-copy {
    display: none;
  }

  .div-block-5-copy {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .div-block-94 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link-15, .link-16, .link-17 {
    color: var(--black);
    text-decoration: none;
  }

  .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-30 {
    text-decoration: none;
  }

  .con-1-mob {
    display: block;
  }

  .heading-7-blog {
    font-size: 18px;
  }

  .heading-7-blog3copy {
    font-weight: 300;
  }

  .heading-135 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .heading-7-blog3 {
    font-size: 18px;
  }

  .heading-7-copy-blog {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .heading-7-copy-blog2 {
    font-weight: 300;
  }

  .columns-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7-blog2 {
    font-size: 18px;
  }

  .heading-137 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .section-34 {
    margin-top: 127px;
  }

  .tiltle_blog, .heading-138, .list-item-5, .heading-140 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-109 {
    margin-top: 120px;
  }

  .heading12 {
    margin-top: 10px;
    font-size: 26px;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .list-item-6 {
    color: var(--black);
  }

  .section-39 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .list-item-3-copy {
    flex: 0 auto;
    align-self: stretch;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
  }

  .list-item-3-copy:active {
    color: #ededed;
  }

  .heading-5-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-142 {
    color: #000;
  }

  .dance-is-more-back {
    font-size: 29px;
  }

  .heading-143 {
    margin-top: 40px;
  }

  .div-block-117 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-25 {
    height: auto;
    display: none;
  }

  .left-arrow-3 {
    inset: 0% auto 30% 0%;
  }

  .dropdown-2 {
    background-image: linear-gradient(to bottom, var(--misty-rose), var(--misty-rose));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .div-block-118 {
    margin-top: 20px;
  }

  .heading-144 {
    line-height: 34px;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-4 {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .dropdown-link-2 {
    margin-top: 10px;
  }

  .div-block-124 {
    overflow: hidden;
  }

  .heading-serve {
    margin-top: 0;
    font-size: 20px;
  }

  .nav-menu-copy {
    color: #965050;
    background-color: #ffcde1;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .bold-text-48 {
    font-size: 35px;
    font-weight: 500;
  }

  .heading-149 {
    font-size: 26px;
    line-height: 20px;
  }

  .div-block-130 {
    margin-right: 20px;
  }

  .heading-150 {
    font-size: 14px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #f13782;
    border-radius: 10px;
    margin-right: 0;
    padding: 5px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #f13782;
  }

  .icon-4 {
    color: #000;
  }

  .nav-menu-2 {
    color: #965050;
    background-color: #ffcde1;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading-93 {
    text-transform: capitalize;
  }

  .heading-151 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .dropdown-toggle-2 {
    color: #000;
  }

  .slider-pc {
    margin-top: 0;
  }

  .slide-nav-3 {
    margin-top: 0;
    inset: auto 0% -20%;
  }

  .icon-5 {
    -webkit-text-stroke-color: #0021a7;
    font-size: 30px;
  }

  .div-block-137 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-139 {
    margin-top: 20px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    background-image: linear-gradient(to bottom, var(--misty-rose), var(--misty-rose));
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .columns-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .right-arrow-3 {
    inset: 0% 0% 30% auto;
  }

  .latin-dance {
    margin-bottom: 20px;
  }

  .heading-153 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-141 {
    margin-top: 0;
  }

  .div-block-142 {
    margin-left: 10px;
  }

  .heading-slide {
    margin-top: -30px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .nav-menu-wrapper-copy {
    background-color: #0000;
  }

  .section-17 {
    display: none;
  }

  .heading-155 {
    color: var(--black);
  }

  .navbar-wrapper-copy {
    justify-content: space-between;
    margin-top: 0;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    color: #000;
  }

  .dance-is-more {
    font-size: 40px;
  }

  .heading-157 {
    font-size: 13px;
  }

  .list-item-8 {
    flex: 0 auto;
    align-self: stretch;
  }

  .list-item-8:active {
    color: #ededed;
  }

  .heading-moda {
    margin-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .navbar-wrapper-3 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5 {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-168 {
    font-size: 26px;
    line-height: 20px;
  }

  .nav-menu-3 {
    color: #965050;
    background-color: #ffcde1;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .icon-8 {
    -webkit-text-stroke-color: #0021a7;
    font-size: 30px;
  }

  .div-block-170 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .div-block-173 {
    overflow: hidden;
  }

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

  .list-item-10 {
    flex: 0 auto;
    align-self: stretch;
  }

  .list-item-10:active {
    color: #ededed;
  }

  .heading-dance {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .background-video-5 {
    height: 550px;
  }

  .bold-text-57 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-68 {
    width: 300px;
  }

  .heading-wecom {
    margin-top: 0;
    font-size: 40px;
    line-height: 37px;
  }

  .heading-follow-us {
    text-transform: capitalize;
  }

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

  .div-block-184 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    inset: auto 0% 0%;
  }

  .div-block-187 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .heading-192 {
    text-align: center;
    margin-left: 0;
    font-size: 26px;
    line-height: 20px;
  }

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

  .container-80 {
    position: static;
  }

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

  .background-video-8 {
    width: 100%;
    height: 0;
    position: static;
  }

  .teacher-pc {
    display: none;
  }

  .text-span-8 {
    color: #fff;
  }

  .everyone-pc {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .section-61 {
    padding-bottom: 90px;
  }

  .bold-text-58 {
    color: #000;
  }

  .grid-2114 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-197 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 19px;
  }

  .slider-div {
    padding: 40px;
  }

  .slider-navigation.no-perspective {
    margin-top: -40px;
  }

  .slider-section {
    flex-direction: column;
    padding: 0%;
    display: block;
  }

  .slider-section.light {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .slider-navigation-copy.no-perspective {
    margin-top: -40px;
  }

  .image-76 {
    max-width: none;
  }

  .slide-nav-8 {
    opacity: 0;
    font-size: 38px;
    top: 18px;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .best {
    font-size: 30px;
  }

  .column-13 {
    align-items: center;
    padding-left: 0;
  }

  .columns-11 {
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
  }

  .div-block-212 {
    margin-left: 0;
    margin-right: -15px;
    padding: 20px;
  }

  .section-70 {
    margin-top: 20px;
  }

  .div-block-213, .div-block-213-copy {
    padding: 10px;
  }

  .div-block-214 {
    height: 290px;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 19px;
  }

  .heading-213 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 42px;
  }

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

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

  .section-4-pc {
    padding-bottom: 20px;
  }

  .div-block-355 {
    margin-top: 26px;
    margin-bottom: 0;
    display: block;
    position: static;
    inset: 0% 0% 0% auto;
    transform: none;
  }

  .div-block-356 {
    margin-top: 0;
    position: relative;
  }

  .heading-223-copy {
    margin-top: 18px;
  }

  .div-block-359 {
    margin-bottom: 50px;
  }

  .heading-224 {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .div-block-361 {
    bottom: 10%;
    left: 2%;
    right: 5%;
  }

  .flex {
    margin: 20px 5px 10px;
  }

  .div-block-365 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .we {
    width: 50px;
  }

  .dance-school {
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .image-86 {
    width: 40px;
  }

  .section-79 {
    padding-top: 40px;
  }

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

  .schedules-mob1 {
    display: block;
  }

  .div-block-376 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-227-copy {
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .html-embed-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-17 {
    margin-right: 0;
  }

  .div-block-378 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-mob {
    margin-top: 100px;
  }

  .div-block-382, .div-block-383 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .everyone-mob {
    background-image: url('../images/moda-website-8.png'), linear-gradient(#000, #000);
    background-position: 50% 0, 0 0;
    background-size: cover, auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .teacher {
    display: block;
  }

  .section-4-mob {
    padding-bottom: 20px;
  }

  .heading-about-us {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-about-us1 {
    color: #000;
  }

  .about-us-tx {
    color: #fff;
  }

  .heading-155-about-us1 {
    color: var(--black);
  }

  .text-span-8-about2 {
    color: #fff;
  }

  .div-block-387 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block-388 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-87 {
    width: 354px;
  }

  .div-block-389 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-390 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-82 {
    display: block;
  }

  .div-block-392 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link-4-eng {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .text-block-2-copy {
    color: #000;
  }

  .list-item-3-eng {
    flex: 0 auto;
    align-self: stretch;
  }

  .list-item-3-eng:active {
    color: #ededed;
  }

  .list-item-6th {
    color: var(--black);
    font-weight: 400;
  }

  .list-item-6th:hover {
    border-bottom-width: 0;
  }

  .list-ite {
    color: var(--black);
  }

  .list-ite.w--current {
    color: var(--black);
    font-weight: 400;
  }

  .div-block-355-copy {
    margin-top: 26px;
    margin-bottom: 0;
    display: block;
    position: static;
    inset: 0% 0% 0% auto;
    transform: none;
  }

  .heading-232 {
    margin-left: 0;
  }

  .heading-233 {
    font-size: 14px;
  }

  .div-block-406, .div-block-406._1 {
    justify-content: center;
  }

  .div-block-410 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-pc {
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .div-block-413 {
    text-align: right;
    justify-content: center;
    align-items: center;
  }

  .heading-9th {
    font-size: 14px;
  }

  .image-91, .image-92 {
    width: 70px;
  }

  .heading-151-th {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-143-th {
    margin-top: 40px;
  }

  .heading-192-en {
    font-size: 26px;
    line-height: 20px;
  }

  .text-span-en {
    color: #fff;
  }

  .background-video-12 {
    height: 800px;
  }

  .text-span-15 {
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-16 {
    font-size: 18px;
  }

  .div-block-187-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .div-block-419 {
    text-align: center;
    margin-bottom: 29px;
    margin-left: 10px;
  }

  .div-block-184a {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    inset: auto 0% 0%;
  }

  .heading-192-a {
    text-align: center;
    font-size: 26px;
    line-height: 20px;
  }

  .div-blocka {
    margin-left: 0;
  }

  .div-block-419-z {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 10px;
  }

  .div-block-b {
    margin-bottom: 26px;
    margin-left: 0;
  }

  .image-h, .image-95-bl {
    margin-left: 0;
  }

  .heading-192-z {
    text-align: center;
    margin-left: 0;
    font-size: 26px;
    line-height: 20px;
  }

  .text-span-16-en {
    font-size: 18px;
  }

  .heading-th {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .list-item-11 {
    margin-top: 10px;
  }

  .bold-text-48-th {
    font-size: 35px;
    font-weight: 500;
  }

  .div-block-474, .div-block-430 {
    text-align: center;
    margin-bottom: 29px;
    margin-left: 10px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .clip-text.speaker-headding {
    margin-top: -46px;
    margin-bottom: 0;
  }

  .speaker-image.six {
    width: 101%;
  }

  .speaker-slide-mask {
    width: 65%;
  }

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

  .section.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .speaker-arrow {
    bottom: -1.5vw;
  }

  .speaker-arrow.left {
    margin-top: 0;
    bottom: -1.5vw;
  }

  .body-display.large {
    margin-top: 0;
  }

  .slide-image-2 {
    width: 101%;
  }

  .speaker-slide-content-2 {
    justify-content: center;
    align-items: center;
  }

  .teacherr-pc {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teacherr-pc.home-hero-section {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .speaker-name-2 {
    font-size: 52px;
  }

  .button-lanuage {
    float: none;
    text-align: left;
    justify-content: flex-end;
    padding-top: 10px;
    padding-right: 5px;
    display: block;
    overflow: visible;
  }

  .container-114 {
    flex: 1;
  }

  .div-block-478 {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    display: flex;
  }

  .link-block-18 {
    margin-right: 0;
  }

  .text-block-5 {
    color: #000;
  }

  .icon-13 {
    -webkit-text-stroke-color: #0021a7;
    font-size: 30px;
  }

  .dropdown-link-3 {
    background-color: #ffedf4;
    font-family: Prompt, sans-serif;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #f13782;
    border-radius: 10px;
    padding: 5px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #f13782;
  }

  .nav-menu-4 {
    color: #965050;
    background-color: #ffcde1;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-6 {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .icon-14 {
    color: #000;
  }

  .list-item-13 {
    flex: 0 auto;
    align-self: stretch;
  }

  .list-item-13:active {
    color: #ededed;
  }

  .nav-button-wrapper-4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .link-116 {
    color: #000;
  }

  .div-block-479 {
    margin-right: 10px;
  }

  .section-88 {
    margin-top: 35px;
    margin-right: 60px;
  }

  .link-block-19 {
    margin-right: 0;
  }

  .image-ballroom {
    margin-bottom: 20px;
  }

  .heading-slide-latin-dance {
    margin-top: -30px;
    font-size: 14px;
    line-height: 22px;
  }

  .schedule {
    font-size: 18px;
    line-height: 24px;
  }

  .classes-pc {
    display: block;
  }

  .heading-10333 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-490 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-15 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-mob1 {
    margin-top: 100px;
    display: none;
  }

  .div-block-494, .div-block-495 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .section-dance, .section-danc {
    height: auto;
  }

  .quick-stack {
    padding: 5px;
  }

  .div-block-514 {
    margin-top: 0;
  }

  .schedules-pc, .schedules, .section-97 {
    display: none;
  }

  .tabs-menu {
    margin-top: 36%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-large {
    top: 7%;
  }

  .row-heading-right {
    letter-spacing: 4px;
    font-size: 16px;
  }

  .tabs-wrap {
    grid-template-columns: 1.25fr 1.25fr;
  }

  .div-block-519, .div-block-522 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .classes-bom {
    display: none;
  }

  .button-23.en {
    font-size: 14px;
  }

  .section-mob {
    padding-bottom: 20px;
  }

  .link-block-26 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-27, .link-block-28, .link-block-29, .link-block-30 {
    margin-right: 10px;
  }

  .slider-mob7 {
    margin-top: 0;
  }

  .div-block-530 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .section-pc7, .section-th {
    margin-top: 100px;
  }

  .slider-mob17 {
    margin-top: 0;
  }

  .review-pc, .jonathan {
    padding-bottom: 20px;
  }

  .jonathan-mob {
    padding-bottom: 20px;
    display: block;
  }

  .slide-nav-12 {
    top: 327px;
  }

  .div-block-sala {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-137-t {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .div-block-2155 {
    width: 15%;
  }

  .div-block-2156 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list-2.w--open {
    top: -166%;
  }

  .language-toggle-2 {
    top: -6px;
  }

  .language-section-2 {
    min-height: 10vh;
    padding-top: 10px;
  }

  .language-list-2.w--open {
    top: -364%;
  }

  .modal-body-restructuring-money-02 {
    width: 400px;
    height: auto;
    top: 50%;
  }

  .close-modal-restructuring-money {
    width: 50px;
    height: 50px;
  }

  .div-block-18335 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-moda-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-18336 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-moda-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .columns-17 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dance-is-more-back-2 {
    color: #f13782;
    font-size: 29px;
  }

  .div-block-18337 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-18001 {
    justify-content: center;
    align-items: center;
  }

  .grid-232 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .phone-button-dropdown {
    justify-content: center;
    align-items: center;
  }

  .slider-11 {
    max-width: 100%;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .heading-11 {
    font-size: 30px;
  }

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

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-15 {
    font-weight: 500;
  }

  .heading-16 {
    font-size: 24px;
  }

  .list {
    padding-left: 60px;
  }

  .navigation {
    font-size: 16px;
    line-height: 15px;
  }

  .div-block-13 {
    height: auto;
  }

  .div-block-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-27, .div-block-28 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-18 {
    font-size: 60px;
    font-weight: 500;
    line-height: 20px;
  }

  .schedule-1-pc {
    display: none;
  }

  .heading-21 {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .section-6 {
    padding-bottom: 40px;
  }

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

  .container-19 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

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

  .heading-30 {
    font-size: 22px;
  }

  .heading-31 {
    font-size: 15px;
  }

  .column-3 {
    padding-right: 0;
  }

  .schedule-pc {
    display: none;
  }

  .container-22 {
    max-width: 1200px;
  }

  .image-29 {
    width: 18%;
    height: auto;
  }

  .nstructor-mob-copy {
    display: block;
  }

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

  .nstructor-mob {
    margin-top: 120px;
    display: block;
  }

  .gallery-mob {
    display: block;
  }

  .div-block-89 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .abot-us-pc {
    display: none;
  }

  .abot-us-mob-copy {
    display: block;
  }

  .schedule-1-pc-copy {
    display: none;
  }

  .schedule-1-mob-copy {
    margin-top: 120px;
    display: block;
  }

  .abot-us-mob-1 {
    display: block;
  }

  .grid-latin-copy, .grid-latin-mob-12, .grid-latin-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .con-1-mob {
    display: block;
  }

  .heading-7-copy-blog {
    margin-top: 10px;
  }

  .section-34 {
    margin-top: 127px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_blog {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    font-size: 17px;
  }

  .heading-138 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    font-size: 18px;
  }

  .section-38 {
    font-size: 10px;
  }

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

  .heading-5-copy {
    font-size: 12px;
    line-height: 16px;
  }

  .dance-is-more-back {
    font-size: 30px;
    line-height: 28px;
  }

  .heading-143 {
    margin-top: 40px;
  }

  .div-block-117 {
    margin-top: 20px;
  }

  .image-37 {
    margin-bottom: 0;
  }

  .section-25 {
    display: none;
  }

  .left-arrow-3 {
    bottom: 40%;
  }

  .image-38 {
    width: 100px;
  }

  .dropdown-2 {
    margin-top: -35px;
  }

  .div-block-118 {
    margin-top: 60px;
  }

  .heading-144 {
    text-align: center;
    margin-right: 0;
  }

  .div-block-119 {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading-serve {
    font-size: 17px;
  }

  .div-block-127 {
    margin-top: 0;
  }

  .nav-menu-copy {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .bold-text-48 {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-130 {
    margin-right: 0;
  }

  .heading-150 {
    font-size: 12px;
  }

  .heading-89 {
    line-height: 16px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .heading-93 {
    text-transform: capitalize;
  }

  .heading-151 {
    margin-top: 10px;
  }

  .slider-pc {
    display: none;
  }

  .slide-nav-3 {
    margin-bottom: 0;
    inset: auto 0% -18%;
  }

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

  .heading-88 {
    line-height: 16px;
  }

  .div-block-139 {
    margin-top: 0;
  }

  .right-arrow-3 {
    bottom: 40%;
  }

  .latin-dance {
    margin-bottom: 22px;
  }

  .button-3 {
    padding: 5px 10px;
    font-size: 12px;
  }

  .heading-153 {
    font-size: 16px;
    line-height: 18px;
  }

  .address-th {
    line-height: 16px;
  }

  .heading-slide {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-144 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-145 {
    justify-content: center;
    align-items: center;
  }

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

  .navbar-wrapper-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-7 {
    align-items: center;
    margin-top: 20px;
  }

  .div-block-148 {
    bottom: 0%;
  }

  .dance-is-more {
    font-size: 42px;
    line-height: 43px;
  }

  .heading-157 {
    font-size: 12px;
  }

  .heading-moda {
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

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

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .div-block-183 {
    margin-right: 0;
  }

  .heading-dance {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .container-76 {
    inset: 5% 0% 0%;
  }

  .background-video-5 {
    height: 600px;
  }

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

  .column-10 {
    justify-content: center;
  }

  .image-68 {
    width: 300px;
    margin-right: 0;
  }

  .heading-wecom {
    text-align: center;
    font-size: 42px;
  }

  .heading-189 {
    margin-top: 20px;
  }

  .columns-9 {
    flex-direction: column;
  }

  .column-11 {
    align-items: center;
    margin-top: 10px;
  }

  .heading-follow-us {
    text-transform: capitalize;
  }

  .grid-21, .grid-2111 {
    grid-template-columns: 1fr;
  }

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

  .background-video-8 {
    height: 1360px;
  }

  .text-span-8 {
    color: #fff;
    font-size: 16px;
  }

  .section-61 {
    padding-bottom: 60px;
  }

  .bold-text-58 {
    font-size: 16px;
  }

  .bold-text-58.enl {
    color: var(--white);
    margin-left: 0;
  }

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

  .image-72 {
    width: 85%;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .slider-div {
    padding: 20px;
  }

  .slider-navigation.no-perspective {
    margin-top: -30px;
  }

  .slider-section {
    height: auto;
    display: block;
  }

  .slider-section.light {
    padding-top: 0;
  }

  .slider-navigation-copy.no-perspective {
    margin-top: -30px;
  }

  .section-68 {
    margin-top: 20px;
  }

  .container-92 {
    background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  }

  .left-arrow-8 {
    margin-top: 20%;
  }

  .slide-nav-8 {
    opacity: 0;
    top: 23px;
  }

  .right-arrow-7 {
    margin-top: 20%;
  }

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

  .section-69 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -450px;
    display: flex;
  }

  .container-94 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-12 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
  }

  .best {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .column-13 {
    background-color: var(--black-2);
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    left: auto;
  }

  .columns-11 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-212 {
    background-color: var(--black);
    background-image: none;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-70 {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .grid-2117 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-77 {
    width: 100%;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .div-block-254, .div-block-349 {
    margin-top: 20px;
  }

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

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

  .section-4-pc {
    display: none;
  }

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

  .dance-school {
    margin-top: 35px;
    font-size: 15px;
    line-height: 20px;
  }

  .container-103 {
    display: flex;
  }

  .div-block-370 {
    justify-content: center;
  }

  .heading-228 {
    font-size: 18px;
  }

  .div-block-371 {
    padding: 5px 10px;
  }

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

  .column-16 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .founder {
    margin-left: 60px;
    margin-right: 60px;
  }

  .founder-moda {
    font-size: 18px;
  }

  .heading-227-copy {
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-block-379 {
    margin-top: -70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-380 {
    display: none;
  }

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

  .slider-mob, .section-4-mob {
    display: none;
  }

  .section-about-us-pc {
    padding-bottom: 10px;
  }

  .heading-about-us {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-about-us {
    margin-top: 0;
  }

  .about-us-tx {
    font-size: 16px;
  }

  .text-span-8-about2 {
    color: #fff;
    font-size: 16px;
  }

  .div-block-387 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-388 {
    margin-bottom: 10px;
  }

  .image-87 {
    width: 80%;
    height: auto;
    margin-left: 0;
  }

  .columns-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-about-us-mob {
    padding-bottom: 10px;
  }

  .div-block-391 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link-4-eng {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .list-item-6th {
    font-weight: 400;
  }

  .section-83 {
    margin-top: 0;
  }

  .div-block-406 {
    flex-direction: column;
  }

  .div-block-407 {
    margin-top: 0;
    margin-left: 0;
  }

  .button-18 {
    margin-left: 0;
  }

  .div-block-409 {
    text-align: center;
    align-items: center;
    margin-left: 0;
  }

  .div-block-pc {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-top: 10px;
  }

  .clssl-gallery {
    font-size: 18px;
  }

  .image-91, .image-92 {
    width: 50px;
  }

  .container-108 {
    margin-top: 0;
  }

  .heading-151-th {
    margin-top: 10px;
  }

  .heading-143-th {
    margin-top: 40px;
  }

  .founder-th {
    font-size: 18px;
  }

  .text-span-en {
    color: #fff;
    font-size: 16px;
  }

  .background-video-12 {
    height: 1000px;
  }

  .div-block-418 {
    margin-top: 20px;
  }

  .heading-th {
    margin-top: 10px;
    font-family: Prompt, sans-serif;
  }

  .div-block-217-4 {
    display: none;
  }

  .list-item-11 {
    font-family: Prompt, sans-serif;
  }

  .bold-text-48-th {
    font-size: 26px;
    line-height: 30px;
  }

  .slide-image {
    min-height: 400px;
  }

  .speakers-hero-wrapper {
    margin-top: -15px;
  }

  .clip-text {
    margin-top: 10px;
  }

  .clip-text.speaker-headding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .speaker-image.six {
    width: 70%;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-info {
    margin-top: -20px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .speaker-arrow {
    display: none;
    inset: auto 0% 0% auto;
  }

  .speaker-arrow.left {
    margin-top: 0;
    display: none;
    inset: auto 0% 0% auto;
  }

  .body-display.large {
    margin-top: 0;
    font-size: 12px;
  }

  .slide-image-2 {
    width: 100%;
    min-height: 400px;
  }

  .speaker-slide-content-2 {
    justify-content: center;
    align-items: center;
  }

  .speaker-slider-2 {
    width: 500px;
  }

  .teacherr-pc.home-hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .speaker-name-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .moda-teacher {
    margin-top: 0;
    font-size: 30px;
  }

  .button-lanuage {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 10px;
    display: flex;
  }

  .div-block-478 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .ballroom-slide {
    margin-bottom: 5px;
  }

  .heading-slide-latin-dance {
    margin-top: 0;
    margin-left: 60px;
    margin-right: 60px;
    line-height: 14px;
  }

  .div-block-484 {
    margin-bottom: 0;
  }

  .div-block-dance {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-489 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider-mob1 {
    margin-top: 60px;
    display: none;
  }

  .teacherr-mob {
    display: none;
  }

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

  .div-block-507 {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .container-128 {
    margin-top: 40px;
  }

  .div-block-514 {
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .content-wrap {
    height: auto;
  }

  .title-large {
    top: 10%;
  }

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

  .div-block-519 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-16 {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .div-block-74 {
    margin-right: -10px;
  }

  .div-block-521 {
    margin-bottom: 10px;
  }

  .column-19 {
    padding-top: 10px;
  }

  .column-22 {
    padding-left: 10px;
  }

  .button-23.en {
    font-size: 14px;
  }

  .column-23, .column-24 {
    margin-bottom: 10px;
  }

  .section-mob {
    display: none;
  }

  .column-25 {
    margin-top: 20px;
  }

  .slider-mob7 {
    margin-top: 100px;
    display: none;
  }

  .div-block-530 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-10339 {
    font-size: 12px;
    line-height: 15px;
  }

  .section-pc7, .section-th {
    margin-top: 100px;
  }

  .slider-mob17 {
    margin-top: 100px;
    display: none;
  }

  .review-pc {
    display: none;
  }

  .jonathan {
    margin-top: -100px;
    display: block;
  }

  .jonathan-mob {
    display: block;
  }

  .slider-9 {
    background-color: #ddd0;
  }

  .slide-nav-12 {
    margin-top: 0;
    font-size: 12px;
    inset: auto 0% -25%;
  }

  .paragraph-15 {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .div-block-406-copy {
    flex-direction: column;
  }

  .div-block-2155 {
    width: 20%;
  }

  .language-toggle-2 {
    top: -3px;
  }

  .language-section-2 {
    min-height: 15vh;
    padding-top: 10px;
  }

  .language-list-2.w--open {
    top: -353%;
  }

  .modal-body-restructuring-money-02 {
    width: 400px;
    top: 50%;
  }

  .close-modal-restructuring-money {
    width: 40px;
    height: 40px;
  }

  .heading-moda-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .dance-is-more-2 {
    font-size: 42px;
    line-height: 43px;
  }

  .heading-moda-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .dance-is-more-back-2 {
    font-size: 30px;
    line-height: 28px;
  }

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

  .slider-11 {
    max-width: 76%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
    display: block;
  }

  .nav-button-wrapper {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text {
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .grid {
    grid-row-gap: 22px;
    margin-top: 0;
  }

  .link-2 {
    font-size: 18px;
  }

  .heading-8 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-9 {
    line-height: 20px;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .div-block-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 40px;
  }

  .div-block-5 {
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .heading-11 {
    margin-top: 30px;
    font-size: 24px;
  }

  .heading-13 {
    font-size: 40px;
    line-height: 20px;
  }

  .div-block-7 {
    padding-right: 0;
  }

  .text-span-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .heading-15 {
    font-size: 14px;
    font-weight: 500;
  }

  .div-block-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .list {
    padding-left: 30px;
  }

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

  .navigation {
    font-size: 16px;
  }

  .div-block-11 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-17 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-18 {
    font-size: 30px;
    line-height: 20px;
  }

  .schedule-1-pc {
    display: none;
  }

  .heading-19 {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-20 {
    font-size: 30px;
  }

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

  .heading-21 {
    font-size: 18px;
  }

  .image-8 {
    width: 60%;
  }

  .heading-22 {
    font-size: 20px;
  }

  .heading-23 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-24 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-25 {
    font-size: 14px;
  }

  .image-12 {
    width: 100%;
  }

  .grid-latin {
    grid-row-gap: 16px;
    align-self: auto;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-29 {
    font-size: 10px;
    line-height: 20px;
  }

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

  .grid-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .events-mbo-copy-copy {
    background-position: 50% 0;
    background-size: auto;
  }

  .div-block-54 {
    text-align: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-55 {
    margin-left: 0;
    margin-right: 10px;
  }

  .column-4 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-right: 10px;
    display: flex;
  }

  .html-embed {
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .div-block-59 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-85 {
    align-items: flex-start;
  }

  .heading-84 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .heading-83 {
    font-size: 25px;
  }

  .div-block-88 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-14 {
    font-size: 18px;
  }

  .bold-text-20 {
    font-size: 40px;
  }

  .grid-latin-copy, .grid-latin-mob-12 {
    grid-row-gap: 16px;
    align-self: auto;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .latin-dance-mob-latin-copy {
    display: none;
  }

  .div-block-5-copy {
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .grid-latin-copy {
    grid-row-gap: 16px;
    align-self: auto;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-22 {
    font-size: 50px;
  }

  .con-1-mob {
    display: block;
  }

  .heading-86 {
    font-size: 20px;
  }

  .heading-7-blog {
    font-size: 16px;
  }

  .div-block-1 {
    margin-bottom: 20px;
  }

  .heading-135 {
    font-size: 13px;
  }

  .heading-7-blog3 {
    font-size: 16px;
  }

  .heading-7-copy-blog {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .heading-7-blog2 {
    font-size: 16px;
  }

  .div-block-5-copy-dd {
    margin-bottom: 20px;
  }

  .container-9-ourblog {
    margin-top: 0;
  }

  .list-4 {
    padding-left: 20px;
  }

  .bold-text-40, .bold-text-41, .bold-text-42 {
    font-size: 14px;
  }

  .heading-137 {
    font-size: 13px;
  }

  .section-34 {
    margin-top: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_blog {
    font-size: 16px;
  }

  .tiltle_blog {
    font-size: 19px;
    line-height: 30px;
  }

  .image-34 {
    margin-top: -50px;
  }

  .bold-text-46 {
    line-height: 30px;
  }

  .heading-138 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .heading-139 {
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .list-5 {
    margin-left: 10px;
    padding-left: 10px;
  }

  .list-item-5 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .heading-140 {
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading12 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .paragraph-2 {
    font-size: 10px;
    font-weight: 400;
  }

  .section-39 {
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

  .list-item-3-copy {
    margin-top: 10px;
  }

  .heading-5-copy {
    text-align: center;
    margin-top: 0;
    line-height: 22px;
  }

  .dance-is-more-back {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-143 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
  }

  .div-block-116 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-47 {
    width: auto;
    margin-top: 20px;
  }

  .left-arrow-3 {
    display: none;
    inset: 0% auto 50% 0%;
  }

  .dropdown-2 {
    margin-top: -30px;
  }

  .div-block-118 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .div-dance-is-more {
    justify-content: center;
    align-items: center;
  }

  .nav-button-wrapper-2 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-sub-serve {
    line-height: 16px;
  }

  .heading-146 {
    font-size: 16px;
    line-height: 18px;
  }

  .mask-3 {
    max-width: 100%;
  }

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

  .div-block-127 {
    margin-top: 0;
  }

  .nav-menu-copy {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .bold-text-48 {
    font-size: 27px;
    line-height: 36px;
  }

  .heading-149 {
    font-size: 25px;
  }

  .div-block-130 {
    text-align: center;
    margin-right: 0;
  }

  .icon-3 {
    font-size: 30px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .image-47 {
    object-fit: cover;
    height: 300px;
  }

  .heading-93 {
    text-transform: capitalize;
  }

  .div-block-132 {
    border-radius: 50px;
  }

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

  .heading-151 {
    font-family: Oswald, sans-serif;
    font-size: 35px;
    line-height: 36px;
  }

  .slider-pc {
    margin-top: 100px;
  }

  .div-block-133 {
    border-radius: 50px;
  }

  .slide-nav-3 {
    margin-top: 110px;
    bottom: -20%;
  }

  .columns-5 {
    flex-direction: column;
  }

  .right-arrow-3 {
    display: none;
    bottom: 50%;
  }

  .latin-dance {
    width: 190px;
    margin-bottom: 0;
  }

  .button-3 {
    box-shadow: 0 0 3px -1px var(--black);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 12px;
  }

  .heading-153 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .section-16 {
    background-position: 100%;
    margin-top: 0;
  }

  .div-block-142 {
    margin-left: 40px;
  }

  .heading-slide {
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    line-height: 12px;
  }

  .div-block-143 {
    align-items: flex-start;
  }

  .navbar-wrapper-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-148 {
    margin-bottom: 10px;
  }

  .dance-is-more {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-moda {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    line-height: 22px;
  }

  .heading-moda.can {
    text-align: left;
  }

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

  .div-block-150 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-button-wrapper-3 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-164 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-168 {
    font-size: 25px;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .div-block-177 {
    align-items: flex-start;
  }

  .heading-dance {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 36px;
  }

  .container-76 {
    margin-top: 0;
    position: static;
  }

  .background-video-5 {
    height: auto;
    position: static;
  }

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

  .image-68 {
    width: 200px;
    margin-right: 0;
  }

  .heading-wecom {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .heading-189 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .column-11 {
    margin-top: 10px;
  }

  .heading-follow-us {
    text-transform: capitalize;
  }

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

  .div-block-184 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-185 {
    justify-content: center;
  }

  .heading-191 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-186 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-187 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .heading-192 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .link-block-12.w--current {
    margin-top: -16px;
  }

  .container-79 {
    width: 100%;
  }

  .container-80 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

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

  .background-video-8 {
    object-fit: fill;
    flex-direction: row;
    width: 100%;
    height: 0;
    display: block;
    position: static;
  }

  .teacher-pc {
    display: none;
  }

  .everyone-pc {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-61 {
    display: block;
  }

  .bold-text-58 {
    color: var(--white);
  }

  .about-th {
    font-size: 35px;
  }

  .div-block-195 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .heading-197 {
    font-size: 16px;
  }

  .heading-198 {
    font-size: 11px;
  }

  .image-72 {
    width: 100%;
    margin-left: 0;
  }

  .heading-57 {
    font-size: 16px;
  }

  .div-block-199 {
    margin-left: 0;
    display: flex;
  }

  .div-block-200 {
    display: block;
  }

  .paragraph-4 {
    font-size: 11px;
  }

  .div-block-201 {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-div {
    margin-bottom: 20px;
    padding: 10px;
  }

  .collection-list-wrapper {
    flex: 0 auto;
  }

  .slider-navigation.no-perspective {
    flex-flow: row;
  }

  .slider-section {
    flex-wrap: nowrap;
    padding: 0;
    display: block;
  }

  .slider-navigation-copy.no-perspective {
    flex-flow: row;
  }

  .left-arrow-8 {
    margin-top: 20%;
  }

  .slide-nav-8 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow-7 {
    width: 30px;
    height: 30px;
    margin-top: 30%;
  }

  .container-93 {
    margin-top: 0;
  }

  .heading-206 {
    text-align: left;
    line-height: 20px;
  }

  .best {
    text-align: left;
    font-size: 20px;
  }

  .best._1 {
    line-height: 40px;
  }

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

  .button-15 {
    padding: 5px 10px;
    font-size: 12px;
  }

  .columns-11 {
    flex-direction: column;
  }

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

  .div-block-213-copy {
    margin-top: 20px;
  }

  .heading-209 {
    font-size: 16px;
  }

  .heading-210 {
    font-size: 11px;
  }

  .image-77 {
    width: 100%;
    margin-left: 0;
  }

  .heading-211 {
    font-size: 16px;
  }

  .div-block-214 {
    height: 400px;
  }

  .div-block-215 {
    margin-left: 0;
    display: flex;
  }

  .div-block-216 {
    display: block;
  }

  .paragraph-7 {
    font-size: 11px;
  }

  .div-block-217 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-72-mob {
    display: block;
  }

  .heading-213 {
    font-size: 37px;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-254, .div-block-344 {
    margin-bottom: 20px;
  }

  .heading-215, .heading-216 {
    text-align: center;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .section-75 {
    padding-top: 10px;
  }

  .heading-219 {
    font-size: 14px;
  }

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

  .lightbox-link-3 {
    width: 100%;
    height: auto;
    display: block;
  }

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

  .section-4-pc {
    margin-top: 0;
    display: none;
  }

  .grid-2119 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .image-81 {
    width: 100%;
  }

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

  .div-block-355 {
    margin-top: 52px;
  }

  .div-block-356 {
    flex-direction: column;
    display: flex;
  }

  .heading-223-copy {
    text-align: center;
    margin-top: 20px;
  }

  .div-block-359 {
    margin-bottom: 70px;
  }

  .heading-224 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
  }

  .div-block-361 {
    margin-top: 0;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .gallery-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-pc {
    display: none;
  }

  .heading-sud-dance {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .column-16 {
    margin-top: 10px;
  }

  .container-105 {
    margin-left: 0;
    margin-right: 0;
  }

  .schedules-mob1 {
    padding-top: 10px;
  }

  .div-block-379 {
    margin-top: 3px;
  }

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

  .slider-mob {
    margin-top: 100px;
  }

  .div-block-384 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .everyone-mob {
    background-image: url('../images/moda-website-13-bg_1moda website (13) bg.webp'), linear-gradient(to bottom, var(--black-2), var(--black-2));
    background-position: 50% 0, 0 0;
    background-size: cover, auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .teacher {
    display: block;
  }

  .div-block-386 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-4-mob {
    margin-top: 0;
    display: none;
  }

  .section-about-us-pc {
    margin-top: 237px;
    display: none;
  }

  .heading-about-us {
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-388 {
    margin-bottom: 20px;
  }

  .image-87 {
    width: 100%;
  }

  .columns-14 {
    flex-direction: column;
  }

  .section-about-us-mob {
    margin-top: -100px;
    display: none;
  }

  .div-block-389, .div-block-393 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-5 {
    background-image: linear-gradient(#000, #000);
  }

  .div-block-394 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .list-item-6th {
    font-weight: 400;
  }

  .list-ite {
    color: var(--black);
  }

  .list-ite.w--current {
    font-weight: 400;
  }

  .div-block-355-copy {
    margin-top: 52px;
  }

  .heading-229._1 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .heading-230 {
    font-size: 25px;
  }

  .div-block-395 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-396._1 {
    margin-left: 0;
  }

  .heading-231 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-mob {
    display: block;
  }

  .html-embed-6 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-233 {
    font-size: 11px;
  }

  .div-block-408._1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-18 {
    margin-left: 0;
  }

  .div-block-409 {
    align-items: center;
    margin-top: 0;
  }

  .div-block-410 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-pc {
    display: none;
  }

  .div-block-411 {
    width: 8%;
  }

  .image-90-copy {
    width: 36px;
    height: auto;
  }

  .button-19 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-413 {
    justify-content: center;
    align-items: center;
  }

  .text-span-12 {
    flex-direction: row;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .heading-9th {
    margin-left: 10px;
    font-size: 12px;
  }

  .div-block-add {
    flex-direction: row;
  }

  .clssl-gallery {
    font-size: 20px;
  }

  .image-91, .image-92 {
    width: 70px;
  }

  .heading-151-th {
    font-size: 35px;
    line-height: 36px;
  }

  .heading-143-th {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
  }

  .heading-192-en {
    font-size: 25px;
  }

  .background-video-12 {
    width: 100%;
    max-width: 100%;
    height: 2600px;
    max-height: none;
  }

  .div-block-187-copy {
    padding-left: 60px;
  }

  .div-block-419 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-95 {
    width: 250px;
    margin-top: 0;
  }

  .div-block-184a {
    align-items: center;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .heading-192-a {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .div-block-b {
    margin-bottom: 0;
  }

  .image-95-bl {
    width: 250px;
  }

  .heading-192-z {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-th {
    font-family: Prompt, sans-serif;
    font-size: 26px;
    line-height: 36px;
  }

  .div-block-217-4 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .dropdown-list.w--open {
    background-image: linear-gradient(to bottom, var(--misty-rose), var(--misty-rose));
  }

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

  .bold-text-48-th {
    font-size: 27px;
    line-height: 28px;
  }

  .div-block-474, .div-block-430 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

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

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.home-hero-section {
    padding-bottom: 36px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .slide-image-2 {
    height: auto;
  }

  .speaker-slide-content-2 {
    width: 100%;
    height: auto;
    padding-bottom: 6px;
  }

  .speaker-slider-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .teacherr-pc {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .teacherr-pc.home-hero-section {
    padding-bottom: 36px;
    display: none;
  }

  .speaker-name-2 {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .moda-teacher {
    margin-top: 20px;
  }

  .button-lanuage {
    padding-top: 10px;
    display: block;
  }

  .div-block-478 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .nav-button-wrapper-4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-118 {
    margin-top: 60px;
  }

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

  .image-ballroom {
    width: 180px;
    margin-bottom: 0;
  }

  .heading-slide-latin-dance {
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    line-height: 13px;
  }

  .paragraph-12 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .button-10 {
    font-size: 12px;
  }

  .schedule {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

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

  .div-block-dance {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .classes-pc {
    display: none;
  }

  .paragraph-13 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .button-22 {
    font-size: 12px;
  }

  .heading-10333 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .image-147 {
    width: 60px;
    height: 60px;
  }

  .div-block-489 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-15 {
    flex-direction: column;
  }

  .slider-mob1 {
    margin-top: 100px;
    display: block;
  }

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

  .paragraph-14 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }

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

  .mask-11, .slide-20, .div-block-491, .image-148 {
    width: 100%;
    height: auto;
  }

  .slide-nav-9 {
    display: none;
  }

  .teacherr-mob {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Gradient-Blur-001.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-492 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-493 {
    margin-top: -20px;
  }

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

  .bold-text-67 {
    line-height: 1.5em;
  }

  .faq-a-text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .container-128 {
    margin-top: 0;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 5px;
  }

  .div-block-514 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-97 {
    display: none;
  }

  .title-large {
    font-size: 30px;
    line-height: 30px;
    top: 5%;
  }

  .div-block-518 {
    background-image: none;
    height: auto;
    margin-left: 0;
  }

  .columns-16 {
    display: block;
  }

  .div-block-74 {
    background-image: none;
    height: auto;
    margin-right: 0;
  }

  .div-block-521 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .classes-bom {
    margin-top: 0;
    display: block;
  }

  .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-523 {
    text-align: center;
    margin-bottom: 10px;
  }

  .button-23.en {
    font-size: 14px;
  }

  .section-mob {
    margin-top: 0;
    display: none;
  }

  .link-block-21 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-22 {
    margin-left: 0;
    margin-right: 10px;
  }

  .link-block-23, .link-block-24, .link-block-25 {
    margin-right: 10px;
  }

  .div-block-527, .bold-text-72 {
    text-align: center;
  }

  .slider-mob7 {
    margin-top: 100px;
    display: block;
  }

  .image-157 {
    object-fit: cover;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 300px;
    display: inline-flex;
  }

  .section-pc7 {
    display: none;
  }

  .image-161, .image-162, .image-163, .image-164 {
    border-radius: 10px;
  }

  .section-th {
    display: none;
  }

  .slider-mob17 {
    margin-top: 100px;
    display: block;
  }

  .review-pc {
    margin-top: 0;
    display: none;
  }

  .jonathan, .jonathan-mob {
    margin-top: 0;
    display: block;
  }

  .slider-9 {
    background-color: #fff0;
    width: 100%;
    height: auto;
  }

  .mask-15, .slide-24, .slide-25 {
    width: 100%;
    height: auto;
  }

  .slide-nav-12 {
    display: block;
  }

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

  .image-168 {
    width: 80px;
    margin-right: 10px;
  }

  .container-137 {
    flex-direction: column;
  }

  .time {
    margin-top: 10px;
  }

  .div-block-sala {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-15 {
    font-size: 14px;
  }

  .heading-137-t {
    font-size: 13px;
  }

  .div-block-2154 {
    height: auto;
  }

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

  .paragraph-16 {
    font-size: 14px;
  }

  .div-block-2156 {
    padding-left: 0;
    padding-right: 0;
  }

  .language-link {
    min-height: 50px;
  }

  .dropdown-list-2.w--open {
    top: -177%;
    left: -1%;
  }

  .container-139 {
    z-index: 5000;
    padding-right: 0;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .div-block-2138 {
    width: 70px;
    height: 60px;
    margin-bottom: 10px;
  }

  .language-toggle-2 {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 57px;
    display: block;
    top: -6px;
  }

  .language-toggle-2.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 57px;
  }

  .language-section-2 {
    min-height: 8vh;
    padding-top: 10px;
  }

  .text-block-10 {
    font-size: 15px;
  }

  .language-list-2.w--open {
    padding-top: 5px;
    top: -326%;
  }

  .icon-16 {
    width: 40px;
    height: 35px;
    margin-top: 5px;
    margin-right: 13px;
  }

  .text-block-9 {
    margin-left: -24px;
  }

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

  .flag-2 {
    margin-right: 30px;
  }

  .image-17850 {
    width: 40px;
    height: 40px;
  }

  .modal-body-restructuring-money-02 {
    width: 90%;
  }

  .close-modal-restructuring-money {
    width: 35px;
    height: 35px;
  }

  .link-block-96 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 40px 20px;
  }

  .heading-33172 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-33173 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .div-block-18333 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-17851 {
    width: 40px;
    height: 40px;
  }

  .link-block-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 40px 20px;
  }

  .heading-33176 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-33177 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .div-block-18334 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-moda-2 {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    line-height: 22px;
  }

  .heading-moda-2.alter {
    text-align: center;
  }

  .dance-is-more-2 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
  }

  .dance-is-more-2.alter {
    text-align: center;
  }

  .heading-moda-3 {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    line-height: 22px;
  }

  .heading-moda-3.alter {
    text-align: center;
  }

  .columns-17 {
    flex-direction: column;
  }

  .dance-is-more-back-2 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

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

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

  .table_header.long, .table_header.short {
    font-size: 14px;
  }

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

  .slider-11 {
    max-width: 100%;
  }
}

#w-node-_2e772092-e385-844a-a237-1979afd45bce-20862793, #w-node-_2e772092-e385-844a-a237-1979afd45bcf-20862793, #w-node-_2e772092-e385-844a-a237-1979afd45bdc-20862793, #w-node-_2e772092-e385-844a-a237-1979afd45bdd-20862793, #w-node-_2e772092-e385-844a-a237-1979afd45bdf-20862793, #w-node-_2e772092-e385-844a-a237-1979afd45bea-20862793, #w-node-_2e772092-e385-844a-a237-1979afd45beb-20862793, #w-node-_2e772092-e385-844a-a237-1979afd45bed-20862793, #w-node-_61a4b7a2-c123-6c7d-4d60-2ad231ced34f-208627f4, #w-node-f77e0d4c-60da-7d76-327c-22adc8051022-208627f4, #w-node-c598b8bd-82f6-8c93-a2be-c29edbbb0375-208627f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_990b0aea-b4b5-fb41-4de4-b27bbe0a4463-208627f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_990b0aea-b4b5-fb41-4de4-b27bbe0a4466-208627f4, #w-node-_990b0aea-b4b5-fb41-4de4-b27bbe0a4471-208627f4, #w-node-_990b0aea-b4b5-fb41-4de4-b27bbe0a4474-208627f4, #w-node-_990b0aea-b4b5-fb41-4de4-b27bbe0a4480-208627f4, #w-node-_990b0aea-b4b5-fb41-4de4-b27bbe0a4483-208627f4, #w-node-ee5ef93f-aa57-d4af-7147-8d826d61a19d-208627f4, #w-node-ee5ef93f-aa57-d4af-7147-8d826d61a1a0-208627f4, #w-node-_032d22fd-1e1e-1e9c-cb2e-08e75b5084a8-208627f4, #w-node-_032d22fd-1e1e-1e9c-cb2e-08e75b5084ab-208627f4, #w-node-bad71b36-07c4-d3fe-e303-86a1fe372546-208627f4, #w-node-bad71b36-07c4-d3fe-e303-86a1fe372549-208627f4, #w-node-d22c0940-db4f-2cfa-efdf-8f57c44f1f3d-c44f1f2e, #w-node-d22c0940-db4f-2cfa-efdf-8f57c44f1f3e-c44f1f2e, #w-node-d22c0940-db4f-2cfa-efdf-8f57c44f1f42-c44f1f2e, #w-node-d22c0940-db4f-2cfa-efdf-8f57c44f1f43-c44f1f2e, #w-node-_72fbbb17-1e72-be6f-74c8-fca0d8e46bd1-c44f1f2e, #w-node-_72fbbb17-1e72-be6f-74c8-fca0d8e46bd2-c44f1f2e, #w-node-a15af042-bbd3-2a2a-02b6-87b60188160e-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde9584-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde9587-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde9592-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde9595-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde957a-2086281e, #w-node-d3134ada-d334-9ddd-89ed-252a699d89e9-2086281e, #w-node-_295b9155-456c-2021-15d3-08d3c1cd7281-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95ae-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95b1-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95a1-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95a4-2086281e, #w-node-dc84cc36-9146-efda-84a0-1e620b169d9b-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95bc-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95bf-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95cb-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95ce-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95d9-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95dc-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95e7-2086281e, #w-node-_77af61cb-a118-3a8d-8b1d-d48c1fde95ea-2086281e, #w-node-_4d583643-9173-68ac-e625-afe6fa5ce309-2086281e, #w-node-_4e8e1079-091b-e065-f647-09336023a270-2086281e, #w-node-_20055658-c599-c326-63e0-c8154b71c4d7-2086281e, #w-node-_20055658-c599-c326-63e0-c8154b71c4da-2086281e, #w-node-d60cd16f-b798-59fb-db4b-8eb051e0b702-2086281e, #w-node-d60cd16f-b798-59fb-db4b-8eb051e0b705-2086281e, #w-node-f4bfe5e4-e777-e66c-3add-59aabb9c8577-2086281e, #w-node-f4bfe5e4-e777-e66c-3add-59aabb9c857a-2086281e, #w-node-f3b6bd82-110a-a2a5-0681-d333ef82d19e-2086281e, #w-node-f3b6bd82-110a-a2a5-0681-d333ef82d1a1-2086281e, #w-node-_14d65ca5-f616-3e8e-be70-5a71f3f6866f-2086281e, #w-node-_14d65ca5-f616-3e8e-be70-5a71f3f68672-2086281e, #w-node-cd1bd2ba-7aa2-8101-39d9-93579adef6cd-2086281e, #w-node-cd1bd2ba-7aa2-8101-39d9-93579adef6d0-2086281e, #w-node-_16254f10-04b2-f6e0-45b4-da7321a931e4-2086281e, #w-node-_16254f10-04b2-f6e0-45b4-da7321a931e7-2086281e, #w-node-_0322b2c4-5482-f57f-efa7-4811f07ac9d9-2086281e, #w-node-_0322b2c4-5482-f57f-efa7-4811f07ac9dc-2086281e, #w-node-fca81c1c-5922-1162-6f59-3591479c5ae1-2086281e, #w-node-fca81c1c-5922-1162-6f59-3591479c5ae4-2086281e, #w-node-b7c395f7-427b-2b20-f349-20879e8ec22b-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec22c-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec22e-20862820, #w-node-e3087d02-f3b7-09b6-a8d9-bff121e37a79-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3087d02-f3b7-09b6-a8d9-bff121e37a7a-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e3087d02-f3b7-09b6-a8d9-bff121e37a7c-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec239-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec23a-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec23c-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec247-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec248-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec24a-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec255-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec256-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec258-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec263-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec264-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec266-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec271-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec272-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec274-20862820, #w-node-d5f6318c-b641-2340-48ac-050285c0734c-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5f6318c-b641-2340-48ac-050285c0734d-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d5f6318c-b641-2340-48ac-050285c0734f-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec28f-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec290-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b7c395f7-427b-2b20-f349-20879e8ec292-20862820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bab546-ffdd-b685-0478-d8008b5d8610-20862821 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 3fr .75fr;
}

#w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa6d-20862823, #w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa6e-20862823, #w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa7b-20862823, #w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa7c-20862823, #w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa7e-20862823, #w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa89-20862823, #w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa8a-20862823, #w-node-_036cc52c-cd63-39f5-ffe2-65edef32aa8c-20862823, #w-node-_61a4b7a2-c123-6c7d-4d60-2ad231ced34f-20862824, #w-node-f77e0d4c-60da-7d76-327c-22adc8051022-20862824, #w-node-c598b8bd-82f6-8c93-a2be-c29edbbb0375-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd933e-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd9341-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd934d-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd9350-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd935d-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd9360-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd936c-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd936f-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd937b-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd937e-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd938a-20862824, #w-node-_03cd3846-807d-0a8a-3842-9a91aacd938d-20862824 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_642fe2a5-7310-7aec-a917-1cd98f9056db-20862825 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 3fr .75fr;
}

#w-node-a615cf72-93ce-0722-939b-5d88aa38cfa7-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfaa-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfb4-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfb7-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfc1-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfc4-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfce-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfd1-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfdc-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfdf-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfe9-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cfec-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cff6-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38cff9-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38d003-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38d006-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38d010-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38d013-20862827, #w-node-_12276acf-e53a-85ca-562b-cb397bb6c557-20862827, #w-node-_12276acf-e53a-85ca-562b-cb397bb6c55a-20862827, #w-node-_0f4e0618-3a03-c901-5782-e422d8c69890-20862827, #w-node-_0f4e0618-3a03-c901-5782-e422d8c69893-20862827, #w-node-_1d772619-f408-941f-15ae-006de49beb1b-20862827, #w-node-_1d772619-f408-941f-15ae-006de49beb1e-20862827, #w-node-_21a1e054-e26a-d655-240e-959dd9b54e32-20862827, #w-node-_21a1e054-e26a-d655-240e-959dd9b54e35-20862827, #w-node-ea1a8829-b12b-7cac-1837-0ed2f2553950-20862827, #w-node-ea1a8829-b12b-7cac-1837-0ed2f2553953-20862827, #w-node-dde317cf-69c4-1875-9dcd-9a8f96a9ebc3-20862827, #w-node-dde317cf-69c4-1875-9dcd-9a8f96a9ebc6-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519e75-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519e7f-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519e82-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519e8d-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519e90-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519e9e-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519eab-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519eba-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519ec4-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519ec7-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519ed2-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519ed5-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519ee2-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519eed-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519ef0-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519efc-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519eff-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519f0a-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519f0d-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519f18-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519f1b-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519f29-20862827, #w-node-_09e485b9-e0fa-e18e-bf0f-5ae573519f36-20862827, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f1e-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f1f-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f21-20862829, #w-node-de9e41e6-e2be-1278-daed-5cb96be697dd-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de9e41e6-e2be-1278-daed-5cb96be697de-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-de9e41e6-e2be-1278-daed-5cb96be697e0-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f2c-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f2d-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f2f-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f3a-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f3b-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f3d-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f48-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f49-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f4b-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f56-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f57-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f59-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f64-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f65-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f67-20862829, #w-node-_3c967407-48a0-d907-ba84-70a6ba5965f9-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c967407-48a0-d907-ba84-70a6ba5965fa-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3c967407-48a0-d907-ba84-70a6ba5965fc-20862829, #w-node-b1c918eb-cc5d-7a53-ed7c-dee24f43a308-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1c918eb-cc5d-7a53-ed7c-dee24f43a309-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b1c918eb-cc5d-7a53-ed7c-dee24f43a30b-20862829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d22c0940-db4f-2cfa-efdf-8f57c44f1f42-c44f1f2e, #w-node-_72fbbb17-1e72-be6f-74c8-fca0d8e46bd1-c44f1f2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0322b2c4-5482-f57f-efa7-4811f07ac9d9-2086281e, #w-node-fca81c1c-5922-1162-6f59-3591479c5ae1-2086281e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7c395f7-427b-2b20-f349-20879e8ec22c-20862820, #w-node-e3087d02-f3b7-09b6-a8d9-bff121e37a7a-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec23a-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec248-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec256-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec264-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec272-20862820, #w-node-d5f6318c-b641-2340-48ac-050285c0734d-20862820, #w-node-b7c395f7-427b-2b20-f349-20879e8ec290-20862820 {
    justify-self: center;
  }

  #w-node-a615cf72-93ce-0722-939b-5d88aa38d003-20862827, #w-node-a615cf72-93ce-0722-939b-5d88aa38d010-20862827, #w-node-_12276acf-e53a-85ca-562b-cb397bb6c557-20862827, #w-node-_0f4e0618-3a03-c901-5782-e422d8c69890-20862827, #w-node-_1d772619-f408-941f-15ae-006de49beb1b-20862827, #w-node-_21a1e054-e26a-d655-240e-959dd9b54e32-20862827, #w-node-ea1a8829-b12b-7cac-1837-0ed2f2553950-20862827, #w-node-dde317cf-69c4-1875-9dcd-9a8f96a9ebc3-20862827 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f1f-20862829, #w-node-de9e41e6-e2be-1278-daed-5cb96be697de-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f2d-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f3b-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f49-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f57-20862829, #w-node-_2679d0bc-b0ed-1f54-f744-3b5f00453f65-20862829, #w-node-_3c967407-48a0-d907-ba84-70a6ba5965fa-20862829, #w-node-b1c918eb-cc5d-7a53-ed7c-dee24f43a309-20862829 {
    justify-self: center;
  }
}


