html {
    scroll-behavior: smooth
}

a {
    text-decoration: unset !important
}

html,
body {
    background-color: #00131f;
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0
}

.row {
    margin: 0
}

* {
    font-family: "Poppins", sans-serif
}

.full-item {
    width: 100% !important
}

#header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 147px;
    box-sizing: border-box;
    border-bottom: 8px solid #a58549;
    background-color: #fff
}

#header .header-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 38px 65px;
    box-sizing: border-box;
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 147px;
    box-sizing: border-box;
    border-bottom: 8px solid #a58549;
    background-color: #fff;
    z-index: 99999999;
}

#header .header-wrapper .logo-area {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 275px
}

#header .header-wrapper .logo-area .internal-links-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

#header .header-wrapper .logo-area .internal-links-area .internal-link-area {
    width: max-content !important;
    display: flex;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content
}

#header .header-wrapper .logo-area .internal-links-area .internal-link-area .internal-link-text {
    display: flex;
    align-items: center;
    text-decoration: unset;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    color: #845a0c;
    cursor: pointer
}

#header .header-wrapper .logo-area .hw-logo {
    width: 275px;
    height: 69px
}

.nav-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 85px;
    box-sizing: border-box;
    box-sizing: border-box
}

.nav-area .nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 99999999
}

@media(hover: hover)and (pointer: fine) {
    .nav-area .nav-item:hover .dropdown-menu {
        display: block
    }
}

@media(hover: hover)and (pointer: fine) {
    .nav-area .nav-item:hover .dropdown-menu,
    .nav-area .nav-item:active .dropdown-menu,
    .nav-area .nav-item:focus .dropdown-menu {
        display: block
    }
    .nav-area .nav-item:hover .nav-menu-text,
    .nav-area .nav-item:active .nav-menu-text,
    .nav-area .nav-item:focus .nav-menu-text {
        font-size: 22px
    }
}

.nav-area .nav-item .nav-menu-text {
    display: flex;
    align-items: center;
    text-decoration: unset;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #845a0c;
    cursor: pointer;
    margin-bottom: 12px;
    transition: .2s
}

.nav-area .nav-item .dropdown-menu {
    position: relative;
    display: none;
    box-sizing: border-box
}

.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper {
    position: absolute;
    min-width: 160px;
    max-width: 420px;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    border: 2px solid #845a0c;
    border-radius: 4px;
    box-sizing: border-box
}

.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list {
    list-style: none;
    box-sizing: border-box
}

.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm,
.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item {
    margin: 0 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 9px 10px 9px 10px;
    box-sizing: border-box;
    transition: .2s;
    border-bottom: 1px solid #cfcfcf
}

@media(hover: hover)and (pointer: fine) {
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:hover,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:active,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:focus,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:hover,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:active,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:focus {
        background-color: #845a0c
    }
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:hover .dropdown-menu-list-item-link,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:hover .nav-menu-text,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:active .dropdown-menu-list-item-link,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:active .nav-menu-text,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:focus .dropdown-menu-list-item-link,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:focus .nav-menu-text,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:hover .dropdown-menu-list-item-link,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:hover .nav-menu-text,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:active .dropdown-menu-list-item-link,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:active .nav-menu-text,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:focus .dropdown-menu-list-item-link,
    .nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:focus .nav-menu-text {
        color: #fff
    }
}

.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm:last-child,
.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item:last-child {
    border-bottom: unset
}

.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm .dropdown-menu-list-item-link,
.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-itemm .nav-menu-text,
.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item .dropdown-menu-list-item-link,
.nav-area .nav-item .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .nav-item .nav-menu-text {
    width: 100%;
    display: block;
    text-decoration: unset;
    transition: .2s;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #845a0c;
    margin-bottom: 0px !important
}

#main {
    box-sizing: border-box
}

#main .cta-area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 64px;
    display: flex;
    padding-top: 24px;
    padding-bottom: 14px;
    box-sizing: border-box;
    height: 97px
}

#main .cta-area .announcement-list {
    list-style: none;
    float: left
}

#main .cta-area .announcement-list .announcement-list-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center
}

#main .cta-area .announcement-list .announcement-list-item .announcement-list-item-icon-area {
    height: 55px;
    display: flex;
    align-items: center
}

#main .cta-area .announcement-list .announcement-list-item .announcement-list-item-icon-area svg {
    width: 40px;
    height: 40px
}

