* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
a {
    text-transform: none;
    color: inherit;
}
button {
    border: none;
    outline: none;
    background: none;
}

html {
    font-size: 62.5%;
    background: #000000;
    color: #FFFFFF;
}
body {
    font-size: 1.6rem;
}

/* CSS to hide scrollbar when menu is active */
body.active,
html.active {
    overflow: hidden;
}

h1 {
    /* Display Font - Raygun */
    font-weight: 400;
}
h2,h3,h4,h5,h6 {
    /* Standard Font - Neue Haas Unica W1G */
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1;
}

h1, .heading-1 {
    font-size: 4rem;
}
@media(min-width:744px) {
    h1, .heading-1 {
        font-size: 10rem;
    }
}

h2, .heading-2 {
    font-size: 3.2rem;
}
@media(min-width:744px) {
    h2, .heading-2 {
        font-size: 8rem;
    }
}

h3, .heading-3 {
    font-size: 2.8rem;
}
@media(min-width:744px) {
    h3, .heading-3 {
        font-size: 6rem;
    }
}

h4, .heading-4 {
    font-size: 2.8rem;
}
@media(min-width:744px) {
    h4, .heading-4 {
        font-size: 4.4rem;
    }
}

h5, .heading-5 {
    font-size: 2.4rem;
}
@media(min-width:744px) {
    h5, .heading-5 {
        font-size: 3.2rem;
    }
}

h6, .heading-6 {
    font-size: 2rem;
}
@media(min-width:744px) {
    h6, .heading-6 {
        font-size: 2rem;
    }
}

.paragraph-reg {
    font-size: 2rem;
    line-height: 2.6rem;
}
@media(min-width:744px) {
    .paragraph-reg {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}
.paragraph-xl {
    font-size: 2.4rem;
    line-height: 3rem;
}
@media(min-width:744px) {
    .paragraph-xl {
        font-size: 4rem;
        line-height: 4.8rem;
    }
}

.paragraph-lg {
    font-size: 2.4rem;
    line-height: 3rem;
}
@media(min-width:744px) {
    .paragraph-lg {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
}

p, li, .paragraph-sm {
    font-size: 1.6rem;
    line-height: 2rem;
}
@media(min-width:744px) {
    p, li, .paragraph-sm {
        font-size: 2rem;
        line-height: 2.6rem;
    }
}

#rich-text ul {
    margin-left: 2.4rem;
}

#rich-text h1,
#rich-text h2,
#rich-text h3,
#rich-text h4,
#rich-text h5, {
    font-size: 2.4rem;
}
@media(min-width:744px) {
    #rich-text h1,
    #rich-text h2,
    #rich-text h3,
    #rich-text h4,
    #rich-text h5, {
        font-size: 3.2rem;
    }
}

#rich-text h1 + ul,
#rich-text h1 + p,
#rich-text h2 + ul,
#rich-text h2 + p,
#rich-text h3 + ul,
#rich-text h3 + p,
#rich-text h4 + ul,
#rich-text h4 + p,
#rich-text h5 + ul,
#rich-text h5 + p {
    margin-top: 2.4rem
}

@media (min-width: 744px) {
    #rich-text h1 + ul,
    #rich-text h1 + p,
    #rich-text h2 + ul,
    #rich-text h2 + p,
    #rich-text h3 + ul,
    #rich-text h3 + p,
    #rich-text h4 + ul,
    #rich-text h4 + p,
    #rich-text h5 + ul,
    #rich-text h5 + p {
        margin-top: 4rem
    }
}

#rich-text ul + h1,
#rich-text p + h1,
#rich-text ul + h2,
#rich-text p + h2,
#rich-text ul + h3,
#rich-text p + h3,
#rich-text ul + h4,
#rich-text p + h4,
#rich-text ul + h5,
#rich-text p + h5 {
    margin-top: 4.8rem
}

@media (min-width: 744px) {
    #rich-text ul + h1,
    #rich-text p + h1,
    #rich-text ul + h2,
    #rich-text p + h2,
    #rich-text ul + h3,
    #rich-text p + h3,
    #rich-text ul + h4,
    #rich-text p + h4,
    #rich-text ul + h5,
    #rich-text p + h5 {
        margin-top: 8rem
    }
}

#rich-text p + ul,
#rich-text ul + p {
    margin-top: 1.6rem
}

@media (min-width: 744px) {
    #rich-text p + ul,
    #rich-text ul + p {
        margin-top: 2.0rem
    }
}

