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

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 80;
  padding: 20px;
  border-bottom: 1px solid #696969;
  background-color: #000;
}

.sticky-nav._2 {
  background-color: #0c0c0c;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  margin: 0px;
  padding: 0px;
  -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-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-logo:hover {
  height: 100%;
  max-width: 100%;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-transition: color 700ms ease;
  transition: color 700ms ease;
  font-family: 'Saira Condensed', sans-serif;
  color: #f1f1f1;
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: #da19a6;
  text-decoration: underline;
  text-shadow: 0 2px 10px rgba(232, 55, 238, 0.74);
}

.nav-link._2.artisr {
  color: #000;
}

.container-2 {
  max-width: 80vw;
}

.body {
  background-color: #000;
}

.body.artist {
  background-color: #f5f5f5;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-header {
  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;
}

.div-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  padding: 70px 20px 100px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.div-about.art {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
  font-family: Saira, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.div-complet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-text {
  width: 100%;
  padding: 10px 20px 0px;
  border-top: 1px solid #696969;
}

.paragraph {
  padding-bottom: 0px;
  font-family: Saira, sans-serif;
  color: #f5f5f5;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
}

.div-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 85px;
  padding-bottom: 80px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 17px;
  -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-paragraph-info {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  -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;
}

.block-text-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  -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-top: 1px solid #696969;
  text-align: center;
}

.block-text-info.punk-t {
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-style: none;
}

.section-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titres-team {
  margin-top: 0px;
  font-family: 'Saira Condensed', sans-serif;
  color: #f5f5f5;
  font-size: 6em;
  line-height: 1em;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 3px 3px 17px rgba(0, 0, 0, 0.86);
}

.titres-team.us {
  padding-bottom: 43px;
}

.titres-team.oculto {
  margin: 0px;
  font-size: 5.5em;
}

.titres-team.oculto.bethe {
  padding-bottom: 10px;
  text-align: center;
}

.titres-team.oculto.bethe.popup-h1 {
  margin-bottom: 20px;
  font-size: 4em;
  text-align: left;
}

.titres-team.phone {
  display: none;
}

.grid {
  padding-bottom: 60px;
  grid-column-gap: 35px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-3 {
  width: 56vw;
  padding-top: 63px;
}

.image-5 {
  width: 6.5vw;
  border-radius: 200px;
}

.image-5:hover {
  box-shadow: 0 0 12px 4px rgba(232, 55, 238, 0.51);
}

.div-team-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  -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;
  border: 1px none #000;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #696969;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.div-footer-links {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -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;
}

.grid-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-left: 0px;
  -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;
}

.grid-footer.art {
  display: none;
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -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-discord {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 50;
  display: none;
  width: 110px;
  height: 110px;
  -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-radius: 110px;
  background-color: rgba(14, 14, 14, 0.33);
}

.section-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding: 20px 20px 100px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
  background-color: #f5f5f5;
}

.image-11 {
  width: 30vw;
}

.div--artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 17px;
  padding-right: 17px;
  padding-left: 17px;
  -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-imgartist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 17px;
  padding-left: 17px;
  -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;
  text-align: center;
}

.div-paragraph-artist {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  -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;
}

.paragraph-artist {
  width: 95%;
  margin-bottom: 35px;
  font-family: Saira, sans-serif;
  color: #1a1919;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: left;
}

.image-12 {
  width: 22vw;
  padding-bottom: 10px;
}

.button-noir {
  position: static;
  z-index: 10;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 40px;
  background-color: #272727;
  text-decoration: none;
  cursor: pointer;
}

.button-1 {
  position: relative;
  left: -4px;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  height: 60px;
  -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-style: solid;
  border-width: 1px;
  border-color: #272727;
  border-radius: 60px;
  background-color: #f5f5f5;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  text-decoration: none;
  cursor: auto;
}