#main .cta-area .announcement-list .announcement-list-item .announcement-list-item-text-area {
    display: flex;
    flex-direction: column
}

#main .cta-area .announcement-list .announcement-list-item .announcement-list-item-text-area .main-text {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #d7ac5b
}

#main .cta-area .announcement-list .announcement-list-item .announcement-list-item-text-area .sub-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

#main .cta-area .cta-button-area {
    display: flex;
    flex-direction: row;
    gap: 24px;
    z-index: 999999;
}

.divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #1b2c38
}

.primary-button {
    position: relative;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #d7ac5b;
    border: unset;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #00131f;
    transition: .2s
}

.primary-button span {
    display: flex
}

@media(hover: hover)and (pointer: fine) {
    .primary-button:hover,
    .primary-button:active,
    .primary-button:focus {
        border-radius: 2px
    }
}

.uppercase {
    text-transform: uppercase
}

.primary-sm-button {
    border-radius: 8px;
    padding: 6px 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #d7ac5b;
    border: unset;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    color: #00131f
}

.primary-sm-button span {
    display: flex
}

.hero-text-area {
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

.hero-text-area .hero-text {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #d7ac5b
}

.movie-list-area {
    display: flex;
    flex-direction: column;
    padding: 0 64px;
    padding-top: 12px
}

.movie-list-area .movie-list-tab-area {
    display: flex;
    flex-direction: row
}

.movie-list-area .movie-list-tab-area .movie-list-tab {
    cursor: pointer;
    padding-bottom: 9px;
    padding-right: 32px;
    border-radius: 2px;
    padding-left: 4px;
    border-bottom: 7px solid #2f2f2f
}

.movie-list-area .movie-list-tab-area .movie-list-tab .movie-list-tab-text {
    transition: .2s;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    color: #666
}

@media(hover: hover)and (pointer: fine) {
    .movie-list-area .movie-list-tab-area .movie-list-tab .movie-list-tab-text:hover,
    .movie-list-area .movie-list-tab-area .movie-list-tab .movie-list-tab-text:active,
    .movie-list-area .movie-list-tab-area .movie-list-tab .movie-list-tab-text:focus {
        color: #fff
    }
}

.movie-list-area .movie-list-tab-area .movie-list-tab-active {
    border-color: #fff
}

.movie-list-area .movie-list-tab-area .movie-list-tab-active .movie-list-tab-text {
    color: #fff
}

.tab-content-area {
    padding-top: 56px
}

.tab-content-area .movie-list-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.tab-content-area .movie-list-content .movie-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    text-decoration: unset
}

.tab-content-area .movie-list-content .movie-item .movie-item-image {
    width: 158px;
    height: 236px
}

.tab-content-area .movie-list-content .movie-item .movie-item-image img {
    width: 158px;
    height: 236px;
    border-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain
}

.tab-content-area .movie-list-content .movie-item .movie-item-text {
    text-align: center;
    width: 142px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.tab-content-area .movie-list-content .movie-item .movie-item-text h5 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #fff
}

.tab-content-area .movie-list-content .movie-item .primary-sm-button {
    width: -moz-fit-content;
    width: fit-content
}

.iframe-area {
    width: 100%;
    padding: 32px 64px;
    margin-top: 64px;
    box-sizing: border-box
}

.iframe-area iframe {
    width: 100%;
    height: 716px;
    border: 1px solid #1b2c38;
    border-radius: 8px
}

.action-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 56px 0 32px 0
}

.outline-button {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #7d97a9;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: unset;
    cursor: pointer
}

.campaign-area {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex: 1;
    padding: 165px 65px 0px 65px;
    box-sizing: border-box
}

.campaign-area .inbox-form-area {
    display: flex;
    flex: 1;
    border-radius: 8px;
    border: 1px solid #1b2c38;
    box-sizing: border-box;
    width: 100%
}

.campaign-area .inbox-form-area .inbox-form-area-wrapper {
    padding: 95px;
    box-sizing: border-box;
    text-align: center
}

.campaign-area .inbox-form-area .inbox-form-area-wrapper .form-area-big-text {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-align: center
}

.campaign-area .inbox-form-area .inbox-form-area-wrapper .form-area {
    padding: 24px 30px 10px 30px;
    justify-content: center;
    display: flex;
    align-items: center
}

