body {
    background-color: rgb(251, 251, 251);
    overflow: hidden !important;
    overflow-y: auto !important;
    --theme1: rgb(75, 75, 75);
    --theme2: rgb(75, 45, 45);
    --theme3: rgb(55, 147, 255);
    --theme4: rgb(55, 146, 55);
    --theme5: rgb(200, 200, 200);
    --theme6: rgb(160, 160, 160);
    --theme7: rgb(95, 45, 45);
    --theme8: rgb(28, 114, 200);
    --theme9: rgb(247, 247, 247);
    --hotpink: rgb(255, 105, 180);
    --font1: sans-serif, system-ui;
    background-color: rgb(7, 7, 17);
}
.grid.select .body.opt {
    user-select: none !important;
}
a.href {
    font-family: var(--font1);
    color: var(--theme3);
    text-decoration: none;
}
.page-contents-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: repeat(1, auto);
    top: 0em;
    height: fit-content;
    min-height: 100vh;
}
.page-section {
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    height: fit-content;
}
.page-section.hero {
    margin-top: 8em !important;
    height: calc(100vh - 9em);
    overflow: hidden;
    border-bottom: 1px var(--theme5) solid;
}
.nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 18.8em;
    z-index: 100;
    background-color: rgb(7, 7, 17);
    border-bottom: 1px rgb(47, 47, 67) solid;
    box-shadow: 1px 1px 3px 1px var(--hotpink);
}
.nav .grid.grid1 {
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    margin-top: 0;
    width: fit-content;
    grid-template-columns: repeat(2, auto);
}
.nav .grid {
    grid-template-columns: repeat(8, auto);
    grid-column-gap: 2em;
    margin-top: auto;
    margin-bottom: 1em;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 90%;
}
.tracks .grid .item {
    position: relative;
    color: white;
    font-family: Arial, system-ui, sans-serif, 'Carrois Gothic LT Std';
    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;
}
.nav .logo {
    position: absolute;
    width: auto;
    height: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.page-section.hero {
    margin-top: 5em !important;
    border-bottom: 0 !important;
}
.page-section.hero .video {
    position: relative;
    width: 100%;
    height: 75vh;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
}
.page-section.hero .video .clip {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(55, 55, 55);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    object-fit: cover;
    object-position: center;
}
.nav .hm {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-gap: 0.42em;
    width: 1.7em;
    height: fit-content;
    overflow: hidden;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 2em;
    cursor: pointer;
    top: 0px;
    height: 1.22em;
}
.nav .hm div {
    background: none;
    border-radius: 100px;
    height: 0;
    border-bottom: 2px white solid;
    border-radius: 100px;
    position: relative;
    width: 100%;
    cursor: inherit;
}
.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: 1em;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 30px;
    max-width: 60em;
    letter-spacing: 1.6px;
}
.page-section .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;
}
.page {
    position: absolute;
    width: 86%;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
    font-family: unset;
    font-size: 25px;
    text-transform: capitalize;
    margin-top: 4em;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px !important;
}
.page-section.content {
    margin-bottom: 7em;
}
.grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nav .header {
    color: white;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 26px;
    font-family: unset;
    letter-spacing: 4px;
    user-select: none;
    cursor: pointer;
    margin-top: 2.1em;
}
.nav .header-wrapper {
    grid-column: 1/1;
    height: fit-content;
    position: relative;
}
.nav img {
    position: relative;
    grid-column: 2/2;
    grid-row: 1/1;
    height: 14em;
    padding-top: 1.5em;
}
.nav {
    height: 22.8em;
}
.nav h2.header {
    font-size: 15px;
    margin-top: 9.4em;
    text-transform: capitalize;
    font-family: "Lucida Handwriting";
    position: relative;
}
@keyframes openmobileselector {
    0% {
        margin-left: -20em;
    }
    100% {
        margin-left: 0em;
    }
}
@keyframes closemobileselector {
    0% {
        margin-left: 0em;
    }
    100% {
        margin-left: -20em;
    }
}
.hm {
    display: grid !important;
    height: 1.9em;
    width: 1.9em;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: 1em;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 101;
    top: 0;
    transform: none;
    margin-top: 3em;
}
.hm div {
    background: white;
    height: 0em;
    border: 0.1px white solid;
    border-radius: 100px;
    top: 0;
    bottom: 0;
    position: relative;
    margin: auto;
    width: calc(100% - 0.24em);
    user-select: none;
}
.mobile-selector {
    position: fixed;
    background: white;
    background: rgb(7, 7, 17);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: -17em;
    width: 90%;
    max-width: 20em;
    border-right: 1px rgb(215, 215, 215) solid;
    border-color: rgb(47, 47, 67);
    z-index: 100;
    overflow: auto;
    animation: 0.4s openmobileselector forwards;
    padding-bottom: 2em;
}
.mobile-selector .grid {
    grid-template-columns: auto !important;
    grid-gap: 0.5em;
    margin-left: 1em;
    margin-top: 7em;
    max-height: 86vh;
    overflow: auto;
}
.mobile-selector .grid .body {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    font-family: var(--font1);
    text-transform: capitalize;
    color: var(--theme2);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: white;
}
.wrapper {
    position: fixed;
    width: 10em;
    background: rgb(7, 7, 17);
    z-index: 100;
    padding: 1em;
    margin-top: 0.1em;
    border-radius: 0;
    border: none;
    display: grid;
    grid-row-gap: 0.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-color: var(--hotpink);
    border-top: 0;
    margin-left: -1em;
    overflow: auto;
    max-height: calc(100vh - 34.8em);
}
::-webkit-scrollbar {
    width: 0.8em;
    background-color: var(--darkblue);
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: rgb(15, 15, 35);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(25, 25, 45);
}
.wrapper a.href {
    position: relative;
    letter-spacing: 0.3px;
    width: fit-content;
    height: fit-content;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: left !important;
    left: 0 !important;
    margin: 0 auto;
    margin-left: 0 !important;
    display: block;
    border: 1px var(--hotpink) solid;
    padding: 1em;
    width: calc(100% - 2.2em);
    overflow-wrap: break-word;
}
.mobile-selector .grid .grid.div {
    margin-left: 0;
    margin-top: 0;
    height: fit-content;
    overflow: hidden;
}
.mobile-selector .grid .grid.div .body.href.body2 {
    display: none;
    margin-left: 1em;
}
.mobile-selector .body.href {
    cursor: pointer;
    user-select: none;
}
.tracks .grid .item {
    user-select: none;
}
.hm {
    display: none !important;
}
.nav .grid.grid1, .grid.grid2 {
    width: 96% !important;
}
.nav .bsd {
    position: absolute;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 2em;
    width: fit-content;
    margin-top: 1em;
    height: fit-content;
    z-index: 1;
}
.wrapper.add-on {
    position: absolute !important;
}
* {
    outline: 0 !important;
}
@keyframes nav1 {
    0% {
        opacity: 100%;
    }
    50% {
        opacity: 0%;
    }
    100% {
        opacity: 100%;
    }
}
@keyframes nav2 {
    0% {
        opacity: 0%;
    }
    50% {
        opacity: 100%;
    }
    100% {
        opacity: 0%;
    }
}
.nav {
    overflow: visible !important;
}
.nav .sec {
    position: relative;
    margin: auto;
    margin-right: 0;
}
.nav .item.item1 {
    margin-left: 0;
}
.nav .item.item3 {
    margin-right: 0;
}
.nav .header-wrapper {
    margin: auto;
    margin-left: 0;
}
.nav h2.header {
    font-size: 21px;
    margin-top: 7.6em;
    text-align: left;
    margin-left: 0;
    text-transform: uppercase;
}
.nav h1.header {
    font-size: 38px;
    margin-top: 0.2em;
    text-align: left;
    margin-left: 0;
}
.tracks .grid .item {
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: unset;
    margin-left: 0;
    min-width: 12em !important;
    text-align: center;
    text-align-last: center;
}
.nav .split {
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px var(--hotpink) solid;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: 5em;
    box-shadow: 0px 1px 5px 1px var(--hotpink);
}
.nav {
    /*background-image: url(/image-main-index/logo.jpg);*/
    background-size: auto calc(100% - 13em);
    background-position: top;
    height: 31em;
    background-repeat: no-repeat;
    background-color: black;
    background-position-y: 3.5em;
    position: relative;
    border-top: 1px var(--hotpink) solid;
}
.nav .logo {
    width: auto;
    height: 70%;
    object-position: top;
    margin-top: 0em;
    position: relative;
    grid-column: 2/2;
    object-fit: contain;
    max-width: 64vw;
    margin-top: -1em;
    max-width: 42vw;
    margin-top: auto;
    height: 18em;
    cursor: auto !important;
    object-position: center;
}
.nav .header-wrapper {
    display: grid;
    grid-template-columns: 24vw auto;
    width: 100%;
}
.nav h2.header {
    margin: auto;
    margin-top: 1em;
    left: 0;
    right: 0;
    width: fit-content;
    font-family: unset;
    letter-spacing: 0.6px;
    font-weight: 700;
    font-size: 30px;
    width: 26em;
}
.nav .header-wrapper {
    margin-left: -0.4em;
}
.tracks .grid .item {
    min-width: 5em;
    overflow-wrap: break-word;
    width: 12em !important;
}
.nav .grid.grid1 {
    margin-top: 1em;
    grid-template-columns: 40vw 54vw;
    width: 100vw !important;
    position: absolute;
    grid-template-columns: 100%;
}
.nav .header-wrapper {
    margin-top: 0;
    grid-template-columns: 100%;
}
.wrapper.add-on {
    padding-right: 0.1em;
    padding-left: 0.1em;
    min-width: 11em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.nav h1.header {
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    width: 18em !important;
    position: absolute;
    z-index: 1;
    margin-left: 1em;
    font-size: 30px;
}
.nav {
    height: 17em;
}
.nav .split {
    display: none;
}
.nav .logo {
    height: 9em;
    margin-left: auto !important;
    margin-top: 1.7em;
}
.nav .first {
    width: auto;
    position: absolute;
    height: 15.5em;
    margin-right: 16em;
    margin-bottom: 0;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    left: auto;
    float: right;
}
.nav .headers {
    position: relative;
    width: 90em;
    height: fit-content;
    position: absolute;
    margin-top: 13em;
    margin-right: 1em;
    margin-left: auto;
    left: 0;
    right: 0;
}
.nav .headers .header {
    width: fit-content;
    height: fit-content;
    margin-top: 0;
}
.nav .headers .p2 {
    margin: 0;
    position: relative;
    display: inline-block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    margin-right: 0;
    margin-left: auto;
}
.nav h2.header {
    position: relative;
    margin-top: 8em;
}
.nav .sec {
    position: absolute;
    margin-left: auto;
    margin-right: 0;
    left: 0;
    right: 0;
}
.grid.grid2 {
    display: grid !important;
}
.nav .logo {
    grid-column: auto !important;
    height: 11em;
    margin-left: auto !important;
    margin-top: 0.7em;
}
.player .watermark {
    position: absolute;
    user-select: none;
    width: 7em;
    height: 2em;
    background-image: url(/image-main-index/logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 8em;
    margin-left: 7em;
    z-index: 1;
}
.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center;
}
.nav .logo {
    display: none !important;
}
.nav .headers {
    width: fit-content;
    margin-right: 2em;
}
.nav .first {
    margin-right: auto;
    margin-left: auto;
    float: unset;
    left: 0;
    right: 0;
    position: absolute;
}
.nav .sec .header {
    font-size: 22px;
    margin-top: 0.4em;
}
.nav h1.header {
    font-size: 22px;
}
.nav img.first {
    height: 9em;
    margin-top: -0.7em;
    left: -1em;
    width: 7.6em;
    object-fit: cover;
}
.nav img.second {
    position: absolute;
    width: 18em;
    height: 11em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: fill;
    object-position: center;
    margin-top: 4.5em;
    margin-bottom: 2em;
    transform: none;
    padding-top: 0;
}
.nav h1.header {
    width: fit-content;
    text-align: left;
}
.nav .split {
    display: block !important;
    box-shadow: 1px 1px 5px 1px var(--hotpink);
    border-bottom: 1px rgb(47, 47, 67) solid;
    margin-top: 0;
    border-color: var(--hotpink);
}
.nav-bg-video {
    position: absolute;
    width: auto;
    height: 9.8em;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: top;
    margin-top: 0;
}
.fixed .player .type {
    position: absolute;
    width: fit-content;
    color: white;
    font-family: unset;
    font-size: 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: 7em;
    margin-bottom: 11em;
    top: 0;
    bottom: 0;
    height: fit-content;
}
@media screen and (max-device-width: 1424px) {
    .nav .sec .header {
        font-size: 20px;
        margin-top: 0.6em;
    }
    .nav h1.header {
        font-size: 20px;
    }
}
@media screen and (max-device-width: 1320px) {
    .nav .sec .header {
        font-size: 18px;
        margin-top: 0.8em;
    }
    .nav h1.header {
        font-size: 18px;
    }
}
@media screen and (max-device-width: 739px) {
    .nav .headers, .nav .grid.images .image {
        display: none !important;
    }
    .nav .grid.images {
        grid-template-columns: auto !important;
        margin-top: 0 !important;
        height: 7em !important;
        top: 0 !important;
    }
    .grid.divide .sect.events {
        height: calc(100vh - 7em) !important;
        margin-top: 2em !important;
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
    }
    body {
        background-position-y: 0 !important;
    }
    .nav .logo3 {
        margin-top: -2.3em !important;
        height: auto;
        width: fit-content !important;
        max-width: 26em;
        height: 7em !important;
        margin-top: 0.01em !important;
        margin-right: 0 !important;
    }
    .nav .grid.images {
        grid-template-columns: auto auto !important;
        margin-top: -2em !important;
        width: 90% !important;
        height: 9em !important;
    }
    .nav .grid.images .image.logo4 {
        display: block !important;
        height: 8em;
        margin-top: 0;
        position: relative;
    }
    .nav .phone {
        display: none !important;
    }
    .nav {
        height: 8em;
    }
    .nav .bsd {
        margin-top: 0.5em;
        margin-right: 1em;
    }
}
.item.button3 {
    display: none !important;
}
.grid.suggestions {
    position: absolute;
    width: calc(100% - 0.2em) !important;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    background: white;
    padding: 0.1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 20px;
    border: 1px rgb(235, 235, 235) solid;
    box-shadow: 1px 1px 2px 1px rgb(235, 235, 235);
    padding-top: 2.7em;
    z-index: 2 !important;
    max-height: 14em;
    overflow: hidden;
}
.suggestion {
    position: relative;
    font-family: var(--font1);
    font-size: 16px;
    user-select: none;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    border-bottom: 0.1px rgb(225, 225, 225) solid;
    padding: 0.6em;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    text-indent: 1em;
}
.search-bar {
    z-index: 4 !important;
}
.suggestion:hover {
    background-color: rgb(235, 235, 235);
}
.sect.events .grid.select, .sect.events .grid.videos {
    z-index: 1 !important;
}
.nav .nav-bg-video {
    width: 100%;
    height: 25.07em;
    margin-bottom: 0;
    object-position: top;
    margin-top: -9em;
}
@keyframes slideup {
    0% {
        margin-bottom: -20em;
    }
    100% {
        margin-bottom: 2em;
    }
}
@keyframes slidedown {
    0% {
        margin-bottom: 2em;
    }
    100% {
        margin-bottom: -20em;
    }
}
.cookie-manager {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-bottom: -20em;
    animation: 0.4s slideup forwards;
    animation-delay: 1s;
    height: fit-content;
    max-height: 15em;
    width: calc(96vw - 2em);
    padding: 1em;
    background: white;
    border-radius: 20px;
    border: 2px white solid;
    max-width: 31em;
    margin-right: 2em;
    padding-top: 1.2em;
    padding-bottom: 1em;
    z-index: 10000000000;
    background-color: rgb(225, 225, 225);
    border: 1px white solid;
}
.cookie-manager .head {
    font-family: var(--font1);
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    top: 0;
    margin-bottom: 0.6em;
}
.cookie-manager .body {
    font-family: var(--font1);
    font-size: 16px;
    width: 95%;
    left: 0;
    right: 0;
    position: relative;
    text-align: justify;
    margin: auto;
    margin-bottom: 1.8em;
    word-break: break-word;
}
.cookie-manager .confirm {
    background: black;
    color: white;
    border: 2px var(--hotpink) solid;
    border-color: white;
    border-radius: 6px;
    font-family: var(--font1);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    padding: 1.3em;
    width: calc(100% - 0em);
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
}
@media screen and (max-device-width: 1080px) {
    .cookie-manager {
        margin-right: auto;
    }
}
.nav .split {
    z-index: 2;
}
.grid.images {
    position: absolute;
    width: 100%;
    height: 17.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-top: -1em;
    margin-left: -0.1em;
    grid-template-columns: repeat(4, auto);
    overflow: hidden;
    grid-gap: 0;
}
.nav .nav-img {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    height: auto;
    margin-top: 0;
    top: 0;
    padding-top: 0;
    width: 100%;
    min-height: unset;
    transform: skewX(17deg);
    width: 125%;
    left: -15%;
    border: 2px var(--hotpink) solid;
    overflow: hidden;
}
.nav .nav-img img {
    position: absolute;
    margin-top: 0;
    top: 0;
    padding-top: 0;
    width: 100%;
    object-fit: cover;
    min-height: unset;
    object-position: center;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transform: skewX(-17deg);
    width: 101%;
    left: -17%;
}
.nav .nav-img.two {
    z-index: 1;
}
.nav .nav-img.three {
    z-index: 2;
}
.nav .nav-img.four {
    z-index: 3;
}
.nav .header {
    z-index: 4;
}
.nav .logo {
    display: block !important;
}
.nav .grid.images {
    grid-template-columns: auto auto auto;
    width: 92%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    transform: none;
    position: absolute;
    margin-top: -1em;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    top: 6em;
    max-width: 56em;
    max-width: unset;
    width: 97%;
    top: 6.3em;
    height: 14em;
    height: 16em;
    top: 5.23em;
}
.nav .image {
    height: 13em;
    transform: translateY(-50%);
}
.nav .image {
    margin-right: 0 !important;
}
.nav .image.logo4 {
    margin-left: 0 !important;
}
.nav .phone {
    color: white;
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 8.8em;
    font-weight: 600;
    font-family: unset;
    font-size: 18px;
    font-size: 23px;
    font-weight: 500;
    margin-top: 6.5em;
}
.nav .logo3 {
    padding-top: 0.5em;
    height: 12em;
    margin-top: 0.5em;
}
.headers {
    width: 98% !important;
    margin-right: auto !important;
}
@media screen and (max-device-width: 456px) {
    /*
    REMOVE IMAGE ON SMALLER PHONES CODE
    .nav .grid.images {
        grid-template-columns: auto !important;
        width: fit-content !important;
        margin-top: -1.7em !important;
    }
    .nav .grid.images .image.logo4 {
        display: none !important;
    }
    */
    .nav .grid.images {
        width: 100% !important;
    }
    .nav .logo3 {
        height: 22vw !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}
@media screen and (max-device-width: 1080px) and (min-device-width: 740px) {
    .nav .header-wrapper {
        height: 0em !important;
    }
}
.fixed.referrence.popup2.popup.bio .container .inputs {
    position: relative;
    width: 100%;
    display: grid;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0.5em;
    grid-row-gap: 0.3em !important;
    height: fit-content;
    grid-column-gap: 1em;
    grid-template-columns: auto auto !important;
    max-width: 24em !important;
}
.fixed.referrence.popup2.popup.bio .container .header {
    margin-bottom: 0.4em;
}
.fixed.referrence.popup2.popup.bio .container .submit {
    margin-top: 1em !important;
    grid-column: 1/3;
}
.popup.bio .inputs .input {
    position: relative;
    width: calc(100% - 2em);
    height: fit-content;
    border: 1px rgb(205, 205, 205) solid;
    border-radius: 4px;
    padding: 1em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    max-width: 24em;
    overflow: hidden;
    font-size: 17px !important;
    font-family: var(--font1);
}
.popup.bio .inputs textarea.input {
    max-width: unset;
    width: 100%;
    resize: vertical;
    min-height: 6em;
    max-height: 14em;
    grid-column: 1/3;
    max-width: 43.2em;
}
@media screen and (max-device-width: 1080px) {
    .fixed.referrence.popup2.popup.bio .container .inputs {
        grid-template-columns: auto !important;
        max-width: 14em !important;
    }
    .fixed.referrence.popup2.popup.bio .container .submit {
        grid-column: 1/2;
    }
    .popup.bio .inputs textarea.input {
        grid-column: 1/2;
        max-width: unset;
        width: calc(100% - 2em);
        resize: vertical;
        max-width: 24em;
        min-height: 6em;
        max-height: 14em;
    }
}
.nav .logo.logo3 {
    cursor: pointer !important;
}