.AT-001 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 5vw 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.AT-001__logo {

}
.AT-001__logo-sm {
    display: block;
}
.AT-001__logo-lg {
    display: none;
}
@media(min-width:1024px) {
    .AT-001__logo-sm {
        display: none;
    }
    .AT-001__logo-lg {
        display: block;
    }
}
.AT-001__furniture {
    display: flex;
}
@media(min-width:744px) {
    .AT-001__furniture {
        width: calc(100% / 12 * 5);
        display: flex;
        justify-content: space-between;
    }
}
@media(min-width:1024px) {
    .AT-001__furniture {
        width: calc(100% / 12 * 3);
        display: flex;
        justify-content: space-between;
    }
}
.AT-001__event-info {
    display: none;
}
@media(min-width:744px) {
    .AT-001__event-info {
        display: block;
        font-size: 2.4rem;
        line-height: 1;
    }
}

html.active .AT-001__event-info,
body.active .AT-001__event-info {
    opacity: 0;
    visibility: hidden;
}

.AT-001__menu-btn {
    height: 2.3rem;
    width: 2.9rem;
    cursor: pointer;
}
@media(min-width:1024px) {

}

.AT-001__menu-btn span {
    height: 0.5rem;
    width: 2.9rem;
    background-color: white;
    display: block;
    transition: transform 0.3s ease;
    margin-bottom: 0.4rem;
}
@media(min-width:1024px) {

}

.AT-001__menu-btn.active span:nth-child(1) {
    transform: translateY(0.9rem) rotate(45deg);
}

.AT-001__menu-btn.active span:nth-child(2) {
    transform: scaleX(0);
}

.AT-001__menu-btn.active span:nth-child(3) {
    transform: translateY(-0.9rem) rotate(-45deg);
}

/* menu */
.AT-002 {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
}
.AT-002.active {
    display: block;
}
@media (min-width: 1240px) {
    .AT-002.active {
        display: flex;
    }
}
.AT-002__menu {
    padding-left:100px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    background-color: black;
    padding-top: 130px;
}

@media screen and (max-width: 767px) {
    .AT-002__menu {
        padding-left: 50px;
    }
}

.signup-form-field {
    padding-top: 16px;
}
.signup-form-input {
    font-size:1.4rem;
    padding:8px;
    margin-top: 10px;
    border:1px solid #fff;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.signup-btn {
    border:1px solid #fff;
    color:#fff;
    padding:10px;
    cursor: pointer;
}
@media (min-width: 1240px) {
    .AT-002__menu {
        width: 50%;
    }
}

.AT-002__menu-link {
    text-decoration: none;
    display: block;
}

