#banner {
  padding: 0 0 60px 0;
  max-width: 100%;
}
#banner img {
  width: 100%;
}

@media (min-width: 768px) {
  #about {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#about .logo {
  width: 120px;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  #about .logo {
    margin: 0 0 30px 0;
  }
}
#about h2 {
  white-space: nowrap;
}

#brands .section-heading {
  max-width: 100%;
}
#brands .eyebrow, #brands h2 {
  text-align: center;
}
#brands .brand-list {
  margin: 40px auto 0 auto;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  #brands .brand-list {
    margin: 80px auto 0 auto;
    max-width: 500px;
  }
}
#brands .brand-item:hover .brand-logo img {
  transform: scale(1.06);
}
#brands .brand-item:last-child {
  margin-bottom: 0;
}
#brands .brand-logo {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #brands .brand-logo {
    margin-bottom: 20px;
  }
}
#brands .brand-logo img {
  display: block;
  height: 120px;
  width: auto;
  margin: 0 auto;
  transition: transform 0.2s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  #brands .brand-logo img {
    height: 160px;
  }
}
#brands h3 {
  text-align: center;
}
#brands .cta {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#brands .cta a {
  display: block;
  background: #d89c2b;
  color: #fff;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 6px;
}
#brands .cta a:hover {
  background: #c08b26;
}

#festival-kv {
  padding-top: 60px;
}

#festival .eyebrow, #festival h2 {
  text-align: left;
}
#festival .sub-title {
  font-size: 1.8rem;
}
#festival .rgb {
  max-width: 350px;
  margin: 0 auto 30px auto;
  position: relative;
}
#festival .rgb img {
  width: 100%;
  display: block;
  pointer-events: none;
}
#festival .rgb img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#festival .festival-link {
  display: flex;
  justify-content: center;
}
#festival .festival-link a {
  display: block;
  background: #e5004d;
  color: #fff;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 6px;
}
#festival .festival-link a:hover {
  background: #cf0046;
}

#highlight {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#highlight .section-heading {
  max-width: calc(var(--max-width) - 80px);
  margin-left: auto;
  margin-right: auto;
}
#highlight .slider p {
  text-align: center;
  margin-top: 10px;
}
#highlight figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 6px;
  background: #ddd;
  position: relative;
}

footer {
  background: #f8f8f8;
  padding: 40px 0;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
footer a {
  color: var(--color-accent);
}
@media (min-width: 768px) {
  footer .info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  footer .logo {
    margin-right: 100px;
  }
}
footer .logo img {
  height: 50px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  footer .logo img {
    height: 75px;
    margin: 0;
  }
}
footer .social {
  margin: 20px 0;
}

#highlight .section-heading, #news .section-heading {
  margin-bottom: 30px;
}

.partner-logos {
  margin-top: 40px;
}
.partner-logos .partner-logo-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .partner-logos .partner-logo-set {
    justify-content: flex-start;
    gap: 30px 50px;
    margin-bottom: 30px;
  }
  .partner-logos .partner-logo-set:nth-child(1) .item:nth-child(3) img, .partner-logos .partner-logo-set:nth-child(1) .item:nth-child(4) img {
    max-height: 80px;
  }
}
.partner-logos .partner-logo-set img {
  width: auto;
  max-height: 50px;
  max-width: 140px;
}
@media (min-width: 768px) {
  .partner-logos .partner-logo-set img {
    max-height: 60px;
    max-width: 170px;
  }
}

.video-section .video-frame {
  margin-bottom: 30px;
}
.video-section .video-frame:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=home.css.map */