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

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

body {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

a {
  color: #ebebeb;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  font-size: 1.05em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.b-nav-dropdown {
  background-color: rgba(255, 255, 255, .15);
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-content {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-content {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.c-nav {
  z-index: 9999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._w-nav {
  padding: 20px 2.5%;
}

.c-nav-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

.c-nav-contact {
  z-index: 5001;
  margin-right: 40px;
  position: relative;
}

.cloneable-area {
  position: relative;
}

.c-nav-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-nav-contact-link-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: relative;
}

.c-nav-contact-link-text.default {
  color: #131313;
}

.c-nav-contact-link-text.focus {
  color: #69e1e2;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.b-nav-menu-btn {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.b-nav-menu-btn.default {
  position: relative;
}

.c-nav-menu-btn-icon {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-nav-menu-btn-icon {
  width: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  height: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-menu-btn-line {
  width: 100%;
  height: 2px;
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  width: 70%;
}

.c-body-content {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

._w-body-content {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  position: relative;
}

.c-content-subheader {
  margin-bottom: 10px;
}

.content-subheader-text {
  color: #26a2a3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.b-body-content {
  width: 60%;
}

.c-content-main-description {
  color: #fff;
  margin-bottom: 40px;
}

.c-content-header {
  margin-bottom: 40px;
}

.content-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2em;
  line-height: 1em;
}

.content-paragraph {
  font-size: 1.2em;
  line-height: 1.3em;
}

.green-text {
  color: #55bea3;
}

._w-content-btn {
  display: inline-block;
}

.c-content-btn-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-content-btn-details {
  position: relative;
}

._w-content-btn-details {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

._w-content-btn-details.focus {
  background-image: linear-gradient(45deg, #25a2a3, #58c0a3);
  border-radius: 5px;
  position: absolute;
}

.content-btn-details-text {
  margin-right: 10px;
}

.content-btn-details-icon {
  height: 15px;
}

.content-btn-details-icon.default {
  opacity: .75;
}

.c-body-content-bg-circle {
  z-index: 1;
  width: 60vw;
  height: 60vw;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 99999px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 40%;
  right: auto;
}

.c-body-content-bg-text {
  z-index: 2;
  color: #222;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25vw;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: auto;
  transform: translate(0, -50%)rotate(-90deg);
}

.c-nav-menu-overlay {
  z-index: 5000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-nav-menu-overlay-bg {
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 2.5%;
}

.nav-menu-overlay-bg {
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
}

.nav-menu-btn-close-icon {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.c-nav-menu-content {
  z-index: 1000;
  width: 90%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-col-menu-links {
  flex: 1;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-menu-item-number {
  z-index: auto;
  margin-right: 20px;
  display: block;
  position: absolute;
}

.c-menu-item-text {
  position: relative;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 900;
  display: none;
}

.menu-item-text {
  letter-spacing: 1px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

._w-col-menu-links {
  display: inline-block;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.nav-social-contact-item-link-text {
  color: #999;
  text-decoration: underline;
}

.nav-social-contact-item-link-text.default {
  color: #888;
  position: relative;
}

.nav-social-contact-item-link-text.focus {
  color: #c30000;
  position: absolute;
  top: auto;
}

.c-nav-social-address {
  margin-bottom: 20px;
}

.c-nav-social-media-item {
  padding: 5px;
  display: inline-block;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

._w-nav-social-media-link {
  padding: 5px;
  position: relative;
}

._w-nav-social-media-link.focus {
  background-image: linear-gradient(45deg, #c30000, #c43a3a);
  border-radius: 5px;
  position: absolute;
}

.nav-social-media-link-icon {
  height: 20px;
}

.nav-social-media-link-icon.default {
  opacity: .5;
}

.nav-social-media-link-icon.focus {
  opacity: 1;
}

.co-created {
  z-index: 99998;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 10px;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-divider {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #eee;
  margin-top: 10px;
  margin-bottom: 20px;
}

._w-help-btn {
  background-color: rgba(19, 19, 19, .15);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px rgba(19, 19, 19, .15);
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

._w-faq {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(19, 19, 19, .2);
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

._w-howto-close {
  width: 35px;
  height: 35px;
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help {
  z-index: 99999;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.b-help-btn {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.close-menu {
  position: relative;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.c-faq {
  z-index: 99999;
  width: 400px;
  align-items: flex-start;
  padding: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-header {
  padding-right: 40px;
}

.hero-section {
  width: auto;
  height: 90vh;
  object-fit: fill;
  position: static;
  overflow: visible;
}

.hero-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.call-to-action-div {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #181313;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-2 {
  width: 110%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.button {
  color: #181313;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #181313;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.button:hover {
  color: #eee;
  background-color: #181313;
  font-weight: 600;
}

.button.black {
  color: #ebebeb;
  border-color: #ebebeb;
}

.button.black:hover {
  color: #333;
  background-color: #ebebeb;
}

.button.reverse {
  color: #ebebeb;
  background-color: #333;
  border-color: #333;
  margin-top: auto;
}

.button.reverse:hover {
  color: #333;
  background-color: #ebebeb;
}

.button.skype {
  color: #3dbfe8;
  background-color: #ebebeb;
  border-style: none;
}

.image-div {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-hero {
  height: 100%;
  max-width: none;
  overflow: visible;
}

.body {
  color: #ebebeb;
  background-color: #19181c;
  font-family: Jost, sans-serif;
}

.image-15 {
  opacity: .8;
  margin-bottom: auto;
}

.image-16 {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-logo-home {
  z-index: 200;
  width: 100%;
  height: 20vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Jolly Lodger, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-100vh {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.header-div-wid {
  height: 10%;
  padding: 20px 40px;
}

.header-div-wid.bio {
  width: auto;
  color: #19181c;
  background-color: #ebebeb;
  position: relative;
  top: 0;
  overflow: hidden;
}

.heading-6 {
  color: #333;
  text-align: right;
  border-bottom: 1px solid #333;
  margin-left: 750px;
}

.heading-6.bio {
  color: #ebebeb;
  border-bottom-color: #ebebeb;
}

.wrapper-what-i-do {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.column {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-2 {
  height: 100%;
  color: #ebebeb;
  background-color: #333;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-3 {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sponsor-section {
  width: auto;
  color: #ebebeb;
  background-color: #ebebeb;
  flex-direction: column;
  display: flex;
}

.heading-sponsor {
  color: #19181c;
}

.wrapper-logo-sponsor {
  width: 100vw;
  height: 10vh;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.logo-sponsor {
  max-width: 12vh;
}

.logo-sponsor.against {
  filter: none;
}

.logo-sponsor.little {
  max-width: 9vh;
}

.heading-7 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 19px;
  font-weight: 400;
}

.sectionbio-disco {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wrapper-sticky {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wrapper-static-div {
  width: 40%;
  height: 100vh;
  color: #ebebeb;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-disco {
  width: 60%;
  height: auto;
  display: block;
}

.header-bio {
  color: #ebebeb;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

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

.wrapper-drumsticl {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.wrapper-disco-info {
  height: 100vh;
  flex-direction: column;
  display: flex;
}

.wrapper-scrolling-div {
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 230px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  transform: perspective(412px);
}

.wrapper-scrolling-div.white-noise {
  color: #ebebeb;
}

.wrapper-scrolling-div.chaoswave {
  background-image: none;
}

.wrapper-scrolling-div.dead {
  background-image: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0), #fff), url('../images/Chaoswave-2.jpg');
}

.wrapper-scrolling-div.plagues {
  color: #ebebeb;
  background-image: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0), #151515), url('../images/Iced-Earth.jpg');
}

.wrapper-scrolling-div.one-machine {
  color: #ebebeb;
  background-image: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0), #050608), url('../images/One-Machine.jpg');
}

.wrapper-scrolling-div.jaded {
  color: #ebebeb;
  background-image: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0), #080a0a), url('../images/Jaded-star.jpg');
}

.wrapper-scrolling-div.cripple {
  color: #ebebeb;
  background-image: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0), #1d1511), url('../images/cripple-bastards-la-fine-cresce-da-dentro-2018-500x500.jpg');
}

.div-description-disco {
  height: 40%;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-disco {
  max-width: 350px;
  min-width: 350px;
  box-shadow: 1px 1px 20px 2px #333;
}

.subheading-disco {
  margin-top: 0;
}

.heading-disco {
  margin-bottom: 0;
}

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

.div-block-2 {
  height: 100vh;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 5px;
}

.section-contact {
  width: 100%;
  height: 100vh;
  color: #ebebeb;
  flex-direction: column;
  align-items: center;
  display: block;
  position: relative;
}

.div-youtube-subscribe {
  width: 100%;
  height: auto;
  max-height: 9vh;
  min-height: 7vh;
  color: #ebebeb;
  background-color: #c4302b;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image-18 {
  max-width: 5vh;
  filter: invert();
  margin-left: 20px;
  margin-right: 20px;
}

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

.div-block-4 {
  height: 50%;
  overflow: hidden;
}

.video {
  width: auto;
  height: auto;
  max-height: 120px;
  position: static;
  overflow: hidden;
}

.html-embed {
  justify-content: center;
  display: flex;
}

.wrapper-contact {
  height: 100%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.divcontact {
  color: #ebebeb;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.link-contact {
  color: #333;
  margin-bottom: 5px;
}

.div-logo {
  width: auto;
  color: #ebebeb;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-family: Jolly Lodger, sans-serif;
  display: flex;
}

.background-video {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), radial-gradient(circle, rgba(0, 0, 0, 0), #fff 80%);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.icon-contact {
  height: auto;
  max-height: 30px;
  filter: invert();
  margin-bottom: 10px;
  transition: opacity .2s;
}

.icon-contact:hover {
  opacity: .8;
}

.text-block {
  color: #ebebeb;
}

.footer-heading {
  color: #ebebeb;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-logo-link {
  max-height: 100px;
  min-width: 60px;
  flex: 0 auto;
}

.wrapper-ico {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.wrapper-ico.footer {
  width: auto;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-flex-container {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link-icon.footer {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  color: #707070;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #19181c;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.gradient-div {
  background-image: linear-gradient(to right, #19181c, rgba(0, 0, 0, 0) 52%), linear-gradient(to top, #19181c 2%, rgba(0, 0, 0, 0) 17%);
  transition: all .25s ease-in;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-28.w--current {
  width: auto;
  height: 8vh;
  flex-direction: row;
}

.divisorio-menu {
  width: auto;
  height: 1px;
  background-color: rgba(15, 15, 15, .96);
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-menu {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-menu:focus {
  font-weight: 700;
}

.menu-social {
  width: auto;
  height: auto;
  clear: none;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.social-icon {
  transition: all .3s cubic-bezier(.785, .135, .421, 1.213);
}

.social-icon:hover {
  filter: invert();
  border: 0 solid #f4ad1a;
  border-radius: 20px;
  margin-right: 0;
  transform: scale(1.3);
}

.image-55 {
  max-height: 8vh;
  margin-left: 20px;
}

.hamburger-icon {
  color: #333;
  margin-left: auto;
  margin-right: auto;
  font-size: 31px;
  display: block;
  position: relative;
  left: auto;
}

.hamburger-icon:hover {
  color: #c30000;
}

.html-embed-2 {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0 2px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar {
  z-index: 100;
  width: 100%;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  height: 10vh;
  color: #333;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-toggle:hover {
  color: #c30000;
  background-color: rgba(0, 0, 0, 0);
}

.link-block-27 {
  width: 90%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-menu {
  width: 100%;
  height: auto;
  color: rgba(15, 15, 15, .96);
  font-size: 15px;
  transition: all .2s;
}

.link-menu:hover {
  transform: translate(10px);
}

.link-menu:focus, .link-menu.w--current {
  font-weight: 800;
}

.link-block-13 {
  flex-direction: row;
  margin: 3px 5px;
  display: block;
}

.link-block-15 {
  margin: 3px 5px;
}

.logo-menu {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list {
  width: 100vw;
}

.dropdown-list.w--open {
  z-index: 100;
  height: 90vh;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
  position: fixed;
  top: 9%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.drop-menu {
  width: 70%;
  height: 100%;
  color: rgba(15, 15, 15, .96);
  background-color: #ddd;
  padding: 20px 40px;
}

.social-menu {
  width: 30%;
  height: 100%;
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  z-index: 100;
  height: 100vh;
  background-color: #333;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-nav-link {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px 20px;
  display: flex;
}

.link-block-nav {
  width: 100%;
  height: 13%;
  color: rgba(235, 235, 235, .68);
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 10px 20px 0 40px;
  font-size: 58px;
  font-weight: 600;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1), color 50ms;
  display: flex;
}

.link-block-nav:hover {
  width: 100%;
  color: #ebebeb;
  font-size: 60px;
  font-weight: 600;
  display: flex;
  transform: translate(40px);
}

.text-link-nav {
  display: inline;
}

.div-block-7 {
  width: 30%;
}

.logo-menu-raphael {
  height: 60%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-menu {
  height: 30%;
  color: #ebebeb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-contact-menu {
  color: rgba(235, 235, 235, .68);
  margin-bottom: 20px;
}

.link-contact-menu:hover {
  opacity: 1;
  color: #ebebeb;
  text-transform: none;
  border-bottom: 2px #c30000;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-block-2 {
  color: rgba(235, 235, 235, .68);
}

.div-social-link {
  width: 55%;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.image-56, .image-57, .image-58 {
  max-width: 25px;
}

.link-block-social {
  width: 33%;
  opacity: .57;
}

.link-block-social:hover {
  opacity: 1;
}

.div-hamburger {
  z-index: 500;
  width: auto;
  height: auto;
  max-width: 30vh;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lottie-hamburger {
  width: auto;
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 500px;
  padding: 0;
  position: static;
}

.wrapper-show-disco {
  display: none;
}

.section-header-idd {
  width: 100%;
  height: 100vh;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-idd {
  width: auto;
  margin-left: 50px;
}

.text-span {
  font-size: 60px;
  font-weight: 900;
}

.heading-12 {
  text-align: justify;
  font-size: 37px;
}

.text-span-2 {
  font-size: 38px;
  font-weight: 200;
}

.video-idd {
  z-index: 100;
  width: 400px;
  height: 400px;
  border-radius: 50px;
  margin-right: 20px;
  position: absolute;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-idd._2 {
  z-index: 50;
  width: 100px;
  height: 100px;
  top: 30%;
  left: 528px;
}

.video-idd._3 {
  width: 50px;
  height: 50px;
  top: 82%;
  right: 3%;
}

.bg-video-out {
  width: 400px;
  height: 400px;
  border-radius: 210px;
}

.bg-video-out.rear {
  width: 100px;
  height: 100px;
}

.bg-video-out.rear._2 {
  width: 50px;
  height: 50px;
}

.div-skype {
  width: 57%;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.link-block-29 {
  width: 10%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.link-block-29:hover {
  width: 10%;
  opacity: .74;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-image-hero {
  width: 90%;
  height: 100vh;
  background-image: linear-gradient(to right, #ebebeb 1%, rgba(0, 0, 0, 0) 52%), url('../images/006---BillyBio---JeraDSCF1897.jpg');
  background-position: 0 0, 78%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fefffe 11%, rgba(0, 0, 0, 0) 41%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient.upper {
  background-image: linear-gradient(#fefffe 38%, rgba(0, 0, 0, 0) 61%);
}

.section-about-idd {
  height: 100vh;
  justify-content: center;
  display: flex;
}

.wrapper-about-idd {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.wrapper-about-idd.sx {
  color: #ebebeb;
  background-color: #333;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-5 {
  width: auto;
  text-align: justify;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.header-about-idd {
  margin-top: 0;
  font-size: 40px;
}

.paragraph-6 {
  color: #333;
  text-align: justify;
}

.section-program-idd {
  height: auto;
  flex-direction: column;
  display: flex;
}

.header-programs-idd {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-programs-idd {
  height: 100%;
  justify-content: space-around;
  display: flex;
}

.div-programs-idd {
  width: 25%;
  height: 100%;
  color: #333;
  text-align: justify;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-programs-idd.black {
  color: #ebebeb;
  background-color: #333;
}

.paragraph-7 {
  text-align: left;
  line-height: 2.4em;
}

.section-programs {
  height: 100vh;
  background-color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-programs.white {
  color: #ebebeb;
  background-color: #ebebeb;
}

.heading-13 {
  z-index: 20;
  color: #ebebeb;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 200;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-13.black {
  color: #333;
  margin-bottom: 30px;
  position: static;
}

.heading-13.tecnica {
  margin-bottom: 20px;
  position: static;
}

.div-programs {
  z-index: 50;
  width: 80%;
  height: 70%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraph-8 {
  width: 50%;
  direction: ltr;
  color: #ebebeb;
  text-align: center;
  letter-spacing: normal;
  column-count: auto;
  border-top: 1px solid #ebebeb;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 20px;
  font-weight: 200;
}

.paragraph-8.black {
  width: 50%;
  color: #333;
  border-top-color: #333;
  font-weight: 300;
}

.heading-programs {
  z-index: 70;
  color: #ebebeb;
  margin-right: 20px;
  padding-top: 10px;
  font-weight: 200;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-programs.black {
  color: #333;
}

.link-next {
  z-index: 60;
  width: 10vh;
  height: 5vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-next {
  color: rgba(235, 235, 235, .75);
}

.text-next.black {
  color: rgba(51, 51, 51, .75);
}

.section-curriculum {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.body-2 {
  background-color: #ebebeb;
}

.wrapper-curriculum {
  height: 50vh;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper-curriculum.black {
  color: #ebebeb;
  background-color: #333;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.div-paragraph-curriculum {
  margin-bottom: 40px;
  margin-left: 20px;
}

.text-curriculum {
  text-align: right;
  font-size: 30px;
  font-weight: 900;
}

.text-curriculum.dx {
  text-align: left;
}

.heading-curriculum {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}

.section-review {
  height: 50vh;
  color: #ebebeb;
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.wrapper-review {
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slider-review {
  width: 100%;
  height: 80%;
  color: #ebebeb;
  background-color: #333;
  display: flex;
}

.paragraph-9 {
  width: 80%;
  text-align: center;
  align-items: center;
  display: flex;
}

.div-review {
  height: 100%;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-skype {
  height: 100vh;
  color: #fff;
  background-color: #3dbfe8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-skype.front {
  flex-direction: column;
}

.heading-14 {
  font-size: 55px;
}

.button-skype {
  color: #333;
  background-color: #ebebeb;
  border-radius: 20px;
  margin-top: 20px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.button-skype:hover {
  font-weight: 800;
}

.div-block-11 {
  width: 100vw;
  height: auto;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-skype-info {
  width: 50vw;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-skype-info.white {
  color: #333;
  text-align: left;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-10, .paragraph-11 {
  text-align: justify;
}

.link-block-skype {
  width: 80px;
  border: 1px #000;
  border-radius: 50px;
  box-shadow: 0 0 20px 9px #ebebeb;
}

.link-block-skype:hover {
  box-shadow: 0 0 40px 20px #ebebeb;
}

.div-link-skype {
  width: 100%;
  justify-content: center;
  margin-top: 75px;
  display: flex;
}

.section-faq {
  height: 60vh;
  color: #ebebeb;
  background-color: #333;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-faq {
  width: 33vw;
  height: 45vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-faq.white {
  height: 45vh;
  color: #333;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper-faq {
  display: flex;
}

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

.image-60 {
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-idd {
  z-index: 100;
  width: 40vw;
  height: 10vh;
  color: #333;
  background-color: rgba(235, 235, 235, .91);
  border-bottom: 1px solid #333;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -90px);
}

.link-menu-idd {
  width: 25%;
  height: 100%;
  color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-menu-idd {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.text-menu-idd:hover {
  font-weight: 800;
}

.image-61 {
  height: 100vh;
  max-width: none;
}

.link-block-sponsor {
  width: 20%;
  max-width: none;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

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

.heading-studieremo {
  font-size: 19px;
}

.button-scrolldown {
  width: 100%;
  color: #333;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  margin-top: 124px;
  transition-timing-function: ease-in;
  display: flex;
}

.button-scrolldown:hover {
  color: #ebebeb;
  background-color: #333;
  border: 2px solid #ebebeb;
  box-shadow: inset 0 0 5px #ebebeb;
}

.link-curriculum {
  width: 100%;
  justify-content: center;
  margin-top: 5px;
  font-size: 15px;
  display: flex;
}

.link-curriculum:hover {
  font-size: 14px;
}

.blue-text {
  color: #3dbfe8;
}

.black-text {
  color: #333;
}

.navbar-logo-left {
  color: #1f1f1f;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-height: 12vh;
  max-width: 1140px;
  color: #ebebeb;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  color: #ebebeb;
}

.navbar-brand:hover {
  font-size: 1em;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #ebebeb;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffe38f;
}

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

.nav-link[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-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon {
  color: #ebebeb;
  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-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link-accent {
  color: #ebebeb;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.text-block-3 {
  color: #ebebeb;
}

.link-nav {
  align-items: center;
  margin-right: 30px;
  font-size: 17px;
  line-height: 1;
  display: flex;
}

.link-nav:hover {
  color: #ffe38f;
  font-size: 17px;
}

.link-nav:focus {
  color: #ffe38f;
}

.list-item {
  margin-right: 30px;
}

.button-principal {
  outline-offset: 0px;
  color: #1f1e22;
  cursor: pointer;
  background-color: #ffe38f;
  border-radius: 20px;
  outline: 3px solid #19181c;
  padding: 8px 30px;
  font-weight: 500;
  transition-timing-function: ease-in;
}

.button-principal:hover {
  outline-offset: 0px;
  color: #ebebeb;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  outline: 3px solid #ffe38f;
  padding: 8px 30px;
  font-size: 1em;
  font-weight: 500;
}

.social-logo {
  max-width: 9vw;
  margin-left: 15px;
  margin-right: 15px;
}

.social-logo:hover {
  opacity: .6;
}

.social-logo-img {
  max-height: 3vh;
  max-width: none;
}

.social-logo-img.yt {
  max-height: 4vh;
}

.list-social {
  height: 7vh;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.list-item-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.wrapper-heading-hero {
  margin-bottom: 50px;
}

.heading-20 {
  font-weight: 300;
}

.wrapper-button-hero {
  width: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.secondary-cta {
  margin-top: 10px;
  font-weight: 200;
}

.button-secondary {
  outline-offset: 0px;
  cursor: pointer;
  background-color: #19181c;
  border-radius: 20px;
  outline: 3px solid #ffe38f;
  margin-top: 20px;
  padding: 8px 30px;
}

.button-secondary:hover {
  color: #19181c;
  background-color: #ffe38f;
  font-size: 1em;
}

.heading-21 {
  margin-top: 0;
}

.text-span-3 {
  color: #ffe38f;
}

.text-block-4 {
  align-items: flex-start;
  font-family: Jolly Lodger, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  display: block;
}

.text-span-4 {
  color: #ffe38f;
  font-size: 1.4em;
}

.div-heading-style {
  width: 70%;
  height: 10%;
  color: #19181c;
  background-color: #ffe38f;
  border-radius: 20px 0 0 20px;
  align-items: center;
  margin-top: 30px;
  padding-left: 20px;
  display: flex;
}

.heading-style {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.section-video {
  color: #19181c;
  background-color: #ebebeb;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  padding: 30px 20px 0;
}

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

.grid.big-right {
  grid-template-columns: .75fr 1fr;
}

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

.video-grid {
  opacity: 1;
  border-radius: 0;
}

.heading-section {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-16 {
  padding-left: 20px;
  padding-right: 20px;
}

.yellow {
  color: #ffe38f;
}

.wrapper-youtube {
  width: 90%;
  transform-style: preserve-3d;
  padding-right: 0;
  transition: all .2s ease-in;
  transform: rotateX(0)rotateY(-2deg)rotateZ(0);
  box-shadow: 1px 1px 12px 2px #000;
}

.wrapper-youtube:hover {
  transform: none;
}

.div-genre {
  width: 20%;
  height: 10%;
  color: #19181c;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-genre.black {
  color: #ebebeb;
}

.heading-genre {
  font-weight: 300;
}

.heading-bio {
  width: 100%;
  margin-bottom: 46px;
}

.heading-22 {
  color: #ebebeb;
  text-align: center;
  font-family: Jolly Lodger, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.div-paragraph {
  text-align: justify;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-paragraph.phone {
  display: none;
}

.imgae-fuul {
  height: 100%;
  background-color: #202020;
  background-image: url('../images/_MA_6484_web.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  box-shadow: inset 0 0 90px 40px #19181c;
}

.text-block-5 {
  z-index: 500;
  width: 30%;
  margin-top: 57px;
  margin-right: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-gradient {
  z-index: 400;
  background-image: linear-gradient(#19181c 7%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0) 76%, #19181c 96%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-23 {
  font-size: 50px;
}

.link-text {
  margin-bottom: 5px;
}

.link-text:hover {
  color: #ffe38f;
  font-size: 1em;
}

.paragraph-thin {
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-weight: 200;
}

.wrapper-link-footer {
  width: 70%;
  justify-content: space-around;
  display: flex;
}

.wrap {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.wrapper-left {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  display: flex;
}

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

.wrapper-nav-link {
  width: auto;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.text-bio {
  width: 45%;
  font-weight: 300;
}

.text-span-5 {
  color: #ebebeb;
}

.wrapper-yt {
  width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-genre {
  width: 50vw;
  height: 50vh;
  color: #edf4f2;
  background-color: #0b0000;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.wrapper-genre.groove {
  color: #0b0000;
  background-color: #ebebeb;
}

.wrapper-genre.hardcore {
  height: 100vh;
  background-color: #ffe38f;
  align-items: center;
}

.wrapper-genre.groove {
  height: 50vh;
  color: #0b0000;
  background-color: #ebebeb;
  position: relative;
}

.wrapper-genre.groove.breakin {
  align-items: center;
}

.wrapper-genre.hardcore {
  height: 50vh;
  background-color: #ffe38f;
  align-items: center;
}

.section-genre {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-genre.full {
  height: 100vh;
  margin-top: 0;
}

.section-genre.no_pad {
  margin-top: 0;
}

.html-embed-3 {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-genre {
  color: #19181c;
  text-align: center;
}

.paragraph-genre.black {
  color: #0b0000;
  font-weight: 500;
}

.paragraph-genre.white {
  color: #ebebeb;
}

.div-heading-genre.breakin {
  justify-content: center;
  display: flex;
}

.wrapper-player {
  width: 50vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper-player.groove {
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, rgba(0, 0, 0, .86), rgba(11, 0, 0, .78));
  background-position: 0 0;
}

.wrapper-player.death {
  background-image: radial-gradient(circle, #000, rgba(11, 0, 0, .78)), url('../images/chronic-hate.jpg');
}

.wrapper-player.hardcore {
  background-image: radial-gradient(circle, #000, rgba(11, 0, 0, .78)), url('../images/lastbreath.jpg');
}

.heading-genre-2 {
  text-align: center;
  font-family: Jolly Lodger, sans-serif;
  font-size: 60px;
  font-weight: 800;
  display: block;
}

.heading-genre-2.death {
  color: #ffe38f;
  line-height: 55px;
}

.heading-genre-2.hardcore {
  color: #0b0000;
  line-height: 55px;
}

.heading-genre-2.death {
  color: #ffe38f;
  line-height: 55px;
}

.text-secondary {
  font-weight: 300;
}

.wrapper-static-div-2 {
  width: 100%;
  height: 100vh;
  color: #ebebeb;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: 0;
}

.div-genre-2 {
  width: 20%;
  height: 10%;
  color: #19181c;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-youtube-subscribe-2 {
  width: 100%;
  height: auto;
  max-height: 9vh;
  min-height: 7vh;
  color: #ebebeb;
  background-color: #c4302b;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yellow-2 {
  color: #ffe38f;
}

.wrapper-scrolling-div-2 {
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 230px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  transform: perspective(412px);
}

.header-bio-2 {
  color: #ebebeb;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.wrap-scroll-lottie {
  width: 7vw;
  height: 10vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lottie-animation-2 {
  width: 60%;
  filter: invert();
}

.lottie-animation-2.black {
  filter: none;
}

.image-background {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #19181c 3%, rgba(0, 0, 0, 0) 63%), linear-gradient(rgba(0, 0, 0, 0) 72%, #19181c 97%), linear-gradient(#19181c, rgba(0, 0, 0, 0) 31%), url('../images/face-transp.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.text-span-6 {
  font-size: 70px;
}

.wrapper-gigs {
  max-height: 40vh;
  min-height: 35vh;
  background-color: #19181c;
  border-bottom: 2px solid #ebebeb;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 15px;
  display: flex;
  overflow: scroll;
}

.text-gig {
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 30px;
}

.text-span-7, .text-span-8 {
  color: #ffe38f;
}

.link-yt-sub {
  width: 100%;
  height: auto;
  max-height: 9vh;
  min-height: 7vh;
  color: #19181c;
  background-color: #ffe38f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-timing-function: cubic-bezier(.86, .352, .68, .53);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-yt-sub:hover {
  text-align: left;
  background-color: #c30000;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
}

.gradient-bio {
  display: none;
}

.text-span-9 {
  font-size: 1.5em;
}

.tex {
  text-align: center;
}

.text-center {
  text-align: center;
  margin-top: 17px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.whatsapp-chat {
  width: 300px;
  height: 315px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.top-section {
  height: 25%;
  color: #222;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-block {
  z-index: 800;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.livechat-button {
  width: 80%;
  height: 42px;
  background-color: #0aba50;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.livechat-button:hover {
  background-color: #333;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.chat-section {
  height: 50%;
  color: #222;
  background-color: #e6ddd4;
  background-image: url('../images/wsapp-bg.png');
  background-position: 0 0;
  background-size: auto;
  padding: 16px 20px;
}

.whatsapp-icon {
  max-width: 62%;
  filter: invert();
}

.close-live-chat-container {
  width: 10%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-icon-chat {
  max-width: 20%;
  border-radius: 40px;
  margin-right: 0;
}

.live-chat-top-text {
  letter-spacing: 0;
  padding-left: 14px;
  font-family: Jolly Lodger, sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #5e5e5e;
  text-align: left;
  border: 1px #000;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 23px;
}

.whatsapp-container {
  z-index: 30;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #ffe38f;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: #ebebeb;
  transform: scale(1.05);
}

.chat-block {
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}

.live-icon {
  width: 10px;
  height: 10px;
  background-color: #00b94a;
  border: 1px solid #222;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.live-chat-link {
  height: 25%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 11px;
}

.live-chat-bottom-text.block {
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

.html-embed-4 {
  width: 101vw;
  outline-offset: 0px;
  background-color: #19181c;
  border: 1px solid #19181c;
  border-radius: 0;
  outline: 3px #18171b;
}

.absolute-hiding {
  height: 50px;
  background-color: #19181c;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-form {
  height: 110vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-5 {
  object-fit: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-5.desktop {
  overflow: hidden;
}

.html-embed-5.phone, .html-embed-5.tablet {
  display: none;
}

.logo-breakin {
  max-width: 90%;
}

.text-span-10 {
  letter-spacing: 3px;
  font-size: 55px;
  line-height: 55px;
}

.div-thanks {
  height: 40vh;
  flex-direction: column;
  align-items: center;
  font-family: Jolly Lodger, sans-serif;
  display: flex;
}

.heading-24 {
  color: #ffe38f;
  margin-bottom: 65px;
  font-size: 110px;
}

.heading-25 {
  font-size: 50px;
}

.text-span-11 {
  color: #ffe38f;
}

.link-block-footer {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.link-block-footer:hover {
  font-size: 1em;
}

.text-orbit {
  color: #ffe38f;
  font-family: Orbit, sans-serif;
  line-height: 1.3;
}

.text-orbit:hover {
  color: #ebebeb;
}

.text-orbit.logo {
  height: auto;
  color: #ffe38f;
  font-size: 2em;
  line-height: 1.3;
  display: block;
}

.text-orbit.logo:hover {
  color: #ebebeb;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(255, 227, 143, .77);
}

.text-block-6 {
  display: inline;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .hero-section {
    overflow: hidden;
  }

  .call-to-action-div {
    z-index: 500;
    width: 90%;
    position: relative;
  }

  .call-to-action-div.suono {
    width: 70%;
  }

  .paragraph-2 {
    width: 80%;
    text-align: left;
  }

  .image-div {
    z-index: 400;
    width: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .wrapper-logo-sponsor {
    height: 20vh;
  }

  .div-disco {
    height: 100%;
  }

  .wrapper-disco-info {
    height: 70vh;
  }

  .section-contact {
    height: 100vh;
  }

  .icon-contact {
    height: 30px;
    margin-bottom: 17px;
  }

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

  .navbar {
    width: 100vw;
  }

  .dropdown-list.w--open {
    height: auto;
    margin-top: 5px;
  }

  .div-skype {
    width: 100%;
  }

  .section-skype.info {
    height: auto;
  }

  .div-skype-info.white {
    height: auto;
    padding-bottom: 20px;
  }

  .menu-idd {
    width: 50vw;
  }

  .link-block-sponsor {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 999;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    height: 80vh;
    background-color: #19181c;
    flex-direction: row;
    display: block;
  }

  .nav-menu-two {
    height: 90vh;
    outline-offset: 0px;
    background-color: #19181c;
    border: 2px #ffe38f;
    border-radius: 0;
    outline: 3px #ebebeb;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    padding: 55px 20px 20px 38px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-divider {
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #ffe38f;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-text {
    margin-bottom: 0;
    font-size: 2.7em;
    line-height: 1;
  }

  .nav-text.bg {
    height: 51px;
    color: #19181c;
    background-color: #ffe38f;
    align-items: center;
    display: flex;
  }

  .button-principal {
    display: block;
  }

  .button-principal.mobile {
    border-radius: 10px;
    padding: 30px 50px;
    font-size: 2.5em;
    display: block;
  }

  .list-social, .list-item-2 {
    display: none;
  }

  .button-secondary, .button-secondary:hover {
    border-radius: 20px;
  }

  .text-span-4 {
    font-size: 60px;
  }

  .grid {
    padding-bottom: 2px;
  }

  .div-genre.black {
    display: none;
  }

  .text-block-5 {
    margin-left: 45px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-23 {
    font-size: 45px;
  }

  .link-text {
    margin-bottom: 10px;
  }

  .wrapper-left {
    z-index: 500;
    width: 70%;
    align-items: flex-start;
    padding-left: 40px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-social {
    display: none;
  }

  .wrapper-nav-link {
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 40px;
  }

  .wrapper-genre.groove {
    width: 50%;
    width: 50%;
  }

  .section-genre {
    width: 100%;
    margin-top: auto;
  }

  .section-genre.full {
    width: 100%;
  }

  .heading-genre-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .heading-genre-2.hardcore {
    font-size: 50px;
  }

  .image-background {
    width: 60vw;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .html-embed-5.desktop {
    display: none;
  }

  .html-embed-5.phone {
    display: flex;
  }

  .html-embed-5.tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-faq {
    width: 100%;
  }

  .hero-wrapper {
    overflow: hidden;
  }

  .call-to-action-div {
    z-index: 500;
    width: 90%;
    justify-content: center;
    padding-top: 50px;
    position: relative;
  }

  .call-to-action-div.suono {
    width: 60%;
  }

  .heading-5 {
    margin-top: 0;
  }

  .paragraph-2 {
    width: 100%;
    text-align: center;
    font-size: 1em;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.reverse {
    margin-bottom: 0;
  }

  .image-div {
    z-index: 400;
    align-items: flex-end;
  }

  .image-hero {
    z-index: 10;
    height: 100%;
    max-height: none;
    max-width: none;
    position: relative;
    left: 90px;
    overflow: hidden;
  }

  .div-logo-home {
    z-index: 15;
  }

  .section-100vh {
    height: 100vh;
  }

  .header-div-wid.bio {
    position: static;
  }

  .heading-6 {
    margin-left: 250px;
  }

  .wrapper-logo-sponsor {
    height: auto;
    text-align: left;
    letter-spacing: 0;
    text-indent: 0;
    column-count: 2;
    column-rule-style: none;
    column-rule-width: 0px;
    white-space: normal;
    flex-wrap: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    column-gap: 0;
    display: block;
  }

  .sectionbio-disco {
    position: static;
  }

  .wrapper-sticky {
    flex-direction: column;
  }

  .wrapper-static-div {
    width: auto;
    height: 70vh;
    position: relative;
  }

  .div-disco {
    width: auto;
    display: block;
  }

  .wrapper-disco-info {
    height: 80vh;
  }

  .wrapper-scrolling-div {
    height: 100%;
  }

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

  .wrapper-contact {
    overflow: hidden;
  }

  .footer-image {
    width: 70%;
    object-fit: contain;
  }

  .icon-contact {
    height: 29px;
    margin-bottom: 19px;
  }

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

  .wrap-contact-footer {
    display: none;
  }

  .footer-logo-link {
    width: auto;
    min-width: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .wrapper-ico {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper-ico.footer {
    flex-direction: row;
    padding-bottom: 10px;
  }

  .footer-flex-container {
    flex-flow: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  .link-icon {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-icon.footer {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-footer-links {
    width: 25%;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 15px;
    display: flex;
  }

  .footer {
    padding: 10px 20px 40px;
  }

  .menu-social {
    margin-top: 20px;
  }

  .social-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hamburger-icon {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
  }

  .navbar {
    width: 100vw;
  }

  .dropdown-toggle {
    width: 10vw;
    margin-right: 10px;
  }

  .link-block-27 {
    display: none;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
    overflow: auto;
  }

  .drop-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .social-menu {
    width: 100%;
    height: 100%;
  }

  .div-block-9 {
    width: auto;
  }

  .div-block-10 {
    width: 25%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-wyd, .heading-wyd, .heading-11, .paragraph-4 {
    margin-bottom: 20px;
  }

  .wrapper-show-disco {
    z-index: 150;
    height: 10vh;
    color: #ebebeb;
    background-color: #333;
    justify-content: center;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .lottie-div {
    width: 8vh;
    height: 8vh;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lottie-animation {
    height: 100%;
  }

  .text-hide-disco {
    display: none;
  }

  .section-header-idd {
    justify-content: space-between;
  }

  .header-idd {
    z-index: 250;
    width: 70%;
    position: relative;
  }

  .div-skype {
    align-items: center;
  }

  .div-image-hero {
    width: 80%;
    opacity: .7;
    background-image: linear-gradient(to right, #ebebeb, rgba(0, 0, 0, 0)), url('../images/006---BillyBio---JeraDSCF1897.jpg');
    background-position: 0 0, 78%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .section-about-idd {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .wrapper-about-idd, .wrapper-about-idd.sx {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-skype.info {
    align-items: flex-start;
  }

  .section-faq {
    height: auto;
  }

  .div-faq {
    width: 50vw;
  }

  .wrapper-faq {
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-16, .heading-17 {
    font-size: 28px;
    line-height: 30px;
  }

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

  .menu-idd {
    width: 70vw;
  }

  .link-block-sponsor {
    width: auto;
    max-width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 9000;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    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 rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imgae-fuul {
    background-position: 23% 0;
  }

  .wrapper-left {
    z-index: 500;
  }

  .wrapper-genre, .wrapper-genre.groove {
    width: 100%;
  }

  .section-genre {
    flex-direction: column;
  }

  .wrapper-player {
    width: 100%;
  }

  .wrapper-player.groove, .wrapper-player.hardcore {
    width: 50%;
  }

  .heading-genre-2 {
    font-size: 70px;
    line-height: 30px;
  }

  .heading-genre-2.death {
    font-size: 35px;
    line-height: 30px;
  }

  .heading-genre-2.hardcore {
    font-size: 70px;
  }

  .heading-genre-2.death {
    font-size: 70px;
    line-height: 30px;
  }

  .wrapper-static-div-2 {
    width: auto;
    height: 70vh;
    position: relative;
  }

  .wrapper-scrolling-div-2 {
    height: 100%;
  }

  .image-background {
    width: 60vw;
  }

  .wrapper-gigs {
    max-height: 30vh;
    justify-content: flex-start;
    align-items: center;
  }

  .text-gig {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .html-embed-5.phone {
    display: none;
  }

  .html-embed-5.tablet {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-nav-contact {
    margin-right: 15px;
  }

  .c-nav-contact-link {
    text-align: right;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-contact-link-text.focus {
    display: none;
  }

  .b-body-content {
    width: 100%;
  }

  .content-header {
    line-height: 1.1em;
  }

  .c-nav-menu-content {
    width: 85%;
  }

  .c-col-menu-links {
    margin-bottom: 30px;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .menu-item-text {
    font-size: 2.5em;
  }

  .hero-section {
    height: 100vh;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .hero-wrapper {
    height: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .call-to-action-div {
    z-index: 500;
    width: auto;
    height: 91vh;
    margin-top: 12vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-to-action-div.suono {
    width: 90%;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .button.reverse {
    margin-bottom: auto;
  }

  .image-div {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
  }

  .image-hero {
    padding-left: 0;
    position: absolute;
    left: 0;
  }

  .div-logo-home {
    z-index: 40;
  }

  .section-100vh {
    height: auto;
  }

  .heading-6 {
    margin-left: 0;
  }

  .wrapper-what-i-do {
    flex-flow: column;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .wrapper-what-i-do.phone {
    height: auto;
  }

  .column {
    flex-wrap: wrap;
  }

  .sponsor-section {
    height: auto;
  }

  .wrapper-logo-sponsor {
    column-count: 1;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: space-around;
  }

  .logo-sponsor {
    max-width: 50%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-7 {
    font-size: 25px;
  }

  .wrapper-sticky {
    flex-flow: column;
  }

  .wrapper-static-div {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 80px;
    position: relative;
  }

  .div-disco {
    width: auto;
    display: block;
  }

  .header-bio {
    margin-top: 0;
  }

  .wrapper-drumsticl {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .wrapper-disco-info {
    height: 55vh;
  }

  .image-disco {
    max-width: 280px;
    min-width: 280px;
  }

  .subheading-disco {
    font-size: 15px;
  }

  .heading-disco {
    font-size: 25px;
  }

  .heading-8 {
    text-align: center;
    font-size: 20px;
  }

  .div-youtube-subscribe {
    margin-top: 0;
  }

  .wrapper-contact {
    width: auto;
  }

  .divcontact {
    padding-right: 0;
  }

  .footer-image {
    width: auto;
  }

  .icon-contact {
    height: 25px;
  }

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

  .footer-heading {
    margin-top: 20px;
    padding-right: 80px;
  }

  .footer-logo-link {
    height: 100px;
    margin-bottom: 0;
  }

  .wrapper-ico.footer {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .link-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .wrapper-footer-links {
    width: 100%;
    flex-direction: row;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradient-div {
    z-index: 15;
    background-image: linear-gradient(#19181c, rgba(0, 0, 0, 0) 78%);
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-social {
    flex-direction: row;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-55 {
    max-height: 7vh;
    margin-right: 40px;
  }

  .hamburger-icon {
    padding-right: 0;
    display: block;
    position: relative;
  }

  .navbar {
    width: 100vw;
    overflow: visible;
  }

  .dropdown-toggle {
    width: 20vw;
  }

  .dropdown-list.w--open {
    margin-top: 6px;
  }

  .social-menu {
    display: none;
  }

  .nav-menu {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .wrapper-nav-link {
    text-align: left;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .link-block-nav {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 40px;
  }

  .text-link-nav {
    font-size: 40px;
  }

  .div-block-7 {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 40px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .logo-menu-raphael {
    height: auto;
    padding-right: 0;
  }

  .contact-menu {
    display: none;
  }

  .div-hamburger {
    margin-left: 10px;
  }

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

  .div-block-10 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .header-idd {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .text-span {
    font-size: 50px;
  }

  .heading-12, .text-span-2 {
    font-size: 30px;
  }

  .div-skype {
    justify-content: center;
    align-items: center;
  }

  .div-image-hero {
    width: 100%;
    opacity: .63;
    background-image: linear-gradient(to right, #ebebeb, rgba(0, 0, 0, 0) 79%), url('../images/006---BillyBio---JeraDSCF1897.jpg');
    background-position: 0 0, 78%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    display: flex;
  }

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

  .heading-13.tecnica {
    margin-bottom: 130px;
  }

  .section-curriculum {
    height: auto;
  }

  .wrapper-curriculum {
    height: auto;
    justify-content: space-between;
    align-items: stretch;
  }

  .wrapper-curriculum.black {
    height: auto;
    justify-content: space-between;
  }

  .div-paragraph-curriculum {
    margin-left: 10px;
  }

  .heading-curriculum {
    margin-left: 10px;
    font-size: 28px;
  }

  .wrapper-review {
    padding-top: 22px;
  }

  .slider-review {
    width: 100vw;
  }

  .section-skype.front {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-skype.info {
    flex-direction: column;
  }

  .heading-14 {
    text-align: center;
    line-height: 51px;
  }

  .div-skype-info, .div-skype-info.white {
    width: 100vw;
  }

  .paragraph-11 {
    text-align: left;
    margin-top: 10px;
  }

  .div-faq {
    width: 90vw;
    height: auto;
    padding-bottom: 10px;
  }

  .div-faq.white {
    width: auto;
    height: auto;
  }

  .heading-15 {
    margin-top: 20px;
  }

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

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

  .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-size: 14px;
  }

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

  .menu-idd {
    width: 100vw;
  }

  .text-menu-idd {
    font-size: 13px;
  }

  .link-block-sponsor {
    max-width: 100%;
    padding: 0;
  }

  .blue-text {
    color: #3dbfe8;
    font-weight: 900;
  }

  .black-text {
    color: #333;
  }

  .navbar-logo-left {
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: rgba(25, 24, 28, .91);
    position: fixed;
    box-shadow: 1px 1px 10px -2px #000;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    margin-top: 0;
  }

  .nav-text {
    font-size: 2.5em;
  }

  .text-span-4 {
    font-size: 60px;
  }

  .div-genre {
    width: 40%;
  }

  .div-genre.black {
    width: 40%;
    padding-left: 0;
    display: none;
  }

  .div-paragraph {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .div-paragraph.phone {
    align-items: flex-start;
    display: flex;
  }

  .imgae-fuul {
    height: 90vh;
    background-position: 34% 0;
  }

  .text-block-5 {
    width: 80%;
    margin-top: 61px;
  }

  .heading-23 {
    font-size: 40px;
  }

  .paragraph-thin {
    margin-bottom: 25px;
  }

  .wrapper-left {
    width: 100%;
    padding-left: 20px;
  }

  .wrapper-nav-link {
    padding-left: 20px;
  }

  .text-bio.phone {
    width: 100%;
  }

  .section-auto.bio {
    z-index: 250;
    height: 90vh;
    object-fit: fill;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .wrapper-genre, .wrapper-genre.hardcore, .wrapper-genre.hardcore {
    width: 100%;
  }

  .section-genre {
    width: 100%;
    margin-top: auto;
  }

  .paragraph-genre {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-heading-genre {
    width: auto;
    height: auto;
  }

  .wrapper-player.death, .wrapper-player.hardcore {
    width: 50%;
  }

  .heading-genre-2 {
    line-height: 25px;
  }

  .heading-genre-2.death {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 70px;
    line-height: 25px;
  }

  .text-secondary {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
  }

  .wrapper-static-div-2 {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 80px;
    position: relative;
  }

  .div-genre-2 {
    width: 40%;
  }

  .div-youtube-subscribe-2, .header-bio-2 {
    margin-top: 0;
  }

  .image-background {
    width: 90vw;
    background-image: linear-gradient(rgba(25, 24, 28, .77), rgba(25, 24, 28, .77)), linear-gradient(to right, #19181c 3%, rgba(0, 0, 0, 0) 63%), linear-gradient(rgba(0, 0, 0, 0) 72%, #19181c 97%), linear-gradient(#19181c, rgba(0, 0, 0, 0) 31%), url('../images/face-transp.webp');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, auto, cover;
  }

  .wrapper-gigs {
    max-height: 43vh;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-yt-sub {
    justify-content: flex-start;
    margin-top: 0;
  }

  .gradient-bio {
    z-index: 300;
    height: 101%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 83%, #19181c 98%);
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-absolute {
    height: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-absolute:hover {
    color: #ffe38f;
    font-size: 1em;
  }

  .whatsapp-chat {
    width: 100%;
    height: 60vh;
    display: none;
    position: relative;
  }

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

  .whatsapp-container {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0;
  }

  .html-embed-5.phone {
    display: flex;
  }

  .html-embed-5.tablet {
    display: none;
  }
}


