:root {
  --white: white;
  --black: black;
  --dark-goldenrod: #a68f3f;
  --orange: #ffb845;
  --tuba-m: #80705c;
  --dark-slate-grey: #02323e;
  --maroon: rgba(65, 20, 7, .88);
  --tuba-ms: #634a3a;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

.section {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 45px;
  padding-bottom: 59px;
  display: flex;
}

.section.hero {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.scuola {
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.corso-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  position: relative;
}

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

.section.hero-reduce {
  background-image: linear-gradient(#000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#a68f3f, #fff);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  justify-content: flex-end;
  height: 50vh;
  padding-bottom: 0;
  position: static;
}

.section.hero-reduce.chi-siamo {
  background-image: none;
  height: 60vh;
}

.section.staff {
  background-image: url('../images/TuballoTeam24.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}

.section.evento-singolo {
  filter: blur(10px);
  height: 50vh;
}

.section.iscrizione {
  background-image: url('../images/322556844_993570744954009_5996932959083364694_n.jpg'), url('../images/5d43fdb5a4923bb4a786ca41_tuballo-cabaret-18.jpg');
  background-position: 50% 10%, 50%;
  background-size: cover, cover;
  justify-content: flex-end;
  height: 60vh;
}

.section.renny {
  background-image: linear-gradient(112deg, rgba(255, 184, 69, .06), rgba(255, 184, 69, .24)), url('../images/WhatsApp-Image-2018-10-27-at-20.36.13-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.section.magaine {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 78px;
  display: flex;
}

.section.video {
  flex-direction: column;
  width: 100vw;
  margin-top: 105px;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  color: var(--white);
  background-color: #fff;
  justify-content: center;
  font-family: Lato, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  color: var(--black);
  font-family: Lato, sans-serif;
  display: block;
}

.nav-link {
  color: var(--dark-goldenrod);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
}

.nav-link.w--current {
  color: rgba(61, 16, 3, .88);
  text-align: center;
  align-self: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.inside-footer {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.nav-link.inside-footer:hover {
  color: #ff6060;
}

.nav-link.inside-footer.dx {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  font-style: normal;
}

.nav-link.inside-footer.enfasi {
  background-color: var(--dark-goldenrod);
  color: rgba(0, 0, 0, .76);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
}

.nav-link.inside-footer.hide-desktop {
  display: none;
}

.nav-link.iscriviti-feat {
  border: 3px none var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: #411407;
  border-radius: 10px;
  margin-left: 11px;
  padding: 5px;
  box-shadow: 1px 1px 3px #000;
}

.personal-menu-container {
  width: 90vw;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.container-singolo-corso {
  width: 85vw;
  max-width: 1500px;
  margin-top: 36px;
  margin-bottom: 20px;
}

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

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 80%;
  background-size: cover;
  border-bottom-right-radius: 60px;
  height: 100%;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 40px;
}

.heading.white {
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.heading.white.ridotto {
  font-size: 25px;
}

.heading.white.home {
  font-size: 30px;
}

.heading.post {
  text-align: center;
  line-height: 50px;
}

.heading.pagetitle {
  position: static;
}

.heading.pagetitle.evento {
  margin-top: 20px;
}

.heading.pagetitle.chi-siamo {
  color: #000;
}

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

.paragraph {
  width: 80%;
  font-size: 18px;
  line-height: 25px;
}

.paragraph.corsi {
  width: auto;
  line-height: 28px;
}

.paragraph.intro {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.intro.introlivelli {
  margin-bottom: 21px;
}

.paragraph.festival {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
  margin-top: 39px;
  font-size: 22px;
  font-weight: 300;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.spaced {
  margin-top: 18px;
}

.paragraph.white.spaced.reduce {
  width: 90%;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.title-bar {
  background-color: #fff;
  border-radius: 20px 10px 10px 0;
  width: 120%;
  height: auto;
  margin-bottom: 27px;
  margin-left: -160px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, .18);
}

.sottotitolo {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.gif-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-left: 2px solid #fff;
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-3 {
  width: 90%;
  margin-top: -55px;
  padding: 65px 52px 32px;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, .29);
}

.button {
  z-index: 3;
  background-color: #f5f6f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.festival {
  margin-top: 25px;
}

.button-t {
  z-index: 4;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.button-cover {
  z-index: 3;
  background-color: #5b3acc;
  width: 200px;
  min-height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-link-cover {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-holder {
  justify-content: flex-end;
  margin-top: 29px;
  display: flex;
}

.button-holder.relative {
  z-index: 10;
  justify-content: center;
  padding-bottom: 45px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-holder.relative.card-interna {
  z-index: 10;
  padding-bottom: 10px;
  position: static;
}

.button-holder.relative.iscrizione {
  padding-bottom: 23px;
}

.button-holder.back {
  display: none;
}

.corso-title-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.titolo-corso {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 50px;
}

.gif-animata-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}

.overlay {
  background-color: var(--dark-goldenrod);
  opacity: .7;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  order: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.insegnanti-card {
  border: 1px solid var(--orange);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  height: auto;
  margin-top: 23px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 70px 2px;
  display: flex;
  position: relative;
}

.collection-list {
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  display: flex;
}

.insegnante-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 150px;
  width: 180px;
  height: 180px;
}

.collection-list-wrapper {
  width: 80vw;
  max-width: 1500px;
  margin-top: 19px;
}

.button-2 {
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
}

.button-2.levels {
  text-transform: none;
  font-weight: 400;
  position: absolute;
  bottom: 5%;
}

.button-2.event {
  border-color: var(--orange);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button-2.event.invertito {
  color: #000;
  margin-top: 20px;
}

.button-2.recursive-event {
  border-color: var(--orange);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button-2.iscriviti {
  background-color: var(--white);
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #80705c;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  position: static;
}

.button-2.reveal-livelli {
  margin-top: 13px;
  display: none;
}

.seme {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.seme.inverso {
  top: auto;
  bottom: 4%;
  left: 4%;
  right: auto;
  transform: rotate(180deg);
}

.container {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -49px;
  padding: 36px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 7%;
  left: 0%;
  right: 0%;
  box-shadow: 6px 6px 15px -3px rgba(0, 0, 0, .3);
}

.collection-list-wrapper-2 {
  align-items: center;
  width: 80%;
  max-width: 1500px;
  display: block;
}

.level-container {
  text-transform: uppercase;
  border: 1px solid #000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 12px;
  margin-right: 12px;
  padding: 53px 30px 117px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 13px -6px rgba(0, 0, 0, .43);
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.paragraph-2 {
  text-transform: none;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

.button-3 {
  z-index: 3;
  background-color: #f5f6f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 50px;
  display: flex;
  position: absolute;
  bottom: 32px;
  overflow: hidden;
}

.button-t-2 {
  z-index: 4;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.separator {
  width: 60%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.separator.gif {
  background-image: url('../images/dance-3.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 150px;
  width: 60px;
  height: 60px;
}

.separator.gif._2 {
  background-image: url('../images/dance-4.gif');
}

.separator.black {
  background-color: var(--orange);
  width: 40%;
}

.insegnante-nome {
  margin-top: 15px;
  margin-bottom: 16px;
}

.grid-2 {
  width: 80%;
}

.cta-iscrizione {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.button-4 {
  background-color: var(--dark-goldenrod);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
}

.footer {
  background-color: #f1f0ea;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 49px;
  display: flex;
  position: static;
}

.background-video-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-3 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 50px;
}

.heading-3.staff {
  margin-bottom: 35px;
  display: none;
}

.text-block-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.titolo-pagina-wrapper {
  background-color: rgba(255, 255, 255, .88);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  padding: 36px 94px;
  display: flex;
}

.collection-item {
  width: 50%;
  margin-bottom: 17px;
}

.festival-container {
  height: 100vh;
}

.grid-3 {
  grid-template-rows: auto;
  height: 100%;
}

.single-festival-container {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.collection-item-2 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.festival-titel {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 7px 7px 16px rgba(0, 0, 0, .64);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
}

.heading-4 {
  color: #fff;
}

.h4-festival {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 9px #000;
  margin-top: 0;
}

.overlay-festival {
  opacity: .79;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.data-festival {
  text-transform: uppercase;
  font-size: 16px;
}

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

.section-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  margin-bottom: 53px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
}

.featured-block {
  background-color: #5c4242;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 4px 4px 8px -2px #adadad;
}

.featured-block.news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--tuba-m);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin: 0;
  display: flex;
  position: relative;
}

.featured-block.events {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-goldenrod);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  height: 100%;
  position: relative;
  overflow: visible;
}

.featured-block.events.card {
  height: 350px;
  margin-bottom: 19px;
}

.featured-block.events.card.fixed {
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.label-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.label-container.spazio-ridotto {
  margin-top: 0;
  position: static;
}

.label {
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 6px 18px;
  display: none;
}

.label.black {
  border-color: var(--dark-slate-grey);
}

.label-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
}

.label-text.inverted {
  color: #000;
}

.data {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.feature-content {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.collection-item-3 {
  height: 50vh;
}

.collection-item-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-item-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  width: auto;
  height: 100%;
  padding: 45px 20px;
  display: block;
}

.collection-item-home.inside1 {
  height: auto;
  padding: 0;
}

.collection-list-5, .collection-list-6 {
  height: 100%;
}

.collection-list-6.inside {
  height: auto;
}

.collection-list-wrapper-4 {
  height: 100%;
}

.collection-list-wrapper-4.inside2 {
  height: auto;
}

.scroll-icon-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-container {
  opacity: .6;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/scrolling.gif');
  background-position: 50%;
  background-size: 163px;
  border-radius: 200px;
  flex-direction: column;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.pages-title-holder {
  z-index: 100;
  background-color: rgba(255, 255, 255, .94);
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: auto;
  min-height: 20vh;
  margin-bottom: 5vh;
  padding: 34px 45px;
  display: flex;
  position: static;
  box-shadow: 6px 6px 16px -4px rgba(0, 0, 0, .44);
}

.pages-title-holder.single-event {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.pages-title-holder.blog {
  margin-bottom: -10vh;
}

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

.container-2.evento-container {
  margin-top: 50px;
  margin-bottom: 20px;
}

.post-content {
  text-align: left;
}

.post-content p {
  font-size: 17px;
  line-height: 30px;
}

.post-content h1 {
  text-transform: uppercase;
  font-size: 30px;
}

.post-content.justified {
  text-align: justify;
}

.post-content.blog {
  margin-top: 10vh;
}

.heading-5 {
  text-align: center;
  font-weight: 400;
}

.heading-5.chi-siamo {
  color: #000;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 200px 1fr;
  margin-top: 23px;
}

.collection-item-5 {
  text-align: right;
}

.link {
  text-decoration: none;
}

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

.personal-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: auto;
  padding-top: 51px;
  padding-bottom: 51px;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
}

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

.people-sx {
  background-color: #9b7070;
  width: 50vw;
  height: 100vh;
  position: absolute;
}

.section-4 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.people-dx {
  background-color: #7e0e0e;
  width: 50vw;
  height: 100vh;
  position: static;
  overflow: auto;
}

.numerocapitolo {
  color: #fff;
  letter-spacing: 1px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-style: italic;
}

.capthericon {
  background-image: url('../images/podere-scaluccia-firenze-gallery-00021.jpg');
  background-position: 48% 56%;
  background-size: 960px;
  border-radius: 200px;
  width: 250px;
  height: 250px;
  margin: 42px auto 50px;
  display: block;
}

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

.overlay-2 {
  background-color: rgba(0, 0, 0, .52);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-3 {
  background-image: url('../images/podere-scaluccia-firenze-gallery-00005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block {
  text-decoration: none;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pagename {
  color: #fff;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 40px;
  font-weight: 400;
}

.rightside {
  flex: 1;
  padding-top: 15vh;
  overflow: auto;
}

.chapterlink {
  z-index: 20;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .51);
  border-radius: 3px;
  width: 110px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.booklink {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .44);
  border: 1px solid #fff;
  border-radius: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.menuindexcontainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-index {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.menu-index.w--current {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.footer-2 {
  color: #000;
  background-color: rgba(255, 255, 255, .71);
  padding-top: 19px;
  padding-bottom: 19px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  opacity: .7;
  filter: invert();
}

.logo {
  z-index: 10;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 21px;
  text-decoration: none;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.pagewrapper {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-6 {
  font-family: Droid Serif, serif;
  font-style: italic;
  font-weight: 400;
}

.heading-6.menu {
  color: #fff;
  margin-bottom: 32px;
  font-size: 30px;
}

.menuitemswrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  display: flex;
}

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

.slider {
  height: 600px;
  margin-bottom: 48px;
}

.buttoncontacs {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0cd37;
  margin-left: 5px;
  margin-right: 5px;
}

.close {
  text-align: left;
  padding: 11px 13px 11px 6px;
  font-size: 16px;
  position: static;
  top: 0;
  left: 0;
}

.contactbox {
  color: #b3b3b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footertext {
  color: #000;
  text-align: center;
  line-height: 22px;
}

.slide {
  background-image: url('../images/podere-scaluccia-firenze-agriturismo.jpg');
  background-position: 0 0;
  background-size: cover;
}

.leftside {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 4%;
  display: flex;
  position: relative;
}

.leftside.single-people {
  background-color: #dbdbdb;
  background-image: none;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 45%;
}

.leftside.eventi {
  background-color: #d6d6d6;
  background-image: none;
  margin-top: 75px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.virtual-tour {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 57px;
  margin-bottom: 44px;
  display: none;
}

.contentwrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 1px;
  display: block;
}

.contentwrapper.centercontent {
  z-index: 10;
  text-align: center;
  position: relative;
}

.text-block-3 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.contactholder {
  margin-top: 38px;
  margin-bottom: 34px;
}

.slide-2 {
  background-image: url('../images/LPP0571.jpg');
  background-position: 0 0;
  background-size: cover;
}

.menuwrapper {
  z-index: 999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
  transform: translate(-100%);
}

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

.buttonwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.image-3 {
  filter: invert();
}

.pagecontent {
  margin-bottom: 60px;
  padding-left: 69px;
  padding-right: 69px;
}

.intestazionepagina {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
}

.single-insegnanti-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.single-insegnanti-title-block {
  border: 1px solid var(--orange);
  background-color: rgba(255, 255, 255, .9);
  border-bottom-right-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  padding: 4vh 35px;
  display: flex;
}

.simbolo-insegnante {
  margin-bottom: 19px;
}

.collection-item-6 {
  margin-bottom: 43px;
  margin-left: 29px;
  margin-right: 29px;
}

.collection-list-7 {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-7.teacher {
  justify-content: center;
}

.empty-state, .navbar-mobile {
  display: none;
}

.simbolo-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin-bottom: 17px;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.half-block {
  z-index: 10;
  background-color: var(--maroon);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: static;
}

.half-block.oneshoot {
  background-color: rgba(2, 50, 62, .88);
  border-radius: 0 40px;
}

.heading-7 {
  z-index: 10;
  color: var(--dark-goldenrod);
  text-align: center;
  margin-left: 137px;
  font-size: 50px;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(270deg);
}

.featured {
  margin-top: 93px;
  margin-bottom: 78px;
  position: static;
}

.regular {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 76px 76px;
  display: flex;
  position: static;
}

.heading-8 {
  color: #dbdbdb;
  text-align: right;
  margin-top: 44px;
  margin-left: 82px;
  font-size: 40px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-8.ricor {
  color: rgba(65, 20, 7, .39);
  text-align: center;
  margin-top: 44px;
  margin-left: 0;
  padding-top: 20px;
  display: block;
  position: static;
}

.heading-8.oneshot {
  color: rgba(2, 50, 62, .55);
  margin-left: 0;
  display: none;
  position: static;
}

.container-3 {
  position: static;
}

.event-image-circle {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 150px;
  width: 120px;
  height: 120px;
}

.collection-item-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.separator-holder {
  display: none;
}

.teacher-bio-container {
  min-height: 90vh;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 30px;
}

.title-home {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-home.slogan {
  text-transform: none;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-style: normal;
  font-weight: 400;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -153px;
  display: flex;
  position: relative;
}

.immagine-evento {
  margin-bottom: 23px;
}

.map-event-grid {
  grid-template-rows: auto;
  height: auto;
}

.event-info-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 100px;
  height: 100px;
}

.event-infos {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.event-infos.day {
  margin-bottom: 0;
}

.event-infos.hout {
  text-transform: lowercase;
  margin-top: 0;
}

.div-block-7 {
  border: 1px solid rgba(0, 0, 0, .25);
  padding: 23px;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 67px;
  display: flex;
}

.back-to-event {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.paragraph-4 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.container-4 {
  margin-top: 32px;
  margin-bottom: 69px;
}

.grid-6 {
  grid-template-rows: auto;
  margin-top: 49px;
}

.div-block-8 {
  color: #000;
  background-color: #a8891b;
  padding: 38px 57px 81px;
  position: relative;
}

.div-block-8.nuovo {
  background-color: var(--tuba-ms);
}

.heading-9 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  display: block;
}

.nav-menu-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: auto;
}

.text-field {
  display: block;
}

.grid-7 {
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
  justify-items: center;
}

.div-block-9 {
  height: 60vh;
}

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

.heading-10 {
  color: #fff;
}

.paragraph-6 {
  text-align: justify;
  width: 70%;
  font-size: 20px;
  line-height: 25px;
}

.map {
  height: 50vh;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide-4 {
  background-image: url('../images/WhatsApp-Image-2018-10-27-at-20.36.14.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/WhatsApp-Image-2019-07-16-at-15.57.56.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/WhatsApp-Image-2018-10-27-at-20.36.13.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/WhatsApp-Image-2018-10-27-at-20.36.13-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

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

.div-block-11 {
  padding: 86px;
}

.button-5 {
  background-color: var(--orange);
  color: #000;
  padding: 24px 52px;
  font-family: Great Vibes, cursive;
  font-size: 30px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.single-lezione {
  color: #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.heading-11 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
}

.week-container {
  padding-left: 24px;
  padding-right: 24px;
}

.lesson-datas {
  margin-right: 33px;
}

.teacher-holder {
  display: flex;
}

.teacher-single {
  background-color: rgba(231, 231, 231, .73);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 7px;
  display: flex;
}

.teacher-photo {
  border-radius: 100px;
  width: 70px;
  height: 70px;
}

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

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

.teacher-photo.anotnio {
  background-image: url('../images/antonio.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.teacher-photo.dasha {
  background-image: url('../images/dasha.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teacher-photo.william {
  background-image: url('../images/william.jpeg');
  background-position: 50%;
  background-size: cover;
}

.teacher-photo.filippo {
  background-image: url('../images/giuntoli.jpg');
  background-position: 50%;
  background-size: cover;
}

.teacher-photo.andrea {
  background-image: url('../images/abrignani.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.teacher-photo.martina {
  background-image: url('../images/pacini.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

.teacher-photo.eva {
  background-image: url('../images/eva.jpg');
  background-position: 50%;
  background-size: 125px;
}

.text-block-5 {
  text-align: center;
  line-height: 18px;
}

.weekname {
  text-align: center;
  text-transform: uppercase;
}

.heading-14 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-wrapper-7 {
  width: 80vw;
  max-width: 1500px;
}

.empty-state-2 {
  display: none;
}

.collection-list-8 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-15 {
  text-transform: uppercase;
  display: none;
}

.secondary-sede-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
}

.sede-address {
  text-transform: uppercase;
  margin-bottom: 14px;
}

.map-2 {
  height: 40vh;
}

.background-video-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-evento {
  margin-top: 30px;
}

.submit-button {
  background-color: #006179;
  border-radius: 8px;
}

.messaggio-form {
  margin-bottom: 11px;
  font-weight: 400;
}

.form-2 {
  display: none;
  overflow: visible;
}

.cta-corsi {
  background-image: linear-gradient(#ddd, #ddd);
  margin-top: 70px;
}

.meme {
  background-image: url('../images/discover.gif');
  background-position: 70%;
  background-size: cover;
  width: 180px;
  height: 180px;
}

.meme.like {
  background-image: url('../images/like.gif');
}

.container-5 {
  justify-content: center;
  display: flex;
}

.div-block-12 {
  color: #fff;
  background-image: linear-gradient(rgba(2, 63, 60, .94), rgba(2, 63, 60, .94));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 41px;
  padding-right: 41px;
  text-decoration: none;
  display: flex;
}

.cta1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-16 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  display: block;
}

.credits-block {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 82px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-14 {
  background-image: url('../images/yes2.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-left: 11px;
  margin-right: 11px;
}

.credits-container {
  color: rgba(83, 82, 34, .62);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.credits-container:hover {
  color: #535222;
}

.credit-text {
  font-size: 12px;
}

.torna-su {
  display: none;
}

.heading-17 {
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}

.heading-18 {
  font-weight: 400;
}

.bold-text {
  background-color: var(--dark-goldenrod);
  color: var(--white);
  border-radius: 5px;
}

.section-blog-post {
  margin-bottom: 0;
}

.titolo-post {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.blog-title-block {
  background-color: rgba(255, 184, 69, .77);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin-bottom: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-3 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
}

.magazine-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 3px solid rgba(255, 254, 254, .76);
  border-radius: 150px;
  width: 70px;
  height: 70px;
  margin-bottom: 7px;
}

.cards-section {
  background-color: rgba(2, 50, 62, .07);
  padding-top: 20px;
  padding-bottom: 60px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.related-post, .related-post.w--current {
  text-decoration: none;
}

.heading-19 {
  color: var(--black);
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-7 {
  color: var(--black);
}

.titolo-articoli-recenti {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.sezione-separazione {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.feature-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-container {
  background-color: var(--white);
  border: 5px solid #000;
  border-top-right-radius: 30px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-right: 51px;
  display: flex;
}

.feature-image-mask {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 350px;
  height: 350px;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-magazine {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-magazine.mobile {
  display: none;
}

.copertina-magazine {
  border: 10px solid var(--white);
  width: 350px;
  height: auto;
}

.image-7 {
  width: 100%;
}

.heading-20 {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, .73);
}

.paragraph-8 {
  font-size: 18px;
  line-height: 24px;
}

.magazine-issue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 2px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 300px;
  height: 500px;
  display: flex;
}

.video {
  width: 800px;
}

.collection-list-10 {
  object-fit: fill;
}

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

.collection-list-wrapper-9 {
  text-align: center;
  text-transform: none;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  position: static;
}

.container-6 {
  object-fit: fill;
  margin-top: 40px;
  display: block;
  overflow: visible;
}

.cards-section-2 {
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-9 {
  display: none;
}

.text-span {
  box-shadow: 1px 1px 3px -2px var(--maroon);
  color: rgba(109, 40, 18, .88);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  font-weight: 900;
}

.text-block-16 {
  padding-left: 40px;
}

.list-item {
  text-align: justify;
  margin-bottom: 7px;
}

.general-wrapper {
  background-color: rgba(199, 199, 199, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-top: 100px;
  padding: 67px 51px 66px;
  display: flex;
  overflow: visible;
  box-shadow: 11px 11px 24px rgba(0, 0, 0, .24);
}

.questions-block {
  width: 800px;
}

.titolo-sezione {
  letter-spacing: 0;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 57px;
  padding: 26px 39px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  display: none;
}

.image-8 {
  display: block;
}

.empty-state-3 {
  display: none;
}

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

.rapper-livelli {
  width: 80vw;
  max-width: 1500px;
}

.empty-state-4 {
  display: none;
}

.button-6 {
  background-color: var(--dark-goldenrod);
  border-radius: 10px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .container-singolo-corso {
    width: 95vw;
  }

  .div-block {
    background-position: 50%;
  }

  .heading.corsotitle {
    text-align: left;
    width: 40vw;
  }

  .title-bar {
    width: 70vw;
  }

  .sottotitolo.corso {
    width: 40vw;
  }

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

  .button-holder {
    justify-content: center;
  }

  .button-holder.back {
    display: flex;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .separator.gif._3 {
    background-image: url('../images/dance-5.gif');
  }

  .grid-2 {
    width: 95%;
  }

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

  .festival-container {
    height: auto;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .featured-block.events.card.fixed {
    align-items: center;
  }

  .pages-title-holder {
    width: 70vw;
  }

  .personal-container {
    width: 100vw;
  }

  .rightside {
    padding-top: 30px;
  }

  .pagewrapper {
    flex-direction: column;
    position: static;
  }

  .leftside.single-people {
    width: 100%;
    height: 80vh;
    padding: 0%;
    position: relative;
  }

  .navbar-mobile {
    display: block;
  }

  .half-block {
    margin-right: 0;
  }

  .featured {
    margin-top: 51px;
    margin-bottom: 48px;
  }

  .regular {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8.ricor {
    text-align: center;
    margin-left: 0;
    position: static;
  }

  .heading-8.oneshot {
    text-align: center;
    margin-left: 0;
    display: block;
    position: static;
  }

  .button-back {
    background-color: var(--orange);
    color: var(--dark-slate-grey);
    margin: 10px 9px;
  }

  .separator-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .teacher-bio-container {
    min-height: auto;
    margin-bottom: 50px;
  }

  .nav-link-mobile {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  }

  .nav-link-mobile.evidente {
    border: 1px solid var(--dark-slate-grey);
    border-radius: 10px;
    margin-bottom: 13px;
    padding-left: 73px;
    padding-right: 73px;
  }

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

  .paragraph-6 {
    text-align: center;
  }

  .map {
    height: 300px;
  }

  .slider-2 {
    height: 500px;
  }

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

  .single-lezione {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lesson-datas {
    margin-right: 0;
  }

  .teacher-single {
    display: none;
  }

  .collection-list-wrapper-7 {
    width: 100vw;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .text-block-16 {
    padding-left: 40px;
  }

  .general-wrapper {
    padding: 32px 10px;
  }

  .questions-block {
    width: 90%;
  }

  .titolo-sezione {
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .button-link-cover {
    margin-top: auto;
    padding-top: 0;
  }

  .label-container {
    display: none;
  }

  .overlay-2 {
    position: absolute;
  }

  .rightside {
    flex: none;
    width: 100%;
    height: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .pagewrapper {
    display: block;
  }

  .leftside {
    flex-direction: row;
    width: 100%;
    height: 400px;
    display: flex;
  }

  .contentwrapper {
    overflow: visible;
  }

  .menuwrapper {
    width: 100%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    height: 95vh;
    padding-top: 0;
  }

  .section.scuola {
    height: 80vh;
  }

  .section.corsi {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.intro {
    padding-bottom: 10px;
  }

  .section.hero-reduce {
    height: 60vh;
  }

  .section.hero-reduce.chi-siamo {
    padding-top: 0;
  }

  .section.staff {
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-end;
    height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.evento-singolo {
    height: 300px;
  }

  .section.iscrizione {
    padding-bottom: 0;
  }

  .section.renny {
    height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.video {
    margin-top: 62px;
  }

  .background-video.home {
    padding-left: 29px;
    padding-right: 29px;
  }

  .navbar {
    display: none;
  }

  .nav-link.inside-footer {
    text-align: center;
    font-weight: 400;
  }

  .nav-link.inside-footer.dx {
    text-align: center;
  }

  .nav-link.inside-footer.enfasi {
    background-color: var(--orange);
    color: var(--black);
    border-radius: 10px;
  }

  .nav-link.inside-footer.hide-desktop {
    display: block;
  }

  .container-singolo-corso {
    width: 100vw;
  }

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

  .div-block {
    border-bottom-right-radius: 0;
    height: 500px;
    display: none;
  }

  .heading {
    text-align: left;
    width: 50vw;
    font-size: 25px;
    line-height: 30px;
  }

  .heading.white.ridotto {
    width: 100%;
    font-size: 20px;
  }

  .heading.white.home {
    width: 90vw;
    padding-top: 0;
    font-size: 22px;
    line-height: 40px;
  }

  .heading.corsiteachername {
    text-align: center;
    width: 80vw;
  }

  .heading.pagetitle {
    text-align: center;
    width: 100%;
  }

  .heading.pagetitle.evento {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph.corsi {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.intro {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .paragraph.intro.corso {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 29px;
  }

  .paragraph.intro.introlivelli {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph.festival {
    width: 100%;
    font-size: 20px;
  }

  .paragraph.white.spaced.reduce {
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-2 {
    padding: 0 10px 20px;
  }

  .title-bar {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }

  .sottotitolo {
    text-align: center;
    width: 95vw;
    font-size: 15px;
    line-height: 20px;
  }

  .sottotitolo.corso {
    text-align: left;
    width: 40vw;
  }

  .div-block-3 {
    width: 97%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-holder.relative {
    position: static;
  }

  .button-holder.back {
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
  }

  .titolo-corso {
    text-align: center;
  }

  .overlay {
    z-index: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 20px;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 1px 1px 3px #000;
  }

  .insegnanti-card {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    overflow: hidden;
  }

  .insegnanti-card.full {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    flex-direction: column;
  }

  .insegnante-picture {
    width: 60px;
    height: 60px;
  }

  .insegnante-picture.fullcardimage {
    width: 200px;
    height: 200px;
  }

  .collection-list-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }

  .button-2.card-reduced {
    border-style: solid none none solid;
    border-color: var(--orange);
    background-color: rgba(0, 0, 0, 0);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 7px 20px;
    font-style: normal;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .button-2.event.invertito {
    margin-top: 26px;
  }

  .button-2.reveal-livelli {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .seme {
    display: none;
  }

  .seme.fullcard {
    display: block;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .collection-list-wrapper-2 {
    width: 95%;
  }

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

  .collection-list-2 {
    flex-direction: column;
    align-items: center;
  }

  .heading-2.titolo-livello-corso {
    text-align: center;
  }

  .separator.gif {
    opacity: 1;
    background-image: url('../images/dance-3.gif');
    background-position: 50%;
    background-size: cover;
    border-radius: 100px;
    width: 60px;
    height: 60px;
  }

  .separator.gif._2 {
    background-image: url('../images/dance-4.gif');
  }

  .separator.gif._3 {
    background-image: url('../images/dance-5.gif');
  }

  .separator.gif.su {
    background-image: url('../images/su.gif');
  }

  .insegnante-nome {
    padding-left: 14px;
  }

  .insegnante-nome.full-card-name {
    padding-left: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .button-4 {
    text-align: center;
    width: 80%;
  }

  .footer {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .background-video-2 {
    justify-content: flex-end;
  }

  .heading-3 {
    font-size: 22px;
    overflow: visible;
  }

  .heading-3.staff {
    margin-bottom: 20px;
  }

  .text-block-2 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
  }

  .titolo-pagina-wrapper {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(rgba(141, 141, 141, 0), #fff 74%);
    width: 100%;
    margin-top: 0;
    padding: 73px 10px 20px;
  }

  .collection-item {
    width: auto;
  }

  .festival-container {
    height: auto;
  }

  .single-festival-container {
    padding: 106px 10px;
  }

  .collection-item-2 {
    height: auto;
  }

  .festival-titel {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 50px;
    line-height: 50px;
  }

  .h4-festival {
    text-align: center;
    font-size: 25px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .section-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.hide {
    height: auto;
    display: none;
  }

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

  .featured-block.news {
    object-fit: fill;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: auto;
    overflow: auto;
  }

  .featured-block.events {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: none;
    background-size: auto;
    background-clip: border-box;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

  .featured-block.events.card.fixed {
    background-image: none;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .label-container {
    position: static;
  }

  .label {
    display: none;
  }

  .label.black {
    margin-top: 20px;
  }

  .feature-content {
    flex-wrap: nowrap;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .collection-item-home {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    display: block;
    overflow: visible;
  }

  .pages-title-holder {
    width: 90vw;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .post-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-content h1 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .personal-container {
    width: 100vw;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .slide-3 {
    background-position: 50%;
  }

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

  .pagename {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .rightside {
    flex: none;
    width: 100%;
    padding: 30px 0 0;
    display: block;
    overflow: visible;
  }

  .chapterlink {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .63);
    background-image: none;
    width: 80px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 6px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }

  .booklink {
    text-align: center;
    margin-right: 0;
    padding: 9px 8px;
    font-size: 12px;
    line-height: 15px;
  }

  .menuindexcontainer {
    font-size: 13px;
  }

  .menu-index {
    margin-top: 9px;
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 300;
  }

  .menu-index.w--current {
    font-size: 17px;
  }

  .logo {
    margin: 10px 25px;
  }

  .pagewrapper {
    position: static;
  }

  .heading-6.menu {
    margin-top: -2px;
    margin-bottom: 13px;
    font-size: 20px;
  }

  .slider {
    height: 400px;
    margin-bottom: 32px;
  }

  .buttoncontacs {
    margin-bottom: 5px;
  }

  .close {
    background-image: none;
    padding: 0;
  }

  .footertext {
    font-size: 12px;
    line-height: 20px;
  }

  .slide {
    background-position: 0 0;
  }

  .leftside.single-people {
    height: 90vh;
    display: block;
  }

  .virtual-tour {
    display: none;
  }

  .contentwrapper {
    display: block;
  }

  .contentwrapper.centercontent {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 11%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .text-block-3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .contactholder {
    flex-direction: column;
    margin-top: 19px;
    margin-bottom: 15px;
    padding-top: 0;
    display: flex;
  }

  .slide-2 {
    background-position: 50%;
  }

  .menuwrapper {
    transform: translate(-100%);
  }

  .buttonwrapper {
    flex-direction: row;
    margin-top: 38px;
    position: absolute;
    top: auto;
    bottom: 11%;
    left: 0%;
    right: 0%;
  }

  .image-3 {
    display: none;
  }

  .pagecontent {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .intestazionepagina {
    display: flex;
    position: relative;
  }

  .single-insegnanti-title-block {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 95%;
    height: auto;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .collection-item-6 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .collection-list-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-mobile {
    background-color: rgba(0, 0, 0, .59);
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .simbolo-container {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
    display: flex;
  }

  .half-block {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
  }

  .regular {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-8.ricor {
    margin-top: 20px;
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    position: static;
  }

  .heading-8.oneshot {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    position: static;
  }

  .event-image-circle {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 150px;
    width: 120px;
    height: 120px;
  }

  .collection-item-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-back {
    background-color: var(--orange);
    color: var(--dark-slate-grey);
    margin: 10px 9px;
  }

  .separator-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .teacher-bio-container {
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-mobile {
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    display: block;
  }

  .nav-link-mobile.w--current {
    color: #411407;
    display: block;
  }

  .nav-link-mobile.evidente {
    border: 1px solid #00c25e;
    border-radius: 20px;
    margin: 14px;
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, .95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .title-home {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
  }

  .title-home.slogan {
    font-size: 25px;
  }

  .div-block-5 {
    width: 70px;
    height: 70px;
    display: none;
  }

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

  .map-event-grid {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 49px;
  }

  .event-infos {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .div-block-8 {
    padding-bottom: 0;
    padding-left: 27px;
    padding-right: 27px;
  }

  .grid-7 {
    width: 100vw;
  }

  .heading-10 {
    text-align: center;
    font-size: 20px;
    display: block;
  }

  .paragraph-6 {
    text-align: left;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .slider-2 {
    width: 100vw;
  }

  .div-block-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

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

  .grid-8 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 46px;
  }

  .single-lezione {
    color: #000;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

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

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

  .lesson-datas {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teacher-holder {
    justify-content: center;
    margin-top: 12px;
  }

  .teacher-single {
    width: 120px;
    display: flex;
  }

  .teacher-photo {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
    display: flex;
  }

  .teacher-photo.luca {
    display: flex;
  }

  .weekname {
    font-size: 25px;
  }

  .heading-12 {
    text-align: center;
    margin-top: 0;
    font-size: 15px;
  }

  .heading-13 {
    text-align: center;
    margin-bottom: 0;
  }

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

  .day-select {
    margin-top: 89px;
    display: flex;
  }

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

  .dropdown {
    text-align: center;
    width: 90%;
  }

  .heading-14.centered {
    text-align: center;
  }

  .collection-list-wrapper-7 {
    width: 100vw;
  }

  .html-embed {
    height: 400px;
  }

  .form-evento {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 46px;
  }

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

  .submit-button {
    background-color: #005e75;
    border-radius: 12px;
  }

  .messaggio-form {
    color: #444;
    text-align: center;
    margin-bottom: 10px;
    font-style: normal;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-8 {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .meme {
    background-position: 70%;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  .container-5 {
    background-color: var(--dark-slate-grey);
    flex-direction: row;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .div-block-12 {
    background-image: none;
    flex: 0 auto;
    align-items: flex-start;
    width: 50vw;
    padding-left: 0;
    padding-right: 0;
  }

  .cta1 {
    font-size: 17px;
  }

  .heading-16 {
    text-transform: uppercase;
    flex-wrap: nowrap;
    flex: 0 auto;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .credits-block {
    margin-top: 61px;
  }

  .brand {
    margin-top: 5px;
  }

  .brand.w--current {
    margin-top: 4px;
  }

  .icon {
    color: rgba(255, 255, 255, .89);
  }

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

  .torna-su {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 62px;
    display: flex;
  }

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

  .heading-18 {
    font-size: 20px;
    font-weight: 400;
  }

  .titolo-post {
    font-size: 25px;
  }

  .blog-title-block {
    width: 90%;
    height: auto;
    padding-top: 19px;
    padding-bottom: 19px;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .related-post {
    margin-bottom: 33px;
  }

  .titolo-articoli-recenti {
    font-size: 20px;
  }

  .feature-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-container {
    border-top-right-radius: 0;
    padding-bottom: 37px;
    padding-right: 0;
  }

  .feature-image-mask {
    width: 100%;
  }

  .hero-magazine {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: cover;
    display: none;
  }

  .hero-magazine.mobile {
    height: auto;
    padding-top: 65px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-20 {
    color: var(--black);
    text-align: center;
    text-shadow: none;
    font-size: 25px;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .heading-21 {
    font-size: 28px;
  }

  .magazine-issue {
    margin-bottom: 41px;
  }

  .collection-item-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video {
    width: 100vw;
  }

  .centered-container-2 {
    text-align: left;
  }

  .heading-22 {
    font-size: 20px;
  }

  .general-wrapper {
    margin-top: 27px;
    padding: 17px 0;
  }

  .titolo-sezione {
    text-align: center;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 25px;
    line-height: 30px;
  }

  .collection-list-11 {
    grid-template-columns: 1fr;
  }

  .rapper-livelli {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_52090e29-0fc9-1748-ec8d-7e231f466279-d56ca6f8 {
  order: 0;
}

#w-node-_9c52e465-86f0-9a39-a768-b7e25cd0cb4d-d3a11361, #w-node-_7c7b3e67-fcce-627f-da73-017bc4437c71-d3a11361 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be92aaa4-f100-c510-b0a2-c3d20e8d3888-90ae8af4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d55283bc-0774-778c-545b-1d9da4793f81-44a87553 {
  justify-self: auto;
}

#w-node-afaa08ed-662d-4dc6-ec57-dad5f8223217-44a87553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_500fa4fc-cc67-4aa0-691e-85521f1b70a2-44a87553, #w-node-ba8ce1e9-0808-6f8f-8f85-3d1e5549187b-44a87553 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24fc0256-d55d-9563-f480-97aa2ca1197a-44a87553 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_500fa4fc-cc67-4aa0-691e-85521f1b70a2-44a87553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c5dac42-3c6c-1bf5-a733-77da0de3bdd8-364ec755, #w-node-_1c5dac42-3c6c-1bf5-a733-77da0de3bdda-364ec755, #w-node-_1c5dac42-3c6c-1bf5-a733-77da0de3bddf-364ec755 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c5dac42-3c6c-1bf5-a733-77da0de3bde1-364ec755 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be92aaa4-f100-c510-b0a2-c3d20e8d3888-90ae8af4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86673616-819f-1c9b-9d66-d982f98e03ef-90ae8af4 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_500fa4fc-cc67-4aa0-691e-85521f1b70a2-44a87553, #w-node-ba8ce1e9-0808-6f8f-8f85-3d1e5549187b-44a87553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c5dac42-3c6c-1bf5-a733-77da0de3bdce-364ec755, #w-node-_1c5dac42-3c6c-1bf5-a733-77da0de3bdd5-364ec755, #w-node-_1c5dac42-3c6c-1bf5-a733-77da0de3bddc-364ec755 {
    grid-column: span 1 / span 1;
  }
}