.campaign-area .inbox-form-area .form-input {
    width: 421px
}

.campaign-area .inbox-form-area .form-area {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.campaign-area .inbox-form-area .form-area .primary-button {
    width: 421px
}

.campaign-area .campaign-list-area {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%
}

.campaign-area .campaign-list-area .ads-area .ads {
    height: 192px
}

.campaign-area .campaign-list-area .ads-area span {
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.form-input {
    border-radius: 8px;
    border: 1px solid #d7ac5b;
    padding: 12px 24px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #939393;
    background-color: rgba(0, 0, 0, 0);
    outline: unset
}

.checkbox-area {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 1px;
    max-width: 400px
}

.checkbox-area .checkbox-text {
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    left: 35px;
    text-align: left;
    position: relative
}

.container {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    border: 1px solid #d7ac5b
}

.container:hover input~.checkmark {
    background-color: #d7ac5b
}

.container input:checked~.checkmark {
    background-color: #d7ac5b
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container input:checked~.checkmark:after {
    display: block
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.helper-text {
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    color: #7d7d7d
}

.ads {
    border-radius: 8px;
    background: #1b2c38;
    display: flex;
    justify-content: center;
    align-items: center
}

.ads span {
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.campaign-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 24px;
    justify-content: space-between
}

.campaign-list .campaign-item {
    display: flex;
    flex-direction: column
}

.campaign-list .campaign-item .campaign-image-wrapper {
    width: 316px;
    height: 316px
}

.campaign-list .campaign-item .campaign-image-wrapper .campaign-image {
    border-radius: 8px;
    width: 316px;
    height: 316px
}

.campaign-list .campaign-text-wrapper {
    padding: 16px 4px;
    box-sizing: border-box
}

.campaign-list .campaign-text-wrapper .campaign-text {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #d7ac5b
}

.campaign-list .campaign-description-wrapper {
    padding: 0px 4px;
    box-sizing: border-box
}

.campaign-list .campaign-description-wrapper .campaign-description {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.action-btn {
    padding: 12px 4px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    color: #7d7d7d;
    cursor: pointer;
    text-transform: uppercase
}

.mid-ads-area {
    width: 100%;
    padding: 32px 65px;
    box-sizing: border-box
}

.mid-ads-area .ads {
    height: 192px
}

.blog-list-area {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    justify-content: space-between;
    padding-top: 12px !important;
    flex-wrap: wrap;
    padding: 0 65px;
    gap: 32px 0;
    box-sizing: border-box;
}

@media only screen and (min-width: 1575px) {
    .blog-list-area {
        grid-template-columns: auto auto auto auto!important;
    }
}
  

.blog-list-area .ads {
    width: 315px;
    height: 508px;
    border-radius: 8px
}

.blog-list-area .blog-item {
    display: flex;
    flex-direction: column;
    width: 315px;
    height: 600px;
    text-decoration: unset !important
}

.blog-list-area .blog-item .blog-item-image-area {
    width: 315px;
    height: 377px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.blog-list-area .blog-item .blog-item-image-area .blog-item-image {
    width: 315px;
    height: 377px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 110.58%)
}

.blog-list-area .blog-item .blog-item-image-area .blog-item-category-wrapper {
    position: relative
}

.blog-list-area .blog-item .blog-item-image-area .blog-item-category-wrapper .blog-item-category {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    background-color: #d7ac5b;
    padding: 8px;
    border-radius: 8px;
    gap: 8px;
    position: absolute;
    bottom: 22px;
    left: 16px
}

.blog-list-area .blog-item .blog-item-image-area .blog-item-category-wrapper .blog-item-category .category-text {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #00131f
}

.blog-list-area .blog-item .blog-item-meta-area {
    display: flex;
    justify-content: space-between;
    height: 190px;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.blog-list-area .blog-item .blog-item-meta-area .blog-item-title {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #00131f
}

.blog-list-area .blog-item .blog-item-meta-area .author {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #00131f
}

.app-cta-area {
    display: flex;
    padding: 65px;
    box-sizing: border-box
}

.app-cta-area .app-cta-box {
    width: 100%;
    height: 192px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 23px 51px 29px 51px
}

.app-cta-area .app-cta-box .upper-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.app-cta-area .app-cta-box .upper-area .upper-left-area {
    display: flex;
    flex-direction: row;
    align-items: center
}

.app-cta-area .app-cta-box .upper-area .upper-left-area .hw-app-logo {
    width: 68px;
    height: 67px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25)
}

.app-cta-area .app-cta-box .upper-area .upper-left-area .upper-left-text {
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #00131f
}

.app-cta-area .app-cta-box .upper-area .upper-right-area {
    display: flex;
    flex-direction: row
}

.app-cta-area .app-cta-box .upper-area .upper-right-area .ios {
    margin-top: 10px
}

.app-cta-area .app-cta-box .bottom-area {
    text-align: center
}

.app-cta-area .app-cta-box .bottom-area .helper-text {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #7d7d7d
}

.brands {
    padding: 34px 65px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    transition: .2s
}

.brands img {
    opacity: .55;
    transition: .2s
}

@media(hover: hover)and (pointer: fine) {
    .brands img:hover,
    .brands img:active,
    .brands img:focus {
        opacity: 1
    }
}

.brands .theatrely {
    width: 192px;
    height: 48px
}

.brands .dance-media {
    width: 187px;
    height: 29px
}

.brands .dance-magazine {
    width: 110px;
    height: 34px
}

.brands .pointe {
    width: 145px;
    height: 40px
}

.brands .dance-spirit {
    width: 202px;
    height: 29px
}

.brands .dance-edit {
    width: 84px;
    height: 61px
}

.brands .dance-teacher {
    width: 190px;
    height: 32px
}

#footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 72px 146px 28px 146px;
    width: 100%
}

#footer .footer-section .main-text {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: #d7ac5b;
    text-transform: uppercase
}

#footer .footer-section .menu-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
    padding-top: 24px;
    list-style: none
}

#footer .footer-section .menu-list .menu-list-item {
    padding-bottom: 24px;
    padding-right: 48px
}

#footer .footer-section .menu-list .menu-list-item a {
    text-decoration: unset
}

