.page-section .header {
    position: relative;
    font-family: var(--font1);
    color: white;
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 2em;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 30px;
    max-width: 60em;
    letter-spacing: 1.6px;
}
.page-section .header2 {
    margin-top: 4em;
}
.grid.band {
    margin-top: 4em;
    grid-gap: 3em;
}
.grid.band .ins {
    overflow: hidden;
    position: relative;
    width: 94vw;
    height: fit-content;
    max-width: 19em;
}
.grid.band .ins .instrument {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    top: 0;
    object-position: center;
    bottom: 0;
    margin: auto;
    max-height: 19em;
}
.grid.band .ins .body {
    position: relative;
    font-family: var(--font1);
    color: white;
    font-weight: 100;
    font-size: 19px;
    text-align: center;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 1em;
    letter-spacing: 0.2px;
    max-width: 60em;
}
.submit {
    position: relative;
    width: fit-content;
    height: fit-content;
    border: 1px white solid;
    background: rgb(7, 7, 17);
    color: white;
    font-family: var(--font1);
    font-size: 20px;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 3px;
    cursor: pointer;
    left: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1em;
    font-size: 16px;
    cursor: pointer;
}
.grid.band.band1 .ins .instrument {
    width: 100%;
    height: 94vw;
    object-fit: cover;
    top: 0;
    object-position: center;
    bottom: 0;
    margin: auto;
    max-height: 19em;
    border-radius: 50%;
    overflow: hidden;
}
.grid.band.band2 .ins .instrument {
    max-width: 10em;
    max-height: 10em;
    left: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
}
.band3 .grid.band .ins .instrument {
    background-color: black !important;
}
.band3 .submit {
    margin-top: 3em !important;
}
.page-section.hero .headshot {
    position: absolute;
    width: 94vw;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    margin-top: 0;
    top: 0;
    max-width: 14em;
    overflow: hidden;
    margin-top: 12em;
}
.page-section.hero .headshot img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.page-section.hero {
    height: fit-content !important;
    max-height: unset !important;
    overflow: visible;
    padding-bottom: 2em;
}
.dynamic {
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    width: 96vw;
    max-width: 42em;
    height: 40em;
    margin-top: 4em;
}
.opt {
    overflow: hidden;
    position: absolute;
    width: 94vw;
    height: fit-content;
    max-width: 6em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
}
.top {
    margin-top: 0;
}
.bottom {
    margin-bottom: 0;
}
.left {
    margin-left: 0;
}
.right {
    margin-right: 0;
}
.opt, .opt * {
    cursor: pointer !important;
}
.opt .poster {
    position: relative;
    width: 100%;
    height: 94vw;
    overflow: hidden;
    border-radius: 50%;
    max-height: 6em;
    user-select: none;
    left: 0;
    right: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    object-fit: cover;
    background-color: black;
}
.second {
    position: absolute;
    top: 0;
    max-width: 32em;
    max-height: 32em;
    margin-top: 8em;
}
.second .top {
    margin-left: 0;
}
.second .right {
    margin-top: 0;
}
.second .bottom {
    margin-right: 0;
}
.second .left {
    margin-bottom: 0;
}
body {
    background-image: url(/image-main-index/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh;
}
.grid.divide {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    grid-template-columns: auto auto auto;
    width: 100%;
}
.grid.divide .sect {
    position: relative;
    width: 30vw;
    max-width: 20em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding-top: 3em;
    padding-bottom: 1em;
    border-right: 1px var(--hotpink) solid;
    box-shadow: 1px 1px 3px 1px var(--hotpink);
}
.grid.divide .sect.events {
    max-width: unset;
    width: calc(100vw - 40em);
    background-color: unset;
}
.grid.divide .sect.tracks {
    border-left: 1px var(--hotpink) solid;
    box-shadow: 1px 1px 5px 1px var(--hotpink);
}
.page-section.hero {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}
body {
    background-position-y: 17em;
}
.sect .body, .sect .header, .sect .grid {
    text-align: justify !important;
    text-align-last: left !important;
    width: 90% !important;
}
.sect .body {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1.4em;
}
.sect.des .poster {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: auto;
    object-fit: contain;
    object-position: top;
    border: 2px var(--hotpink) solid;
}
.grid.divide .sect.tracks {
    margin-left: auto;
    margin-right: 0;
}
.grid.divide .sect .header {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 170% !important;
}
.sect.tracks .header {
    width: 85% !important;
}
.grid.divide .sect.tracks .grid {
    width: 90%;
    overflow: auto;
    margin-top: 0em;
    height: fit-content;
    grid-gap: 0.4em;
    max-height: calc(100vh - 14em);
    width: fit-content !important;
}
.sect.des, .sect.tracks, .sect.events {
    max-height: calc(100vh - 14em);
    overflow: auto;
}
.sect.events {
    max-height: calc(100vh - 11em);
    overflow: auto;
}
.track {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0.4em;
    width: fit-content;
    margin-left: 0;
}
.track .t {
    position: relative;
    font-family: var(--font1);
    color: white;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 20px;
}
.track .play {
    background-image: url(/image-main-index/media2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 1.2em;
    width: 1.2em;
    overflow: hidden;
    border-radius: 50%;
    background-color: unset;
    border: 1px white solid;
    cursor: pointer;
    color: black;
    background-color: black;
    margin-right: 0em;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow: auto;
    margin: 0;
    overflow-x: hidden;
}
.fixed .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: black;
    opacity: 55%;
}
.fixed .player {
    position: absolute;
    padding: 2em;
    background-image: url(/image-main-index/frame.png);
    width: calc(98vw - 4em);
    background-repeat: no-repeat;
    height: fit-content;
    background-size: cover;
    background-position: center;
    height: 80vw;
    max-height: 41em;
    max-width: 49em;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.fixed .player .controls {
    width: 20em;
    height: 2em;
    grid-template-columns: repeat(6, auto);
    margin-top: 0.1em;
}
.fixed .player .controls .control.rewind {
    background-image: url(/image-main-index/skip.png);
    transform: rotate(180deg);
}
.fixed .player .controls .control.ff {
    background-image: url(/image-main-index/skip.png);
}
.fixed .player .controls .control.x {
    background-image: url(/image-main-index/x.png);
}
.fixed .player .controls .control.fs {
    background-image: url(/image-main-index/fullscreen.jpg);
    background-image: url(/image-main-index/fullscreen.jpg);
    background-size: 61% 61%;
    background-color: black;
}
.fixed .player .controls .control.controls {
    background: black;
    width: fit-content;
    border-radius: 4px;
    color: white;
    font-family: unset;
    height: fit-content;
    font-weight: 500;
    font-size: 14px;
    padding: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
}
.fixed .player .controls .control {
    position: relative;
    background-image: url(/image-main-index/pause.png);
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    border: 1px white solid;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    user-select: none;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    border-color: black;
    border: none;
    top: 0;
    bottom: 0;
}
.fixed .player .video {
    position: relative;
    margin-top: 8%;
    margin-left: 8%;
    width: 84%;
    height: 81%;
    object-fit: cover;
    object-position: left;
    object-fit: contain;
    object-position: center;
    background: black;
}
.frames {
    position: relative;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    margin-top: 2em;
}
.sect.events .grid.videos {
    position: relative;
    overflow: hidden;
    width: 85% !important;
    margin-top: 5em !important;
    grid-template-columns: calc(50% - 0.5em) calc(50% - 0.5em);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 6em;
    max-height: calc(98vh - 12em);
    overflow: auto;
}
.sect.events .grid.videos .video-container {
    position: relative;
    width: 100%;
    object-fit: contain;
    background-color: black;
    object-position: center;
    cursor: pointer;
    border-radius: 3px;
    height: fit-content;
    border-radius: 0;
    background: no-repeat;
}
.video-container img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}
.sect.events .grid.videos video, .sect.events .grid.videos img.vid {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: black;
    object-position: center;
    cursor: pointer;
    border-radius: 3px;
    height: 100%;
    width: 95%;
    height: 93%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    top: -2%;
}
.sect.events .grid.select {
    position: absolute;
    width: fit-content !important;
    grid-template-columns: auto;
    margin-top: 5em;
    cursor: pointer;
    grid-column-gap: 3em;
    left: 0;
    grid-row-gap: 2em;
}
.sect.events img.artist {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2em;
    object-fit: contain;
    object-position: center;
}
.sect.events .header.artists {
    width: 90% !important;
    text-align: center !important;
    text-align-last: center !important;
    margin-top: 1em;
    text-transform: uppercase !important;
    font-size: 18px;
    letter-spacing: 1px;
}
.frames img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.grid.divide .sect.events {
    padding-top: 0 !important;
}
.demo-video {
    position: absolute;
    width: 37.88%;
    left: -1%;
    right: 0;
    margin: auto;
    top: -3.2%;
    bottom: 0;
    height: 37%;
    object-fit: cover;
    object-position: center !important;
    border-radius: 4px;
    outline: 0;
    cursor: pointer !important;
    user-select: none;
}
.demo-video.d1 {
    left: -2%;
    width: 40%;
    left: -1%;
    width: 39%;
    height: 38%;
    object-fit: cover;
    object-position: center;
}
.demo-video.d2 {
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    height: 19%;
    width: 20%;
    top: 8%;
    height: 19.6%;
    top: 7.7%;
}
.demo-video.d3 {
    margin-top: 0;
    margin-left: 0;
    left: 29%;
    height: 19%;
    width: 20%;
    top: 8%;
    margin-top: 0;
    margin-left: 0;
    left: 29%;
    height: 19.6%;
    width: 20%;
    top: 7.7%;
}
.demo-video.d4 {
    margin-top: 0;
    margin-left: 0;
    left: 29%;
    height: 20%;
    width: 20%;
    top: auto;
    bottom: 10%;
}
.demo-video.d5 {
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    height: 20%;
    width: 20%;
    top: auto;
    bottom: 10%;
}
.demo-video.d6 {
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    height: 38%;
    width: 19%;
    top: auto;
    bottom: 10%;
    left: 8%;
    left: 7%;
    width: 20%;
}
.demo-video.d7 {
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    height: 37%;
    width: 20%;
    top: 8%;
    bottom: 11%;
    left: 7%;
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    height: 38%;
    width: 20%;
    top: 7.7%;
    bottom: 11%;
    left: 7%;
}
.demo-video.d8 {
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    height: 37%;
    width: 20%;
    top: 8%;
    bottom: 11%;
    left: auto;
    right: 8%;
    height: 38%;
    width: 20%;
    top: 7.7%;
}
.demo-video.d9 {
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    height: 38%;
    width: 20%;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 8%;
}
.sect.events .grid.select {
    grid-row-gap: 1em;
}
.body.checklist {
    text-align: center !important;
    text-align-last: center !important;
    width: 90% !important;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-top: 1em;
    font-size: 15px;
}
.sect.events .opt {
    position: relative;
    color: white;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    border: 1px var(--hotpink) solid;
    padding: 1em;
    height: fit-content;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    color: white;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    border: 1px var(--hotpink) solid;
    padding: 1em;
    height: fit-content;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center !important;
    text-align-last: center !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: unset;
    margin-left: 0;
    min-width: 12em !important;
    text-align: center;
    text-align-last: center;
    width: 15em !important;
    margin-top: 0;
}
.sect.events .grid.select { 
    padding-bottom: 1em !important;
    margin-top: 10em !important;
    grid-template-columns: repeat(2, auto) !important;
}
.nav {
    border-top: 0;
}
.grid.divide .sect.events, .grid.divide .sect.des, .grid.divide .sect.tracks {
    border-bottom: 0 !important;
}
.sect.events .grid.listing {
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 1em;
    margin-bottom: 1em !important;
    margin-top: 3em;
}
.scroll {
    position: fixed;
    width: fit-content;
    height: fit-content;
    padding: 1em;
    border-radius: 4px;
    z-index: 100;
    background: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: 20.5em;
    margin-bottom: 2em;
    cursor: pointer;
    user-select: none;
}
.scroll .body {
    position: relative;
    text-align: center !important;
    text-align-last: center !important;
    line-height: 1.1em;
    margin-top: 0;
    width: fit-content !important;
    max-width: 10em;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.grid.song .f {
    display: block !important;
    width: 100%;
    height: 2em;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    grid-column: 1/3;
    margin-top: 0.3em;
}
.grid.song .f .audio {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sect.events .grid.listing .header.artists {
    width: 118% !important;
    text-align: center !important;
    text-align-last: center !important;
    margin-top: 1em;
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    line-height: 1em;
}
.sect.events .grid.listing .body {
    width: 100% !important;
}
.sect.events .grid.listing .division {
    cursor: pointer;
    cursor: pointer;
    width: calc(47vw - 29em);
    height: fit-content;
    max-width: 14em;
}
.sect.events .grid.listing .division, .sect.events .grid.listing .division * {
    width: calc(39vw - 29em) !important;
    max-width: 6em !important;
}
.sect.events .grid.listing .division .artist {
    max-width: 8em !important;
    width: calc(40.7vw - 29em) !important;
    height: 15.8vw;
    max-height: 11.2em !important;
    margin-top: 2.2em !important;
}
.division .frame {
    position: absolute;
    cursor: pointer;
    width: calc(47vw - 29em);
    height: 18em;
    max-width: 14em;
    background-image: url(/image-main-index/frames2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 2em;
    padding: 1em;
    padding-bottom: 0;
}
.sect.events img.artist {
    /* left: 50%; */
    transform: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
    all: unset;
    max-height: 19em !important;
    object-fit: cover !important;
    object-position: top !important;
    cursor: pointer;
    cursor: pointer;
    width: calc(49vw - 29em);
    height: 23.4vw;
    max-width: 4em !important;
    margin-top: 2.7em;
    max-height: 18em !important;
    overflow: hidden;
}
.sect.events .grid.videos {
    grid-template-columns: calc(25% - 1em) calc(25% - 1em) calc(25% - 1em) calc(25% - 1em) !important;
}
.back-container {
    height: 4em;
    margin-left: auto;
    left: 0;
    right: 0;
    position: fixed;
    margin-right: auto;
    max-width: unset;
    width: calc(100vw - 40em);
    background-color: unset;
}
.back {
    position: absolute;
    width: 2em;
    height: 2em;
    background-image: url(/image-main-index/back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1em;
    margin-left: auto;
    margin-right: 1em;
    left: 0;
    right: 0;
    cursor: pointer;
    user-select: none;
    top: 0;
    z-index: 5;
}
.grid.playlist .song {
    position: relative;
    width: fit-content !important;
    height: fit-content;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    grid-gap: 0.4em;
    margin-left: 0;
}
.grid.playlist .song .pic {
    position: relative;
    width: 2em;
    height: 2em;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    background-image: url(/image-main-index/media2.png);
    background-size: contain;
    background-position: center;
}
.sect.events .grid.buttons {
    width: fit-content !important;
    grid-template-columns: auto auto;
    grid-gap: 1em;
}
.load {
    text-align: center !important;
    text-align-last: center !important;
}
.grid.playlist .song .name {
    position: relative;
    cursor: pointer;
    color: white;
    font-size: 16px;
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    height: fit-content;
    max-height: 2.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    overflow: hidden;
}
.grid.playlist {
    grid-template-columns: auto auto auto auto;
    left: 0;
    position: relative;
    right: 0;
    margin: auto;
    margin-top: 6em;
    transform: none;
    grid-gap: 1em;
    padding-bottom: 1em;
}
.load {
    position: relative;
    width: 11em;
    padding: 1em;
    font-family: unset;
    font-weight: 600;
    background: black;
    border: 1px var(--hotpink) solid;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-color: black;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 16px;
    cursor: pointer;
}
.search-bar {
    position: relative;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 2em;
    max-width: 34em;
    height: fit-content !important;
    z-index: 1;
}
.search-bar .bar {
    position: relative;
    width: 100%;
    height: auto;
    font-family: var(--font1);
    color: rgb(45, 45, 45);
    border-radius: 100px;
    border: 1px rgb(235, 235, 235) solid;
    box-shadow: 1px 1px 2px 1px rgb(235, 235, 235);
    padding: 0.4em;
    font-size: 18px;
    padding-left: 2.55em;
    padding-right: 5em;
    width: calc(100% - 7.5em);
    letter-spacing: 0.4px;
}
.search-bar .search-display {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    left: 0;
    margin-left: 0.6em !important;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/image-main-index/search.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.search-bar .search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 0;
    left: 0;
    right: 0;
    width: fit-content;
    border-radius: 100px;
    border: 1px white solid;
    background: black;
    color: white;
    font-family: unset;
    font-size: 16px;
    padding: 1em;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    user-select: none;
}
.fixed.referrence .container {
    position: absolute;
    width: calc(86% - 4em);
    height: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px white;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 0em;
    overflow: auto;
    max-height: 80vh;
    overflow-x: hidden;
    padding-bottom: 2em;
    max-width: 76em;
}
.fixed.referrence .header {
    font-family: URW Chancery L, cursive;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    margin-top: 0.4em;
    line-height: 1.4em;
    word-break: break-word;
    font-size: 32px;
    font-weight: 900;
    color: rgb(135, 135, 135);
    text-align: center;
    margin-bottom: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1em;
}
.fixed.referrence .container .body {
    font-family: var(--font1);
    width: 85%;
    text-align: left;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    margin-top: 0.4em;
    line-height: 1.4em;
    word-break: break-word;
    font-size: 20px;
    font-weight: 500;
}
.fixed.referrence .container .whitespace {
    font-family: var(--font1);
    width: 85%;
    text-align: left;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    margin-top: 0.4em;
    line-height: 1.4em;
    word-break: break-word;
    font-size: 20px;
    font-weight: 500;
    height: 1em;
}
.fixed.referrence .container input.text {
    position: relative;
    display: inline-block;
    width: 78vw;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 16px;
    border-radius: 3px;
    border: 1px rgb(175, 175, 175) solid;
    font-family: var(--font1);
    max-width: 16em;
    margin-left: 0;
}
.fixed.referrence .container .inputs {
    position: relative;
    margin-top: 0.4em;
    grid-template-columns: repeat(2, auto);
    grid-gap: 1em;
    margin-bottom: 0.4em;
    margin-left: 0;
}
.fixed.referrence .container textarea.text {
    position: relative;
    display: inline-block;
    width: calc(84% - 0.5em);
    padding: 1em;
    font-size: 16px;
    border-radius: 3px;
    border: 1px rgb(175, 175, 175) solid;
    font-family: var(--font1);
    max-width: unset;
    height: 14em;
    resize: vertical;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    margin-top: 3em;
    min-height: 10em;
}
.fixed.referrence .container .submit {
    margin-top: 2em !important;
}
.sect.events .grid.listing .header.artists {
    font-size: 18px !important;
    width: 134.5% !important;
    text-align: center !important;
    text-align-last: center !important;
    padding: 0 !important;
    max-width: unset !important;
}
.body.loading {
    position: absolute;
    text-align: center !important;
    text-align-last: center !important;
    margin-top: 6em;
    font-size: 20px;
    letter-spacing: 1.4px !important;
}
.fixed.referrence .container textarea.text {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    height: 4em;
    min-height: 4em;
    margin-left: 0;
}
.fixed.referrence .container .textarea-wrapper {
    position: relative;
    width: 85.6%;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
}
.fixed.referrence.book.popup2 .header {
    font-family: unset !important;
    margin-bottom: 1em;
}
.fixed.referrence.book.popup2 .body {
    margin-bottom: 2em !important;
}
.grid.description {
    grid-template-columns: repeat(3, auto) !important;
    grid-column-gap: 2em;
}
.grid.description.noimg {
    grid-template-columns: repeat(2, auto) !important;
}
.sect.events .grid.description .body-container {
    position: relative;
    width: 100%;
    padding-bottom: 2em;
    height: fit-content;
}
.sect.events .grid.description .body-container .body {
    text-align: left !important;
    text-align-last: left !important;
    font-size: 14px;
}
.sect.events .grid.description .body-container.rus .body {
    text-align: left !important;
    text-align-last: left !important;
    margin-bottom: 2em !important;
}
.sect.events .grid.description .body-container .img {
    position: relative;
    width: 8em;
    height: 22em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 4em;
}
@media screen and (max-device-width: 695px) {
    .back {
        margin-top: -1.4em;
        height: 1.8em;
        width: 1.8em;
    }
}
@media screen and (max-device-width: 1310px) {
    .search-bar.enabled {
        width: 82%;
        margin-left: 1em;
        margin-top: 1em;
        width: calc(100% - 3em) !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .page {
        margin-top: 3.15em;
    }
    .grid.divide .sect.events .grid.select {
        grid-template-columns: auto !important;
        margin-top: 8.5em !important;
    }
    .sect.events .grid.listing .division {
        width: calc(50vw - 2em) !important;
        max-width: 8em !important;
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
    }
    .sect.events .grid.listing .division .frame, .sect.events .grid.listing .division .artist {
        width: 100% !important;
    }
    .sect.events .grid.videos {
        grid-template-columns: repeat(2, auto) !important;
    }
    .sect.events .grid.listing {
        width: fit-content !important;
    }
    .page-contents-wrapper {
        display: block;
    }
    .grid.divide .sect.events .grid.select {
        grid-template-columns: auto !important;
    }
}
@media screen and (max-device-width: 1080px) {
    .sect.events .grid.listing .division .artist {
        max-height: 9.6em !important;
        height: auto !important;
        min-height: 9.6em !important;
    }
    .grid.divide .sect.des, .grid.divide .sect.tracks {
        display: none !important;
    }
    .sect.events {
        width: 100vw !important;
        max-width: unset !important;
    }
    .grid.divide {
        grid-template-columns: auto !important;
        width: 100vw !important;
    }
    .sect.events .grid.listing .header.artists {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: fit-content !important;
        position: absolute;
        margin-top: 0.7em;
        font-size: 20px !important;
    }
    .sect.events .grid.listing {
        grid-row-gap: 1em !important;
    }
    .back-container {
        margin-right: 0em;
    }
    .scroll {
        margin-right: 2em;
    }
    .grid.divide .sect.events {
        height: calc(100vh - 7em) !important;
        margin-top: 2em !important;
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
    }
    .sect.events .grid.listing .division .frame, .sect.events .grid.listing .division .artist {
        min-height: 9em;
    }
    .grid.divide .sect.events .grid.select, .grid.divide .sect.tracks .grid.grid2 {
        grid-template-columns: auto !important;
    }
    .fixed .player {
        width: calc(98vw - 5em);
        height: 72vw;
        background-size: contain;
    }
    .fixed .player .video {
        width: 74vw;
        margin-left: auto;
        margin-top: 7%;
        height: 59.7vw;
        max-width: 41.1em;
        margin-right: auto;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        max-height: 33.4em;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-top: 6vw;
    }
    .watermark {
        display: none;
    }
    .grid.description.noimg {
        margin-top: 4em;
    }
    .fixed.referrence .container .inputs {
        position: relative;
        margin-top: 0;
        grid-template-columns: repeat(1, auto);
        grid-gap: 0.4em;
        margin-bottom: 0.4em;
        margin-left: 0;
    }
    .fixed.referrence.book .container .body.min {
        margin-bottom: 1em !important;
    }
    .fixed .player .controls {
        width: 72vw;
        height: 1em;
        grid-template-columns: repeat(6, auto);
        margin-top: 0em;
        max-width: 20em;
    }
    .fixed .player .controls .control {
        width: 1.2em;
        height: 1.2em;
    }
    .fixed .player .controls .control.controls {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
    }
    .fixed .player .controls .control.fs {
        background-size: 56% 56%;
    }
    .grid.description {
        margin-top: 2em;
    }
    .back-container {
        z-index: 10;
    }
}
@media screen and (max-device-width: 575px) {
    .sect.events .grid.listing {
        grid-template-columns: repeat(3, auto) !important;
    }
}
@media screen and (max-device-width: 439px) {
    .sect.events .grid.listing {
        grid-template-columns: repeat(2, auto) !important;
    }
}
@media screen and (max-device-width: 600px) {
    .search-bar.enabled {
        width: 75%;
    }
    .grid.description, .grid.description.noimg {
        grid-template-columns: repeat(1, auto) !important;
        grid-column-gap: 2em;
    }
    .sect.events .grid.description .body-container .img {
        position: relative;
        width: 8em;
        height: 22em;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-top: 0em;
    }
}
@media screen and (max-device-width: 1080px) and (min-device-width: 800px) {
    .grid.divide .sect.events .grid.select, .grid.divide .sect.tracks .grid.grid2 {
        grid-template-columns: auto auto !important;
        grid-row-gap: 1em;
        grid-column-gap: 3em;
    }
    .tracks .grid .item {
        margin-top: 0;
    }
}
.nav .sec .header {
    width: fit-content !important;
}