.AT-002__artwork {
    display: none;
}
@media (min-width: 1240px) {
    .AT-002__artwork {
        display: block;
        width: 50%;
        overflow: hidden;
        background-image: url('/images/artwork.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(0.5);
    }
}

/* Footer */
.AT-003 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media (min-width: 744px) {
    .AT-003 {
        margin-top: 8rem;
    }
}
.AT-003__main {
    padding: 4rem 0;
    border-top: SOLID 0.1rem #78FFC8;
    border-bottom: SOLID 0.1rem #78FFC8;
}
@media (min-width: 744px) {
    .AT-003__main {
        padding: 8rem 0 10rem;
    }
}
@media (min-width: 1240px) {
    .AT-003__main {
        display: flex;
        justify-content: space-between;
    }
}
.AT-003__copyright {
    color: #78FFC8;
    font-size: 1.2rem;
    line-height: 4rem;
}
@media (min-width: 744px) {
    .AT-003__copyright {
        font-size: 1.6rem;
        line-height: 6rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 1240px) {
    .AT-003__content {
        width: calc(100% / 12 * 4);
    }
}
.AT-003__sponsors-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.AT-003__sponsors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
@media (min-width: 1240px) {
    .AT-003__sponsors {
        width: calc(100% / 12 * 5);
    }
}
.AT-003__sponsor {
    text-decoration: none;
}
.AT-003__links {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-003__links {
        margin-top: 6rem;
        display: flex;
    }
}
@media (min-width: 1240px) {
    .AT-003__links {
        margin-top: 0rem;
    }
}
.AT-003__links-primary {
    width: 100%
}
.AT-003__links-secondary {
    width: 100%
}
@media(min-width: 744px) {
    .AT-003__links-primary {
        width: calc(100% / 3);
    }
    .AT-003__links-secondary {
        width: calc(100% / 3);
    }
}
.AT-003__link {
    text-decoration: none;
    display: block;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.AT-003__socials {
    margin-top: 4rem;
    display: flex;
    gap: 12px;
}
@media(min-width: 744px) {
    .AT-003__socials {
        margin-top: 6rem;
        gap: 20px;
    }
}
.AT-003__social-link {
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    border: SOLID 1px white;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width: 744px) {
    .AT-003__social-link {
        width: 5.6rem;
        height: 5.6rem;
    }
}
.AT-003__social-icon {

}
.AT-003__social-icon--facebook {

}
.AT-003__social-icon--x {

}
.AT-003__social-icon--instagram {

}
.AT-003__social-icon--youtube {

}
.AT-003__social-icon--spotify {

}
.AT-003__social-icon--tiktok {

}

.AT-003__logo {

}

.AT-003__logo {
    margin-top: 4rem;
    width: 8.8rem;
    height: 3.7rem;
}
@media(min-width: 744px) {
    .AT-003__logo {
        margin-top: 6rem;
        width: 23.906rem;
        height: 10rem;
    }
}
.AT-003__logo-svg {
    height: 100%;
    width: auto;
}

.AT-101 {
    height: 19.2rem;
    padding: 0 5vw;
    display: flex;
    align-items: end;
}
@media(min-width: 744px) {
    .AT-101 {
        height: 32.4rem;
    }
}

.AT-004 {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000080;
    z-index: 200;
}

.AT-004__popup {
    position: fixed;
    width: 90%;
    max-width: 54rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    padding: 6rem 4rem;
    border: 1px SOLID #7CFDAA;
    z-index: 9999;
    text-align: center;
}

.AT-004__text {
    margin: 2.4rem 0;
}

/* Close button */
.AT-004__close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: white;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AT-101__title {
    width: 100%;
    border-bottom: 0.1rem SOLID #FFFFFF;
    padding-bottom: 1.6rem;
}
@media(min-width: 744px) {
    .AT-101__title {
        padding-bottom: 2.2rem;
    }
}

.AT-201 {
    padding: 14.5rem 0 0;
    position: relative;
}
@media(min-width: 744px) {
    .AT-201 {
        padding: 22rem 5vw 0;
        position: relative;
    }
}

.AT-201__content {
    position: relative;
    background-image: url('/images/illustration.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 11.5rem 0 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media(min-width: 744px) {
    .AT-201__content {
        padding: 22rem 0;
    }
}
.AT-201__svg {
    width: 80%;
    max-width: 60.6rem;
}
.AT-201__links {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media(min-width: 744px) {
    .AT-201__links {
        margin-top: 6rem;
        display: flex;
        flex-direction: row;
    }
}
.AT-201__link {
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: SOLID 1px white;
    /*background: transparent;*/
    text-transform: none;
    text-decoration: none;
    background-color: rgba(112,112,112, 0.4);
    /*color: #333333;*/
    text-align: center;
}

.AT-201__link:hover {
    background: white;
    color: black;
}

.AT-202 {
    padding: 5rem 5vw;
    position: relative;
}
@media(min-width: 744px) {
    .AT-202 {
        padding: 8rem 5vw;
    }
}

.AT-202__container {
    width: 100%;
    max-width: 64rem;
}
@media(min-width: 1240px) {
    .AT-202__container {
        width: 50%;
        max-width: none;
    }
}

.AT-203 {
    padding: 0 5vw;
}
.AT-203__collection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
@media(min-width: 744px) {
    .AT-203__collection {
        grid-template-columns: repeat(2, 1fr);
    }
}

.AT-203__item {
    width: 100%;
    padding-bottom: calc(100% / 16 * 12);
    overflow: hidden;
    position: relative;
}
.AT-203__item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.AT-203__item-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 3rem;
}
@media(min-width: 1240px) {
    .AT-203__item-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
}
.AT-203__item-title {

}
.AT-203__item-link {
    font-size: 1.6rem;
    line-height: 4rem;
    border: SOLID 1px white;
    background: transparent;
    padding: 0 1.8rem;
    text-decoration: none;
}
.AT-203__item-link:hover {
    background: white;
    color: black;
}

.AT-210 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-210 {
        margin-top: 8rem;
    }
}
.AT-210__container {
    width: 100%;
    max-width: 90rem;
}
@media(min-width: 744px) {
    .AT-210__container {
        width: 100%;
    }
}
@media(min-width: 1240px) {
    .AT-210__container {
        width: calc(100% / 12 * 8);
        max-width: none;
    }
}
.AT-210__intro {

}
.AT-210__text {
    margin-top: 2.4rem;
}
@media(min-width: 744px) {
    .AT-210__text {
        margin-top: 4rem;
    }
}

.AT-210__links {
    margin-top: 4rem;
    display: flex;
    gap: 1rem;
}
.AT-210__link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
}
.AT-210__link:hover {
    background: white;
    color: black;
}

.AT-211 {
    padding: 0 5vw;
    margin-top: 8rem
}

.AT-211__swiper {
    position: relative;
    overflow: hidden;
    height: 30rem;
}
@media(min-width: 744px) {
    .AT-211__swiper {
        height: 38rem;
    }
}

@media(min-width: 124px) {
    .AT-211__swiper {
        height: 46rem;
    }
}

.AT-211__wrapper {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
}

.AT-211__slide {
    flex: 0 0 100%;
    height: 100%;
}

.AT-211__slide-text {
    width: 80%;
    height: 100%;
    margin: auto;
    max-width: 90rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.AT-211__slide-title {

}
.AT-211__slide-credit {
    margin-top: 2.4rem;
}
.AT-211__slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
    filter: brightness(0.6);
}

.AT-211__pagination {
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0%);
}

.AT-211__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: grey;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.AT-211__dot.active {
    background-color: white;
}

/* .AT-211__buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */
.AT-211__next,
.AT-211__prev {
    display: none;
}

@media (min-width: 744px) {
    .AT-211__next,
    .AT-211__prev {
        display: flex;
    }
}

.AT-211__prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 4rem;
    height: 4rem;
    color: white;
    border: 1px SOLID white;
    align-items: center;
    justify-content: center;
}