#footer .footer-section .menu-list .menu-list-item span {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.hide {
    display: none
}

.show {
    display: block
}

.show-on-mobile {
    display: none !important
}

.hamburger-icon-area {
    display: flex;
    justify-content: center;
    align-items: center
}

.mobile-nav {
    display: none
}

@media only screen and (max-width: 1100px) {
    .close-icon-area {
        position: absolute;
        right: 25px;
        top: 16px
    }
    .primary-button-cta-wrapper {
        justify-content: space-between !important
    }
    .location-list {
        padding: 32px 16px 128px 16px !important
    }
    .nav-area {
        padding: 64px 32px !important;
        box-sizing: border-box
    }
    .nav-area .upper-area {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px !important
    }
    .nav-area .nav-menu-text {
        justify-content: space-between !important;
        margin-bottom: 0px !important
    }
    .nav-area .dropdown-menu-wrapper {
        width: 100% !important;
        margin-bottom: 16px
    }
    .hidden-mobile {
        display: none !important
    }
    .show-on-mobile {
        display: flex !important
    }
    .logo-area {
        display: flex;
        flex-direction: row !important;
        box-sizing: border-box;
        justify-content: space-between;
        width: 100% !important
    }
    .logo-area .internal-links-area {
        gap: 18px !important
    }
    .logo-area .internal-link-text {
        font-size: 10px !important;
        text-align: center
    }
    .location-content {
        grid-template-columns: auto auto !important
    }
    .location-header {
        width: 100% !important;
        display: flex;
        justify-content: center
    }
    .header-wrapper .nav-area {
        display: none !important
    }
    .nav-area {
        display: flex;
        flex-direction: column
    }
    .nav-area .dropdown-menu-wrapper {
        position: relative !important
    }
    .cta-area {
        flex-direction: column;
        padding: 24px !important
    }
    .announcement-list-item-text-area .main-text {
        font-size: 14px !important
    }
    .announcement-list-item-text-area .sub-text {
        font-size: 11px !important
    }
    .cta-button-area {
        flex-direction: column !important
    }
    .primary-button {
        padding: 16px 8px !important
    }
    .primary-button span {
        font-size: 11px !important
    }
    #header {
        height: 56px !important
    }
    #header .header-wrapper {
        padding: 16px !important;
        height: 70px !important
    }
    .logo-area .hw-logo {
        width: 121px !important;
        height: 30.348px !important
    }
    .hero-text-area {
        padding: 16px 16px !important
    }
    .hero-text-area .hero-text {
        font-size: 20px !important;
        text-align: center
    }
    .movie-list-area {
        padding: 16px 16px !important
    }
    .movie-list-area .movie-list-tab-text {
        font-size: 16px !important
    }
    .movie-list-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px
    }
    .iframe-area {
        padding: 0 0px !important
    }
    .campaign-list-area {
        padding: 8px !important;
        box-sizing: border-box
    }
    .campaign-area {
        padding: 0 !important;
        flex-direction: column !important
    }
    .campaign-area .inbox-form-area-wrapper {
        padding: 16px !important;
        width: inherit
    }
    .campaign-area .form-input {
        width: 270px !important;
        font-size: 16px
    }
    .campaign-area .primary-button {
        width: 270px !important
    }
    .campaign-list-area .campaign-list {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .mid-ads-area {
        padding: 16px !important
    }
    .blog-list-area {
        grid-template-columns: auto !important;
        padding: 16px !important
    }
    .blog-list-area .ads {
        width: 100% !important
    }
    .blog-item {
        width: 100% !important
    }
    .blog-item-image-area {
        width: 100% !important
    }
    .blog-item-image-area .blog-item-image {
        width: 100% !important
    }
    .app-cta-area {
        padding: 16px !important
    }
    .app-cta-area .app-cta-box {
        height: auto !important
    }
    .app-cta-area .upper-area {
        flex-direction: column !important
    }
    .app-cta-area .upper-area .upper-left-area {
        flex-direction: column !important;
        text-align: center;
        gap: 17px
    }
    .app-cta-area .upper-area .upper-left-area .upper-left-text {
        padding-left: 0px !important
    }
    .app-cta-area .upper-area .upper-right-area {
        flex-direction: column !important;
        align-items: center;
        margin-bottom: 32px
    }
    .brands {
        max-width: 100% !important;
        overflow: scroll !important
    }
    #footer {
        padding: 16px !important;
        flex-direction: column !important
    }
    #footer .footer-section {
        text-align: center
    }
    #footer .footer-section .menu-list-item {
        padding-right: 0px !important
    }
    #footer .menu-list {
        height: auto !important
    }
    body,
    html {
        overflow-x: hidden !important
    }
}