.button-1:hover {
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

.text-link-work {
  overflow: hidden;
  font-family: Saira, sans-serif;
  color: #272727;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.text-span-3 {
  font-family: Saira, sans-serif;
  font-weight: 700;
}

.div-100-art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 100%;
  margin-bottom: 0vh;
  -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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-gallery {
  display: block;
  width: 80vw;
  padding: 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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.rrss_art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  padding-bottom: 40px;
  -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;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.lottie-animation-3 {
  position: absolute;
  z-index: 10;
  display: block;
  width: 90%;
  height: 90%;
}

.div-title {
  overflow: hidden;
  padding: 10px;
}

.margin-bottom-medium-2 {
  margin-bottom: 0px;
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 9px 8px rgba(99, 99, 99, 0.27);
}

.road-parg {
  display: none;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.timeline_item-2 {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 79vw;
  padding: 80px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 70px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 79vw;
  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: 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;
}

.ligne-road {
  display: none;
  overflow: hidden;
  width: 410px;
  height: 2px;
}

.image-16 {
  width: 40px;
}

.timeline_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ligne-jaune-pressell {
  height: 100%;
  background-color: #ecb038;
}

.roadmap-section {
  z-index: -4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  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;
}

.timeline_date-text-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-shadow: 3px 3px 19px rgba(232, 55, 238, 0.82);
}

.timeline_date-text-2.texte-nophone {
  text-shadow: 0 4px 19px rgba(232, 55, 238, 0.82);
}

.timeline_progress-bar-2 {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -2;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb56fd), to(#f100c5));
  background-image: linear-gradient(180deg, #fb56fd, #f100c5);
}

.timeline_texte-phone {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  display: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.timeline_progress-3 {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}

.margin-bottom-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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;
}

.timeline_right-2 {
  -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;
}

.text-block-2 {
  padding-left: 16px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.2em;
}

.road-title {
  position: static;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding-top: 20px;
  -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;
}

.timeline_left {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.page-wrapper {
  position: relative;
  z-index: 0;
}

.text-span-10 {
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.margin-bottom-xlarge {
  padding-top: 0px;
  line-height: 10px;
}

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

.overlay-fade-bottom-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, #000), to(hsla(0, 0%, 4%, 0)));
  background-image: linear-gradient(0deg, #000 9%, hsla(0, 0%, 4%, 0));
}

.timeline_milestone-badge {
  display: none;
  margin-bottom: 24px;
  padding: 8px 12px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.overlay-fade-top-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #000), to(hsla(0, 0%, 4%, 0)));
  background-image: linear-gradient(180deg, #000 37%, hsla(0, 0%, 4%, 0));
}

.timeline_text {
  padding-right: 0px;
  font-family: Saira, sans-serif;
  color: hsla(0, 0%, 100%, 0.76);
  font-size: 1rem;
  line-height: 1.8em;
  font-weight: 400;
}

.timeline_image-wrapper {
  overflow: hidden;
  width: 150px;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-imgartist-phone {
  display: none;
  width: 100vw;
  height: auto;
  padding-top: 17px;
  padding-right: 17px;
  padding-left: 17px;
  -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;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-4 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 100vh;
  padding-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  -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;
}

.column._1 {
  width: 24vw;
}

.column._2 {
  width: 24vw;
  margin-top: 100px;
}

.column._3 {
  width: 24vw;
}

.img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 24vw;
  margin-bottom: 30px;
  -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-radius: 40px;
  cursor: pointer;
}

.img {
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-gallerist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding: 100px 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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.grid-2 {
  width: 65vw;
  padding-top: 0px;
  grid-column-gap: 47px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-4 {
  margin-bottom: 56px;
  font-family: Saira, sans-serif;
}

.paragraph-2 {
  font-size: 0.9em;
  line-height: 1.3em;
}

.section-header-arts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 60vh;
  -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;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
  border-left: 1px solid #696969;
}

.logotender {
  max-width: 30vw;
}

.heading-5 {
  font-size: 1em;
  font-weight: 800;
}

.div-gallery2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding: 100px 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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.section-gallery2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-wrapper-3img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  margin-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;
  border-radius: 20px;
  cursor: pointer;
  mix-blend-mode: hue;
}

.gale {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gale:hover {
  -webkit-filter: brightness(94%);
  filter: brightness(94%);
}

.image-33-copy {
  padding-left: 48px;
}

.text-galerist {
  font-family: Saira, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.img-streetart {
  height: 100%;
  border-radius: 10px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-video {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-vid {
  width: 80vw;
  height: 70vh;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.button-2 {
  margin-bottom: 25px;
  padding: 15px 30px;
  border-radius: 60px;
  background-color: #202020;
  box-shadow: 0 0 16px 0 rgba(31, 31, 31, 0.61);
}

.button-2:hover {
  background-color: #030303;
}

.bold-text-3 {
  font-family: Saira, sans-serif;
  text-transform: uppercase;
}

.image-artist {
  width: 8vw;
  border-radius: 20px 20px 50px 50px;
}

.image-artist:hover {
  box-shadow: 1px 1px 12px 3px rgba(232, 55, 238, 0.51);
}

.div-punk {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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;
}

.section-changed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-changed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.div-chaged-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  padding-top: 10%;
  padding-right: 5%;
  -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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-text-changed {
  position: relative;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39vw;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-36 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40vw;
}

.block-text-changed {
  width: 50vh;
  height: auto;
  padding: 20px 0px 20px 20px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e6e6e6;
  text-align: right;
  text-shadow: 0 0 9px #000;
}

.paragraph-changed {
  padding-bottom: 20px;
  font-family: Saira, sans-serif;
  color: #f5f5f5;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: right;
}

.section-rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 40px;
  padding-bottom: 60px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-4 {
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Saira, sans-serif;
  color: #5c5959;
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
}

.botom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  -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-style: solid;
  border-width: 1.5px;
  border-color: #f5f5f5;
  border-radius: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.botom:hover {
  box-shadow: 0 0 16px 6px rgba(232, 55, 238, 0.51);
}

.nav_rs {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-transition: color 700ms ease;
  transition: color 700ms ease;
  font-family: 'Saira Condensed', sans-serif;
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav_rs:hover {
  text-decoration: none;
}

.nav_rs.w--current {
  font-weight: 800;
}

.image-38 {
  display: block;
  width: 20px;
  margin-right: 5px;
}

.image-39 {
  display: block;
  width: 19px;
  margin-right: 5px;
}

.text-block-5 {
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Saira, sans-serif;
  color: #3e3d3d;
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  border-style: none;
  border-width: 1px;
  border-color: #5c5c5c;
  border-radius: 20px;
}

.link_gallery {
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
}

.link_gallery:hover {
  box-shadow: 1px 1px 8px 7px rgba(232, 55, 238, 0.28);
}

.link-block-13 {
  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;
  text-decoration: none;
}

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

.slide {
  width: 33%;
  padding-right: 0px;
}

.slide-2 {
  width: 33%;
  padding-right: 0px;
}

.slide-3 {
  width: 30%;
  padding-right: 0px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.mask {
  padding: 2%;
}

.item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.item.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #fff;
}

.section-about-arts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-angels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-angels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80vw;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.titres-angels-h1 {
  margin-top: 0px;
  font-family: 'Saira Condensed', sans-serif;
  color: #f5f5f5;
  font-size: 6em;
  line-height: 1em;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 3px 3px 17px rgba(0, 0, 0, 0.86);
}

.titres-angels-h1.oculto {
  padding: 40px 10px 10px;
  font-size: 5em;
  line-height: 1em;
  text-align: center;
}

.div-angels-incubator {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.paragraph_incubator {
  padding-bottom: 20px;
  font-family: Saira, sans-serif;
  color: #f5f5f5;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 200;
  text-align: center;
}

.bold-text-13 {
  color: #fa6aff;
  font-size: 2em;
  text-shadow: 1px 1px 10px rgba(250, 106, 255, 0.51);
}

.text-span-37.stroke-text {
  font-weight: 400;
}

.div-block-17 {
  width: 70px;
  height: 70px;
}

.section-press-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -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;
}

.asterisk {
  width: 70%;
  margin-top: 20px;
  font-family: Saira, sans-serif;
  color: grey;
  font-size: 1em;
  text-align: center;
}

.press-ani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-filter: invert(81%);
  filter: invert(81%);
}

.image-45 {
  height: 30%;
  padding-right: 20px;
  padding-left: 20px;
}

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

.image-46 {
  width: 80px;
  max-width: 70%;
  border-radius: 9px;
}

.link-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 35px;
}

.alch {
  width: auto;
  max-width: 100%;
}

.img-wrapper-3text-c {
  position: static;
  display: none;
  overflow: hidden;
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.phone-no {
  display: none;
}

.background-video-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.div-video- {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
  border-left: 1px solid #696969;
}

.video-phone {
  display: none;
}

.background-video-5 {
  display: none;
}

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

.bl-1 {
  width: 47%;
}

.bl-2 {
  width: 50%;
}

.background-video-6 {
  width: 100%;
  height: 100%;
}

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

.image-dis {
  display: block;
  width: 19px;
  margin-right: 5px;
}

.botom-dis {
  display: none;
  width: 12vw;
  -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-style: solid;
  border-width: 1.5px;
  border-color: #f5f5f5;
  border-radius: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.botom-dis:hover {
  box-shadow: 0 0 16px 6px rgba(232, 55, 238, 0.51);
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.paragraph-team-2 {
  font-family: Saira, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.text-block-8 {
  padding-top: 10px;
  font-family: 'Saira Condensed', sans-serif;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 14px;
  font-weight: 800;
  text-align: center;
}

.titres-team-2 {
  margin-top: 0px;
  font-family: 'Saira Condensed', sans-serif;
  color: #f5f5f5;
  font-size: 6em;
  line-height: 1em;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 3px 3px 17px rgba(0, 0, 0, 0.86);
}

.div-team-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.poste-2 {
  padding-top: 7px;
  font-family: Saira, sans-serif;
  color: #f5f5f5;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
}

.block-text-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  -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-top: 1px solid #696969;
  text-align: center;
}

.button-us {
  position: relative;
  left: -4px;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  height: 50px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ff00b7;
  border-radius: 50px;
  background-color: #000;
  box-shadow: 1px 1px 20px 8px rgba(255, 0, 204, 0.52);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  text-decoration: none;
  cursor: auto;
}

.button-us:hover {
  border-style: solid;
  border-width: 2px;
  box-shadow: 1px 1px 20px 17px rgba(255, 0, 204, 0.52);
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

.button-noir-us {
  position: static;
  z-index: 10;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  text-decoration: none;
  cursor: pointer;
}

.text-link-us {
  overflow: hidden;
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.text-span-us {
  font-family: Saira, sans-serif;
  color: #fc13be;
  font-weight: 700;
}

.div-block-25 {
  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-video-7 {
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.background-video-8 {
  width: 100%;
  height: 100%;
}

.img-wrapper-3ts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  margin-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;
  border-radius: 20px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-noir-nav {
  position: static;
  z-index: 10;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  text-decoration: none;
  cursor: pointer;
}

.button-us-copy {
  position: relative;
  left: -4px;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 220px;
  height: 40px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ff00b7;
  border-radius: 50px;
  background-color: #000;
  box-shadow: 1px 1px 20px 8px rgba(255, 0, 204, 0.52);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  text-decoration: none;
  cursor: auto;
}

.button-us-copy:hover {
  border-style: solid;
  border-width: 2px;
  box-shadow: 1px 1px 13px 8px rgba(255, 0, 204, 0.52);
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

.div-vid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 70vh;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #696969 #696969 #696969;
}

.background-video-9 {
  width: 80vw;
  height: 70vh;
  border-right: 1px solid #696969;
  border-left: 1px solid #696969;
}

.lottie-animation-4 {
  position: absolute;
  z-index: 70;
  width: 90%;
  height: 90%;
}

.messengerchat {
  display: block;
}

.popup {
  position: fixed;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.77);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.popup-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: auto;
  padding-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ff00b7;
  border-radius: 15px;
  background-color: #000;
  box-shadow: 1px 1px 20px 4px rgba(255, 0, 183, 0.45);
}

.image-47 {
  width: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 20px;
  padding-right: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 20px;
  cursor: pointer;
}

.popup-content-text-copy {
  width: 600px;
  height: 400px;
  padding-left: 40px;
  border-radius: 15px;
  background-color: #f5f5f5;
}

.popup-content {
  display: block;
  width: 100%;
  padding: 10px 40px 30px;
  -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;
}

.hidden-fields {
  display: none;
}

.sticky-section-btn {
  display: none;
}

.field-label {
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.submit-button {
  width: 12vw;
  border-radius: 50px;
  background-color: #ff00b7;
}

.text-field {
  margin-bottom: 15px;
  border-radius: 8px;
}

.link-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 40px;
}

.link-block-16.w--current {
  width: 30px;
  height: 30px;
  -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-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 20px;
}

.success-message {
  border-radius: 11px;
  background-color: #ff00b7;
}

.text-block-9 {
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.error-message {
  border-radius: 4px;
  background-color: #000;
  font-family: Saira, sans-serif;
  color: #000;
  font-size: 1.2em;
}

.sourcelogging {
  display: none;
}

.html-embed {
  display: none;
}

.div-block-28 {
  display: none;
  padding: 10px;
  border-radius: 9px;
  background-color: #ff00b7;
  text-align: center;
}

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

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 1.5em;
  }

  .div-about {
    height: 81%;
  }

  .div-complet {
    width: 60vw;
  }

  .block-text {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .block-text-info {
    width: 90%;
  }

  .block-text-info.punk-t {
    width: 100%;
  }

  .titres-team.oculto {
    font-size: 7em;
  }

  .grid-footer {
    width: 40vw;
  }

  .link-block {
    width: 40px;
  }

  .div-discord {
    width: 130px;
    height: 130px;
  }

  .image-11 {
    width: 25vw;
  }

  .div-imgartist {
    width: 60%;
  }

  .div-paragraph-artist {
    width: 60%;
  }

  .paragraph-artist {
    width: 98%;
    font-size: 1.4em;
  }

  .div-100-art {
    height: auto;
  }

  .road-parg {
    width: 50%;
  }

  .text-span-10 {
    font-size: 1.5rem;
  }

  .timeline_text {
    font-size: 1.5rem;
    line-height: 1.7em;
  }

  .paragraph-2 {
    font-size: 1.2em;
  }

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

  .heading-5 {
    font-size: 1.5em;
  }

  .section-video {
    height: auto;
  }

  .div-vid {
    height: 74vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-changed {
    height: auto;
  }

  .div-changed {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-chaged-img {
    height: auto;
    padding-top: 10%;
  }

  .image-36 {
    width: 40vw;
    padding-left: 0px;
  }

  .block-text-changed {
    padding-left: 25px;
  }

  .paragraph-changed {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .botom {
    width: 10vw;
  }

  .nav_rs {
    font-weight: 800;
  }

  .nav_rs.w--current {
    font-size: 1.3em;
  }

  .titres-angels-h1.oculto {
    font-size: 6em;
  }

  .div-block-17 {
    width: 90px;
    height: 90px;
  }

  .asterisk {
    font-size: 1.2em;
  }

  .background-video-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }

  .div-video- {
    height: 75vh;
  }

  .video-desk {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .background-video-6 {
    width: 100%;
    height: 100%;
  }

  .botom-dis {
    width: 10vw;
  }

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

  .block-text-info-2 {
    width: 90%;
  }

  .div-vid-2 {
    height: 74vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .background-video-9 {
    height: 70vh;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 1.7em;
  }

  .nav-link._2 {
    color: #222;
  }

  .nav-link._2:hover {
    color: #f321ec;
  }

  .section-about {
    height: auto;
  }

  .div-about {
    height: auto;
  }

  .div-complet {
    width: 70vw;
  }

  .block-text {
    width: 100%;
    padding-left: 70px;
  }

  .paragraph {
    font-size: 1.9em;
    line-height: 1.6em;
  }

  .div-paragraph-info {
    grid-column-gap: 64px;
  }

  .block-text-info {
    width: 90%;
  }

  .titres-team.oculto {
    font-size: 9em;
  }

  .grid-footer.art {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #282828;
  }

  .link-block {
    width: 50px;
  }

  .div-discord {
    width: 160px;
    height: 160px;
  }

  .div-artist {
    padding-right: 100px;
    padding-left: 100px;
  }

  .paragraph-artist {
    width: 100%;
    font-size: 1.9em;
  }

  .lottie-animation-3 {
    z-index: 140;
  }

  .div-title {
    line-height: 0;
  }

  .road-parg {
    width: 80%;
    font-size: 2em;
  }

  .timeline_item-2 {
    width: 70vw;
  }

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

  .timeline_right {
    width: 100%;
  }

  .timeline_left {
    width: 100%;
  }

  .text-span-10 {
    font-size: 2rem;
  }

  .timeline_text {
    font-size: 2rem;
    line-height: 1.7em;
  }

  .div-gallerist {
    padding-top: 60px;
  }

  .paragraph-2 {
    font-size: 1.5em;
  }

  .div-block-art {
    height: 60vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-5 {
    font-size: 2.2em;
    font-weight: 800;
  }

  .div-gallery2 {
    padding-top: 60px;
  }

  .section-video {
    height: auto;
  }

  .div-vid {
    height: 76vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-artist {
    padding-bottom: 16px;
  }

  .div-punk {
    width: 60vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-changed {
    height: auto;
  }

  .div-changed {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-chaged-img {
    height: auto;
    padding-top: 10%;
    padding-right: 120px;
  }

  .image-36 {
    width: 40vw;
    padding-left: 0px;
  }

  .block-text-changed {
    width: 33vw;
  }

  .paragraph-changed {
    font-size: 1.8em;
    line-height: 1.6em;
  }

  .botom {
    width: 9vw;
  }

  .nav_rs.w--current {
    font-size: 1.7em;
  }

  .bold-text-7 {
    font-size: 2rem;
  }

  .bold-text-8 {
    font-size: 2rem;
  }

  .bold-text-9 {
    font-size: 2rem;
  }

  .bold-text-10 {
    font-size: 2rem;
  }

  .bold-text-11 {
    font-size: 2rem;
  }

  .section-angels {
    height: 30vh;
  }

  .div-angels {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .titres-angels-h1.oculto {
    font-size: 9em;
  }

  .paragraph_incubator {
    font-size: 2em;
  }

  .div-block-17 {
    width: 110px;
    height: 110px;
  }

  .asterisk {
    padding-top: 55px;
    color: #616161;
    font-size: 1.6em;
  }

  .background-video-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100%;
    -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;
  }

  .div-video- {
    height: 80vh;
  }

  .video-desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .botom-dis {
    width: 9vw;
  }

  .paragraph-team-2 {
    font-size: 1.8em;
    line-height: 1.7em;
  }

  .block-text-info-2 {
    width: 90%;
  }

  .button-noir-us {
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
  }

  .div-vid-2 {
    height: 76vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .background-video-9 {
    height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .section-about {
    height: auto;
  }

  .div-about {
    width: 90vw;
    padding-top: 40px;
    padding-bottom: 20px;
    -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: center;
  }

  .div-about.art {
    padding: 60px;
  }

  .div-complet {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-text {
    width: 70vw;
    height: auto;
    padding-left: 0px;
  }

  .div-info {
    width: 90vw;
  }

  .block-text-info {
    width: auto;
  }

  .block-text-info.punk-t {
    width: 100%;
  }

  .titres-team {
    display: block;
    font-size: 4.7em;
    text-align: center;
  }

  .titres-team.oculto {
    display: none;
  }

  .titres-team.oculto.bethe.popup-h1 {
    display: block;
  }

  .titres-team.phone {
    display: block;
  }

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

  .div-block-3 {
    width: 70vw;
  }

  .image-5 {
    width: 14vw;
  }

  .section-footer {
    height: 50vh;
  }

  .div-footer {
    width: 90vw;
  }

  .grid-footer {
    width: 50vw;
  }

  .div-discord {
    right: 3%;
  }

  .div-artist {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-11 {
    padding-bottom: 25px;
  }

  .div-imgartist {
    display: none;
    width: 80vw;
  }

  .div-paragraph-artist {
    width: 100%;
  }

  .image-12 {
    width: 40vw;
  }

  .div-100-art {
    width: 87vw;
    height: auto;
    -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;
  }

  .div-gallery {
    width: 90vw;
  }

  .rrss_art {
    width: 40vw;
  }

  .road-parg {
    width: 80%;
    font-size: 1.6em;
  }

  .timeline_item-2 {
    width: 90vw;
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: 1fr 90px 1fr;
  }

  .timeline_wrapper-3 {
    max-width: 99%;
  }

  .timeline_right {
    width: 100%;
    padding-right: 0px;
  }

  .roadmap-section {
    padding-top: 0px;
  }

  .timeline_date-text-2 {
    font-size: 3.4em;
  }

  .timeline_texte-phone {
    font-size: 3.7em;
  }

  .timeline_right-2 {
    padding-right: 10px;
  }

  .road-title {
    width: 100%;
    -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;
  }

  .timeline_left {
    width: 100%;
    padding-left: 10px;
  }

  .text-span-10 {
    font-size: 1.3rem;
    line-height: 1.1em;
  }

  .overlay-fade-bottom-2 {
    width: 70vw;
  }

  .timeline_text {
    font-size: 1rem;
    line-height: 1.7em;
  }

  .div-imgartist-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
  }

  .container-4 {
    width: 92%;
  }

  .column._1 {
    width: 26vw;
  }

  .column._2 {
    width: 26vw;
  }

  .column._3 {
    width: 26vw;
  }

  .div-gallerist {
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2 {
    width: 80vw;
    grid-column-gap: 37px;
  }

  .heading-4 {
    margin-bottom: 33px;
    text-transform: uppercase;
  }

  .paragraph-2 {
    padding-left: 0px;
    font-size: 0.8em;
    text-align: left;
  }

  .div-block-art {
    width: 90vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logotender {
    max-width: 60%;
  }

  .div-gallery2 {
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-33-copy {
    height: 50vh;
  }

  .text-galerist {
    font-size: 1em;
    text-align: center;
  }

  .section-video {
    height: auto;
  }

  .div-vid {
    width: 90vw;
    height: 75vh;
    -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;
    text-align: center;
  }

  .image-artist {
    width: 17vw;
  }

  .div-punk {
    position: relative;
    width: auto;
    padding-right: 10px;
    -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-image: none;
  }

  .section-changed {
    height: auto;
  }

  .div-changed {
    width: 90vw;
    -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: center;
  }

  .div-chaged-img {
    position: relative;
    width: auto;
    height: 100%;
    padding-top: 50px;
    padding-right: 10px;
    -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-image: none;
  }

  .div-text-changed {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    padding-top: 0px;
    -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;
  }

  .image-36 {
    left: 15%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50vw;
  }

  .block-text-changed {
    width: 70vw;
    height: auto;
    padding-top: 10px;
    padding-bottom: 70%;
    padding-left: 0px;
  }

  .paragraph-changed {
    text-align: left;
  }

  .div-rrss {
    width: 90vw;
  }

  .div-block-11 {
    width: 50vw;
  }

  .botom {
    width: 25vw;
    height: 5vw;
  }

  .nav_rs {
    display: block;
  }

  .image-38 {
    display: block;
    width: 2.8vw;
    margin-right: 0px;
  }

  .image-39 {
    display: block;
    width: 2.8vw;
    margin-right: 0px;
  }

  .div-block-14 {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    width: 93%;
  }

  .mask {
    padding: 2%;
  }

  .section-about-arts {
    height: auto;
  }

  .section-angels {
    height: 31vh;
    padding-top: 0px;
  }

  .div-angels {
    width: 90vw;
    min-width: 90vw;
    -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: center;
  }

  .titres-angels-h1 {
    display: block;
    font-size: 4.7em;
  }

  .titres-angels-h1.oculto {
    display: block;
    padding-top: 33px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 3.2em;
  }

  .div-angels-incubator {
    position: relative;
    width: auto;
    padding-right: 10px;
    -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-image: none;
  }

  .img-wrapper-3text-c {
    width: auto;
  }

  .background-video-4 {
    display: none;
  }

  .div-video- {
    width: 90vw;
    height: 50vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .video-desk {
    width: 100%;
    height: 100%;
  }

  .background-video-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }

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

  .image-dis {
    display: block;
    width: 2.8vw;
    margin-right: 0px;
  }

  .botom-dis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5vw;
    height: 5vw;
  }

  .div-block-24 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .titres-team-2 {
    display: block;
    font-size: 4.7em;
    text-align: center;
  }

  .div-team-2 {
    width: 90vw;
    -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: center;
  }

  .poste-2 {
    text-decoration: none;
  }

  .block-text-info-2 {
    width: auto;
  }

  .text-link-us {
    font-size: 1.1em;
  }

  .button-us-copy {
    width: 200px;
    height: 40px;
  }

  .div-vid-2 {
    width: 90vw;
    height: 75vh;
    -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;
    text-align: center;
  }

  .background-video-9 {
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .nav-grid {
    width: 90vw;
    text-align: center;
  }

  .nav-link {
    display: block;
    -webkit-transition-property: none;
    transition-property: none;
    color: #2a2a2a;
  }

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

  .nav-link._2.artisr {
    display: block;
  }

  .container-2 {
    max-width: 90vw;
  }

  .section-about {
    height: auto;
  }

  .section-header {
    height: auto;
    padding-top: 0px;
  }

  .div-about {
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .div-about.art {
    padding: 40px;
  }

  .block-text {
    width: 70vw;
    height: auto;
  }

  .div-info {
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-paragraph-info {
    width: 80vw;
  }

  .block-text-info {
    width: auto;
  }

  .titres-team {
    font-size: 4em;
  }

  .image-5 {
    width: 20vw;
  }

  .div-team-a {
    width: 90vw;
  }

  .div-footer {
    width: 90vw;
  }

  .grid-footer {
    width: 60vw;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .grid-footer.art {
    width: 60vw;
    margin-bottom: 20px;
    -webkit-filter: none;
    filter: none;
  }

  .div-artist {
    width: 90vw;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .div-imgartist {
    display: none;
    width: 70vw;
  }

  .div-paragraph-artist {
    width: 80vw;
  }

  .paragraph-artist {
    max-width: 80vw;
  }

  .image-12 {
    width: 50vw;
  }

  .div-100-art {
    width: 86vw;
    height: auto;
    margin-bottom: 0vh;
    -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;
  }

  .rrss_art {
    width: 40vw;
  }

  .timeline_item-2 {
    width: 100%;
    padding-left: 0px;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .ligne-road {
    width: 350px;
  }

  .timeline_right {
    width: 100%;
    padding-right: 0px;
  }

  .roadmap-section {
    padding-top: 0px;
  }

  .timeline_date-text-2 {
    margin-bottom: 9px;
    font-size: 36px;
  }

  .timeline_date-text-2.texte-nophone {
    display: none;
  }

  .timeline_progress-bar-2 {
    left: 6px;
  }

  .timeline_texte-phone {
    display: block;
    margin-bottom: 9px;
    font-size: 36px;
    text-shadow: 4px 0 19px rgba(232, 55, 238, 0.82);
  }

  .timeline_progress-3 {
    left: 6px;
  }

  .timeline_left {
    width: 80%;
    padding-left: 0px;
    text-align: left;
  }

  .page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

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

  .timeline_text {
    font-size: 1em;
  }

  .div-imgartist-phone {
    width: 70vw;
  }

  .container-4 {
    height: auto;
  }

  .grid-2 {
    width: 50vw;
    grid-column-gap: 29px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    padding-left: 0px;
    font-size: 0.8em;
  }

  .section-header-arts {
    height: auto;
  }

  .div-block-art {
    width: 90vw;
    height: 40vh;
  }

  .logotender {
    max-width: 60%;
  }

  .img-wrapper-3img {
    width: 90%;
    height: 30vh;
  }

  .gale {
    -webkit-filter: none;
    filter: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .image-33-copy {
    height: auto;
  }

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

  .section-video {
    height: auto;
  }

  .div-vid {
    width: 90vw;
    height: 60vh;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .image-artist {
    width: 20vw;
  }

  .div-punk {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-changed {
    height: auto;
  }

  .div-changed {
    width: 90vw;
  }

  .div-chaged-img {
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-text-changed {
    width: 80vw;
  }

  .block-text-changed {
    width: 70vw;
    height: auto;
  }

  .div-rrss {
    width: 90vw;
  }

  .div-block-11 {
    width: 60vw;
  }

  .botom {
    width: 30vw;
    height: 6vw;
  }

  .text-block-5 {
    padding-top: 10px;
  }

  .link_gallery {
    border-radius: 20px;
    box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.21);
  }

  .slider {
    width: 100%;
    height: 45vh;
  }

  .slide {
    width: 50vw;
  }

  .slide-2 {
    width: 50vw;
  }

  .slide-3 {
    width: 50vw;
  }

  .mask {
    width: 100%;
  }

  .section-about-arts {
    height: auto;
  }

  .section-angels {
    height: auto;
    padding-top: 100px;
  }

  .div-angels {
    width: 90vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .titres-angels-h1 {
    font-size: 4em;
  }

  .titres-angels-h1.oculto {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 3.2em;
  }

  .div-angels-incubator {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bold-text-13 {
    font-size: 1.2em;
  }

  .bold-text-14 {
    font-size: 0.7em;
    font-weight: 400;
  }

  .section-press-animation {
    height: 9vh;
  }

  .image-45 {
    height: 30%;
  }

  .div-block-22 {
    width: 70vw;
  }

  .img-wrapper-3text-c {
    width: 30vw;
    height: auto;
    border-radius: 0px;
  }

  .div-video- {
    width: 90vw;
    height: 40vh;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bl-1 {
    width: 47%;
  }

  .bl-2 {
    width: 50%;
  }

  .slide-nav-artist {
    display: block;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .image-dis {
    width: 19px;
  }

  .titres-team-2 {
    font-size: 4em;
  }

  .div-team-2 {
    width: 90vw;
  }

  .block-text-info-2 {
    width: auto;
  }

  .img-wrapper-3ts {
    width: 90%;
    height: 22vh;
  }

  .button-us-copy {
    width: 190px;
  }

  .div-vid-2 {
    width: 90vw;
    height: 60vh;
  }

  .background-video-9 {
    width: 90vw;
  }

  .popup-content-text {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 0px;
  }

  .sticky-nav._2 {
    height: 70px;
  }

  .nav-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px none #c4c4c4;
  }

  .nav-link {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-link.w--current {
    display: none;
  }

  .nav-link._2.artisr {
    display: block;
  }

  .container-2 {
    max-width: 90vw;
  }

  .section-about {
    height: auto;
  }

  .section-header {
    height: auto;
    padding-top: 0px;
  }

  .div-about {
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 20px;
    border-right-style: none;
    border-left-style: none;
  }

  .div-about.art {
    height: auto;
    padding: 5px;
    -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;
    border-right-style: none;
    border-left-style: none;
  }

  .block-text {
    width: 84vw;
  }

  .paragraph {
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .div-info {
    width: 100vw;
    padding-top: 20px;
    border-right-style: none;
    border-left-style: none;
  }

  .div-paragraph-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-text-info {
    width: 80vw;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .titres-team {
    font-size: 3.8em;
    text-align: center;
  }

  .titres-team.oculto.bethe.popup-h1 {
    display: block;
    font-size: 3em;
  }

  .titres-team.phone {
    font-size: 2.9em;
    text-align: center;
  }

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

  .div-block-3 {
    width: 80vw;
  }

  .image-5 {
    width: 40vw;
  }

  .div-team-a {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-footer {
    width: 100vw;
    border-right-style: none;
    border-left-style: none;
  }

  .grid-footer.art {
    width: 88vw;
  }

  .div-discord {
    width: 80px;
    height: 80px;
    border-radius: 120px;
  }

  .div-artist {
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
    border-right-style: none;
    border-left-style: none;
  }

  .image-11 {
    width: 50vw;
  }

  .div--artist {
    display: none;
  }

  .paragraph-artist {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    width: 80%;
  }

  .button-noir {
    margin-bottom: 25px;
  }

  .button-1 {
    width: 220px;
    height: 50px;
  }

  .text-link-work {
    font-size: 1.2em;
  }

  .div-100-art {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-gallery {
    width: 100vw;
    border-right-style: none;
    border-left-style: none;
  }

  .rrss_art {
    width: 50vw;
  }

  .margin-bottom-medium-2 {
    margin-bottom: 24px;
  }

  .road-parg {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .timeline_item-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .ligne-road {
    display: none;
    width: 230px;
  }

  .timeline_right {
    width: 90%;
  }

  .roadmap-section {
    padding-top: 0px;
  }

  .timeline_date-text-2 {
    margin-bottom: 15px;
    font-size: 2.5em;
  }

  .timeline_texte-phone {
    margin-bottom: 15px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .text-block-2 {
    font-size: 0.8em;
  }

  .timeline_left {
    width: 90%;
  }

  .page-wrapper {
    width: 89vw;
  }

  .text-span-10 {
    font-size: 1.2rem;
  }

  .timeline_milestone-badge {
    width: 250px;
  }

  .wrapper {
    overflow: hidden;
  }

  .container-4 {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }

  .column._1 {
    width: 30vw;
  }

  .column._2 {
    width: 30vw;
  }

  .column._3 {
    width: 30vw;
  }

  .img-wrapper {
    width: 26vw;
    height: 28vw;
    border-radius: 0px;
  }

  .img {
    border-radius: 10px;
  }

  .div-gallerist {
    width: 100vw;
    border-right-style: none;
    border-left-style: none;
  }

  .grid-2 {
    width: 65vw;
  }

  .paragraph-2 {
    padding-top: 10px;
    padding-left: 0px;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: left;
  }

  .section-header-arts {
    height: auto;
    padding-top: 0px;
  }

  .div-block-art {
    width: 100vw;
    height: 40vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logotender {
    min-width: 60vw;
  }

  .heading-5 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.3em;
    font-weight: 800;
  }

  .div-gallery2 {
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 40px;
    border-right-style: none;
    border-left-style: none;
  }

  .img-wrapper-3img {
    width: 80vw;
    height: 80vw;
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .image-33-copy {
    display: none;
    height: 30vh;
    max-width: 60vw;
  }

  .img-streetart {
    height: 100%;
  }

  .section-video {
    height: auto;
  }

  .div-vid {
    width: 100vw;
    height: 50vh;
    border-right-style: none;
    border-left-style: none;
  }

  .button-2 {
    padding: 10px 20px;
  }

  .image-artist {
    width: 37vw;
  }

  .div-punk {
    padding-top: 40px;
  }

  .section-changed {
    height: auto;
  }

  .div-changed {
    width: 100vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
    border-left-style: none;
  }

  .div-chaged-img {
    width: 90vw;
    height: auto;
    padding-right: 0px;
    -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;
  }

  .div-text-changed {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-36 {
    left: 11%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 70vw;
  }

  .block-text-changed {
    width: 84vw;
  }

  .paragraph-changed {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: left;
  }

  .div-rrss {
    width: 100vw;
    border-right-style: none;
    border-left-style: none;
  }

  .div-block-11 {
    width: 80vw;
  }

  .text-block-4 {
    width: 80vw;
    font-size: 0.9em;
    line-height: 1.7em;
  }

  .botom {
    width: 40vw;
    height: 10vw;
    border-width: 1.5px;
    border-radius: 40px;
  }

  .nav_rs {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
    font-size: 1em;
  }

  .nav_rs.w--current {
    display: none;
  }

  .image-38 {
    width: 5vw;
  }

  .image-39 {
    width: 5vw;
  }

  .text-block-5 {
    width: 80vw;
    font-size: 0.9em;
    line-height: 1.7em;
  }

  .slider {
    width: 100%;
    height: 50vh;
  }

  .slide {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .slide-2 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .slide-3 {
    width: 100%;
    margin-left: 10px;
  }

  .mask {
    padding: 5%;
  }

  .section-about-arts {
    height: auto;
  }

  .section-angels {
    height: auto;
    padding-top: 70px;
  }

  .div-angels {
    width: 100vw;
    min-width: 100vw;
    padding-bottom: 0px;
    border-right-style: none;
    border-left-style: none;
  }

  .titres-angels-h1 {
    text-align: center;
  }

  .titres-angels-h1.oculto {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.9em;
  }

  .div-angels-incubator {
    padding-top: 20px;
  }

  .paragraph_incubator {
    margin-bottom: 0px;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .bold-text-14 {
    line-height: 1.2em;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding-right: 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;
  }

  .image-45 {
    height: 30%;
  }

  .div-block-19 {
    height: 100%;
  }

  .div-block-22 {
    width: 80vw;
  }

  .img-wrapper-3text-c {
    width: 90%;
    height: auto;
    padding-top: 13px;
    text-align: center;
  }

  .div-video- {
    width: 100vw;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right-style: none;
    border-left-style: none;
  }

  .video-desk {
    width: 100%;
    height: 60vw;
  }

  .bl-1 {
    width: 100%;
  }

  .bl-2 {
    width: 100%;
  }

  .slide-nav-artist {
    display: block;
  }

  .image-dis {
    width: 5vw;
  }

  .botom-dis {
    width: 10vw;
    height: 10vw;
    border-width: 1.5px;
    border-radius: 40px;
  }

  .paragraph-team-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.1em;
    line-height: 1.7em;
    text-align: left;
  }

  .titres-team-2 {
    font-size: 3.8em;
    text-align: center;
  }

  .div-team-2 {
    width: 100vw;
    border-right-style: none;
    border-left-style: none;
  }

  .block-text-info-2 {
    width: 80vw;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .button-us {
    width: 150px;
    height: 40px;
  }

  .button-noir-us {
    margin-bottom: 25px;
  }

  .text-link-us {
    font-size: 0.9em;
  }

  .img-wrapper-3ts {
    width: 60vw;
    height: 50vw;
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .button-noir-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .button-us-copy {
    width: 150px;
    height: 40px;
    box-shadow: 1px 1px 9px -1px rgba(255, 0, 204, 0.52);
  }

  .button-us-copy:hover {
    box-shadow: 1px 1px 8px 4px rgba(255, 0, 204, 0.52);
  }

  .div-vid-2 {
    width: 100vw;
    height: 50vh;
    border-right-style: none;
    border-left-style: none;
  }

  .background-video-9 {
    width: 100vw;
  }

  .popup {
    display: none;
  }

  .popup-content-text {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .sticky-section-btn {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    -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;
    background-color: transparent;
  }

  .submit-button {
    width: auto;
  }
}

#w-node-_5a3389be-3632-b1ad-0175-7285a1bf7345-9abe5fe0 {
  -ms-grid-column-align: start;
  justify-self: start;
  -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-_62b8d9c1-3157-a926-6489-d28e366ee7a5-9abe5fe0 {
  -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-f7808fb4-5e9c-f0bf-1b0f-254dcda0f718-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f71f-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f726-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f72d-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f734-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f73c-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f743-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f74a-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f751-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f758-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f75f-9abe5fe0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee76c-9abe5fe0 {
    -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-f7808fb4-5e9c-f0bf-1b0f-254dcda0f718-9abe5fe0 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee769-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee76c-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee779-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee782-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee78b-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee78e-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee79a-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee7a3-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee7ac-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee7af-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee7bc-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee7c5-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee7ce-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_62b8d9c1-3157-a926-6489-d28e366ee7d1-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7ba1477d-2e10-bf16-7fbf-5c2bc355a50c-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7ba1477d-2e10-bf16-7fbf-5c2bc355a517-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f05ac910-b8ef-ee65-b861-2a46b72f96a2-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f05ac910-b8ef-ee65-b861-2a46b72f96a5-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b38fccd8-5f1d-f596-cb2c-a938d43a28f1-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b38fccd8-5f1d-f596-cb2c-a938d43a28fb-9abe5fe0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a3389be-3632-b1ad-0175-7285a1bf7345-9abe5fe0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f7808fb4-5e9c-f0bf-1b0f-254dcda0f718-9abe5fe0 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