.AT-211__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 4rem;
    height: 4rem;
    color: white;
    border: 1px SOLID white;
    align-items: center;
    justify-content: center;
}


.AT-221 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-221 {
        margin-top: 8rem;
    }
}

.AT-221__item {
    position: relative;
    border: 1px SOLID #78FFC8;
    padding: 4rem 3rem;
}
.AT-221__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/illustration.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    z-index: -1;
}
.AT-221__item-title {
    color: #78FFC8;
}
.AT-221__item-summary {
    margin-top: 4rem;
}
@media (min-width: 1240px) {
    .AT-221__item-summary {
        margin-top: 2rem;
    }
}
.AT-221__item-details {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
@media (min-width: 1240px) {
    .AT-221__item-details {
        margin-top: 20rem;
        margin-bottom: 0rem;
    }
}
.AT-221__item-link {
    border: 1px SOLID #78FFC8;
    color: #78FFC8;
    font-size: 2.4rem;
    line-height: 4rem;
    text-decoration: none;
    padding: 0 1.8rem;
}
@media (min-width: 1240px) {
    .AT-221__item-link {
        position: absolute;
        top: 4rem;
        right: 3rem;
    }
}

.AT-212 {
    padding: 0 5vw;
    margin-top: 4rem
}
@media(min-width: 744px) {
    .AT-212 {
        padding: 0 5vw;
        margin-top: 8rem
    }
}
@media(min-width: 1240px) {
    .AT-212 {
        display: flex;
    }
}

@media(min-width: 1240px) {
    .AT-212__heading {
        width: calc(100% / 12 * 5);
    }
}
.AT-212__link {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 4rem;
    display: inline-block;
    border: 1px SOLID white;
    padding: 0 1.8rem;
    text-decoration: none;
}
.AT-212__link:hover {
    background: white;
    color: black;
}
.AT-212__collection {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-212__collection {
        margin-top: 7rem;
    }
}
@media(min-width: 1240px) {
    .AT-212__collection {
        width: calc(100% / 12 * 7);
        margin-top: 0rem;
    }
}
.AT-212__item {
    padding: 2.2rem 0;
    border-top: 1px SOLID white;
}

.AT-212__item:nth-of-type(1) {
    border-bottom: 1px SOLID white;
}

.AT-213 {
    padding: 0 5vw;
    margin-top: 4rem
}
@media(min-width: 744px) {
    .AT-213 {
        margin-top: 8rem
    }
}

.AT-213__collection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
@media(min-width: 744px) {
    .AT-213__collection {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}
@media(min-width: 1240px) {
    .AT-213__collection {
        grid-template-columns: repeat(3, 1fr);
    }
}
.AT-213__item {
    width: 100%;
    padding-bottom: calc(100% / 16 * 12);
    position: relative;
}
.AT-213__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* Add your styles here */
.AT-213__lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.AT-213__lightbox-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.AT-213__lightbox-image {
    max-width: 90%;
    max-height: 90%;
}

.AT-213__close {
    position: absolute;
    top: 2.4rem;
    right: 6vw;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.AT-213__prev {
    color: white;
    position: absolute;
    top: 15px;
    left: 5vw;
}

.AT-213__prev {
    width: 4rem;
    height: 4rem;
    border: 1px SOLID white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AT-213__next {
    position: absolute;
}

.AT-222 {
    padding: 0 5vw;
}
.AT-222__collection {
    margin-top: 4rem;
}
.AT-222__item {
    padding: 4.6rem 0;
    border-bottom: 1px SOLID white;
    cursor: pointer;
}
@media(min-width: 1240px) {
    .AT-222__item {
        display: flex;
        justify-content: space-between;
    }
}
.AT-222__item:nth-last-of-type(1) {
    border-bottom: none;
}
.AT-222__item-title {
    margin-bottom: 3.2rem;
}
@media(min-width: 1240px) {
    .AT-222__item-title {
        margin-bottom: 0;
    }
}
.AT-222__item-link {
    font-size: 2.4rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
}
.AT-222__item-link:hover {
    border: 1px SOLID #78FFC8;
    color: #78FFC8;
}

.AT-223 {
    padding: 0 5vw;
}
.AT-223__image {
    width: 100%;
}


.AT-230 {
    margin-top: 4rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-230 {
        margin-top: 8rem;
    }
}

.AT-230__filter {

}
@media(min-width: 744px) {
    .AT-230__filter {
        display: flex;
        justify-content: space-between;
    }
}

.AT-230__filter-panels {
    display: flex;
    gap: 1rem;
}

.AT-230__filter-tab {
    font-size: 1.6rem;
    line-height: 4rem;
    color: white;
    border: 1px SOLID white;
    padding: 0 1.8rem;
    background: transparent;
    cursor: pointer;
}
.AT-230__filter-tab.active {
    background: white;
    color: black;
}

.AT-230__filter-artists {
    display: flex;
    gap: 1rem;
    margin-top: 2rem
}
@media(min-width: 744px) {
    .AT-230__filter-artists {
        margin-top: 0rem
    }
}
.AT-230__filter-btn {
    font-size: 1.6rem;
    line-height: 4rem;
    color: white;
    border: 1px SOLID white;
    padding: 0 1.8rem;
    background: transparent;
    cursor: pointer;
}
.AT-230__filter-btn.active {
    background: white;
    color: black;
}

.AT-230__panels {
    margin-top: 4rem;
}
.AT-230__panel-1-image {
    width: 100%;
}
.AT-230__collection {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.AT-230__item {
    grid-column: span 12;
    width: 100%;
    padding-bottom: calc(100% / 16 * 12);
    position: relative;
}

.AT-230__item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    filter: brightness(0.5);
}

@media (min-width: 744px) {
    .AT-230__collection > :nth-child(-n + 2) {
        grid-column: span 6;
    }

    .AT-230__item {
        grid-column: span 4;
    }
}

@media (min-width: 1024px) {
    .AT-230__item {
        grid-column: span 3;
    }

    .AT-230__collection > :nth-child(-n + 3) {
        grid-column: span 4;
    }
}

.AT-240 {
    margin-top: 4rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-240 {
        margin-top: 8rem;
    }
}

.AT-240__container {
    width: 100%;
    max-width: 64rem;
}

@media(min-width: 1024px) {
    .AT-240__container {
        width: 50%;
        max-width: none;
    }
}

.AT-240__link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
    margin-top: 4rem;
}
.AT-240__link:hover {
    color: black;
    background-color: white;
}
@media(min-width: 744px) {
    .AT-240__link {
        margin-top: 6rem;
    }
}

.AT-241 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-241 {
        margin-top: 8rem;
    }
}

.AT-241__image {
    width: 100%;
}

.AT-241__text {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-241__text {
        margin-top: 8rem;
    }
}
@media(min-width: 1240px) {
    .AT-241__text {
        display: flex;
        gap: 4rem;
    }
}

.AT-241__col-2 {
    margin-top: 1.6rem;
}

@media(min-width: 744px) {
    .AT-241__col-1 {

    }
    .AT-241__col-2 {
        margin-top: 2rem;
    }
}
@media(min-width: 1240px) {
    .AT-241__col-1 {
        width: calc((100% - 4rem) / 2);
    }
    .AT-241__col-2 {
        margin-top: 0rem;
        width: calc((100% - 4rem) / 2);
    }
}

.AT-242 {
    margin-top: 4rem;
    padding: 0 5vw;
    position: relative;
}
@media(min-width: 744px) {
    .AT-242 {
        margin-top: 8rem;
    }
}
@media(min-width: 1240px) {
    .AT-242 {
        margin-top: 19.6rem;
    }
}

.AT-242__container {
    width: 100%;
    /* max-width: 64rem; */
}
@media(min-width: 1240px) {
    .AT-242__container {
        width: calc(100% / 12 * 7);
        max-width: none;
    }
}

.AT-242__text {
    margin-top: 2.4rem
}
@media(min-width: 744px) {
    .AT-242__text {
        margin-top: 4rem
    }
}

.AT-242__link {
    margin-top: 4rem;
    display: inline-block;
    border: 1px SOLID white;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    text-decoration: none;
}
.AT-242__link:hover {
    background: white;
    color: black;
}

@media(min-width: 744px) {
    .AT-242__link {
        margin-top: 6rem;
    }
}
@media(min-width: 1240px) {
    .AT-242__link {
        margin-top: 0rem;
        position: absolute;
        bottom: 0;
        right: 5vw;
    }
}

.AT-243 {
    margin-top: 6rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-243 {
        margin-top: 8rem;
    }
}
.AT-243__collection {

}
.AT-243__item {
    padding-top: 4rem;
    border-top: 1px SOLID white;
    margin-top: 4rem;
}
@media(min-width: 1240px) {
    .AT-243__item {
        display: flex;
        justify-content: space-between;
        padding-top: 6rem;
        margin-top: 6rem;
    }
}
.AT-243__content {

}
@media(min-width: 1240px) {
    .AT-243__content {
        width: calc(100% / 12 * 7);
    }
}
.AT-243__item-summary {
    margin-top: 2.4rem;
}
.AT-243__item-image-wrapper {
    width: 100%;
    margin-top: 6rem;
}
@media(min-width: 744px) {
    .AT-243__item-image-wrapper {
        width: calc(100% / 12 * 8);
    }
}
@media(min-width: 1240px) {
    .AT-243__item-image-wrapper  {
        width: calc(100% / 12 * 4);
        margin-top: 0rem;
    }
}
.AT-243__item-figure {
    width: 100%;
    padding-bottom: calc(100% / 16 * 11);
    position: relative;
    overflow: hidden;
}

.AT-243__item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AT-250 {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-250 {
        margin-top: 8rem;
    }
}
.AT-250__collection {
    padding: 0 5vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
@media(min-width: 744px) {
    .AT-250__collection {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(min-width: 1240px) {
    .AT-250__collection {
        grid-template-columns: repeat(4, 1fr);
    }
}
.AT-250__item {
    width: 100%;
    padding-bottom: 100%;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.AT-250__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    filter: brightness(0.5);
}

.AT-250__item-title {
    position: absolute;
    text-align: center;
    color: white;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.AT-250__item:hover .AT-250__item-title {
    color: #78FFC8;
}

.AT-260 {
    margin-top: 4rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-260 {
        margin-top: 8rem;
    }
}
.AT-260__collection {
    display: grid;
    gap: 2rem;
    column-gap: 2rem;
    row-gap: 6rem;
    grid-template-columns: repeat(1, 1fr);
}
@media(min-width: 744px) {
    .AT-260__collection {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(min-width: 1240px) {
    .AT-260__collection {
        grid-template-columns: repeat(3, 1fr);
    }
}
    @media(min-width: 1660px) {
    .AT-260__collection {
        grid-template-columns: repeat(4, 1fr);
    }
}
.AT-260__item {

}
.AT-260__item-figure {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.AT-260__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.AT-260__item-content {
    text-align: center;
    padding: 2rem 0 0;
}
.AT-260__item-price {
    margin-top: 2rem;
}

.AT-270 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-270 {
        margin-top: 8rem;
    }
}
@media(min-width: 744px) {
    .AT-270 {

    }
}

.AT-270__category {
    margin-top: 4rem;
}
.AT-270__category:nth-of-type(1) {
    margin-top: 0;
}
@media(min-width: 744px) {
    .AT-270__category {
        margin-top: 8rem;
    }
}
@media(min-width: 1240px) {
    .AT-270__category {
        margin-top: 10rem;
        display: flex;
    }
}

@media(min-width: 1240px) {
    .AT-270__category-title {
        width: calc(100% / 12 * 4);
    }
}

.AT-270__collection {
    margin-top: 4rem;
}
@media(min-width: 1240px) {
    .AT-270__collection {
        width: calc(100% / 12 * 8);
        margin-top: 0rem;
    }
}

.AT-270__item {
    border-top: 1px SOLID white;
}
.AT-270__collection:nth-last-child(1) {
    border-bottom: 1px SOLID white;
}

.AT-270__item {
    overflow: hidden;
    margin-bottom: 0rem;
    border-top: 1px SOLID white;
}

.AT_270__item_question {
    color: inherit;
    cursor: pointer;
    padding: 2.8rem 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.AT_270__item_question.active,
.AT_270__item_question.hover {
    /* background-color: #EEFBF6; */
}

.AT_270__item_question::after {
    content: '\002B';
    color: inherit;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.AT_270__item_question.active::after {
    content: "\2212";
}

.AT_270__item_answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.AT_270__item_answer p {
    margin-bottom: 4rem;
}

.AT-280 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-280 {
        margin-top: 8rem;
    }
}

.AT-280__container {
    width: 100%;
    max-width: 90rem;
}
@media(min-width: 744px) {
    .AT-280__container {
        width: 100%;
    }
}
@media(min-width: 1240px) {
    .AT-280__container {
        width: calc(100% / 12 * 8);
        max-width: none;
    }
}

.AT-280__link {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 4rem;
    display: inline-block;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
}

@media(min-width: 744px) {
    .AT-280__link {
        margin-top: 8rem;
    }
}

.AT-280__link:hover {
    background: white;
    color: black;
}

.blog {
    padding: 120px 5vw 214px;
}
@media screen and (max-width: 767px) {
    .blog {
        padding: 4rem 5vw 0;
    }
}

.blog__card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media screen and (max-width: 1023px) {
    .blog__card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .blog__card-wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 6rem;
    }
}

.blog__card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    row-gap: 37px;
}

.blog__card-head {
    overflow: hidden;
    position: relative;
    /*flex: 1;*/
    width: 100%;
    height: 500px;
    /*height: 0;*/
    /*padding-top: 76.25%;*/
}
@media screen and (max-width: 1439px) {
    .blog__card-head {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .blog__card-head {
        height: 250px;
    }
}

.blog__card-head img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.blog__card-body span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #78FFC8;
}
@media screen and (max-width: 767px) {
    .blog__card-body span {
        font-size: 14px;
        line-height: 14px;
    }
}

.blog__card-body h4 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .blog__card-body h4 {
        font-size: 26px;
        line-height: 34px;
    }
}

.blog__card-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .blog__card-body p {
        font-size: 16px;
        line-height: 22px;
    }
}

.blog .AT-240__link {
    margin-top: 0;
}

.blog-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 47px;
    row-gap: 6rem;
    padding: 120px 5vw 120px;
}
@media screen and (max-width: 1023px) {
    .blog-details {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .blog-details {
        padding: 4rem 5vw 0;
    }
}

.blog-details.blog-details--wtimg {
    grid-template-columns: 70% 30%;
}
@media screen and (max-width: 1023px) {
    .blog-details.blog-details--wtimg {
        grid-template-columns: repeat(1, 1fr);
    }
}

.blog-details img {

    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.blog-details.blog-details--infoInner img,
.blog-details.blog-details--infoInner iframe {
    position: sticky;
    top: 30px;
    left: 0;
    width: 100%;
}

.blog-details.blog-details--infoInner ul {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.blog-details.blog-details--infoInner h4,
.blog-details.blog-details--infoInner h5 {
    padding-bottom: 17px;
}

.blog-details.blog-details--infoInner h5 {
    padding-top: 47px;
}

.blog-details.blog-details--infoInner p + p {
    padding-top: 23px;
}

.blog-details__title {
    font-weight: 500;
    font-size: 60px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .blog-details__title {
        font-size: 38px;
    }
}

.blog-details__subtitle {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .blog-details__subtitle {
        font-size: 22px;
    }
}

.blog-details__time {
    padding-bottom: 37px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .blog-details__time {
        font-size: 18px;
    }
}

.blog-details__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .blog-details__desc {
        font-size: 16px;
    }
}

.blog-details__desc + .blog-details__desc {
    padding-top: 30px;
}

.line-up-show__container {
    padding: 80px 5vw;
}
@media screen and (max-width: 767px) {
    .line-up-show__container {
        padding: 4rem 5vw 0;
    }
}

.line-up-show__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px;
}

.line-up-show__box {
    position: relative;
    display: flex;
    max-width: 100%;
}

.line-up-show__box.line-up-show__box--3 {
    grid-column-start: span 4;
}
@media screen and (max-width: 1023px) {
    .line-up-show__box.line-up-show__box--3 {
        grid-column-start: span 6;
    }
}
@media screen and (max-width: 767px) {
    .line-up-show__box.line-up-show__box--3 {
        grid-column-start: span 12;
    }
}

.line-up-show__box.line-up-show__box--4 {
    grid-column-start: span 3;
}
@media screen and (max-width: 1023px) {
    .line-up-show__box.line-up-show__box--4 {
        grid-column-start: span 6;
    }
}
@media screen and (max-width: 767px) {
    .line-up-show__box.line-up-show__box--4 {
        grid-column-start: span 12;
    }
}

.line-up-show__box img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(0);
    transition: filter 0.3s ease-in-out;
}

.line-up-show__box p {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1279px) {
    .line-up-show__box p {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .line-up-show__box p {
        font-size: 24px;
        line-height: 32px;
    }
}

.line-up-show__box:hover img {
    filter: grayscale(1);
    transition: filter 0.3s ease-in-out;
}
.line-up-show__box:hover p {
    color: #78FFC8;
    transition: color 0.3s ease-in-out;
}

.line-up-show__filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .line-up-show__filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .line-up-show__filter > div:nth-of-type(2) {
        flex-wrap: wrap;
    }
}

.line-up-show__filter .line-up-show__btn {
    margin-top: 0;
}

.line-up-show__filter > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.line-up-show__filter > div:nth-of-type(1) {}
.line-up-show__filter > div:nth-of-type(2) {}

body.active .AT-001:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: black;
}
@media screen and (max-width: 1239px) {
    body.active .AT-001:before {
        width: 100%;
    }
}

.new-ticket__grid {
    padding: 0 5vw;
}

.new-ticket .AT-212__heading {
    width: 100%;
}

.new-ticket .AT-212__heading .heading-3 + p {
    width: 100%;
    max-width: 669px;
    padding-top: 35px;
}

.new-ticket__box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding-top: 112px;
    padding-bottom: 66px;
}
@media screen and (max-width: 1023px) {
    .new-ticket__box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .new-ticket__box-wrapper {
        padding-top: 66px;
        padding-bottom: 33px;
    }
}

.new-ticket__box-wrapper[data-mode="full"] {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
}

.new-ticket__box {
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 112px;
    padding: 35px 32px 47px;
    border: 2px solid #fff;
    transition: border-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
    .new-ticket__box {
        gap: 66px;
    }
}

.new-ticket__box:hover {
    border-color: #78FFC8;
    transition: border-color 0.3s ease-in-out;
}

.new-ticket__box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

@media screen and (max-width: 1023px) {
    .new-ticket__box-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.new-ticket__box-footer p {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.new-ticket__box-footer .AT-210__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 2rem;
    line-height: normal;
}

.new-ticket__box-footer .AT-210__link:hover {
    border-color: #78ffc8;
    background-color: transparent;
    color: #78ffc8;
}

.new-ticket__box-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.new-ticket__box-body h6 {
    padding-bottom: 40px;
    color: #78ffc8;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .new-ticket__box-body h6 {
        font-size: 33px;
    }
}

.new-ticket__box-body p {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .new-ticket__box-body p {
        font-size: 18px;
        line-height: normal;
    }
}

.new-ticket__box-body p + p {
    padding-top: 20px;
}

/*.new-ticket__box-body span {*/
/*    color: #ffffff;*/
/*    font-size: 20px;*/
/*    line-height: 26px;*/
/*    font-weight: 500;*/
/*}*/

/*.new-ticket__box-body span + span {*/
/*    padding-top: 20px;*/
/*}*/

/*.new-ticket__box-body ul {*/
/*    list-style: none;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding-left: 0;*/
/*}*/

/*.new-ticket__box-body ul li {*/
/*    list-style: none;*/
/*    color: #ffffff;*/
/*    font-size: 20px;*/
/*    line-height: 26px;*/
/*    font-weight: 500;*/
/*}*/

.new-ticket__box-body ul li:last-of-type {
    padding-top: 32px;
}

[data-mode="full"] .new-ticket__box img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 767px) {
    [data-mode="full"] .new-ticket__box img {
        width: 100%;
        height: 250px;
    }
}

[data-mode="full"] .new-ticket__box .new-ticket__box-body,
[data-mode="full"] .new-ticket__box .new-ticket__box-footer {
    width: 100%;
    max-width: 50%;
    padding-right: 32px;
}

@media screen and (max-width: 767px) {
    [data-mode="full"] .new-ticket__box .new-ticket__box-body,
    [data-mode="full"] .new-ticket__box .new-ticket__box-footer {
        max-width: 100%;
        padding-right: 0;
    }

    [data-mode="full"] .new-ticket__box .new-ticket__box-body {
        padding-top: 250px;
    }
}

[data-mode="full"] .new-ticket__box .new-ticket__box-body h6 {
    font-size: 60px;
}
@media screen and (max-width: 767px) {
    [data-mode="full"] .new-ticket__box .new-ticket__box-body h6 {
        font-size: 40px;
    }
}

[data-mode="full"] .new-ticket__box .new-ticket__box-body p {
    font-size: 20px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    [data-mode="full"] .new-ticket__box .new-ticket__box-body p {
        font-size: 18px;
        line-height: normal;
    }
}

[data-mode="full"] .new-ticket__box .new-ticket__box-footer p {
    font-size: 2.75rem;
    line-height: normal;
}

[data-mode="full"] .new-ticket__box .new-ticket__box-footer span {}

.c-modal {
    opacity: 0;
    visibility: hidden;
    z-index: 9993;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.c-modal.is-show {
    display: flex;
}
.c-modal.is-animate {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.c-modal.is-animate .c-modal__content {
    transform: translateY(0) scale(1);
    transition: transform 0.2s ease-in-out;
}
.c-modal__bg {
    z-index: 9991;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.c-modal__overlay {
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}
.c-modal__container {
    z-index: 9992;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 32px 16px;
    text-align: center;
    font-size: 0;
}
.c-modal__container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    min-height: 100%;
    height: 100%;
    margin-left: -0.3px;
}
.c-modal__content {
    z-index: 9995;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    transform: translateY(100px) scale(0.9);
    max-width: 541px;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 32px;
    border: 2px solid #7CFDAA;
    border-radius: 0;
    background-color: #000;
    text-align: left;
    font-size: 14px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease-in-out;
}
.c-modal__close {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    margin-left: auto;
    margin-bottom: 48px;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 12px;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
}
.c-modal__close svg path {
    fill: #000;
}

html.is-blockscroll,
body.is-blockscroll {
    overflow: hidden !important;
}

.c-modal__title {
    padding-top: 20px;
    padding-bottom: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.c-modal__desc {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.c-modal__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    body #mc_embed_signup {
        width: 100% !important;
        padding: 10px !important;
    }

    body .AT-002__menu #mc_embed_signup {
        width: calc(100% - 50px) !important;
    }

    body #mc_embed_signup form {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    body #mc_embed_signup form .mc-field-group {
        width: 100%;
    }
}