.location-selection-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.location-selection-area {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(hover: hover)and (pointer: fine) {
    .location-selection-area:hover .location-dropdown,
    .location-selection-area:active .location-dropdown,
    .location-selection-area:focus .location-dropdown {
        display: flex
    }
}

.location-selection-area .location-text {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #d7ac5b
}

.location-selection-area .icon-area {
    width: 24px;
    height: 32px
}

.location-selection-area .location-dropdown {
    display: none;
    position: relative;
    top: 12px
}

.location-selection-area .location-dropdown .location-dropdown-wrapper {
    width: 52px;
    box-sizing: border-box;
    padding: 8px 8px 8px 6px;
    background-color: #00131f;
    border-radius: 8px;
    border: 2px solid #1b2c38;
    background: #00131f;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.location-selection-area .location-dropdown .location-dropdown-wrapper .location-dropdown-item {
    width: 36px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.location-selection-area .location-dropdown .location-dropdown-wrapper .location-dropdown-item .location-dropdown-item-text {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    color: #fff
}

.location-selection-area .location-dropdown .location-dropdown-wrapper .location-dropdown-item .active-text {
    color: #d7ac5b !important
}

.location-list {
    padding: 100px 72px 200px 72px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 80px
}

.location-list .location-item .location-header {
    padding-bottom: 8px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: 1px solid #d7ac5b;
    width: -moz-fit-content;
    width: fit-content
}

.location-list .location-item .location-header .location-header-text {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #d7ac5b
}

.location-list .location-item .location-content {
    padding: 32px 0 0 0;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: auto auto auto auto;
    flex-wrap: wrap;
    gap: 32px 56px
}

.location-list .location-item .location-content .location-content-item {
    min-width: 130px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    cursor: pointer
}

.location-list .location-item .location-content .location-content-item .location-content-item-text {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #7d97a9
}

.ad-area {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.outline-cta-button {
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d7ac5b;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #d7ac5b;
    transition: .2s
}

.outline-cta-button span {
    display: flex
}

@media(hover: hover)and (pointer: fine) {
    .outline-cta-button:hover,
    .outline-cta-button:active,
    .outline-cta-button:focus {
        border-radius: 2px
    }
}

#more-locations {
    display: none
}

.dark-text {
    color: #000
}

.cta-button-dropdown {
    position: absolute;
    top: 53px;
    width: 100%;
    z-index: 999
}

.cta-button-dropdown .cta-button-dropdown-wrapper {
    position: relative;
    width: 100%;
    height: 50px
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu {
    position: relative;
    display: none;
    box-sizing: border-box
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #d7ac5b;
    border-left: 2px solid #d7ac5b;
    border-right: 2px solid #d7ac5b;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .list-segmentation label {
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    color: #00131f;
    padding: 8px 13px;
    border-bottom: 1px solid #d7ac5b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .list-segmentation .no-border-bottom {
    border-bottom: unset !important
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .list-segmentation .external-link .dropdown-menu-list-item-link-wrapper {
    color: #000 !important
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .list-segmentation .external-link .dropdown-menu-list-item-link-wrapper .helper-text {
    color: #000 !important;
    font-size: 8px !important
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .list-segmentation .horizontal-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .list-segmentation .horizontal-list .dropdown-menu-list-item {
    width: 50% !important;
    border-right: 1px solid #d7ac5b;
    border-bottom: 1px solid #d7ac5b !important
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .list-segmentation .horizontal-list .full-item {
    width: 100% !important
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list {
    list-style: none;
    box-sizing: border-box
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 9px 13px 9px 13px;
    box-sizing: border-box;
    transition: .2s;
    border-bottom: 1px solid #cfcfcf
}

@media(hover: hover)and (pointer: fine) {
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:hover,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:active,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:focus {
        background-color: #d7ac5b
    }
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:hover .dropdown-menu-list-item-link,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:hover .helper-text,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:active .dropdown-menu-list-item-link,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:active .helper-text,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:focus .dropdown-menu-list-item-link,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:focus .helper-text {
        color: #00131f !important
    }
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:hover .dropdown-menu-list-item-link g,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:hover .helper-text g,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:active .dropdown-menu-list-item-link g,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:active .helper-text g,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:focus .dropdown-menu-list-item-link g,
    .cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:focus .helper-text g {
        stroke: #00131f !important
    }
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item:last-child {
    border-bottom: unset
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item .dropdown-menu-list-item-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: unset;
    transition: .2s;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #845a0c
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item .dropdown-menu-list-item-link .dropdown-menu-list-item-link-wrapper {
    display: flex;
    flex-direction: column
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item .dropdown-menu-list-item-link .icon-area {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item .dropdown-menu-list-item-link .icon-area svg {
    width: 20px;
    height: 20px
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item .dropdown-menu-list-item-link .icon-area g {
    stroke: #845a0c
}

.cta-button-dropdown .cta-button-dropdown-wrapper .dropdown-menu .dropdown-menu-wrapper .dropdown-menu-list .dropdown-menu-list-item .dropdown-menu-list-item-link .helper-text {
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    color: #845a0c
}

.primary-button-cta {
    position: relative;
    border-radius: 8px;
    box-sizing: border-box;
    max-height: 56px;
    background-color: #d7ac5b;
    border: unset;
    cursor: pointer;
    transition: .2s
}

@media(hover: hover)and (pointer: fine) {
    .primary-button-cta:hover,
    .primary-button-cta:active,
    .primary-button-cta:focus {
        border-radius: 0px
    }
}

.primary-button-cta .primary-button-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    box-sizing: border-box;
    max-height: 56px
}

.primary-button-cta span,
.primary-button-cta a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #00131f
}

.primary-button-cta span {
    display: flex
}

@media(hover: hover)and (pointer: fine) {
    .primary-button-cta:hover,
    .primary-button-cta:active,
    .primary-button-cta:focus {
        border-radius: 0px
    }
}

#buy-live-theaters .dropdown-menu-list-item-link {
    font-size: 11px !important
}

.mobile-nav {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 99999999;
    background: #fff;
    position: fixed
}

.campaign-ads img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

ul li,
ol li {
    margin: 0 !important;
}

@media only screen and (max-width: 1100px) {
    .nav-area {
        gap: 44px;
    }
    .cta-area {
        height: 189px !important;
    }
    .cta-button-area {
        position: static !important;
    }
}

h5 {
    margin: 0 !important;
    padding: 0 !important;
}