:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.w-embed-youtubevideo {
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  color: #fff;
  background-color: #eee3;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.info-container {
  color: #fff;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcea0c;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.section-subtitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-subtitle.cc-styleguide-label {
  margin-bottom: 25px;
}

.section-subtitle.cc-light {
  opacity: 1;
  color: var(--white);
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
}

.section-subtitle.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.section-title {
  color: #fff;
  letter-spacing: 6px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 62px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/kv-pc-bg.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.section-title-container {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 0;
  padding: 0 110px;
}

.home-section-wrap {
  margin-bottom: 50px;
}

.section-heading {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 10px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  position: static;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.body {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.youtube {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.video-container {
  margin-bottom: 0;
  margin-left: 170px;
  margin-right: 170px;
  padding-bottom: 0;
}

.text-block {
  font-size: 14px;
}

.text-block-2 {
  color: var(--black);
  letter-spacing: normal;
  font-weight: 600;
}

.about-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #303030;
  background-image: linear-gradient(#00000080, #00000080), url('../images/about01_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.image {
  width: auto;
  height: auto;
}

.eventgrid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: auto;
  height: 240px;
  padding: 36px 76px;
}

.text-block-3 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.event-p {
  height: auto;
  font-size: 14px;
  font-weight: 300;
}

.event-name {
  justify-content: center;
  align-items: flex-start;
}

.text-block-4 {
  font-size: 42px;
}

.photo-h1 {
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 48px;
  font-weight: 300;
}

.event-text {
  text-align: center;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.event-img2 {
  background-color: #303030;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/event05.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.cell-4 {
  background-color: #303030;
  justify-content: center;
  align-items: center;
}

.event-container {
  text-align: left;
  flex-flow: column;
  display: block;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fcea0d;
  border-radius: 30px;
  padding: 10px 38px;
  font-weight: 500;
}

.info {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.game-container {
  color: #fff;
  background-color: #0000004d;
  width: auto;
  max-width: none;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-container {
  padding-top: 0;
}

.heading {
  letter-spacing: 8px;
}

.heading-2 {
  font-size: 28px;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 12px;
}

.paragraph-5 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 12px;
}

.list-item, .list-item-2 {
  font-size: 13px;
}

.visit-container {
  width: 80%;
}

.text-block-7 {
  font-size: 12px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-size: 13px;
}

.text-block-12 {
  font-size: 15px;
}

.text-block-13, .text-block-14 {
  font-size: 12px;
}

.text-block-15 {
  padding-left: 14px;
  font-size: 12px;
  font-weight: 300;
}

.list-open {
  margin-bottom: 34px;
}

.div-block-2 {
  background-color: #1d1d1d;
  width: auto;
  height: 300px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.container-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  margin-top: 40px; 
}

.artist-container {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.artist-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  height: auto;
  padding: 36px 76px;
}

.div-block-4 {
  background-color: #252525;
  width: 280px;
  height: 280px;
}

.artist-box {
  width: auto;
  height: auto;
  margin-bottom: 14px;
}

.artist-trext {
  background-color: #25252500;
  width: 280px;
  height: 40px;
}

.artist-img {
  width: auto;
  height: 280px;
}

.artist-text {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 8px 4px 0;
  display: flex;
}

.artist-name {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 21px;
}

.text-block-16 {
  font-size: 11px;
}

.text-block-17 {
  font-size: 12px;
}

.artist-more {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px;
}

.partners-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.partner-box {
  width: auto;
  height: auto;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
}

._12 {
  background-color: #363636;
  width: 280px;
  height: 140px;
}

.partner-text {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 8px 4px 0;
  display: flex;
}

.partner-name {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.section-p {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-p.cc-styleguide-label {
  margin-bottom: 25px;
}

.section-p.cc-light {
  opacity: 1;
  color: var(--white);
  letter-spacing: normal;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.section-p.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.text-block-18 {
  color: #fff;
}

.contact-text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.contact {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.copyright {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.copyright-text {
  color: #8d8d8d;
  text-align: center;
  font-size: 9px;
  font-weight: 300;
}

.logo-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.logo-text {
  color: #818181;
  font-size: 12px;
}

.image-2 {
  color: #fff;
  background-color: #fff;
  height: 40px;
}

.paragraph-light-2 {
  opacity: 1;
  color: #fff;
  padding-top: 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
}

.section-info-title {
  color: #fff;
  letter-spacing: 6px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 62px;
}

.footer {
  background-color: #151515;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.footer.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.footer.cc-store-home-wrap {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3, .image-4 {
  height: 40px;
}

.top-button {
  color: #000;
  background-color: #fcea0d;
  border-radius: 100%;
  padding: 30px;
  position: fixed;
  inset: auto 2% 2% auto;
  z-index: 1;
}

.ikonik-0wyno, .ikonik-0v3m3 {
  color: #fff;
}

.path-mbnp1 {
  font-size: 9px;
}

.ikonik-cdggg {
  color: #000;
  font-size: 11px;
  display: block;
}

.ikonik-t2qwzf, .ikonik-ms6glj {
  color: #fff;
}

.ikonik-b6aps {
  color: #000;
  display: block;
}

.ikonik-dq1o5, .path-tr59b {
  color: #fffc;
}

.ikonik-oq1wc {
  color: #fff;
}

.about-img2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #303030;
  background-image: linear-gradient(#00000080, #00000080), url('../images/about02.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.about-img3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #303030;
  background-image: linear-gradient(#00000080, #00000080), url('../images/about03.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.about-img4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #303030;
  background-image: linear-gradient(#00000080, #00000080), url('../images/about04.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.event-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #303030;
  background-image: linear-gradient(#00000080, #00000080), url('../images/about01_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.event-img03 {
  background-color: #303030;
  background-image: linear-gradient(#0009, #0009), url('../images/about03.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.container-4 {
  opacity: .55;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-image: url('../images/logo-1.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 120px;
  height: 30px;
  margin-bottom: 10px;
}

.container-5 {
  opacity: .55;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-image: url('../images/logo-2.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 130px;
  height: 40px;
  margin-bottom: 10px;
}

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-link-7 {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.nav-link-6 {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.navbar {
  background-color: #221852;
}

.nav-menu {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-overlay-about01, .popup-overlay-about02, .popup-overlay-about03, .popup-overlay-about04 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-btn {
  background-color: #fcea0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 14px;
  display: flex;
}

.ikonik-1um8ii {
  color: #000;
  padding: 6px 0;
  font-size: 16px;
}

.close-border {
  border: 1.5px solid #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.div-block-5 {
  background-color: #0e123a;
  width: 60vw;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  padding: 26px;
}

.build-cell-img1 {
  background-image: url('../images/build01-p-1080.jpg');
  background-position: 65%;
  background-size: cover;
}

.heading-3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-4 {
  font-size: 12px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}

.build-text {
  justify-content: center;
  align-items: flex-start;
}

.build-card01, .build-card02, .build-card03, .build-card04 {
  background-color: #0e123a;
  width: 60vw;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
}

.build-cell-img2 {
  background-image: url('../images/build02.jpg');
  background-position: 40%;
  background-size: cover;
}

.partner-img01 {
  background-image: url('../images/partners01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  height: 140px;
}

.partner-img02 {
  background-image: url('../images/partners02.jpg');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  height: 140px;
}


.build-cell-img3 {
  background-image: url('../images/build03.jpg');
  background-position: 40%;
  background-size: cover;
}

.build-cell-img4 {
  background-image: url('../images/build04.jpg');
  background-position: 60%;
  background-size: cover;
}

.artist-cell-text {
  justify-content: center;
  align-items: flex-start;
}

.divider-card {
  color: #fff;
  background-color: #eee3;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.artist-card-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.artist-card-sub {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.artist-box01, .artist-box02, .artist-box03, .artist-box04, .artist-box05, .artist-box06 {
  width: auto;
  height: auto;
  margin-bottom: 14px;
}

.quick-stack-artist {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 100%;
  height: 100%;
  padding: 26px;
}

.popup-overlay-artist02 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-card02 {
  background-color: #0e123a;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.artist-cell-img2 {
  background-image: url('../images/art02.jpg');
  background-position: 50%;
  background-size: cover;
}

.popup-overlay-artist01 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-card01 {
  background-color: #0e123a;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.artist-cell-img1 {
  background-image: url('../images/art01.jpg');
  background-position: 50%;
  background-size: cover;
}

.popup-overlay-artist03 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-card03 {
  background-color: #0e123a;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.artist-cell-img3 {
  background-image: url('../images/art03.jpg');
  background-position: 50%;
  background-size: cover;
}

.popup-overlay-artist04 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-card04 {
  background-color: #0e123a;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.artist-cell-img4 {
  background-image: url('../images/art04.jpg');
  background-position: 22%;
  background-size: cover;
}

.popup-overlay-artist05 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-card05 {
  background-color: #0e123a;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.artist-cell-img5 {
  background-image: url('../images/art06.jpg');
  background-position: 50%;
  background-size: cover;
}

.popup-overlay-artist06 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-card06 {
  background-color: #0000001a;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, auto;
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.artist-cell-img6 {
  background-image: url('../images/talk02.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.kv-sub {
  background-image: url('../images/kv-pc-sub.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.kv-title {
  background-image: url('../images/kv-pc-title.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.kv-place {
  background-image: url('../images/kv-pc-place.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-5 {
  width: 23vw;
  position: absolute;
  inset: auto auto 1% 2%;
  z-index: 1;
}

.image-6 {
  width: 22vw;
  position: absolute;
  inset: auto 0% 1% auto;
}

.kv-title-pc {
  box-sizing: border-box;
  height: 88vh;
  display: block;
  position: absolute;
  /* inset: auto 10% 7%; */
  left: 48%;
  top: 7%;
  transform: translateX(-50%);
}

.kv-title-mb {
  box-sizing: border-box;
  height: 88vh;
  display: none;
  position: absolute;
  inset: auto 10% 7%;
}

.popup-overlay-event01 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.event-cell-img1 {
  background-image: url('../images/talk01_1.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.event-sub {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.event-card-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.event-card-sub {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.event-card-p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
}

.event-bar {
  display: flex;
}

.event-card01 {
  background-color: #0000001a;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/card-bg.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, auto;
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-event {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 100%;
  height: 100%;
  padding: 16px 26px;
}

.event-cell-img2 {
  background-image: url('../images/talk02_1.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img3 {
  background-image: url('../images/talk03.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup-overlay-event02 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;;
  display: none;
  position: fixed;
  inset: 0%;
}

.event-card02 {
  background-color: #0000001a;
  background-image: linear-gradient(#0006, #0006), url('../images/bg.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, auto;
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.event-cell-img1-copy {
  background-image: url('../images/talk01.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img4 {
  background-image: url('../images/event01.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img5 {
  background-image: url('../images/workshop01.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img6 {
  background-image: url('../images/event03.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img11 {
  background-image: url('../images/event04.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup-overlay-event03 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0%;
}

.event-card03 {
  background-color: #0000001a;
  background-image: linear-gradient(#0006, #0006), url('../images/bg.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, auto;
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.event-cell-img12 {
  background-image: url('../images/workshop12.jpg'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img13 {
  background-image: url('../images/workshop13.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img14 {
  background-image: url('../images/workshop14.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img15 {
  background-image: url('../images/event01.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img16 {
  background-image: url('../images/workshop17.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-cell-img17, .event-cell-img18, .event-cell-img19, .event-cell-img20, .event-cell-img21 {
  background-image: url('../images/event01.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup-overlay-partner01 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-cell-img7 {
  background-image: url('../images/partner01.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.popup-overlay-partner02 {
  z-index: 2000;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.artist-cell-img8 {
  background-image: url('../images/partner02.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}




@media screen and (min-width: 1280px) {
  .info-container {
    background-color: #0000;
    line-height: 23px;
  }

  .primary-button {
    cursor: pointer;
    padding: 13px 25px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .section-subtitle.cc-light {
    font-size: 17px;
  }

  .paragraph-light {
    font-size: 18px;
  }

  .section-title {
    margin-bottom: 6px;
    font-size: 52px;
  }

  .intro-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/kv-pc-bg.png');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home-section-wrap {
    margin-bottom: 40px;
  }

  .section-heading {
    font-size: 46px;
  }

  .work-heading {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .blog-heading {
    -webkit-text-fill-color: inherit;
    background-color: #151515;
    background-clip: border-box;
    border: 0 solid #000;
  }

  .body {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg.jpg');
    background-size: auto, cover;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .eventgrid {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    padding-top: 30px;
    padding-left: 82px;
    padding-right: 82px;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .event-p {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 300;
  }

  .photo-h1 {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 44px;
  }

  .event-text {
    margin-top: 0;
    font-size: 16px;
  }

  .event-img2 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/event05.jpg');
  }

  .heading-2 {
    font-size: 28px;
  }

  .paragraph-5 {
    font-size: 17px;
    
  }

  .text-block-12 {
    font-size: 15px;
  }

  .text-block-15 {
    font-size: 14px;
    font-weight: 300;
  }

  .artist-container {
    margin-top: 10px;
  }

  .artist-text {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .partners-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 60px;
  }

  .partner-box {
    margin-bottom: 0;
  }

  ._12 {
    width: 280px;
    height: 160px;
  }

  .partner-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .partner-name {
    font-size: 14px;
  }

  .section-p.cc-light {
    margin-top: 44px;
    font-size: 15px;
  }

  .contact {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-light-2 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
  }

  .section-info-title {
    letter-spacing: 2px;
    font-size: 54px;
    line-height: 76px;
  }

  .footer {
    background-color: #151515;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-3, .image-4 {
    height: 40px;
  }

  .top-button {
    cursor: pointer;
    transition: background-color .4s, color .4s, opacity .4s;
  }

  .navbar {
    background-color: #221852;
    background-image: linear-gradient(#0000001a, #0000001a);
  }

  .popup-overlay-about01,.popup-overlay-about02, .popup-overlay-about03, .popup-overlay-about04 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .close-btn {
    background-color: #fcea0d;
    width: 70px;
    display: flex;
  }

  .div-block-5 {
    margin-top: 0;
    display: block;
  }

  .quick-stack {
    margin-top: 0;
  }

  .heading-3 {
    padding-bottom: 20px;
    font-size: 28px;
  }

  .heading-5 {
    font-size: 16px;
  }

  .paragraph-6 {
    margin-top: 10px;
    font-size: 14px;
  }

  .build-card01, .build-card02, .build-card03, .build-card04 {
    margin-top: 10vh;
    display: block;
  }

  .quick-stack-artist {
    margin-top: 0;
  }

  .popup-overlay-artist02 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .artist-card02 {
    margin-top: 0;
    display: block;
  }

  .popup-overlay-artist01 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .artist-card01 {
    margin-top: 0;
    display: block;
  }

  .popup-overlay-artist03 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .artist-card03 {
    margin-top: 0;
    display: block;
  }

  .popup-overlay-artist04 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .artist-card04 {
    margin-top: 0;
    display: block;
  }

  .popup-overlay-artist05 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .artist-card05 {
    margin-top: 0;
    display: block;
  }

  .popup-overlay-artist06 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .artist-card06 {
    margin-top: 0;
    display: block;
  }

  .kv-sub, .kv-title {
    width: auto;
    height: auto;
  }

  .kv-place {
    width: auto;
    height: auto;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-6 {
    background-image: url('../images/kv-pc-title.svg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-7 {
    z-index: auto;
    background-color: #862121;
    flex: 0 auto;
    width: 200px;
    height: 200px;
    padding-bottom: 10px;
    display: block;
    position: absolute;
  }

  .div-block-8 {
    background-color: #7c3c3c;
    width: 100%;
    height: 100%;
    position: static;
  }

  .image-5, .image-6 {
    bottom: 5%;
  }

  .image-7 {
    position: absolute;
  }


  .kv-title-mb {
    display: none;
    left: 18%;
  }

  .popup-overlay-event01 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .event-card01 {
    display: block;
  }

  .quick-stack-event {
    margin-top: 0;
  }

  .popup-overlay-event02 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    inset: 0%;
  }

  .event-card02 {
    display: block;
  }

  .popup-overlay-event03 {
    z-index: 2000;
    background-color: #000c;
    display: none;
    inset: 0%;
  }

  .event-card03 {
    display: block;
  }

  .popup-overlay-partner01, .popup-overlay-partner02 {
    z-index: 2000;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    margin-bottom: 20px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .about-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .eventgrid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 50px 20px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .event-p {
    font-size: 13px;
    font-weight: 300;
  }

  .photo-h1 {
    padding-top: 18px;
    padding-bottom: 14px;
    font-size: 40px;
  }

  .artist-container {
    flex-flow: column;
  }

  .artist-text {
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .logo-text {
    font-size: 12px;
  }

  .footer.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-3, .image-4 {
    height: 50px;
  }

  .about-img2, .about-img3, .about-img4, .event-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar {
    background-color: #221851;
  }

  .close-btn {
    margin-top: 10px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-6 {
    height: 100%;
    overflow: hidden;
  }

  .build-text, .artist-cell-text {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-artist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
  }

  .popup-overlay-artist02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }


  .popup-overlay-artist01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .artist-card01, .artist-card02 , .artist-card03, .artist-card04, .artist-card05, .artist-card06 {
    width: 90vw;
    height: auto;
    margin-top: 20px;
  }

  .popup-overlay-artist03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .popup-overlay-artist04 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }


  .artist-cell-img4 {
    background-position: 50% 8%;
  }

  .popup-overlay-artist05 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .artist-cell-img5 {
    background-position: 50%;
  }

  .popup-overlay-artist06 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .artist-cell-img6 {
    background-position: 50%;
  }

  .kv-title-pc {
    height: 80vh;
  }
  .kv-title-mb {
    left: 0%;
    right: 0%;
  }

  .popup-overlay-event01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .event-cell-img1 {
    background-position: 50%;
  }

  .event-cell-text {
    justify-content: center;
    align-items: center;
  }

  .event-sub, .event-card-name {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .event-card-p {
    height: 100%;
    overflow: hidden;
  }

  .event-card01 {
    width: 90vw;
  }

  .quick-stack-event {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
  }

  .event-cell-img2, .event-cell-img3 {
    background-position: 50%;
  }

  .popup-overlay-event02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .event-card02 {
    width: 90vw;
  }

  .event-cell-img1-copy, .event-cell-img4, .event-cell-img5, .event-cell-img6, .event-cell-img11 {
    background-position: 50%;
  }

  .popup-overlay-event03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .event-card03 {
    width: 90vw;
  }

  .event-cell-img12, .event-cell-img13, .event-cell-img14, .event-cell-img15, .event-cell-img16, .event-cell-img17, .event-cell-img18, .event-cell-img19, .event-cell-img20, .event-cell-img21 {
    background-position: 50%;
  }

  .popup-overlay-partner01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .artist-cell-img7 {
    background-position: 50%;
  }

  .popup-overlay-partner02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .artist-cell-img8 {
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap.home-section {
    margin-left: 0;
    margin-right: 0;
  }

  .info-container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section-title {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    justify-content: center;
    align-items: center;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .game-container {
    text-align: center;
  }

  .section-info-title {
    font-size: 38px;
    line-height: 52px;
  }

  .footer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer.cc-cta {
    padding: 15px;
  }

  .footer.cc-home-wrap, .footer.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-5 {
    width: 40vw;
    bottom: 5%;
  }

  .image-6 {
    width: 40vw;
    bottom: 6%;
  }

  .kv-title-pc {
    bottom: 20%;
    height: 54vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    margin-bottom: 100px;
  }

  .section.cc-store-home-wrap.home-section {
    margin-left: 0;
    margin-right: 0;
  }

  .section-subtitle.cc-light {
    font-size: 14px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    font-size: 14px;
  }

  .text-block-2 {
  font-size: 14px;
}

  .heading-jumbo {
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 14px;
  }

  .section-title {
    font-size: 36px;
    line-height: 58px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .section-title-container {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

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

  .section-heading {
    font-size: 34px;
  }

  .about-grid {
    grid-row-gap: 20px;
  }

  .work-heading {
    margin-bottom: 40px;
  }

  .video-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .eventgrid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    height: auto;
    margin-bottom: 0px;
    padding: 40px 18px 70px 20px;
  }

  .event-section .eventgrid {
    padding: 40px 18px 0px 20px;
  }

  .event-img, .event-img2, .event-img03{
    height: 12vh;
  }

  .text-block-3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .event-p {
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
  }

  .event-name {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .photo-h1 {
    padding-top: 10px;
    font-size: 36px;
  }

  .event-img2 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/event05.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .button {
    margin-top: 40px;
  }

  .info {
    padding-bottom: 0;
  }

  .paragraph-5 {
    text-align: left;
    font-size: 18px;
    margin-top: 34px;
  }

  iframe {
    padding: 30px 30px 0px 30px;
  } 

  .visit-container {
    width: 90%;
    text-align: left;
  }

  .text-block-12 {
    text-align: left;
  }

  .text-block-15 {
    text-align: left;
    font-size: 11px;
  }

  .container-2 {
    height: 300px;
  }

  .partners-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-p.cc-light {
    margin-bottom: 44px;
    font-size: 14px;
  }

  .contact-text {
    font-size: 11px;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .logo-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    width: 120px;
  }

  .paragraph-light-2 {
    font-size: 12px;
  }

  .section-info-title {
    letter-spacing: 3px;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-3, .image-4 {
    height: 40px;
  }

  .button-2 {
    position: fixed;
  }

  .button-2.w--current {
    color: #000;
    background-color: #fcea0c;
    border-radius: 100%;
    padding: 15px 16px;
    inset: auto 5% 2% auto;
  }

  .top-button {
    padding: 15px;
    right: 4%;
  }

  .about-img, .about-img2, .about-img3, .about-img4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-size: 14px;
    display: flex;
    height: 22vh;
  }

  .event-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(to bottom, null, null), url('../images/about01.jpg');
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-size: 14px;
    display: flex;
  }

  .nav-link-2 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .close-btn {
    margin-top: 10px;
  }

  .div-block-5 {
    width: 80vw;
    height: 70vh;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
    padding: 18px;
  }

  .build-cell-img1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-3 {
    margin-top: 14px;
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
  }

  .heading-5 {
    font-size: 14px;
  }

  .paragraph-6 {
    height: auto;
    margin-bottom: 20px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }

  .build-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .build-card01, .build-card02, .build-card03, .build-card04 {
    width: 80vw;
    height: auto;
    margin-top: 10vh;
  }

  .build-cell-img2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }


  .build-cell-img3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .build-cell-img4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .artist-cell-text {
    justify-content: flex-start;
    align-items: center;
  }

  .divider-card {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .artist-card-name {
    font-size: 16px;
  }

  .artist-card-sub {
    font-size: 10px;
  }

  .quick-stack-artist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
    padding: 18px;
  }

  .popup-overlay-artist02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-card02 {
    width: 80vw;
    height: auto;
    margin-top: 20px;
  }

  .artist-cell-img2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
  }

  .popup-overlay-artist01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-card01, .artist-card02, .artist-card03, .artist-card04, .artist-card05, .artist-card06 {
    width: 80vw;
    height: auto;
    margin-top: 20px;
  }

  .artist-cell-img1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
  }

  .popup-overlay-artist03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-cell-img3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
  }

  .popup-overlay-artist04 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-cell-img4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50% 10%;
  }

  .popup-overlay-artist05 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-cell-img5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50% 10%;
  }

  .popup-overlay-artist06 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-cell-img6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .image-5 {
    width: 60vw;
    bottom: 1%;
  }

  .image-6 {
    width: 50vw;
    bottom: 12%;
  }

  .image-7 {
    width: auto;
    height: 100vh;
    position: absolute;
  }

  .kv-title-pc {
    display: none;
    bottom: 15%;
  }

  .kv-title-mb {
    /* height: 68vh; */
    display: block;
    width: 100%;
    top:-14vw;
  }

  .popup-overlay-event01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: fixed;
  }

  .event-cell-img1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-text {
    justify-content: center;
    align-items: flex-start;
  }

  .event-sub {
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .event-card-name {
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .event-card-sub {
    margin-bottom: 2px;
    font-size: 13px;
    margin-top: 6px;
  }

  .event-card-p {
    height: auto;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
  }

  .event-card01, .event-card02, .event-card03 {
    width: 80vw;
    height: calc((1290 / 1920) * 100vh);
    margin-top: 20px;
    overflow-y: auto;
  }

  .quick-stack-event {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
    padding: 18px 18px 0;
  }

  .event-cell-img2, .event-cell-img3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .popup-overlay-event02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .event-card02 {
    width: 80vw;
  }

  .event-cell-img1-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/event01.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/workshop01.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/event03.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/event04.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .popup-overlay-event03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .event-cell-img12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/workshop12.jpg');
    background-position: 50% 30%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/workshop13.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/workshop14.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/event01.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/workshop17.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .event-cell-img17, .event-cell-img18, .event-cell-img19, .event-cell-img20, .event-cell-img21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/event01.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .popup-overlay-partner01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-cell-img7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .popup-overlay-partner02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
  }

  .artist-cell-img8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }
}

#w-node-_6b4b1a23-35e9-9a3b-19ff-15731fa5275d-4c45522b, #w-node-_36c57316-6181-dda1-c199-838201b6e5ad-4c45522b, #w-node-_3fa0b422-3a5f-ca03-4f06-00225991fab7-4c45522b, #w-node-_977cadb2-894d-4a1c-7733-a5de9e815783-4c45522b, #w-node-b5715665-ee58-e08b-0511-4add2cdd524d-4c45522b, #w-node-c38c2605-279b-4013-9e00-4fb37fa95b4d-4c45522b, #w-node-c0eae4c6-af7f-7e29-6b45-b7c6fd87e87b-4c45522b, #w-node-_4d8d9a21-bc7d-8507-34e9-848ff16c1af0-4c45522b, #w-node-f871c48c-a56b-b440-4dc2-04fbeea7e00c-4c45522b, #w-node-_5bdf6dfc-9a1b-e936-5496-7d4314857594-4c45522b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c95e7210-8410-da43-3e2a-87e8b58731e9-4c45522b, #w-node-f68b49ba-0ee7-6f95-83f5-85a6b6ffb942-4c45522b, #w-node-_0f6da10c-11e3-f540-fe6d-4fcacfcb35ab-4c45522b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0bbe6778-9c7f-61f2-d4d3-8d35819adaa6-4c45522b, #w-node-_02876111-9b39-4db9-6f56-1f7671a5285c-4c45522b, #w-node-_2faa76b0-073e-afcd-dc6c-961c784be9b2-4c45522b, #w-node-db372c8b-6d9b-7f88-b274-abc1938d7206-4c45522b {
  grid-template-rows: 110px;
  grid-template-columns: .5fr 1fr;
}

#w-node-e6cb9231-d2ea-c8e1-b341-d1272cc39a6e-4c45522b, #w-node-_74f9ebaa-a3d3-f64f-2afe-eeef242e2e43-4c45522b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_96088412-94e2-6741-3f58-04edabed2b6c-4c45522b, #w-node-_6d7541bd-688c-e9d4-1e56-fde50d7a7d4c-4c45522b, #w-node-_80d92c75-0473-06ce-f154-58848999586a-4c45522b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cbe4a175-27f2-a709-cb34-6f7090f360e1-4c45522b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cbe4a175-27f2-a709-cb34-6f7090f360ee-4c45522b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d53022e0-a69b-e463-82f0-6e34eb8dff82-4c45522b, #w-node-_5132868b-cb95-ec0f-eb9e-abdd0dfb31f6-4c45522b, #w-node-ae0d56a3-a09a-341f-9775-7e82e6090f0c-4c45522b, #w-node-f0294155-8cc9-aa18-1ba9-42d33bcedb4f-4c45522b {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 3.25fr;
}

#w-node-a753fba1-0408-101b-8ab2-62fb3ef141e3-4c45522b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6b4b1a23-35e9-9a3b-19ff-15731fa5275d-4c45522b, #w-node-_36c57316-6181-dda1-c199-838201b6e5ad-4c45522b, #w-node-_3fa0b422-3a5f-ca03-4f06-00225991fab7-4c45522b, #w-node-_977cadb2-894d-4a1c-7733-a5de9e815783-4c45522b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b5715665-ee58-e08b-0511-4add2cdd524d-4c45522b, #w-node-c38c2605-279b-4013-9e00-4fb37fa95b4d-4c45522b, #w-node-c0eae4c6-af7f-7e29-6b45-b7c6fd87e87b-4c45522b, #w-node-_4d8d9a21-bc7d-8507-34e9-848ff16c1af0-4c45522b, #w-node-f871c48c-a56b-b440-4dc2-04fbeea7e00c-4c45522b, #w-node-_5bdf6dfc-9a1b-e936-5496-7d4314857594-4c45522b, #w-node-c95e7210-8410-da43-3e2a-87e8b58731e9-4c45522b, #w-node-f68b49ba-0ee7-6f95-83f5-85a6b6ffb942-4c45522b, #w-node-_0f6da10c-11e3-f540-fe6d-4fcacfcb35ab-4c45522b, #w-node-_0bbe6778-9c7f-61f2-d4d3-8d35819adaa6-4c45522b, #w-node-_02876111-9b39-4db9-6f56-1f7671a5285c-4c45522b, #w-node-_2faa76b0-073e-afcd-dc6c-961c784be9b2-4c45522b, #w-node-db372c8b-6d9b-7f88-b274-abc1938d7206-4c45522b, #w-node-e6cb9231-d2ea-c8e1-b341-d1272cc39a6e-4c45522b, #w-node-_74f9ebaa-a3d3-f64f-2afe-eeef242e2e43-4c45522b, #w-node-_96088412-94e2-6741-3f58-04edabed2b6c-4c45522b, #w-node-_6d7541bd-688c-e9d4-1e56-fde50d7a7d4c-4c45522b, #w-node-_80d92c75-0473-06ce-f154-58848999586a-4c45522b {
    grid-template-rows: 180px;
    grid-template-columns: 1fr;
  }

  #w-node-cbe4a175-27f2-a709-cb34-6f7090f360e1-4c45522b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cbe4a175-27f2-a709-cb34-6f7090f360ee-4c45522b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b4b1a23-35e9-9a3b-19ff-15731fa5275d-4c45522b, #w-node-_36c57316-6181-dda1-c199-838201b6e5ad-4c45522b, #w-node-_3fa0b422-3a5f-ca03-4f06-00225991fab7-4c45522b, #w-node-_977cadb2-894d-4a1c-7733-a5de9e815783-4c45522b {
    grid-template-rows: 248px;
    grid-template-columns: 1fr;
  }

  #w-node-b5715665-ee58-e08b-0511-4add2cdd524d-4c45522b, #w-node-c38c2605-279b-4013-9e00-4fb37fa95b4d-4c45522b, #w-node-c0eae4c6-af7f-7e29-6b45-b7c6fd87e87b-4c45522b, #w-node-_4d8d9a21-bc7d-8507-34e9-848ff16c1af0-4c45522b, #w-node-f871c48c-a56b-b440-4dc2-04fbeea7e00c-4c45522b, #w-node-_5bdf6dfc-9a1b-e936-5496-7d4314857594-4c45522b, #w-node-c95e7210-8410-da43-3e2a-87e8b58731e9-4c45522b, #w-node-f68b49ba-0ee7-6f95-83f5-85a6b6ffb942-4c45522b, #w-node-_0f6da10c-11e3-f540-fe6d-4fcacfcb35ab-4c45522b, #w-node-_0bbe6778-9c7f-61f2-d4d3-8d35819adaa6-4c45522b, #w-node-_02876111-9b39-4db9-6f56-1f7671a5285c-4c45522b, #w-node-_2faa76b0-073e-afcd-dc6c-961c784be9b2-4c45522b, #w-node-db372c8b-6d9b-7f88-b274-abc1938d7206-4c45522b, #w-node-e6cb9231-d2ea-c8e1-b341-d1272cc39a6e-4c45522b, #w-node-_74f9ebaa-a3d3-f64f-2afe-eeef242e2e43-4c45522b, #w-node-_96088412-94e2-6741-3f58-04edabed2b6c-4c45522b, #w-node-_6d7541bd-688c-e9d4-1e56-fde50d7a7d4c-4c45522b, #w-node-_80d92c75-0473-06ce-f154-58848999586a-4c45522b {
    grid-template-rows: 22vh;
    grid-template-columns: 1fr;
  }

  #w-node-d53022e0-a69b-e463-82f0-6e34eb8dff82-4c45522b {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
    display: grid;
  }

  #w-node-_5132868b-cb95-ec0f-eb9e-abdd0dfb31f6-4c45522b, #w-node-ae0d56a3-a09a-341f-9775-7e82e6090f0c-4c45522b, #w-node-f0294155-8cc9-aa18-1ba9-42d33bcedb4f-4c45522b {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-a753fba1-0408-101b-8ab2-62fb3ef141e3-4c45522b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

a, a * {
  cursor: pointer !important;
}
nav a:hover {
  color: #fcea0d;
  text-decoration: underline;
  background-color: #222;
  transition: all 0.2s;
}

.top-button:hover{
  background-color: #000;
  transition: all 0.2s;
  .ikonik-b6aps:hover {
    color: #fcea0d;
    transition: all 0.2s;
  } 
}

.text-block-2:hover{
  color: #fff;
}

.about-img:hover{
  background-image: linear-gradient(#00000000, #00000000), url(../images/about01_1.jpg);
}

.about-img2:hover{
  background-image: linear-gradient(#00000000, #00000000), url(../images/about02.jpg);
}

.about-img3:hover{
  background-image: linear-gradient(#00000000, #00000000), url(../images/about03.jpg);
}

.about-img4:hover{
  background-image: linear-gradient(#00000000, #00000000), url(../images/about04.jpg);
}

.artist-img:hover{
  border: solid 1.5px #fcea0d;
  transition: ease-in 0.1s;
}


.event-img:hover{
  background-image: linear-gradient(#00000000, #00000000), url(../images/about01_1.jpg);
}

.event-img2:hover{
  background-image: linear-gradient(#00000000, #00000000), url(../images/event05.jpg);
}

.event-img03:hover{
  background-image: linear-gradient(#00000000, #00000000), url(../images/about03.jpg);
}

.button:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.2s;
}

.partner-img01:hover,
.partner-img02:hover{
  border: solid 1.5px #fcea0d;
  transition: ease-in 0.1s;
}

.social-icon:hover{
  color: #fff;
  transition: all 0.2s;
}

.ikonik-oq1wc:hover {
  color: #fff !important;
  transition: all 0.2s;
}

iframe{
    width: 100%;
    height: 70vh;
}

.logo-row{
  display: flex;
  gap: 40px;
}

.div-block-3 iframe{
  width: 40vw;
  height: 60vh;
  padding: 20px 20px 0px 20px;
}

@media screen and (max-width: 479px) {
  iframe {
    height: 30vh;
  }
  
  .artist-cell-text .paragraph-6{
    height:calc((1240 / 1920) * 100vw);
    overflow-y: auto;
  }

  .logo-row{
  display: block;
  }

  .logo-block {
    align-items: center;
    display: block;
    margin-bottom: 12px;
  }

  ul{
    padding-left: 20px;
  }

  .section-p br{
    display: none;
  }

  .p-margin{
  margin-bottom:0px!important;
  }

  .div-block-3 iframe{
  width: 90vw;
  height: 40vh;
  padding: 40px 20px 0px 20px;
  }
}


.container-6, .container-7, .container-8, .container-9 , .container-10, .container-11 {
    opacity: .4;
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 40px;
    margin-bottom: 14px;
}

.container-6{
    background-image: url('../images/logo-cncc.svg');
    width: 110px;
    height: 30px;
}

.container-7{
    background-image: url('../images/logo-condenast.svg');
    width: 160px;
    height: 30px;
}
.container-8{
    background-image: url('../images/logo-w.svg');
    width: 124px;
    height: 30px;
}
.container-9{
    background-image: url('../images/logo-vogue.svg');
    width: 99px;
    height: 26px;
}
.container-10{
    background-image: url('../images/logo-gq.svg');
    width: 59px;
    height: 31px;
}

.container-11{
    background-image: url('../images/logo-rakuten.svg');
    width: 121px;
    height: 26px;
}

.container-12{
    background-image: url('../images/logo-street.png');
    width: 45px;
    height: 45px;
    background-size: contain;
    opacity: 0.3;
}

.p-place{
  margin-top:0px!important;
}

.p-mid{
  margin-bottom:0px!important;
  margin-top:0px!important;
}

