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

body {
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #d2ba9b;
  line-height: 20px;
}

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

a {
  text-decoration: underline;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.navbar {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 86.7%, 0);
  opacity: 1;
}

.container-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
}

.image {
  max-height: 245px;
  max-width: 285px;
}

.div-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 245px;
  max-width: 285px;
}

.div-block.corner-tb {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-1 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  max-height: 245px;
  max-width: 285px;
}

.div-block-1.tb {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.body {
  margin: 0px;
  padding-top: 0px;
  border-style: none;
  border-width: 6px;
  border-color: #c8ac8a;
  border-radius: 0px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1002;
}

.section {
  position: static;
  display: block;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.corner-top-right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  max-height: none;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.corner-top-right.tablet {
  display: block;
  width: 50%;
  height: 50%;
  max-height: 300px;
  max-width: 320px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.corner-bottom-right {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1003;
  max-height: none;
  max-width: none;
}

.corner-top-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1003;
  display: block;
  width: 50%;
  height: 50%;
  max-height: 300px;
  max-width: 285px;
}

.cornet-bottom-left {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1002;
  max-height: none;
  max-width: none;
}

.image-2 {
  display: block;
  width: 330px;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 0px;
}

.image-2.cell {
  width: 270px;
}

.image-3 {
  display: block;
  overflow: visible;
  width: auto;
  height: 294px;
  max-width: none;
}

.image-3.cell {
  width: 270px;
  height: auto;
  max-height: none;
  max-width: none;
}

.bt-home {
  color: #d2ba9b;
  font-size: 16px;
}

.bt-home:hover {
  color: #872b1d;
}

.bt-home.w--current {
  color: #d2ba9b;
}

.bt-home.w--current:hover {
  color: #872b1d;
}

.bt-home.w--current:visited {
  color: #d2ba9b;
  line-height: 22px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: normal;
}

.bt-about {
  color: #d2ba9b;
}

.bt-about:hover {
  color: #872b1d;
}

.bt-about:visited {
  color: #872b1d;
}

.bt-about.w--current {
  color: #d2ba9b;
}

.bt-about.w--current:hover {
  color: #872b1d;
}

.bt-about.w--current:visited {
  color: rgba(210, 186, 155, 0.6);
}

.dropdown-music {
  color: #d2ba9b;
}

.dropdown-music:hover {
  color: #872b1d;
}

.dropdown-music.w--open {
  font-size: 16px;
}

.dropdown-music.w--open:hover {
  color: #872b1d;
}

.dropdown-friends {
  color: #d2ba9b;
}

.dropdown-friends:hover {
  color: #872b1d;
}

.dropdown-friends.w--open {
  font-size: 16px;
}

.bt-media {
  color: #d2ba9b;
}

.bt-media:hover {
  color: #d2ba9b;
}

.bt-contact {
  color: #d2ba9b;
}

.bt-contact:hover {
  color: #d2ba9b;
}

.bt-sub-friends {
  color: #d2ba9b;
  font-size: 16px;
}

.bt-sub-friends:hover {
  color: #872b1d;
}

.bt-sub-friends.w--current:visited {
  color: #d2ba9b;
}

.bt-labels {
  color: #872b1d;
}

.bt-labels:hover {
  color: #d2ba9b;
}

.bt-companies {
  color: #872b1d;
}

.bt-companies:hover {
  color: #d2ba9b;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.bt-releases {
  color: #872b1d;
}

.bt-releases:hover {
  color: #d2ba9b;
}

.bt-dj {
  color: #872b1d;
}

.bt-dj:hover {
  color: #d2ba9b;
}

.bt-home-videos {
  color: #872b1d;
}

.bt-home-videos:hover {
  color: #d2ba9b;
}

.dropdown-list-music {
  background-color: transparent;
}

.dropdown-list-music.w--open {
  background-color: #000;
}

.logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3 {
  min-width: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 1px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.container-4.cell {
  height: 68px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.image-4 {
  display: block;
  width: auto;
  height: 294px;
  max-width: none;
}

.image-4.cell {
  width: 270px;
  height: auto;
}

.image-5.cell {
  width: 270px;
  height: auto;
  max-width: none;
}

.container-5 {
  background-color: #000;
}

.navbar-small {
  z-index: 500;
  display: none;
}

.container-7 {
  position: relative;
  z-index: 20;
  display: block;
  max-height: 800px;
  max-width: 800px;
  margin-top: 180px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-8 {
  position: relative;
  bottom: 133px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lottie-animation {
  position: relative;
  z-index: 100;
}

.image-7 {
  position: relative;
  bottom: auto;
  z-index: 101;
}

.div-block-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: solid;
  border-width: 6px;
  border-color: #c8ac8a;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.lottie-animation-2 {
  display: block;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-records {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Luminari, sans-serif;
  color: #d2ba9b;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 21px;
  text-indent: 0px;
  text-shadow: 0 5px 4px rgba(0, 0, 0, 0.6);
}

.text-block-records.small {
  margin-top: 40px;
  font-size: 36px;
  letter-spacing: 8px;
}

.text-block-3 {
  font-family: Luminari, sans-serif;
  color: #d2ba9b;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-height: none;
  margin-bottom: 6px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: transparent;
}

.footer.cell {
  z-index: 25;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 24px;
  max-width: none;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 24px;
  height: 24px;
  background-color: transparent;
}

.image-9 {
  width: 24px;
  height: 24px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.html-embed {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  padding-right: 30px;
  background-color: transparent;
  color: transparent;
}

.html-embed.cell {
  padding-right: 0px;
}

.lottie-animation-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.html-embed-2 {
  margin-left: 40px;
  padding-left: 0px;
}

.div-block-7 {
  width: 1vw;
  height: 1vh;
}

.scroll-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: url('../images/1151.jpg');
  background-position: 0px 0px;
  background-size: 615px;
}

.div-lottie {
  position: relative;
  z-index: 60;
  width: 34%;
  height: 34%;
  margin-top: 84px;
  margin-bottom: 0px;
}

.divtitle {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  z-index: 61;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 90px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.intro-texte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: url('../images/About-Page.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 13px;
}

.bold-text {
  line-height: 8px;
  font-weight: 400;
  text-align: center;
}

.heading {
  font-size: 6em;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}

.paragraph-dexter {
  max-width: 75%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  text-align: right;
}

.paragraph-dexter.dede {
  text-align: left;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-top: 200px;
  margin-bottom: 0px;
}

.container-12 {
  margin-top: 80px;
}

.paragraphe-about {
  max-width: 940px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bold-text-2 {
  font-size: 24px;
  font-weight: 400;
}

.scroll-texte {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mercan-dede {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ebd0ad;
  background-image: url('../images/About-PageColouredx2.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.img-dede {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 80px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #d2ba9b;
}

.texte-dede {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 80px 80px 80px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #d2ba9b;
}

.image-10 {
  width: 600px;
  height: 600px;
  max-width: none;
}

.bold-text-3 {
  font-family: Amarante, sans-serif;
  color: #000;
  font-size: 80px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.paragraph-dede {
  max-width: 70%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.dexter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ead0ad;
  background-image: url('../images/About-PageColouredx2.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.img-dexter {
  width: 50%;
  padding-top: 0px;
  padding-left: 60px;
  background-color: #d2ba9b;
}

.text-dexter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 60px 80px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d2ba9b;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: left;
}

.bold-text-4 {
  font-size: 18px;
  font-weight: 600;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.paragraph {
  width: auto;
  font-size: 20px;
  line-height: 23px;
  font-style: normal;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d2ba9b;
}

.columns.last {
  padding-bottom: 0px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-3 {
  padding-left: 60px;
}

.div-block-10 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 200px;
  background-color: #ead0ad;
  background-image: url('../images/About-PageColouredx2.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.scroll-arrow {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-arrow.artist {
  display: none;
}

.html-embed-3 {
  width: 22px;
  height: 22px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.text-block-4 {
  margin-bottom: -5px;
  font-family: Montserrat, sans-serif;
  color: #d2ba9b;
  font-size: 12px;
  font-weight: 500;
}

.columns-2 {
  display: block;
  width: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Amarante, sans-serif;
  color: #000;
  font-size: 80px;
  font-weight: 400;
}

.div-block-15 {
  padding-right: 30px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-17 {
  width: 50%;
  padding-top: 60px;
  padding-left: 60px;
}

.heading-5 {
  margin-top: 11px;
  margin-bottom: 40px;
  font-family: Amarante, sans-serif;
  color: #000;
  font-size: 70px;
  font-weight: 400;
}

.top-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 510;
  width: 100%;
  height: 6px;
  background-color: #c8ac8a;
}

.bottom-line {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 24;
  width: 100%;
  height: 6px;
  background-color: #c8ac8a;
}

.paragraph-2 {
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-block:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.link-block-2:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.link-block-3:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.top-about-texte {
  width: 70%;
  margin-top: 140px;
  margin-bottom: 50px;
  text-align: center;
}

.top-about-texte.contact {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bold-text-6 {
  font-size: 65px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.heading-6 {
  font-size: 72px;
  line-height: 72px;
  text-align: center;
}

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

.bt-sub-music {
  color: #d2ba9b;
  font-size: 16px;
}

.bt-sub-music:hover {
  color: #872b1d;
}

.bt-sub-music.w--current:visited {
  color: #d2ba9b;
}

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

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

.releases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ScreamBg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.releases._04 {
  background-color: #1b191a;
  background-image: url('../images/Radiata-Page-HAL003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.releases._04.bg {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/KAP-Page-HAL001-alternative.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.releases._04.bg2 {
  padding-bottom: 0px;
  background-color: #9a2e22;
  background-image: url('../images/KAP-Page-HAL001-alternative2.jpg');
  background-position: 50% 50%;
}

.releases._02 {
  background-image: url('../images/DOS-page-HAL004.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.releases.latest {
  background-image: url('../images/Magical-Beings_Releases-Art.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.releases._2023 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Bahramji-Release-Backing2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Bahramji-Release-Backing2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-01 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.heading-01.release {
  padding-bottom: 10px;
}

.heading-01.release.kapa {
  color: #352724;
}

.heading-01.dj {
  padding-bottom: 10px;
  font-size: 50px;
  text-align: center;
}

.heading-9 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 22px;
  line-height: 18px;
  font-weight: 400;
}

.heading-9.videos {
  font-size: 22px;
}

.texte-releases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.texte-releases.bottom {
  padding-bottom: 0px;
}

.paragraph-3 {
  display: inline-block;
  margin-bottom: 0px;
  color: #d2ba9b;
  line-height: 22px;
  font-weight: 500;
}

.paragraph-3.bigscreen {
  font-size: 14px;
}

.paragraph-3.bigscreen.kapa {
  color: #fff;
}

.div-block-20 {
  width: 80%;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.videolaptop {
  display: block;
  width: 50%;
  height: 50%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.videolaptop.relaseases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  text-align: right;
}

.link {
  margin-top: 30px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 24px;
  line-height: 22px;
}

.link._2023 {
  display: none;
}

.video-small {
  display: none;
}

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

.text-span-2 {
  font-size: 18px;
  line-height: 18px;
}

.heading-10 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.text-span-3 {
  font-size: 18px;
  font-weight: 700;
}

.line-spacer {
  display: none;
}

.div-block-22 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.big-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9a2e22;
}

.big-spacer._03 {
  padding-top: 50px;
  padding-bottom: 16px;
  background-color: #1b191a;
}

.big-spacer._03.fuck {
  height: 40px;
  background-color: #010011;
}

.big-spacer._01 {
  position: static;
  padding: 50px 0px 16px;
  background-color: #872b1d;
  background-image: url('../images/1151.jpg');
  background-position: 0px 0px;
  background-size: 615px;
}

.big-spacer._01.fuck {
  position: relative;
  height: 40px;
  background-color: #111217;
  background-image: none;
}

.big-spacer._01.fuck.new {
  height: 1px;
  background-color: #872b1d;
}

.big-spacer.bottom {
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.big-spacer.bottom.dj {
  position: relative;
  background-image: url('../images/1151.jpg');
  background-position: 0px 0px;
  background-size: 615px;
}

.big-spacer.dj._03 {
  position: relative;
  background-color: #000;
}

.big-spacer.dj._01 {
  position: relative;
  background-color: #000;
  background-image: none;
}

.big-spacer.dj._01.space {
  padding-top: 0px;
  padding-bottom: 13px;
}

.big-spacer.fuck {
  position: relative;
  z-index: 3;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #872b1d;
}

.big-spacer.video {
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1b191a;
}

.big-spacer.videos-01 {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  background-image: url('../images/1151.jpg');
  background-position: 0px 0px;
  background-size: 615px;
}

.big-spacer.videos-02 {
  height: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b191a;
}

.big-spacer.artists {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 200px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.big-spacer.labelbottom {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.big-spacer.labelbottom.artist {
  display: none;
}

.spac {
  position: absolute;
  width: auto;
  max-width: none;
}

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

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

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

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

.html-embed-4 {
  color: transparent;
}

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

.spacerlaptop {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: block;
  width: 400px;
  height: 30px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.spacerlaptop.videobottom {
  position: static;
  width: 400px;
  margin-top: 99px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.spacerlaptop.videobottom.labels {
  margin-top: 0px;
  -webkit-filter: none;
  filter: none;
}

.spacerlaptop.videobottom.companies {
  -webkit-filter: none;
  filter: none;
}

.spacerlaptop.videobottom.artist {
  -webkit-filter: none;
  filter: none;
}

.spacerlaptop.videobottom.media {
  position: absolute;
  left: 0%;
  top: -89%;
  right: 0%;
  bottom: -47px;
}

.spacerlaptop.videobottom.compagnies {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
}

.spacerlaptop.top {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -40%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.spacerlaptop.top._02 {
  top: -16px;
  bottom: -47%;
}

.spacerlaptop.top._01 {
  top: -16px;
}

.spacerlaptop.djbottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  margin-top: 0px;
}

.spacerlaptop.djbottom.lastone {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.spacerlaptop.party {
  left: 0%;
  top: -15px;
  right: 0%;
  bottom: 0px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.spacerlaptop.part {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -36%;
}

.spacerlaptop.video {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -82%;
  margin-top: 0px;
}

.spacerlaptop.lastone {
  bottom: 7%;
}

.div-block-28 {
  display: none;
}

.div-block-29 {
  display: none;
}

.div-block-30 {
  display: none;
}

.div-block-31 {
  display: none;
}

.text-span-4 {
  font-size: 18px;
  line-height: 18px;
}

.text-span-5 {
  font-size: 18px;
  line-height: 18px;
}

.text-span-6 {
  font-size: 18px;
  line-height: 18px;
}

.div-block-32 {
  width: 1100px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 100px;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #872b1d;
}

.body-2 {
  background-color: #1b191a;
}

.layout-boxes {
  height: 50vh;
  padding-top: 50px;
}

.layour-typo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-11 {
  display: block;
  margin-top: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.heading-02 {
  display: inline-block;
  margin-top: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.heading-03 {
  display: block;
  width: auto;
  margin-top: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
}

.pbigscreen {
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.psmallscreen {
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 16px;
  text-align: left;
}

.spacebigscreen {
  position: absolute;
}

.video-djsets {
  width: 100%;
  height: auto;
  text-align: center;
}

.texte-dj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.texte-dj.wtf {
  margin-top: 70px;
}

.dj-sets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1151.jpg');
  background-position: 0px 0px;
  background-size: 615px;
}

.dj-sets._02 {
  position: static;
  z-index: 19;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b191a;
  background-image: url('../images/Dark-Texture_1.jpg'), url('../images/Dark-Texture.jpg');
  background-position: 50% 50%, 0px 0px;
  background-size: auto, cover;
}

.dj-sets.lastone {
  height: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}

.dj-sets.video01 {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.dj-sets.video02 {
  position: static;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #1b191a;
  background-image: url('../images/Dark-Texture_about.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.dj-sets.latest {
  background-image: url('../images/Dark-Texture_1.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.dj-set-small {
  display: none;
}

.souncloud-small {
  display: none;
}

.pvideos {
  position: static;
  width: 100%;
  padding-top: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 18px;
  text-align: center;
}

.pvideos.bottom {
  position: static;
  margin-bottom: 0px;
}

.texte-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 89px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-videos {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.artists {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b191a;
  background-image: url('../images/Dark-Texture_1.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.artists.vusialart {
  position: relative;
  height: 100%;
  padding-bottom: 110px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artists.interviews {
  height: 100%;
  min-height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 151px;
}

.artists-grid {
  width: auto;
}

.grid {
  grid-auto-flow: column;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: "Area Area-2"
    "Area-4 Area-5";
  -ms-grid-columns: 0.5fr 40px 0.25fr;
  grid-template-columns: 0.5fr 0.25fr;
  -ms-grid-rows: 326px 40px 326px;
  grid-template-rows: 326px 326px;
}

.grid.art {
  grid-auto-flow: row;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: 326px;
  grid-template-rows: 326px;
}

.grid.interview {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
}

.grid-artists-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-12 {
  width: 300px;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-4 {
  width: 300px;
  font-family: Montserrat, sans-serif;
  color: #d2ba9b;
  font-weight: 500;
}

.link-3 {
  width: 300px;
  font-family: Montserrat, sans-serif;
  color: #872b1d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.link-3:hover {
  color: #d2ba9b;
}

.gris-art {
  grid-column-gap: 40px;
  grid-template-areas: ". ."
    "Area Area-2";
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title-artist-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-artist-visual.bottom {
  padding-bottom: 40px;
}

.image-13 {
  width: 300px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.title-artists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  position: static;
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  text-align: center;
}

.heading-01-copy {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.heading-artists {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.heading-artists._2-0 {
  margin-bottom: 99px;
}

.heading-releases-medium {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  line-height: 24px;
  font-weight: 400;
}

.heading-releases-medium.kapa {
  color: #fff;
}

.text-span-7 {
  font-size: 22px;
}

.headingvideos {
  margin-top: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-weight: 400;
}

.headingbigvideos {
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 60px;
  font-weight: 400;
}

.div-interviews {
  width: 70%;
}

.grid-interviews {
  grid-row-gap: 101px;
  -ms-grid-columns: 3.5fr;
  grid-template-columns: 3.5fr;
}

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

.div-setupinterviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parainterviews {
  margin-bottom: 20px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 18px;
  line-height: 24px;
}

.headinginterviews {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 30px;
  font-weight: 400;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1151.jpg');
  background-position: 0px 0px;
  background-size: 615px;
}

.headincontact {
  width: auto;
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

.link-4 {
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 30px;
}

.divtexteabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.bold-text-7 {
  line-height: 38px;
  text-align: center;
}

.videomedium {
  display: none;
  width: 50%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.videobottomspacer {
  width: 100px;
  height: auto;
  min-height: 200px;
  background-color: #872b1d;
}

.div-block-35 {
  min-height: 400px;
  min-width: 150px;
}

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

.fuck {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1.25fr;
  grid-column-gap: 40px;
  grid-row-gap: 51px;
  -ms-grid-rows: auto 51px auto;
  grid-template-areas: ". Area-3"
    ". Area-4";
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
}

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

.image-14 {
  width: 300px;
  max-width: none;
}

.image-15 {
  width: 300px;
}

.grid-3 {
  grid-column-gap: 40px;
}

.div-block-38 {
  width: 30px;
  height: 24px;
}

.div-instagram {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 32%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 240px;
  height: 274px;
  max-height: none;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #1b191a;
  border-radius: 0px 0px 8px 8px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none #1b191a;
  border-left: 4px none #1b191a;
  border-radius: 0px;
  background-color: #1b191a;
}

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

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-left: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.headinginstagram {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Amarante, sans-serif;
  color: #d2ba9b;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.div-block-43 {
  overflow: hidden;
  width: 300px;
  height: 300px;
  max-height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.link-block-4 {
  overflow: hidden;
  width: 300px;
  height: 336px;
}

.div-block-45 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top: 1px solid #d2ba9b;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.instagram {
  width: 300px;
  height: 336px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
}

.lottie-animation-4 {
  margin-bottom: 171px;
  padding-bottom: 0px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-46 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-13 {
  display: inline;
  font-family: Luminari, sans-serif;
  color: #000;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 2px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/About-PageColouredx2.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.left-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 512;
  width: 6px;
  background-color: #c8ac8a;
}

.right-line {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 511;
  width: 6px;
  background-color: #c8ac8a;
}

.dj-set-med {
  display: none;
}

.video-med {
  display: none;
}

.text-span-23 {
  font-size: 30px;
}

.html-embed-5 {
  display: block;
}

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

.text-span-25 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.bold-text-11 {
  font-size: 18px;
  font-weight: 400;
}

.bold-text-12 {
  color: #d2ba9b;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .body {
    border-style: none;
  }

  .bt-home {
    color: #d2ba9b;
  }

  .bt-home:hover {
    color: #872b1d;
  }

  .bt-home:visited {
    text-decoration: none;
  }

  .bt-sub-friends.w--current:visited {
    color: #d2ba9b;
  }

  .div-block-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-records {
    font-family: Luminari, sans-serif;
    color: #d2ba9b;
    font-size: 130px;
    font-weight: 400;
    text-shadow: 0 5px 4px rgba(0, 0, 0, 0.6);
    white-space: normal;
  }

  .text-block-records.small {
    margin-top: 75px;
    font-size: 50px;
  }

  .text-block-records.outline {
    padding-bottom: 0px;
    color: #d2ba9b;
    font-weight: 400;
  }

  .footer.cell {
    height: 45px;
  }

  .scroll-content {
    width: 100%;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('../images/1151.jpg');
    background-position: 0px 0px;
    background-size: 615px;
  }

  .div-lottie {
    display: block;
    width: 38%;
    height: 38%;
    margin-top: 85px;
    margin-bottom: 221px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .divtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-top: 0px;
    margin-bottom: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .intro-texte {
    height: 100vh;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/About-Page.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .paragraph-dexter.dede {
    font-size: 16px;
  }

  .paragraphe-about {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph {
    width: auto;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .scroll-about-us {
    background-image: none;
  }

  .scroll-arrow {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 4%;
    display: none;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scroll-arrow.off {
    display: none;
  }

  .scroll-arrow.artist {
    display: none;
  }

  .scroll-arrow.labels {
    display: none;
  }

  .scroll-arrow.companies {
    display: none;
  }

  .html-embed-3 {
    width: 22px;
    height: 22px;
  }

  .text-block-4 {
    font-family: Montserrat, sans-serif;
    color: #d2ba9b;
    font-size: 12px;
    font-weight: 600;
  }

  .paragraph-2 {
    width: 70%;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .bold-text-5 {
    width: auto;
    max-width: none;
    line-height: 30px;
  }

  .top-about-texte {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .top-about-texte.contact {
    width: 100%;
  }

  .bold-text-6 {
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-18 {
    width: 100%;
    margin-top: 0px;
  }

  .releases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .releases._04 {
    padding-bottom: 50px;
    background-color: #1b191a;
  }

  .releases._04.bg {
    height: 100vh;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1b191a;
    background-image: url('../images/KAP-Page-HAL001-alternative.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .releases._04.bg2 {
    background-color: #9a2e22;
    background-image: url('../images/party_bg.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .releases._2023 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Bahramji-Release-Backing2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Bahramji-Release-Backing2.jpg');
  }

  .heading-7 {
    font-family: Amarante, sans-serif;
  }

  .heading-01 {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 60px;
  }

  .heading-01.release.kapa {
    color: #352724;
  }

  .heading-01.dj {
    padding-bottom: 10px;
    line-height: 60px;
  }

  .heading-9 {
    display: inline-block;
    margin-top: 10px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 20px;
    font-weight: 400;
  }

  .texte-releases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-bottom: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3 {
    font-family: Montserrat, sans-serif;
    color: #d2ba9b;
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph-3.bigscreen {
    width: auto;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }

  .paragraph-3.bigscreen.kapa {
    color: #fff;
    line-height: 22px;
  }

  .paragraph-3.party {
    font-size: 16px;
  }

  .div-block-20 {
    width: 70%;
  }

  .videolaptop {
    display: block;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videolaptop.relaseases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .link {
    color: #d2ba9b;
  }

  .link:hover {
    color: #9a2e22;
  }

  .heading-10 {
    font-size: 60px;
    line-height: 60px;
  }

  .big-spacer {
    padding-bottom: 20px;
  }

  .big-spacer._03 {
    padding-bottom: 20px;
  }

  .big-spacer._03.fuck {
    padding-bottom: 16px;
  }

  .big-spacer._01 {
    padding-bottom: 20px;
  }

  .big-spacer._01.fuck {
    padding-bottom: 16px;
  }

  .big-spacer._01.fuck.new {
    padding-bottom: 0px;
    background-color: #000;
  }

  .big-spacer.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .big-spacer.bottom.off {
    display: none;
  }

  .big-spacer.dj._03 {
    padding-bottom: 16px;
  }

  .big-spacer.dj._01 {
    padding-bottom: 16px;
  }

  .big-spacer.fuck {
    padding-bottom: 0px;
  }

  .big-spacer.videos-01 {
    padding-bottom: 16px;
  }

  .big-spacer.videos-02 {
    height: 350px;
    padding-bottom: 0px;
  }

  .big-spacer.artists {
    position: static;
    height: 200px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .big-spacer.labelbottom {
    position: relative;
    display: block;
    height: 100px;
    background-color: #000;
  }

  .spacerlaptop {
    display: block;
    width: 500px;
    margin-top: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .spacerlaptop.videobottom {
    width: 500px;
  }

  .spacerlaptop.videobottom.labels {
    margin-top: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .spacerlaptop.videobottom.artist {
    margin-top: 0px;
  }

  .spacerlaptop.videobottom.artist.lastone {
    margin-top: 164px;
  }

  .spacerlaptop.videobottom.media {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .spacerlaptop.top {
    margin-top: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .spacerlaptop.party {
    top: 0px;
    margin-top: -15px;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
  }

  .spacebigscreen {
    position: absolute;
    width: 700px;
    height: 38px;
    max-width: none;
  }

  .texte-dj {
    margin-top: 0px;
  }

  .dj-sets {
    height: 100vh;
    padding-top: 0px;
  }

  .dj-sets.video01 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .dj-sets.video02 {
    position: static;
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pvideos {
    position: static;
    font-size: 22px;
    line-height: 22px;
  }

  .texte-videos {
    margin-bottom: 140px;
  }

  .title-videos {
    margin-top: 0px;
  }

  .artists {
    height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 74px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/Dark-Texture_1.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .artists.vusialart {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .artists.interviews {
    padding-bottom: 140px;
  }

  .grid.visual {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: 326px;
    grid-template-rows: 326px;
  }

  .grid.interview {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    grid-auto-columns: 0.5fr;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .title-artist-visual {
    padding-top: 0px;
  }

  .title-artist-visual.bottom {
    padding-top: 50px;
  }

  .title-artists {
    margin-top: 180px;
    padding-bottom: 30px;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-top: 0px;
    background-color: #000;
    text-align: center;
  }

  .heading-01-copy {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 60px;
  }

  .heading-artists {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    line-height: 24px;
  }

  .heading-releases-medium.kapa {
    color: #fff;
  }

  .headingbigvideos {
    margin-bottom: 1px;
    line-height: 60px;
  }

  .div-interviews {
    width: 50%;
  }

  .parainterviews {
    font-size: 20px;
  }

  .headincontact {
    width: 80%;
    font-size: 70px;
    line-height: 80px;
  }

  .link-4 {
    color: #d2ba9b;
  }

  .divtexteabout {
    width: 60%;
    text-align: center;
  }

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

  .text-span-18 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-19 {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-7 {
    line-height: 38px;
  }

  .videomedium {
    display: none;
  }

  .videobottomspacer {
    display: none;
  }

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

  .grid-2 {
    width: 50%;
    justify-items: stretch;
    grid-auto-columns: 1.5fr;
    grid-column-gap: 39px;
    grid-row-gap: 60px;
    -ms-grid-rows: auto 60px auto;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .image-14 {
    width: 300px;
  }

  .image-15 {
    width: 300px;
  }

  .grid-3 {
    grid-auto-flow: row;
    grid-column-gap: 40px;
    grid-template-areas: ". Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-instagram {
    bottom: 40%;
    display: none;
    width: 300px;
    height: 334px;
  }

  .headinginstagram {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-45 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .section-4 {
    height: 200px;
  }

  .dj-set-med {
    display: none;
  }

  .html-embed-5 {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bold-text-11 {
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-12 {
    color: #d2ba9b;
  }

  .text-block-7 {
    font-family: Luminari, sans-serif;
    color: #d2ba9b;
    font-size: 49px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu {
    width: auto;
  }

  .navbar {
    display: none;
  }

  .body {
    margin-bottom: 0px;
    border-width: 3px 0px;
    border-right-style: none;
    border-left-style: none;
  }

  .corner-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 146px;
    max-width: 186px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .corner-top-right.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 50%;
    max-width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .corner-bottom-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: 146px;
    max-width: 186px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .corner-top-left {
    height: auto;
    max-height: 146px;
    max-width: 186px;
  }

  .cornet-bottom-left {
    max-height: 146px;
    max-width: 186px;
  }

  .image-2 {
    width: 70%;
    height: 101%;
    max-height: none;
    max-width: none;
  }

  .image-2.cell {
    width: 100%;
    height: 100%;
  }

  .image-2.tablette {
    width: 90%;
    height: 100%;
  }

  .image-3 {
    height: 40%;
    max-height: none;
  }

  .image-3.cell {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-3.tablette {
    width: 90%;
    height: auto;
  }

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

  .container-4.cell {
    height: 63px;
    margin-top: 2px;
  }

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

  .image-4.cell {
    display: block;
    width: 100%;
    height: 100%;
  }

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

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

  .image-5.cell {
    width: 100%;
    height: 100%;
  }

  .image-5.tablette {
    width: 90%;
  }

  .container-5 {
    display: block;
    max-height: 60px;
    max-width: 40%;
    margin-top: 3px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-small {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 0px;
    background-color: transparent;
  }

  .icon {
    color: #872b1d;
    font-size: 40px;
    font-weight: 400;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    color: #d2ba9b;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .nav-link:hover {
    color: #872b1d;
  }

  .nav-link.w--current {
    color: #d2ba9b;
    text-align: center;
  }

  .nav-link.w--current:hover {
    color: #872b1d;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #d2ba9b;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    color: #d2ba9b;
    font-size: 18px;
    font-weight: 700;
  }

  .text-block:hover {
    color: #872b1d;
  }

  .nav-menu-2 {
    z-index: 222;
    height: 96%;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .icon-2 {
    color: #872b1d;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: transparent;
  }

  .menu-button.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
  }

  .dropdown-list-2 {
    display: block;
  }

  .dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #872b1d;
    font-size: 16px;
    font-weight: 700;
  }

  .dropdown-list-3 {
    background-color: #872b1d;
  }

  .dropdown-list-3.w--open {
    background-color: transparent;
  }

  .container-7 {
    max-height: 50%;
    max-width: 70%;
    margin-top: 180px;
  }

  .image-6 {
    height: 55px;
    max-width: none;
  }

  .image-6.tablette {
    height: 50px;
    margin-top: 2px;
  }

  .brand {
    display: block;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: 4px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-8 {
    position: relative;
    bottom: 96px;
    max-height: 80%;
    max-width: 80%;
  }

  .image-7 {
    position: static;
    bottom: auto;
  }

  .text-block-records {
    margin-bottom: -13px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 62px;
    line-height: 27px;
    letter-spacing: 16px;
  }

  .text-block-records.small {
    font-size: 34px;
  }

  .footer.cell {
    margin-bottom: 4px;
  }

  .scroll-content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-lottie {
    width: 80%;
    height: 50%;
  }

  .intro-texte {
    background-image: url('../images/About-Page.jpg');
  }

  .paragraph-dexter {
    max-width: 84%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-dexter.dede {
    max-width: 85%;
    font-size: 14px;
    line-height: 18px;
  }

  .mercan-dede {
    padding-bottom: 40px;
  }

  .image-10 {
    width: 300px;
    height: 300px;
  }

  .div-block-13 {
    padding-right: 40px;
  }

  .div-block-14 {
    padding-left: 20px;
  }

  .heading-4 {
    margin-top: 0px;
    font-size: 50px;
  }

  .div-block-16 {
    padding-right: 20px;
  }

  .div-block-17 {
    padding-left: 20px;
  }

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

  .top-line {
    z-index: 505;
    height: 4px;
  }

  .bottom-line {
    z-index: 506;
    height: 4px;
  }

  .releases._04.bg {
    min-height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .releases.latest {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Magical-Beings_Releases-Art.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Magical-Beings_Releases-Art.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading-01.release {
    font-size: 40px;
    line-height: 30px;
  }

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

  .div-block-20 {
    width: 90%;
  }

  .videolaptop.relaseases {
    display: none;
  }

  .video-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .link-2 {
    display: block;
    margin-top: 20px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 22px;
    font-weight: 400;
  }

  .link-2._2023 {
    display: none;
  }

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

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

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

  .div-block-31 {
    display: block;
  }

  .video-djsets {
    display: none;
  }

  .dj-set-small {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pvideos.bottom {
    line-height: 18px;
  }

  .texte-videos {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .texte-videosmall {
    padding-top: 20px;
    padding-right: 55px;
    padding-left: 55px;
  }

  .pvideosmall {
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }

  .grid.tablet {
    -ms-grid-rows: 326px 326px auto;
    grid-template-rows: 326px 326px auto;
  }

  .headinginterviews {
    font-size: 26px;
    line-height: 28px;
  }

  .videomedium {
    display: none;
  }

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

  .grid-2.tablette {
    width: 80%;
  }

  .image-14 {
    height: 300px;
  }

  .div-instagram {
    display: none;
    width: 200px;
    height: 224px;
  }

  .headinginstagram {
    font-size: 18px;
  }

  .div-block-44 {
    display: block;
  }

  .lottie-animation-4 {
    margin-bottom: 0px;
  }

  .left-line {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 510;
    width: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #d2ba9b;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .right-line {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 511;
    width: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #d2ba9b;
  }

  .dj-set-med {
    display: block;
  }

  .video-med {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-5 {
    margin-top: 30px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 22px;
  }

  .link-5.last {
    color: #352724;
  }

  .text-span-25 {
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container-5 {
    max-width: 37%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
    padding-bottom: 0px;
    border-style: solid none;
    border-width: 2px;
    border-radius: 0px;
    background-image: none;
  }

  .corner-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    max-height: none;
    max-width: 90px;
    min-width: 0%;
  }

  .corner-top-right.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    margin-left: 0px;
  }

  .corner-bottom-right {
    z-index: 1103;
    max-height: none;
    max-width: 90px;
  }

  .corner-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 80px;
    max-height: none;
    max-width: 90px;
    margin-top: -1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cornet-bottom-left {
    z-index: 1102;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    max-width: 90px;
  }

  .image-2 {
    width: 40%;
  }

  .image-2.cell {
    display: block;
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
  }

  .image-3.cell {
    overflow: visible;
    width: 100%;
    height: 100%;
    min-width: auto;
  }

  .container-4.cell {
    display: none;
    height: 60px;
  }

  .image-4 {
    width: 40%;
  }

  .image-4.cell {
    display: block;
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
  }

  .image-5 {
    width: 40%;
  }

  .image-5.cell {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    max-height: 50px;
    max-width: 75%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-small {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 2px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.25);
  }

  .icon {
    font-size: 30px;
  }

  .nav-link {
    padding-top: 11px;
    padding-right: 41px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d2ba9b;
    font-size: 16px;
  }

  .nav-link:hover {
    color: #872b1d;
  }

  .nav-link:visited {
    color: #d2ba9b;
  }

  .nav-link.w--current {
    color: #d2ba9b;
  }

  .nav-link.w--current:hover {
    color: #872b1d;
  }

  .nav-link.w--current:visited {
    color: #d2ba9b;
  }

  .dropdown-toggle-2 {
    padding-top: 10px;
    padding-right: 32px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block {
    margin-right: 8px;
    margin-left: -1px;
    color: #d2ba9b;
    font-size: 16px;
  }

  .nav-menu-2 {
    display: block;
    height: 100%;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 24px;
    margin-bottom: 10px;
    color: #d2ba9b;
    font-size: 12px;
  }

  .menu-button {
    font-size: 0px;
  }

  .dropdown-link {
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #872b1d;
  }

  .dropdown-link.w--current:visited {
    color: #872b1d;
  }

  .dropdown-list-3.w--open {
    padding-right: 40px;
  }

  .container-7 {
    max-height: 80%;
    max-width: 80%;
    margin-top: 95px;
    margin-bottom: 12px;
  }

  .image-6 {
    height: 47px;
  }

  .brand {
    margin-top: 0px;
    padding-right: 30px;
  }

  .container-8 {
    position: relative;
    bottom: 36px;
    z-index: 32;
    max-height: none;
    max-width: 80%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .image-7 {
    position: static;
    bottom: auto;
  }

  .div-block-5 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    border-width: 2px;
  }

  .text-block-records {
    position: static;
    z-index: 32;
    color: #d2ba9b;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 6px;
    text-shadow: 1px 0 0 #d2ba9b, 1px 1px 0 #d2ba9b, 0 3px 2px rgba(0, 0, 0, 0.6);
  }

  .text-block-records.small {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 5px;
  }

  .footer.cell {
    height: 33px;
    margin-bottom: 2px;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 50%;
    max-width: 40%;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .html-embed.cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .html-embed-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 17px;
    min-width: auto;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .scroll-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    background-image: url('../images/1151.jpg');
    background-position: 0px 0px;
    background-size: 615px;
  }

  .div-lottie {
    width: 350px;
    height: 350px;
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .divtitle {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .intro-texte {
    height: 100%;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 50% 50%;
    background-size: 960px;
  }

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

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

  .paragraph-dexter {
    width: auto;
    max-width: none;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-dexter.dede {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }

  .container-11 {
    margin-top: 100px;
  }

  .paragraphe-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .mercan-dede {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: auto;
    padding-top: 10px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .img-dede {
    width: 100%;
    padding-top: 30px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .texte-dede {
    width: 100%;
    height: auto;
    min-height: 1500px;
    padding: 11px 11px 11px 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-10 {
    width: 300px;
    height: 300px;
  }

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

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

  .dexter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img-dexter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 86px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-dexter {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .bold-text-4 {
    font-size: 14px;
  }

  .heading-3 {
    display: block;
    width: auto;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
  }

  .paragraph {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }

  .column {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns.last {
    width: 100%;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-10 {
    width: 100%;
    height: 150px;
    max-width: none;
  }

  .scroll-arrow {
    display: none;
    margin-bottom: 23px;
    padding-bottom: 0px;
  }

  .div-block-12 {
    width: 100%;
  }

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

  .column-5 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-13 {
    width: 100%;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-14 {
    width: 100%;
    padding: 0px 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    font-family: Amarante, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

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

  .div-block-16 {
    width: 100%;
    padding: 0px 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .top-line {
    z-index: 50;
    height: 2px;
  }

  .bottom-line {
    z-index: 60;
    height: 2px;
  }

  .paragraph-2 {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-5 {
    color: #000;
    font-weight: 600;
  }

  .top-about-texte {
    width: 90%;
    margin-bottom: 2px;
  }

  .top-about-texte.contact {
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-18 {
    width: 100%;
    margin-top: 0px;
  }

  .releases {
    height: auto;
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .releases._04 {
    margin-bottom: 0px;
    padding-top: 80px;
  }

  .releases._04.bg {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 180px;
    background-image: url('../images/KAP-Page-HAL001.jpg');
    background-position: 50% 50%;
  }

  .releases._04.bg2 {
    padding-top: 80px;
    background-image: url('../images/party_bg.jpg');
    background-position: 50% 50%;
  }

  .releases.latest {
    background-position: 50% 0%;
    background-size: cover;
  }

  .heading-01 {
    font-size: 28px;
    line-height: 24px;
  }

  .heading-01.release {
    font-size: 32px;
  }

  .heading-01.release.party {
    font-size: 36px;
  }

  .heading-01.release.kapa {
    font-size: 36px;
  }

  .heading-01.release._02 {
    font-size: 36px;
  }

  .heading-01.dj {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-9 {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
  }

  .heading-9.videos {
    text-align: center;
  }

  .texte-releases {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 40px;
    padding-right: 14px;
    padding-left: 44px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: transparent;
  }

  .texte-releases.bottom {
    margin-bottom: 24px;
  }

  .texte-releases._004 {
    margin-bottom: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .paragraph-3.bigscreen {
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-20 {
    width: 90%;
    margin-bottom: 20px;
  }

  .videolaptop {
    display: none;
    width: 316px;
    height: auto;
    margin-top: 50px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videolaptop.relaseases {
    display: none;
  }

  .video-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span {
    font-size: 18px;
    line-height: 14px;
  }

  .text-span-2 {
    font-size: 14px;
  }

  .heading-10 {
    margin-bottom: 21px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .text-span-3 {
    background-color: transparent;
    font-size: 16px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
  }

  .line-spacer {
    display: block;
    margin-top: 40px;
    background-color: transparent;
  }

  .image-11 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .big-spacer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }

  .big-spacer._03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .big-spacer._01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .big-spacer._01.fuck.new {
    background-color: #000;
  }

  .big-spacer.bottom {
    height: 70px;
    background-color: #000;
  }

  .big-spacer.dj {
    background-image: url('../images/1151.jpg');
    background-position: 0px 0px;
    background-size: 615px;
  }

  .big-spacer.dj._03 {
    background-image: none;
  }

  .big-spacer.dj._01.space {
    padding-top: 0px;
    padding-bottom: 12px;
  }

  .big-spacer.videos-01 {
    padding-top: 15px;
    padding-bottom: 16px;
  }

  .big-spacer.videos-02 {
    height: 100px;
    padding-top: 0px;
    padding-bottom: 140px;
  }

  .big-spacer.artists {
    height: 40px;
    padding-bottom: 0px;
  }

  .big-spacer.artists.compagnies {
    height: 40px;
    padding-bottom: 0px;
  }

  .big-spacer.labelbottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background-color: #000;
  }

  .div-block-27 {
    width: 100%;
  }

  .spacerlaptop {
    position: absolute;
    width: 80%;
    margin-top: -15px;
  }

  .spacerlaptop.videobottom {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 80%;
    margin: 0px auto 36px;
    padding-top: 0px;
  }

  .spacerlaptop.videobottom.labels {
    position: absolute;
    top: -38%;
  }

  .spacerlaptop.videobottom.artist {
    margin-bottom: 100px;
  }

  .spacerlaptop.videobottom.artist.lastone {
    margin-bottom: 28px;
  }

  .spacerlaptop.videobottom.media {
    left: 0%;
    top: -74%;
    right: 0%;
    bottom: auto;
    margin-bottom: 0px;
  }

  .spacerlaptop.videobottom.compagnies {
    top: -31%;
  }

  .spacerlaptop.top {
    margin-top: -16px;
  }

  .spacerlaptop.top._02 {
    top: 0px;
    bottom: -60%;
  }

  .spacerlaptop.top._01 {
    top: 0px;
  }

  .spacerlaptop.djbottom {
    bottom: -21%;
  }

  .spacerlaptop.djbottom._02 {
    bottom: -88%;
  }

  .spacerlaptop.party {
    top: 0px;
  }

  .spacerlaptop.part {
    margin-top: 0px;
  }

  .spacerlaptop.video {
    bottom: -47%;
  }

  .link-2 {
    margin-bottom: 0px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 22px;
    font-weight: 400;
  }

  .link-2._2023 {
    display: none;
  }

  .div-block-28 {
    display: block;
    margin-top: 20px;
  }

  .div-block-29 {
    display: block;
    margin-top: 20px;
  }

  .div-block-30 {
    display: block;
    margin-top: 20px;
  }

  .div-block-31 {
    display: block;
    margin-top: 20px;
  }

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

  .text-span-5 {
    font-size: 14px;
  }

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

  .video-djsets {
    display: none;
  }

  .texte-dj {
    height: 40%;
  }

  .texte-dj.wtf {
    height: auto;
    padding-bottom: 0px;
  }

  .dj-sets {
    margin-top: 0px;
    padding-top: 0px;
  }

  .dj-sets._02 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dj-sets.lastone {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .dj-sets.video01 {
    padding-bottom: 0px;
  }

  .dj-sets.video02 {
    padding-top: 100px;
    padding-bottom: 0px;
    background-image: url('../images/Dark-Texture_about.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .dj-set-small {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .souncloud-small {
    display: block;
    width: 80%;
    text-align: center;
  }

  .texte-videos {
    display: none;
  }

  .texte-videosmall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pvideosmall {
    width: 90%;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 0px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 18px;
    line-height: 20px;
  }

  .title-videos {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .artists {
    height: 100%;
    padding-bottom: 50px;
  }

  .artists.vusialart {
    position: static;
    height: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .artists.interviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .artists-grid {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    grid-auto-columns: 0.75fr;
    grid-column-gap: 43px;
    grid-row-gap: 45px;
    grid-template-areas: "Area";
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto 45px auto 45px auto 45px auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid.visual {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.interview {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.tablet {
    grid-row-gap: 45px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-artists-01 {
    width: auto;
  }

  .image-12 {
    width: auto;
    margin-bottom: 10px;
  }

  .paragraph-4 {
    width: auto;
  }

  .link-3 {
    font-size: 16px;
  }

  .gris-art {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
    grid-row-gap: 40px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto 40px auto 40px auto;
    grid-template-rows: auto auto auto auto;
  }

  .title-artist-visual.bottom {
    padding-bottom: 30px;
  }

  .image-13 {
    margin-bottom: 10px;
  }

  .title-artists {
    width: 100%;
    padding-bottom: 30px;
  }

  .div-block-33 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: -2px;
    padding-top: 28px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    text-align: center;
  }

  .heading-01-copy {
    font-size: 28px;
    line-height: 24px;
  }

  .heading-artists {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
  }

  .heading-releases-medium {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .headingvideos {
    margin-top: 0px;
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }

  .headingbigvideos {
    font-family: Amarante, sans-serif;
    color: #d2ba9b;
    font-size: 40px;
    line-height: 40px;
  }

  .text-span-8 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-span-9 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-span-10 {
    font-size: 16px;
    line-height: 16px;
  }

  .div-interviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-interviews {
    display: -ms-grid;
    display: grid;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 101px;
    grid-template-columns: repeat(auto-fit, 200px);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .interviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-setupinterviews {
    width: 90%;
    padding-left: 0px;
  }

  .parainterviews {
    font-size: 16px;
  }

  .headinginterviews {
    font-size: 24px;
    line-height: 24px;
  }

  .headincontact {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
    line-height: 33px;
  }

  .link-4 {
    color: #d2ba9b;
    font-size: 22px;
  }

  .link-4:hover {
    color: #fff;
  }

  .text-span-11 {
    font-size: 18px;
    line-height: 18px;
  }

  .divtexteabout {
    width: 85%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-span-12 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-13 {
    display: inline;
    font-size: 16px;
    line-height: 16px;
  }

  .text-span-14 {
    font-size: 22px;
    line-height: 22px;
  }

  .text-span-15 {
    line-height: 24px;
  }

  .text-span-16 {
    line-height: 24px;
  }

  .bold-text-7 {
    font-size: 28px;
    line-height: 29px;
    font-weight: 400;
  }

  .videomedium {
    display: none;
  }

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

  .fuck {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-row-gap: 40px;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2 {
    width: 85%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    grid-column-gap: 19px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto;
    grid-template-areas: "."
      "Area"
      "Area-3"
      "Area-2";
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .image-14 {
    width: 300px;
  }

  .grid-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: row;
    grid-row-gap: 46px;
    grid-template-areas: ".";
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    -ms-grid-rows: auto 46px auto;
    grid-template-rows: auto auto;
  }

  .div-block-37 {
    padding-bottom: 30px;
  }

  .bold-text-8 {
    font-size: 34px;
    line-height: 36px;
  }

  .div-instagram {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 7%;
    display: none;
    width: 100px;
    height: 154px;
    min-height: auto;
  }

  .div-block-40 {
    height: 27px;
  }

  .div-block-41 {
    padding-left: 0px;
  }

  .div-block-42 {
    padding-left: 3px;
  }

  .headinginstagram {
    font-size: 9px;
    line-height: 11px;
  }

  .div-block-44 {
    height: 27px;
  }

  .heading-13 {
    font-size: 60px;
  }

  .section-4 {
    height: 120px;
  }

  .left-line {
    width: 2px;
    background-color: #c8ac8a;
  }

  .right-line {
    width: 2px;
    background-color: #c8ac8a;
  }

  .dj-set-med {
    display: none;
  }

  .video-med {
    display: none;
  }

  .text-span-21 {
    font-size: 16px;
  }

  .text-span-22 {
    font-size: 16px;
  }

  .link-5 {
    display: block;
  }

  .text-span-23 {
    font-size: 20px;
  }

  .text-span-24 {
    font-size: 18px;
  }

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

#w-node-e6007624-0eec-d5d2-ae9c-e8a12ade7907-9741b9b4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2c86a570-e024-a5e6-c044-f59cb34b9835-9741b9b4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_81f98efd-5a69-30a3-d4fa-2ac81a51f5f5-9741b9b4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-db2b9358-ff25-5fdf-808c-a21ee4558324-9741b9b4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-df7f4841-afa9-befb-d0d0-9797c25af289-9741b9b4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffe10411-16c2-79b7-a9fe-98801b90721d-9741b9b4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e6007624-0eec-d5d2-ae9c-e8a12ade7907-4041b9b6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2c86a570-e024-a5e6-c044-f59cb34b9835-4041b9b6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-db2b9358-ff25-5fdf-808c-a21ee4558324-4041b9b6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffe10411-16c2-79b7-a9fe-98801b90721d-4041b9b6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffe10411-16c2-79b7-a9fe-98801b907225-4041b9b6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b2141c0d-e8cd-eecb-8cb7-3612ceb55513-4041b9b6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7809a7e0-be02-d1e7-81e8-f6651041db11-4041b9b6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e6007624-0eec-d5d2-ae9c-e8a12ade7907-3841b9be {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2c86a570-e024-a5e6-c044-f59cb34b9835-3841b9be {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-db2b9358-ff25-5fdf-808c-a21ee4558324-3841b9be {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c73d2cf1-b97e-4b6c-b91c-35837e36143b-8a41b9bf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e2cb5779-822e-6887-8edd-082b0452a4ac-8a41b9bf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .gris-art>#w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-c73d2cf1-b97e-4b6c-b91c-35837e36143b-8a41b9bf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c86a570-e024-a5e6-c044-f59cb34b9835-9741b9b4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e6007624-0eec-d5d2-ae9c-e8a12ade7907-3841b9be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e2cb5779-822e-6887-8edd-082b0452a4ac-8a41b9bf {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }
}

@media screen and (min-width: 1920px) {
  #w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-3>#w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .gris-art>#w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ffe10411-16c2-79b7-a9fe-98801b907225-9741b9b4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-e2cb5779-822e-6887-8edd-082b0452a4ac-8a41b9bf {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: 'Luminari';
  src: url('../fonts/Luminari.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amarante';
  src: url('../fonts/Amarante-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}